| /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' 26 model: 'Buzz $1 Plus' [all …]
|
| 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' 18 - regex: '(?:Apple-)?iPod4[C,_]?1' 20 - regex: '(?:Apple-)?iPod5[C,_]?1' 22 - regex: '(?:Apple-)?iPod7[C,_]?1' [all …]
|
| /plugin/combo/grammar/ ! |
| H A D | PageSql.g4 | 1 //https://github.com/antlr/grammars-v4/ 8 https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md 23 PLUS: '+'; 24 MINUS: '-'; 54 GLOB: G L O B; 80 PAGES: P A G E S; 92 fragment Exponent : ('e' | 'E') ( PLUS|MINUS )? (Digit)+; 96 | PLUS | STAR | QUESTION | MINUS | DOT 102 …in the string can be encoded by putting two single quotes in a row - as in Pascal. C-style escapes… 127 : (Digit)+ ('b' | 'B' | 'k' | 'K' | 'm' | 'M' | 'g' | 'G') [all …]
|
| /plugin/icons/exe/ ! |
| D | list-material-design-icons.php | 8 * @copyright (C) 2015-2019, Giuseppe Di Terlizzi 12 'access-point-network-off', 13 'access-point-network', 14 'access-point', 15 'account-alert-outline', 16 'account-alert', 17 'account-arrow-left-outline', 18 'account-arrow-left', 19 'account-arrow-right-outline', 20 'account-arrow-right', [all …]
|
| 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/adhoctags/ ! |
| D | README.md | 1 # DokuWiki Plugin Ad-Hoc HTML 12 - `<abbr>` – “[Abbreviation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr)” 14 - `<address>` – “[Address](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address)” 16 - `<article>` – “[Article](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article)” 18 - `<aside>` – “[Aside](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside)” 20 - `<b>` – “[Bring Attention To](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b)” (also… 22 - `<bdi>` – “[Bidirectional Isolate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi)… 24 - `<cite>` – “[Citation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite)” 26 - `<details>` – “[Details](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details)” and … 28 - `<dfn>` – “[Definition](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn)” [all …]
|
| /plugin/accscounter/lang/fr/ ! |
| D | settings.php | 10 …n caractère ou plus<br><br>e.g. : "123.456.???.123" -> 123.456.789.123, etc. (123.456.78.123 ne se…
|
| /plugin/authloginapi/ ! |
| D | README.md | 3 **authloginapi** is a simple authentication backend to login with other credentials (e.g. from a fo… 6 ------------ 14 ------------------ 15 * [phpBB](https://github.com/xelio-plus/phpbb-ext-loginapi) 18 -------
|
| /plugin/sectiontoggle/lang/fr/ ! |
| D | settings.php | 10 …entoure les entêtes doit être identifié par une classe ou un identifiant. Ci-dessous, vous devez e… 12 …headers'] = 'Plus petit entêt pour lequel activer la bascule. Tous les entêtes compr… 18 …ste à virgule des catégories à exclure, sans les ":" initiaux ou finaux. (e.g. <code> sous:ca… 19 … = 'Liste à virgule de noms de page à exclure, sans les ":" initiaux. (e.g. <code> une:pag… 22 … = 'Liste à double point-virgule d\'entête dont le contenu doit rester déplié au charge…
|
| /plugin/tindexmenu/ ! |
| D | indexmenu.js | 1 /*----------------------------------------------------| 3 |---------------------------------------------------| 4 | Copyright (c) 2002-2003 Geir Landro | 10 |---------------------------------------------------| 16 |---------------------------------------------------| 22 |---------------------------------------------------| 24 |--------------------------------------------------*/ 25 …a,c,b,d,e,f,g){this.dokuid=a;this.id=c;this.pid=b;this.name=d;this.hns=e;this.isdir=f;this.ajax=g;… argument 26 …ty."+b,line:d+"line."+b,join:d+"join."+b,joinBottom:d+"joinbottom."+b,plus:d+"plus."+b,plusBottom:… property 27 …-1);this.selectedNode=null;this.completed=this.selectedFound=!1;this.scrllTmr=0;this.pageid=window… argument [all …]
|
| /plugin/autlogin/ ! |
| D | script.js | 32 str = str.replace(/&/g,"&"); 33 str = str.replace(/\"/g,"""); 34 str = str.replace(/\'/g,"'"); 35 str = str.replace(/</g,"<"); 36 str = str.replace(/>/g,">"); 53 clicky.src = DOKU_BASE+'lib/images/plus.gif'; 99 if(e.target.className.search(/wikilink1/) > -1){ 102 }else if(e.target.className.search(/idx_dir/) > -1){ 107 if(e.target.className.search(/wikilink1/) > -1){ 110 }else if(e.target.className.search(/idx_dir/) > -1){ [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/fr/ ! |
| D | viewer.properties | 7 # http://www.apache.org/licenses/LICENSE-2.0 96 document_properties_keywords=Mots-clés : 142 document_outline.title=Afficher les signets du document (double-cliquer pour développer/réduire tou… 186 find_match_count_limit[zero]=Plus de {{limit}} correspondances 187 find_match_count_limit[one]=Plus de {{limit}} correspondance 188 find_match_count_limit[two]=Plus de {{limit}} correspondances 189 find_match_count_limit[few]=Plus de {{limit}} correspondances 190 find_match_count_limit[many]=Plus de {{limit}} correspondances 191 find_match_count_limit[other]=Plus de {{limit}} correspondances 195 error_more_info=Plus d’informations [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/ia/ ! |
| D | viewer.properties | 7 # http://www.apache.org/licenses/LICENSE-2.0 186 find_match_count_limit[zero]=Plus de {{limit}} concordantias 187 find_match_count_limit[one]=Plus de {{limit}} concordantia 188 find_match_count_limit[two]=Plus de {{limit}} concordantias 189 find_match_count_limit[few]=Plus de {{limit}} concordantias 190 find_match_count_limit[many]=Plus de {{limit}} concordantias 191 find_match_count_limit[other]=Plus de {{limit}} concordantias 195 error_more_info=Plus de informationes 235 # the PDF spec (32000-1:2008 Table 169 – Annotation types). 236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ ! |
| D | StreamInterface.php | 42 * example, in server-side code, if you decide to return a file, you 43 * would replace the original content-oriented stream with the file 89 * to the built-in PHP $whence values for `fseek()`. 91 * SEEK_CUR: Set position to current location plus offset 92 * SEEK_END: Set position to end-of-stream plus offset 112 * success returns false on failure (e.g., broken pipe, 156 * @see http://php.net/manual/en/function.stream-get-meta-data.php
|
| /plugin/html2pdf/html2pdf/html2ps/ ! |
| D | encoding.iso-8859-8.inc.php | 2 // $Header: /cvsroot/html2ps/encoding.iso-8859-8.inc.php,v 1.4 2007/01/24 18:55:59 Konstantin Exp $ 16 "\x2B" => 0x002B, // PLUS SIGN 18 "\x2D" => 0x002D, // HYPHEN-MINUS 33 "\x3C" => 0x003C, // LESS-THAN SIGN 35 "\x3E" => 0x003E, // GREATER-THAN SIGN 44 "\x47" => 0x0047, // LATIN CAPITAL LETTER G 76 "\x67" => 0x0067, // LATIN SMALL LETTER G 100 "\xA0" => 0x00A0, // NO-BREAK SPACE 110 "\xAB" => 0x00AB, // LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 116 "\xB1" => 0x00B1, // PLUS-MINUS SIGN [all …]
|
| D | encoding.iso-8859-13.inc.php | 2 // $Header: /cvsroot/html2ps/encoding.iso-8859-13.inc.php,v 1.5 2007/01/24 18:55:57 Konstantin Exp $ 48 "\x2B" => 0x002B, // PLUS SIGN 50 "\x2D" => 0x002D, // HYPHEN-MINUS 65 "\x3C" => 0x003C, // LESS-THAN SIGN 67 "\x3E" => 0x003E, // GREATER-THAN SIGN 76 "\x47" => 0x0047, // LATIN CAPITAL LETTER G 108 "\x67" => 0x0067, // LATIN SMALL LETTER G 165 "\xA0" => 0x00A0, // NO-BREAK SPACE 170 "\xA5" => 0x201E, // DOUBLE LOW-9 QUOTATION MARK 176 "\xAB" => 0x00AB, // LEFT-POINTING DOUBLE ANGLE QUOTATION MARK [all …]
|
| D | encoding.iso-8859-9.inc.php | 2 // $Header: /cvsroot/html2ps/encoding.iso-8859-9.inc.php,v 1.5 2007/01/24 18:55:59 Konstantin Exp $ 48 "\x2B" => 0x002B, // PLUS SIGN 50 "\x2D" => 0x002D, // HYPHEN-MINUS 65 "\x3C" => 0x003C, // LESS-THAN SIGN 67 "\x3E" => 0x003E, // GREATER-THAN SIGN 76 "\x47" => 0x0047, // LATIN CAPITAL LETTER G 108 "\x67" => 0x0067, // LATIN SMALL LETTER G 165 "\xA0" => 0x00A0, // NO-BREAK SPACE 176 "\xAB" => 0x00AB, // LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 182 "\xB1" => 0x00B1, // PLUS-MINUS SIGN [all …]
|
| /plugin/qc/lang/fr/ ! |
| D | lang.php | 9 $lang['admin_desc'] = 'Vous trouverez ci-dessous les %d pages ayant le plus de FIXMEs et… 23 …nt été identifiés. Merci de jeter un oeil aux points ci-dessous et de voir si… 31 …evrait contenir que la sous-section suivante. Essayez d\'ajouter les sous-sections manquantes ou d… 33 $lang['manyhr'] = 'Cette page contient de nombreuses lignes horizontales (\'\'----\'… 41 $lang['toosmall'] = 'Cette page est étrangement petite et est peut-être u… 43 … lire sur un écran. Essayez de découper cette page en plusieurs pages plus petites.'; 44 $lang['manyheaders_h'] = 'Trop de sous-titres'; 45 $lang['manyheaders'] = 'Cette page comporte de nombreux sous-titres au vu de sa taille. T… 46 $lang['fewheaders_h'] = 'Trop peu de sous-titres'; 47 … = 'Cette page comporte peu de sous-titres au vu de sa taille. Structurer un texte avec des sous-s… [all …]
|
| /plugin/mediasyntax/tools/ ! |
| D | dokuwiki2mediawiki.php | 2 // dokuwiki2mediawiki.php (c) 2010-2015 by Thorsten Staerk 5 // The source file is given by parameter, the target file is the source file plus a 18 echo "dokuwiki2mediawiki.php (c) 2010-2012 by Thorsten Staerk\n"; 20 …echo "The source file is given as an argument, the target file is the same plus the suffix \".mod\… 40 $i=-1; 75 $level=0; // level of bulletpoints, e.g. * is level 1, *** is level 3. 84 $level--; 89 $level=0; // level of list items, e.g. - is level 1, --- is level 3. 90 while (preg_match('/^( )+\-/',$line)) 94 $line=preg_replace("/^-/","#",$line); [all …]
|
| /plugin/superacl/ ! |
| D | script.js | 36 * @param frm - Form element with needed data 84 str = str.replace(/&/g,"&"); 85 str = str.replace(/\"/g,"""); 86 str = str.replace(/\'/g,"'"); 87 str = str.replace(/</g,"<"); 88 str = str.replace(/>/g,">"); 105 clicky.src = DOKU_BASE+'lib/images/plus.gif'; 145 if(e.target.className.search(/wikilink1/) > -1){ 148 }else if(e.target.className.search(/idx_dir/) > -1){
|
| /plugin/mdpage/vendor/cebe/markdown/ ! |
| D | GithubMarkdown.php | 26 * @var boolean whether to interpret newlines as `<br />`-tags. 44 '+', // plus sign 45 '-', // minus sign (hyphen) 70 $this->identifyQuote($line, $lines, $i) || 71 $this->identifyFencedCode($line, $lines, $i) || 72 $this->identifyUl($line, $lines, $i) || 73 $this->identifyOl($line, $lines, $i) || 74 $this->identifyHr($line, $lines, $i) 76 || $this->identifyHeadline($line, $lines, $i)) 79 } elseif ($this->identifyCode($line, $lines, $i)) { [all …]
|
| D | Markdown.php | 60 '+', // plus sign 61 '-', // minus sign (hyphen) 74 $this->references = []; 90 if (isset($this->context[1]) && $this->context[1] === 'list' && !ctype_alpha($line[0]) && ( 91 $this->identifyUl($line, $lines, $i) || $this->identifyOl($line, $lines, $i))) { 95 if ($line === '' || ltrim($line) === '' || $this->identifyHeadline($line, $lines, $i)) { 100 // e.g. <img src="file.jpg" 113 'content' => $this->parseInline(implode("\n", $content)), 115 return [$block, --$i]; 126 return str_replace(" \n", $this->html5 ? "<br>\n" : "<br />\n", $text[1]);
|
| /plugin/diagramsnet/lib/math/extensions/a11y/mathmaps/ ! |
| D | fr.js | 6 …plus grand commun diviseur"},"mathspeak":{"default":"pgcd"},"clearspeak":{"default":"pgcd"}},"cate… 17 "fr/symbols/greek-rest.js": 20 "fr/symbols/greek-scripts.js": 23 "fr/symbols/greek-symbols.js": 29 "fr/symbols/latin-lower-double-accent.js": 32 "fr/symbols/latin-lower-phonetic.js": 33 …g barré"}}},{"category":"Ll","key":"01FF","mappings":{"default":{"default":"o barré accent aigu"}}… 35 "fr/symbols/latin-lower-single-accent.js": 36 …g accent circonflexe"}},"category":"Ll"},{"key":"011F","mappings":{"default":{"default":"g brève"}… 38 "fr/symbols/latin-rest.js": [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/data/ ! |
| D | LineBreak.txt | 1 # LineBreak-5.0.0.txt 2 # Date: 2006-05-23, 11:43:00 PST [KW] 10 # Copyright (c) 1991-2006 Unicode, Inc. 23 # - All code points, assigned and unassigned, that are not listed 25 # - Characters ranges are specified as for other property files in 77 002B;PR # PLUS SIGN 79 002D;HY # HYPHEN-MINUS 94 003C;AL # LESS-THAN SIGN 96 003E;AL # GREATER-THAN SIGN 105 0047;AL # LATIN CAPITAL LETTER G [all …]
|
| /plugin/datatables/assets/datatables.net-fixedheader-dt/js/ ! |
| D | dataTables.fixedHeader.js | 2 * © SpryMedia Ltd - datatables.net/license 62 * MIT license - http://datatables.net/license/mit 74 // Sanity check - you just know it will happen 107 header: -1, 108 footer: -1 122 floatingParent: $('<div class="dtfh-floatingparent">'), 128 floatingParent: $('<div class="dtfh-floatingparent">'), 180 this._modeChange('in-place', 'header', true); 184 this._modeChange('in-place', 'footer', true); 274 * FixedHeader constructor - adding the required event listeners and [all …]
|