/dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
H A D | Date.php | 725 $month = isset($match['month']) ? (int) $match['month'] : 1; 726 $day = isset($match['day']) ? (int) $match['day'] : 1; 727 $hour = isset($match['hour']) ? (int) $match['hour'] : 0; 728 $minute = isset($match['minute']) ? (int) $match['minute'] : 0; 729 $second = isset($match['second']) ? (int) $match['second'] : 0; 730 …$second_fraction = isset($match['second_fraction']) ? ((int) $match['second_fraction']) / (10 ** s… 732 $tz_hour = isset($match['tz_hour']) ? (int) $match['tz_hour'] : 0; 733 $tz_minute = isset($match['tz_minute']) ? (int) $match['tz_minute'] : 0; 872 …return gmmktime(intval($match[5]), intval($match[6]), intval($second), intval($month), intval($mat… 928 … return gmmktime($match[5], $match[6], $match[7], $month, $match[2], $match[4]) - $timezone; [all …]
|
/dokuwiki/inc/parser/ |
H A D | handler.php | 104 * @param string $match matched syntax 170 foreach ($matches as $match) { 173 $key = trim($match[0]); 229 * @param string $match matched syntax 268 * @param string $match matched syntax 275 $data = array($match); 288 * @param string $match matched syntax 311 $title = trim($match); 897 $p['max'] = $match[1]; 925 $url = $match; [all …]
|
H A D | renderer.php | 111 * @param string $match raw matched syntax 113 public function plugin($name, $data, $state = '', $match = '') { argument 828 preg_replace_callback('/[[\\\\\]^`{|}#%]/', function($match) { 829 return rawurlencode($match[0]);
|
/dokuwiki/lib/scripts/ |
H A D | editor.js | 148 var match = search.match(/(\n +([\*-] ?)?)/); 149 if(match){ 151 var match2 = search.match(/^\n +[\*-]\s*$/); 153 if (match2 && this.value.substr(selection.start).match(/^($|\r?\n)/)) { 160 insertAtCarret(this.id,match[1]); 168 var match = search.match(/(\n +)([*-] ?)$/); 169 if(match){ 170 var spaces = match[1].length-1; 189 var match = search.match(/(\n +)([*-] )$/); 190 if(match){
|
H A D | behaviour.js | 139 if(!LANG.nosmblinks || navigator.userAgent.match(/(Trident|MSIE|Edge)/)) { 172 show_list = $this.val().match(/:$/);
|
/dokuwiki/lib/plugins/styling/ |
H A D | admin.php | 126 if (preg_match('/^#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])$/', $value, $match)) { 127 return '#' . $match[1] . $match[1] . $match[2] . $match[2] . $match[3] . $match[3];
|
/dokuwiki/lib/exe/ |
H A D | css.php | 469 return $match[0]; 471 if ($match[3][0] != '/') { 472 $match[3] = $this->getRelativePath() . '/' . $match[3]; 475 $match[3] = $this->location . $match[3]; 487 * @param array $match 490 function css_datauri($match){ argument 493 $pre = unslash($match[1]); 494 $base = unslash($match[2]); 495 $url = unslash($match[3]); 496 $ext = unslash($match[4]); [all …]
|
H A D | js.php | 174 while(preg_match('#/\*\s*DOKUWIKI:include(_once)?\s+([\w\.\-_/]+)\s*\*/#',$data,$match)){ 175 $ifile = $match[2]; 178 if($match[1]){ 181 $data = str_replace($match[0], '' ,$data); 194 $data = str_replace($match[0],$idata,$data);
|
/dokuwiki/inc/ |
H A D | ErrorHandler.php | 183 if (preg_match('/lib\/plugins\/(\w+)\//', str_replace('\\', '/', $e->getFile()), $match)) { 184 return $match[1]; 190 preg_match('/\w+?_plugin_(\w+)/', $line['class'], $match) 192 return $match[1]; 197 preg_match('/lib\/plugins\/(\w+)\//', str_replace('\\', '/', $line['file']), $match) 199 return $match[1];
|
H A D | init.php | 593 if(preg_match('!^([a-zA-z]:)(.*)!',$path,$match)){ 594 $root = $match[1].'/'; 595 $path = $match[2]; 596 }else if(preg_match('!^(\\\\\\\\[^\\\\/]+\\\\[^\\\\/]+[\\\\/])(.*)!',$path,$match)){ 597 $root = $match[1]; 598 $path = $match[2];
|
H A D | fetch.functions.php | 117 function ($match) { 118 return rawurlencode($match[0]);
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/ |
H A D | Entities.php | 582 for ($i = 0, $match = null; $i < 9 && $this->consume() !== false; $i++) { 585 $match = $consumed; 589 if ($match !== null) { 590 …ata = substr_replace($this->data, $entities[$match], $this->position - strlen($consumed) - 1, strl… 591 $this->position += strlen($entities[$match]) - strlen($consumed) - 1;
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | script.js | 21 if (device_class.match(/tablet/)) return; 25 if (device_class.match(/phone/)) return; 49 if (device_class.match(/mobile/)){
|
/dokuwiki/inc/Action/ |
H A D | Redirect.php | 38 } else if($PRE && preg_match('/^\s*==+([^=\n]+)/', $TEXT, $match)) { 41 $opts['fragment'] = sectionID($match[0], $check);
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | ParallelRegex.php | 65 * @param string $match First matched portion of 69 public function apply($subject, &$match) argument 75 $match = ""; 79 $match = $matches[0];
|
/dokuwiki/inc/Extension/ |
H A D | SyntaxPlugin.php | 73 * @param string $match The text matched by the patterns 79 abstract public function handle($match, $state, $pos, Doku_Handler $handler); argument
|
/dokuwiki/vendor/simplepie/simplepie/src/Net/ |
H A D | IPv6.php | 150 foreach ($matches[0] as $match) { 151 if (strlen($match[0]) > $max) { 152 $max = strlen($match[0]); 153 $pos = $match[1];
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Sanitize.php | 519 public function do_strip_htmltags($match) argument 522 if (isset($match[4]) && !in_array(strtolower($match[1]), ['script', 'style'])) { 523 $match[1] = htmlspecialchars($match[1], ENT_COMPAT, 'UTF-8'); 524 $match[2] = htmlspecialchars($match[2], ENT_COMPAT, 'UTF-8'); 525 return "<$match[1]$match[2]>$match[3]</$match[1]>"; 527 return htmlspecialchars($match[0], ENT_COMPAT, 'UTF-8'); 529 } elseif (isset($match[4]) && !in_array(strtolower($match[1]), ['script', 'style'])) { 530 return $match[4];
|
H A D | IRI.php | 331 if ($match[1] === '') { 332 $match['scheme'] = null; 334 if (!isset($match[3]) || $match[3] === '') { 337 if (!isset($match[5])) { 338 $match['path'] = ''; 340 if (!isset($match[6]) || $match[6] === '') { 341 $match['query'] = null; 343 if (!isset($match[8]) || $match[8] === '') { 346 return $match; 529 * @param array $match PCRE match [all …]
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ANSI.php | 290 … case preg_match('#\x1B\[(\d+)B#', $this->ansi, $match): // Move cursor down n lines 292 $this->y+= $match[1]; 294 …case preg_match('#\x1B\[(\d+);(\d+)H#', $this->ansi, $match): // Move cursor to screen location v,h 297 $this->x = $match[2] - 1; 298 $this->y = $match[1] - 1; 300 … case preg_match('#\x1B\[(\d+)C#', $this->ansi, $match): // Move cursor right n lines 302 $this->x+= $match[1]; 304 … case preg_match('#\x1B\[(\d+)D#', $this->ansi, $match): // Move cursor left n lines 306 $this->x-= $match[1]; 313 … case preg_match('#\x1B\[(\d*(?:;\d*)*)m#', $this->ansi, $match): // character attributes [all …]
|
/dokuwiki/lib/plugins/config/core/ |
H A D | ConfigParser.php | 51 if(preg_match('/^array ?\((.*)\)/', $value, $match)) { 52 $arr = explode(',', $match[1]);
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 48 * @param string $match The text matched by the patterns 54 public function handle($match, $state, $pos, Doku_Handler $handler) argument 56 $match = substr($match, 7, -2); //strip ~~INFO: from start and ~~ from end 57 return array(strtolower($match));
|
/dokuwiki/lib/plugins/logviewer/ |
H A D | script.js | 15 if (elem.innerText.match(re)) {
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 255 if ($grpkey !== 'count' && preg_match($regexp, $grp, $match)) { 257 $info[$localkey][] = $match[1]; 259 $info[$localkey] = $match[1]; 460 foreach ($matches[1] as $match) { 462 if (is_array($placeholders[$match])) { 463 $value = $placeholders[$match][0]; 465 $value = $placeholders[$match]; 468 $filter = str_replace('%{' . $match . '}', $value, $filter);
|
/dokuwiki/inc/Parsing/Handler/ |
H A D | Lists.php | 175 protected function interpretSyntax($match, & $type) argument 177 if (substr($match, -1) == '*') { 184 return substr_count(str_replace("\t", ' ', $match), ' ') + 1;
|