| /plugin/statistics/vendor/matomo/device-detector/regexes/device/ |
| H A D | portable_media_player.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 9 regex: '(?:Apple-)?iPod' 12 - regex: '(?:Apple-)?iPod1[C,_]?1' 13 model: 'iPod Touch 1G' 14 - regex: '(?:Apple-)?iPod2[C,_]?1' 15 model: 'iPod Touch 2G' 16 - regex: '(?:Apple-)?iPod3[C,_]?1' 17 model: 'iPod Touch 3' 18 - regex: '(?:Apple-)?iPod4[C,_]?1' 19 model: 'iPod Touch 4' [all …]
|
| H A 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/snippeter/ |
| D | README.md | 11 lib/plugins/snippeter/ - if the folder is called different it 17 ---- 31 ---- 52 (touch the file local.php) 58 ==== Call: <project> - <description> ==== 66 ---- 82 | ------------- | ----------- | 84 | `CURRENT_DATE` | the current date in iso format, e.g.: 2024-02-10 for the 10th February, 2024 | 85 | `CURRENTDATE` | the current date in format YYYYMMDD, e.g.: 20240210 for the 10th February, 2024 | 86 | `CURRENT_DATE_UNDERSCORE` | the current date in format YYYY_MM_DD, e.g.: 2024_02_10 for the 10th … [all …]
|
| /plugin/dev/skel/ |
| H A D | AGENTS.md | 17 Tests run via DokuWiki's PHPUnit-based testing framework. The calls MUST be made from within the pl… 36 * use `../../../_test/phpQuery-onefile.php` if you need to parse HTML in tests 47 DokuWiki may cache JavaScript, CSS and rendered output. To reset the cache just touch the config fi… 50 touch ../../../conf/local.php 55 Adhere to PSR-12 coding standards. Always add proper docblocks with descriptions, parameter types, … 61 # Auto-Fix formatting issues using PHP_CBF and Rector (must be run from repo root) 72 # e.g. 76 # -> creates action/foobar.php
|
| /plugin/diagramsnet/lib/math/extensions/ |
| D | AssistiveMML.js | 2 * /MathJax-v2/extensions/AssistiveMML.js 4 * Copyright (c) 2009-2018 The MathJax Consortium 10 * http://www.apache.org/licenses/LICENSE-2.0 19 …-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-… argument
|
| D | MathEvents.js | 2 * /MathJax-v2/extensions/MathEvents.js 4 * Copyright (c) 2009-2018 The MathJax Consortium 10 * http://www.apache.org/licenses/LICENSE-2.0 19 …g,m,b,j){var p="2.7.9";var i=MathJax.Extension;var c=i.MathEvents={version:p};var k=d.config.menuS… argument
|
| /plugin/codemirror/dist/modes/ |
| D | shell.min.js | 1 …touch","vi","vim","wall","wc","wget","who","write","yes","zsh"];a.registerHelper("hintWords","shel… function
|
| D | sql.min.js | 1 …g(h),j=c.keywords||g(f),k=c.operatorChars||/^[*+\-%<>!=&|~^\/]/,l=c.support||{},m=c.hooks||{},n=c.… function 2 …g("abort absolute access action active add admin after aggregate all also alter always analyse ana…
|
| D | php.min.js | 1 …g){var h=a[0];for(var i=0;i<h.length;i++)if(f.match(h[i][0])){g.tokenize=c(a.slice(1),b);return h[… argument
|
| /plugin/imagecarousel/vendor/swipebox/js/ |
| D | jquery.swipebox.min.js | 2 …g,h,i={useCSS:!0,useSVG:!0,initialIndexOnArray:0,removeBarsOnMobile:!0,hideCloseButtonOnMobile:!1,… variable
|
| D | jquery.swipebox.js | 41 html = '<div id="swipebox-overlay">\ 42 <div id="swipebox-container">\ 43 <div id="swipebox-slider"></div>\ 44 <div id="swipebox-top-bar">\ 45 <div id="swipebox-title"></div>\ 47 <div id="swipebox-bottom-bar">\ 48 <div id="swipebox-arrows">\ 49 <a id="swipebox-prev"></a>\ 50 <a id="swipebox-next"></a>\ 53 <a id="swipebox-close"></a>\ [all …]
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web-help.html | 4 <!-- 6 copyright (C) 2009-2016 Paolo Casaschi 9 --> 22 overflow-x: hidden; 23 overflow-y: scroll; 28 min-height: 100%; 29 min-width: 100%; 30 font-size: 16px; 31 font-family: sans-serif; 36 text-align: justify; [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| H A 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,... 90 '4G' => '4Good', 259 'BS' => 'BenQ-Siemens', 334 'GRD' => 'G-Guard', 354 '02' => 'Cell-C', 408 'CDE' => 'COOD-E', 510 'DJ' => 'Dragon Touch', 524 'DTE' => 'D-Tech', 525 'DLI' => 'D-Link', [all …]
|
| /plugin/struct/admin/ |
| H A D | schemas.php | 6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 51 $table = Schema::cleanTableName($INPUT->str('table')); 52 if ($table && $INPUT->bool('save') && checkSecurityToken()) { 53 $builder = new SchemaBuilder($table, $INPUT->arr('schema')); 54 if (!$builder->build()) { 55 msg('something went wrong while saving', -1); 57 touch(action_plugin_struct_cache::getSchemaRefreshFile()); 60 if ($table && $INPUT->bool('export')) { 62 header('Content-Type: application/json'); 63 header("Content-Disposition: attachment; filename=$table.struct.json"); [all …]
|
| /plugin/diagramsnet/lib/ |
| D | teams.html | 1 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5" ><![endif]--> 6 <meta charset="utf-8"> 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 10 <meta itemprop="name" content="diagrams.net - free flowchart maker and diagrams online"> 14 …ge" content="https://lh4.googleusercontent.com/-cLKEldMbT_E/Tx8qXDuw6eI/AAAAAAAAAAs/Ke0pnlk8Gpg/w5… 15 …<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scal… 16 <meta name="msapplication-config" content="images/browserconfig.xml"> 17 <meta name="mobile-web-app-capable" content="yes"> 18 <meta name="theme-color" content="#d89000"> 23 * https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported [all …]
|
| D | index.html | 1 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5" ><![endif]--> 6 <meta charset="utf-8"> 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 10 <meta itemprop="name" content="diagrams.net - free flowchart maker and diagrams online"> 14 …ge" content="https://lh4.googleusercontent.com/-cLKEldMbT_E/Tx8qXDuw6eI/AAAAAAAAAAs/Ke0pnlk8Gpg/w5… 15 …<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scal… 16 <meta name="msapplication-config" content="images/browserconfig.xml"> 17 <meta name="mobile-web-app-capable" content="yes"> 18 <meta name="theme-color" content="#d89000"> 23 * https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| H A 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 …]
|
| /plugin/slider/ |
| D | jquery.bxslider.js | 2 * BxSlider v4.1.1 - Fully loaded, responsive content slider 5 * Copyright 2012, Steven Wanderski - http://stevenwanderski.com - http://bxcreative.com 8 * Released under the WTFPL license - http://sam.zoy.org/wtfpl/ 37 // TOUCH 121 // merge user-supplied options with the defaults 140 …tings.minSlides * slider.settings.slideWidth) + ((slider.settings.minSlides - 1) * slider.settings… 141 …tings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings… 160 slider.animProp = '-' + slider.cssPrefix + '-transform'; 182 el.wrap('<div class="bx-wrapper"><div class="bx-viewport"></div></div>'); 183 // store a namspace reference to .bx-viewport [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/openlayersmap/ol/ |
| H A D | ol-layerswitcher.js | 13 const CSS_PREFIX = 'layer-switcher-'; 52 …p's [`addControl` method](https://openlayers.org/en/latest/apidoc/module-ol_Map-Map.html#addContro… 86 this.hiddenClassName = 'ol-unselectable ol-control layer-switcher'; 88 this.hiddenClassName += ' touch'; 98 element.classList.add(CSS_PREFIX + 'group-select-style-' + this.groupSelectStyle); 99 element.classList.add(CSS_PREFIX + 'activation-mode-' + this.activationMode); 101 // TODO Next: Remove in favour of layer-switcher-activation-mode-click 204 this.button.setAttribute('aria-label', this.collapseTipLabel); 209 this.button.setAttribute('aria-label', this.tipLabel); 213 * Re-draw the layer panel to represent the current state of the layers. [all …]
|
| /plugin/combo/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.min.js | 3 …* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) 6 …g,u){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable… argument
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/ |
| H A D | browsers.yml | 114 'com.opera.touch': 'Opera Touch' 139 'com.wOpenBrowser_12576500': 'Open Browser fast 5G' 150 'com.security.xvpn.z35kb': 'X-VPN' 151 'com.security.xvpn.z35kb.amazon': 'X-VPN' 152 'com.security.xvpn.z35kb.huawei': 'X-VPN' 164 'com.mercandalli.android.browser': 'G Browser' 317 'com.tvwebbrowser.v22': 'TV-Browser Internet' 318 'com.tvwebbrowserpaid.v22': 'TV-Browser Internet'
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 12 …- container (HTMLElement|string) DOM element or its ID which is going to be a parent for drawing s… 13 - width (number) 14 - height (number) 15 …- callback (function) #optional callback function which is going to be executed in the context of … 17 - x (number) 18 - y (number) 19 - width (number) 20 - height (number) 21 …- callback (function) #optional callback function which is going to be executed in the context of … 23 …- all (array) (first 3 or 4 elements in the array are equal to [containerID, width, height] or [x,… [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/ |
| D | nv.d3.min.css | 1 …-axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75;s…
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 267 'en-GB': { //English (British) 349 …"1-р сар", "2-р сар", "3-р сар", "4-р сар", "5-р сар", "6-р сар", "7-р сар", "8-р сар", "9-р сар",… 355 'pt-BR': { //Português(Brasil) 379 'sr-YU': { //Serbian (Srpski) 403 'zh-TW': { //Traditional Chinese (繁體中文) 451 startDate: false, // new Date(), '1986/12/08', '-1970/01/05','-1970/01/05', 465 …: false, // use formatDate format (ex new Date() or '1986/12/08' or '-1970/01/05' or '-1970/01/05') 536 var re = /(\-([a-z]){1})/g; 556 return -1; 567 touch; [all …]
|