Searched refs:PATTERN (Results 1 – 8 of 8) sorted by relevance
| /plugin/siteexport/inc/ |
| 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/ |
| 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 | 714 …(t.label)&&(r.terminalLabel=t.label);let n=t.terminalType.PATTERN;return t.terminalType.PATTERN&&(… 724 …PATTERN)))});let p,m,g,y;r("Misc Mapping #2",()=>{p=Je(n,uoe),m=Je(a,fFe),g=Xr(n,(b,T)=>{let S=T.G… 727 …cs/guide/resolving_lexer_errors.html#UNICODE_OPTIMIZE`);else{let w=toe(T.PATTERN,e.ensureOptimizat… 729 …s),this.found=!1}visitEndAnchor(a){this.found=!0}}let r=Yr(t,i=>{let a=i.PATTERN;try{let s=qg(a),l… 731 …PATTERN.test(""));return Je(e,n=>({message:"Token Type: ->"+n.name+"<- static 'PATTERN' must not m… 733 …PATTERN.source===l.PATTERN.source&&!Xn(e,l)&&l.PATTERN!==Kn.NA&&(e.push(l),s.push(l)),s),[]));r=Ac… 740 …:u};n.push(d)}else Bt(u,"LINE_BREAKS")?u.LINE_BREAKS===!0&&(i=!0):Yk(l,u.PATTERN)&&(i=!0)}),e&&!i&… 744 …PATTERN;if(Uo(e))return!1;if(Ai(e))return!0;if(Bt(e,"exec"))return!0;if(Ti(e))return!1;throw Error… 758 …n wFe(t)}function wFe(t){let e=t.pattern,r={};if(r.name=t.name,mr(e)||(r.PATTERN=e),Bt(t,TFe))thro… 818 …PATTERN;typeof l=="object"&&l&&"test"in l&&Fg(l)?a.unshift(s):a.push(s)}),a}flushLexingReport(e){r… property [all …]
|