Searched refs:PATTERN (Results 1 – 8 of 8) sorted by relevance
| /plugin/siteexport/inc/ |
| H A D | functions.php | 306 public function getSpecialExportFileName($FILE, $PATTERN = null) { argument 313 if (empty($PATTERN) && empty($this->settings->pattern)) { 315 $PATTERN = md5(microtime(false)); 320 $this->settings['pattern'] = $PATTERN; 322 $PATTERN = $this->settings->pattern; 328 array_push($FA, $PATTERN); 336 public function getCacheFileNameForPattern($PATTERN = null) argument 338 if ($PATTERN == null) { 339 $PATTERN = $this->settings->pattern; 342 …return getCacheName($this->getSpecialExportFileName($this->settings->origZipFile, $PATTERN), '.' .…
|
| /plugin/displayfile/ |
| D | syntax.php | 29 const PATTERN = '<displayfile\s+[a-z0-9_\-]+?\s*.*?\s*\/>'; define in syntax_plugin_displayfile 41 $this->Lexer->addSpecialPattern(self::PATTERN, $mode, 'plugin_displayfile');
|
| /plugin/combo/syntax/ |
| H A D | frontmatter.php | 70 const PATTERN = self::START_TAG . '.*?' . self::END_TAG; define in syntax_plugin_combo_frontmatter 129 …$this->Lexer->addSpecialPattern(self::PATTERN, $mode, PluginUtility::getModeFromTag($this->getPlug…
|
| /plugin/asciidocjs/node_modules/jake/ |
| D | usage.txt | 12 …-T/-ls, --tasks Display the tasks (matching optional PATTERN) with descriptions,…
|
| /plugin/siteexport/action/ |
| H A D | ajax.php | 564 $PATTERN = "/(" . implode('|', explode(' ', preg_quote($EXCLUDE, '/'))) . ")/i"; 567 "pattern" => $PATTERN, 569 "matches" => preg_match($PATTERN, $URL) ? 'match' : 'no match' 572 if ( preg_match($PATTERN, $URL) ) { return false; } 644 $PATTERN = '(href|src|action)="([^"]*)"'; 647 $PATTERN = '((?<!<a )href|src|action)="([^"]*)"'; 651 $DATA = preg_replace_callback("/$PATTERN/i", $CALLBACK, $DATA);
|
| /plugin/html2pdf/html2pdf/html2ps/data/ |
| D | LineBreak.txt | 7924 2800;AL # BRAILLE PATTERN BLANK 7925 2801;AL # BRAILLE PATTERN DOTS-1 7926 2802;AL # BRAILLE PATTERN DOTS-2 7927 2803;AL # BRAILLE PATTERN DOTS-12 7928 2804;AL # BRAILLE PATTERN DOTS-3 7929 2805;AL # BRAILLE PATTERN DOTS-13 7930 2806;AL # BRAILLE PATTERN DOTS-23 7931 2807;AL # BRAILLE PATTERN DOTS-123 7932 2808;AL # BRAILLE PATTERN DOTS-4 7933 2809;AL # BRAILLE PATTERN DOTS-14 [all …]
|
| /plugin/combo/ComboStrap/ |
| H A D | MetadataFrontmatterStore.php | 255 $pattern = syntax_plugin_combo_frontmatter::PATTERN;
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1159 …PATTERN' property",type:dn.MISSING_PATTERN,tokenTypes:[n]})),i=bA(e,t);return{errors:r,valid:i}}fu… 1160 Token Type: ->`+n.name+`<- static 'PATTERN' cannot contain end of input anchor '$' 1161 …N.test(""));return nr(t,i=>({message:"Token Type: ->"+i.name+"<- static 'PATTERN' must not match a… 1162 Token Type: ->`+n.name+`<- static 'PATTERN' cannot contain start of input anchor '^' 1163 …n.global)});return nr(t,i=>({message:"Token Type: ->"+i.name+"<- static 'PATTERN' may NOT contain … 1296 …PATTERN:r};return typeof r=="function"&&(i.LINE_BREAKS=!0),e.hidden&&(i.GROUP=rA(t)?ls.SKIPPED:"hi… 1303 …);return i.forEach(n=>{this.keywords.has(n.name)&&n.PATTERN!==void 0&&(n.PATTERN=new RegExp(n.PATT…
|