mirror of
https://github.com/danog/telegram-tt.git
synced 2024-12-02 09:37:47 +01:00
1 line
7.2 KiB
Plaintext
1 line
7.2 KiB
Plaintext
|
{"version":3,"file":"4484.ba496a0faf977e32f6ef.js","mappings":"sFAiJAA,EAAOC,QA1IP,SAAgBC,GACd,MAqCMC,EAAUD,EAAKC,QAAQ,IAAK,KAE5BC,EAAW,0BAEXC,EAAQH,EAAKI,QAAQJ,EAAKK,WAAY,CAAEC,MAAOJ,IAE/CK,EAAW,CACfC,UAAW,WACXF,MAAO,MAAQJ,GAGXO,EAAS,CACbD,UAAW,SACXE,SAAU,CACRV,EAAKW,iBACLJ,GAEFK,SAAU,CACR,CACEN,MAAO,IACPO,IAAK,KAEP,CACEP,MAAO,IACPO,IAAK,OAKX,MAAO,CACLC,KAAM,SACNC,QAAS,CAAE,MACXL,SAAU,CACRT,EACAM,EACAE,EACA,CACEO,cAAe,QACfH,IAAK,QACLI,QAAS,IACTP,SAAU,CACRP,EACAF,IAGJ,CACEe,cAAe,SACfH,IAAK,KACLH,SAAU,CACR,CACEF,UAAW,UACXF,MAAON,EAAKE,SACZgB,YAAY,KAIlB,CACEZ,MAAON,EAAKE,SAAW,UACvBiB,aAAa,EACbN,IAAK,KACLH,SAAU,CACR,CACEF,UAAW,UACXF,MAAON,EAAKE,SACZkB,UAAW,IAEb,CACEd,MAAO,KACPO,IAAK,KACLQ,SA1Gc,CACtBC,QAEE,2GACFC,QAEE,0xDAiBFC,SAEE,+sCAkFMJ,UAAW,EACXV,SAAU,CACRD,EACAR,EACA,CACEK,MAAO,mBACPa,aAAa,EACbN,IAAK,KACLH,SAAU,CACR,CACEF,UAAW,OACXF,MAAON,EAAKE,YAIlB,CACEM,UAAW,SACXF,MAAO,4EACPc,UAAW,GAEbb,KAINa,UAAW","sources":["webpack://telegram-t/./node_modules/highlight.js/lib/languages/puppet.js"],"sourcesContent":["/*\nLanguage: Puppet\nAuthor: Jose Molina Colmenero <gaudy41@gmail.com>\nWebsite: https://puppet.com/docs\nCategory: config\n*/\n\nfunction puppet(hljs) {\n const PUPPET_KEYWORDS = {\n keyword:\n /* language keywords */\n 'and case default else elsif false if in import enherits node or true undef unless main settings $string ',\n literal:\n /* metaparameters */\n 'alias audit before loglevel noop require subscribe tag '\n /* normal attributes */\n + 'owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check '\n + 'en_address ip_address realname command environment hour monute month monthday special target weekday '\n + 'creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore '\n + 'links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source '\n + 'souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid '\n + 'ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel '\n + 'native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options '\n + 'device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use '\n + 'message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform '\n + 'responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running '\n + 'start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age '\n + 'password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled '\n + 'enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist '\n + 'priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey '\n + 'sslverify mounted',\n built_in:\n /* core facts */\n 'architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers '\n + 'domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces '\n + 'ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion '\n + 'kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease '\n + 'lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_produ
|