| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| D | AbstractDeviceParser.php | 4 * Device Detector - The Universal Device Detection library for parsing User Agents 44 … public const DEVICE_TYPE_TV = 5; // including set top boxes, blu-ray players,... 86 '2F' => 'F2 Mobile', 88 'J7' => '7 Mobile', 115 'J0' => 'AG Mobile', 231 'AM' => 'Azumi Mobile', 246 '0B' => 'BB Mobile', 259 'BS' => 'BenQ-Siemens', 264 'BY' => 'BS Mobile', 334 'GRD' => 'G-Guard', [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | ClientHints.php | 4 * Device Detector - The Universal Device Detection library for parsing User Agents 18 * Represents `Sec-CH-UA-Arch` header field: The underlying architecture's instruction set 25 * Represents `Sec-CH-UA-Bitness` header field: The underlying architecture's bitness 32 …* Represents `Sec-CH-UA-Mobile` header field: whether the user agent should receive a specifically… 36 protected $mobile = false; variable in DeviceDetector\\ClientHints 39 * Represents `Sec-CH-UA-Model` header field: the user agent's underlying device model 46 * Represents `Sec-CH-UA-Platform` header field: the platform's brand 53 * Represents `Sec-CH-UA-Platform-Version` header field: the platform's major version 60 * Represents `Sec-CH-UA-Full-Version` header field: the platform's major version 67 …* Represents `Sec-CH-UA-Full-Version-List` header field: the full version for each brand in its br… [all …]
|
| D | README.md | 4 …rsion](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages/mat… 5 …loads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages/ma… 6 …icense](https://poser.pugx.org/matomo/device-detector/license)](https://packagist.org/packages/mat… 10 …//github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](ht… 11 …//github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](ht… 12 …://github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](htt… 13 …//github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branch=master)](h… 14 …ub.com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=maste… 16 …tained.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec… 17 …itmaintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec… [all …]
|
| D | DeviceDetector.php | 4 * Device Detector - The Universal Device Detection library for parsing User Agents 31 use DeviceDetector\Parser\Device\Mobile; alias 151 * Holds the cache class used for caching the parsed yml-Files 157 * Holds the parser class used for parsing yml-Files 191 $this->setUserAgent($userAgent); 195 $this->setClientHints($clientHints); 198 $this->addClientParser(new FeedReader()); 199 $this->addClientParser(new MobileApp()); 200 $this->addClientParser(new MediaPlayer()); 201 $this->addClientParser(new PIM()); [all …]
|
| /plugin/sequencediagram/bower_components/snap.svg/ |
| D | template.dot | 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 8 <link rel="shortcut icon" href="/assets/favicon.ico?v=1"> 9 …<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1… 10 <link rel="stylesheet" href="/assets/docs/fonts/stylesheet.css?v=201311041519"> 11 <link rel="stylesheet" href="/assets/docs/css/topcoat-desktop-light.css?v=201311041519"> 12 <link rel="stylesheet" href="/assets/docs/css/main.css?v=201311041519"> 13 <link rel="stylesheet" href="/assets/docs/css/dr.css?v=201311041519"> 14 <link rel="stylesheet" href="/assets/docs/css/prism.css?v=201311041519"> 15 <link rel="stylesheet" href="/assets/style/docs-header.css?v=201311041519"> [all …]
|
| /plugin/phosphor/ |
| D | phosphor.php | 6 * @author i-net software <tools@inetsoftware.de> 23 'name' => 'PhosPhor - movie embedding', 34 …mobile:phosphor:openticketandshowimage:openticketandshowimage.jpg |background=de:products:helpdesk… 39 $this->Lexer->addSpecialPattern('{{phosphor>[^}]+}}', $mode, 'plugin_phosphor_phosphor'); 44 $orig = substr($match, 11, -2); 52 list($n, $v) = explode('=', $param); 53 $params[$n] = trim($v); 62 $this->phosphorContent($renderer, $data); 81 $scID = sectionID(noNs($id), $this->headers); 104 $p['imageArray'] = $this->getImageArray($id, $params['prepend']); [all …]
|
| /plugin/sectiontoggle/ |
| D | Mobile_Detect.php | 3 * Mobile Detect Library 4 * Motto: "Every business should have a mobile detection script to detect mobile readers" 6 * Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). 7 …* It uses the User-Agent string combined with specific HTTP headers to detect the mobile environme… 10 * GitHub: https://github.com/serbanghita/Mobile-Detect 11 * README: https://github.com/serbanghita/Mobile-Detect/blob/master/README.md 12 * CONTRIBUTING: https://github.com/serbanghita/Mobile-Detect/blob/master/docs/CONTRIBUTING.md 13 …* KNOWN LIMITATIONS: https://github.com/serbanghita/Mobile-Detect/blob/master/docs/KNOWN_LIMITATIO… 14 * EXAMPLES: https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples 16 * @license https://github.com/serbanghita/Mobile-Detect/blob/master/LICENSE.txt MIT License [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/ |
| D | browsers.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 9 - regex: 'AltiBrowser/([\d.]+)' 16 - regex: 'Maple (?!III)(\d+[.\d]+)|Maple\d{4}' 23 - regex: 'Singlebox/(\d+\.[\.\d]+)' 30 - regex: 'RCATorExplorer' 35 - regex: 'TQBrowser' 40 - regex: 'XXXAndroidApp' 47 - regex: 'ProxyFox' 52 - regex: 'PrivacyBrowser' 59 - regex: 'TUSK/(\d+[.\d]+)' [all …]
|
| D | feed_readers.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 8 - regex: 'Akregator(?:/(\d+[.\d]+))?' 13 - regex: 'Apple-PubSub(?:/(\d+[.\d]+))?' 18 - regex: 'BashPodder' 23 - regex: 'Breaker/v?([\d.]+)' 28 - regex: 'FeedDemon(?:/(\d+[.\d]+))?' 33 - regex: 'Feeddler(?:RSS|PRO)(?:[/ ](\d+[.\d]+))?' 36 url: 'http://www.chebinliu.com/projects/iphone/feeddler-rss-reader/' 38 - regex: 'QuiteRSS(?:[/ ](\d+[.\d]+))?' 43 - regex: 'gPodder/([\d.]+)' [all …]
|
| D | mobile_apps.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 9 - regex: 'jpameblo;(\d+\.[.\d]+)' 13 # CSDN (https://apps.apple.com/us/app/csdn-%E6%8A%80%E6%9C%AF%E5%BC%80%E5%8F%91%E8%80%85%E7%A4%BE%E… 14 - regex: 'CSDNApp/(\d+\.[.\d]+)' 18 ….com/store/apps/details?id=nu.bi.moya | https://apps.apple.com/za/app/moya-app-datafree/id16232083… 19 - regex: 'binu(?:/(\d+[.\d]+))?' 23 …details?id=com.fsecure.ms.kpn.veilig | https://apps.apple.com/nl/app/kpn-veilig-browser/id98357641… 24 - regex: 'KPN_Veilig[ /](\d+\.[.\d]+)' 29 - regex: 'NAVER/(\d+[.\d]+) CFNetwork' 34 - regex: 'NAVER\(inapp; search; .+; (\d+[.\d]+);.+\)' [all …]
|
| /plugin/bookcreator/script/ |
| D | jquery.fileDownload.js | 6 * Copyright (c) 2013 - John Culviner 9 * http://www.opensource.org/licenses/mit-license.php 13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/ 65 // url - the original url attempted 72 // url - the original url attempted 79 …// responseHtml - the html that came back in response to the file download. this won't necessa… 82 // url - the original url attempted 83 // error - original error cautch from exception 125 …//the title for the popup second window as a download is processing in the case of a mobile browser 132 …//Note that some browsers will POST the string htmlentity-encoded whilst others will decode it bef… [all …]
|
| /plugin/siteexport/ |
| D | jquery.filedownload.js | 6 * Copyright (c) 2013 - John Culviner 9 * http://www.opensource.org/licenses/mit-license.php 13 * http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/ 64 // url - the original url attempted 71 // url - the original url attempted 78 …// responseHtml - the html that came back in response to the file download. this won't necessa… 81 // url - the original url attempted 117 …//the title for the popup second window as a download is processing in the case of a mobile browser 124 …//Note that some browsers will POST the string htmlentity-encoded whilst others will decode it bef… 133 //Setup mobile browser detection: Partial credit: http://detectmobilebrowser.com/ [all …]
|
| /plugin/mobiletable/ |
| D | script.js | 2 …){a=a||{};var r=a.selector||"table",K=a.parseColumnIndex||function(g){return-1},L=a.hideHeadings||… 3 ….classList.contains("mobiletable-transformed")){e=void 0;break a}var k=K(b);m=I(b);var u=b,c=[],n=… 4 …v===k)c.push(G);else if(L.includes(p.innerText.trim()))c.push(D);else{var z=document.createElement… 5 …--n[l],w+=1;else{if(void 0===f.children[l-w]){console.log("mobileTables: Unsupported table layout:… 6 …-w].colSpan;n[l]=f.children[l-w].rowSpan-1;1===y&&(H(x,f.children[l-w],q===D).rowSpan=h);y=1===y?h… 7 …=parseInt(a.parentElement.parentElement.getAttribute("data-column"),10);return isNaN(a)||0>a?-1:a}… 8 …re").getPropertyValue("content").replace(/"|'/g,""),window.mobileTables("mobile"===a)&&window.loca…
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Client/ |
| D | Browser.php | 4 * Device Detector - The Universal Device Detection library for parsing User Agents 59 '1V' => 'Vegas Browser', 147 'BL' => 'B-Line', 187 'CI' => 'Chrome Mobile iOS', 189 'CM' => 'Chrome Mobile', 219 'DG' => 'deg-degan', 257 'F1' => 'Firefox Mobile iOS', 271 'FM' => 'Firefox Mobile', 313 'HU' => 'Huawei Browser Mobile', 321 'I2' => 'iCab Mobile', [all …]
|
| /plugin/icons/exe/ |
| D | list-font-awesome.php | 4 * Plugin Icons: List of Font-Awesome Icons 8 * @copyright (C) 2015-2018, Giuseppe Di Terlizzi 13 'address-book', 14 'address-book-o', 15 'address-card', 16 'address-card-o', 19 'align-center', 20 'align-justify', 21 'align-left', 22 'align-right', [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/ |
| D | oss.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 11 - regex: 'Coolita OS QJY/.+LiteOS(\d+[.\d]+)' 14 - regex: 'Coolita OS QJY/(\d+[.\d]+)' 21 - regex: '^NEXT ' 28 - regex: '(?:Pacific|(?<!like )Quest).+OculusBrowser|Standalone HMD|PortalGo' 35 - regex: 'LeafOS' 42 - regex: 'Cloud Phone' 49 - regex: 'RisingOS' 56 - regex: '.+.cm(\d).x86_64' 60 - regex: 'Linux[/-].+-(azure|Microsoft)' [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/device/ |
| D | mobiles.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 10 regex: '(?:BUZZ [1-5]|BUZZ 4(?:Pro|S|Lite)|CLEVER [13]|URBAN [123](?: Pro)?)(?:[);/ ]|$)' 13 - regex: 'BUZZ ([45]) Ultra' 15 - regex: 'BUZZ ([45]) Note' 17 - regex: 'BUZZ ([45]) Prime' 19 - regex: 'BUZZ 5 Pro Plus' 21 - regex: 'BUZZ ([45]) ?Pro' 23 - regex: 'BUZZ ([1245]) ?Lite' 25 - regex: 'BUZZ ([123]) Plus' 27 - regex: 'BUZZ 4S' [all …]
|
| /plugin/combo/resources/dictionary/ |
| H A D | healthicons-icons.json | 37 "V": "typography/V", string 42 "accident-and-emergency": "specialties/accident_and_emergency", 45 "agriculture-worker": "people/agriculture_worker", 46 "agriculture-worker-alt": "people/agriculture_worker_alt", 48 "alert-circle": "symbols/alert_circle", 49 "alert-triangle": "symbols/alert_triangle", 52 "ambulatory-clinic": "places/ambulatory_clinic", 55 "animal-chicken": "symbols/animal_chicken", 56 "animal-cow": "symbols/animal_cow", 57 "animal-donkey": "symbols/animal_donkey", [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar-Azure.js | 49 …this.createVertexTemplateEntry(s + 'hyper_v_recovery_manager;', w, h * 0.9, '', 'Hyper-V Recovery … 54 …teVertexTemplateEntry(s + 'mobile;pointerEvents=1;', w * 0.7, h, '', 'Mobile', null, null, this.ge… 55 …this.createVertexTemplateEntry(s + 'mobile_services;pointerEvents=1;', w * 0.65, h, '', 'Mobile Se…
|
| /plugin/botmon/config/ |
| H A D | known-bots.json | 10 …"rx": ["Googlebot\\/(\\d+\\.\\d+)", "Googlebot-Image\\/(\\d+\\.\\d+)","\\sGoogleOther(\\-\\w+)?[\\… 15 "r": ["AdsBot-Google", "AdsBot-Google-Mobile", "Mediapartners-Google"], 16 "rx": ["AdsBot-Google;","AdsBot-Google-Mobile;", "Mediapartners-Google\\/(\\d+\\.\\d+);"], 17 "url": "https://developers.google.com/search/docs/crawling-indexing/google-special-case-crawlers" 21 "r": ["APIs-Google"], 22 "rx": ["APIs-Google"], 23 "url": "https://developers.google.com/search/docs/crawling-indexing/google-special-case-crawlers" 26 "n": "Google-InspectionTool", 27 "r": ["Google-InspectionTool"], 28 "rx": ["\\sGoogle-InspectionTool(\\-\\w+)?[\\)\\/]"], [all …]
|
| /plugin/revealjs/js/ |
| D | reveal.js | 34 HOME_SLIDE_SELECTOR = '.slides>section:first-of-type', 63 // Determines where controls appear, "edges" or "bottom-right" 64 controlsLayout: 'bottom-right', 74 // - true: Show slide number 75 // - false: Hide slide number 78 // - "h.v": Horizontal . vertical slide number (default) 79 // - "h/v": Horizontal / vertical slide number 80 // - "c": Flattened slide number 81 // - "c/t": Flattened slide number / total slides 90 // - "all": Always show the slide number [all …]
|
| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 5 * Copyright (c) 2009 - 2014 Happyworm Ltd 38 …// Adapted from jquery.ui.widget.js (1.8.7): $.widget.bridge - Tweaked $.data(this,XYZ) to $(this)… 250 // Platform sniffer for detecting mobile devices 258 var rmobile = /(mobile)/; 285 $.jPlayer.platform.mobile = !platformMatch.tablet; 290 // http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx#GetMode 296 } else { // IE 5-7 317 v = d.createElement('video'), 328 // https://developer.mozilla.org/en-US/docs/DOM/Using_fullscreen_mode 348 …5VideoEventFlow/Listings/events_js.html#//apple_ref/doc/uid/DTS40010085-events_js-DontLinkElementI… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 5 * Copyright (c) 2009 - 2014 Happyworm Ltd 38 …// Adapted from jquery.ui.widget.js (1.8.7): $.widget.bridge - Tweaked $.data(this,XYZ) to $(this)… 250 // Platform sniffer for detecting mobile devices 258 var rmobile = /(mobile)/; 285 $.jPlayer.platform.mobile = !platformMatch.tablet; 290 // http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx#GetMode 296 } else { // IE 5-7 317 v = d.createElement('video'), 328 // https://developer.mozilla.org/en-US/docs/DOM/Using_fullscreen_mode 348 …5VideoEventFlow/Listings/events_js.html#//apple_ref/doc/uid/DTS40010085-events_js-DontLinkElementI… [all …]
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 5 * Copyright (c) 2009 - 2014 Happyworm Ltd 38 …// Adapted from jquery.ui.widget.js (1.8.7): $.widget.bridge - Tweaked $.data(this,XYZ) to $(this)… 250 // Platform sniffer for detecting mobile devices 258 var rmobile = /(mobile)/; 285 $.jPlayer.platform.mobile = !platformMatch.tablet; 290 // http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx#GetMode 296 } else { // IE 5-7 317 v = d.createElement('video'), 328 // https://developer.mozilla.org/en-US/docs/DOM/Using_fullscreen_mode 348 …5VideoEventFlow/Listings/events_js.html#//apple_ref/doc/uid/DTS40010085-events_js-DontLinkElementI… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 5 * Copyright (c) 2009 - 2014 Happyworm Ltd 38 …// Adapted from jquery.ui.widget.js (1.8.7): $.widget.bridge - Tweaked $.data(this,XYZ) to $(this)… 250 // Platform sniffer for detecting mobile devices 258 var rmobile = /(mobile)/; 285 $.jPlayer.platform.mobile = !platformMatch.tablet; 290 // http://msdn.microsoft.com/en-us/library/cc288325%28v=vs.85%29.aspx#GetMode 296 } else { // IE 5-7 317 v = d.createElement('video'), 328 // https://developer.mozilla.org/en-US/docs/DOM/Using_fullscreen_mode 348 …5VideoEventFlow/Listings/events_js.html#//apple_ref/doc/uid/DTS40010085-events_js-DontLinkElementI… [all …]
|