Home
last modified time | relevance | path

Searched refs:matches (Results 326 – 350 of 1144) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/imageflow/syntax/
H A Dimageflow.php60 if( preg_match('%<imageflow ([^>]+)>%', $match, $matches) ) {
61 return array('imageflow__start', $matches[1]);
/plugin/strata/
H A Dmanual.txt120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use an ''optional'' block to indicate that some of the patterns are optional, and need not be matched for the results to be shown. All patterns in an optional block must match for the optional block to be used. If any pattern in the block doesn't match, none of the patterns in the block will be used.
257 You can use simple filters to refine any matches from a pattern.
H A Daction.php182 if(preg_match('/^plugin_strata_(type|aggregate)_(.*)$/',$fullname, $matches)) {
184 list(,$kind,$name) = $matches;
/plugin/strata/syntax/
H A Dinfo.php48 if(preg_match("@/([^/]+)/${kind}s/([^/]+)\.php@",$type,$matches)) {
51 case 'type': $meta = $this->util->loadType($matches[2])->getInfo(); break;
52 case 'aggregate': $meta = $this->util->loadAggregate($matches[2])->getInfo(); break;
58 'name'=>$matches[2],
59 'plugin'=>$matches[1],
/plugin/preregister/
H A Daction.php60 if(!preg_match("/^(\w){32}$/",$md5,$matches)) return;;
H A Dadmin.php111 if(preg_match('/\d\d(\d)/',$perm,$matches)) {
112 if($matches[1] > 0) {
/plugin/tplmod/
H A Daction.php134 if(preg_match('/('.$xcludes.')/',$ID,$matches)) {
/plugin/markdowku/
H A Danchorsinline.php32 $matches);
33 $target = $matches[2] == '' ? $matches[3] : $matches[2];
34 $title = $matches[1];
H A Danchorsreference.php39 $matches);
41 $title = $matches[1];
43 if ($matches[2] == '')
44 $rid = $matches[1];
46 $rid = $matches[2];
H A Dgithubcodeblocks.php29 if (preg_match('/^\n```([a-z0-9_]+)\n/', $match, $matches) > 0) {
30 $lang = $matches[1];
H A Dimagesinline.php31 $matches);
32 $target = $matches[2] == '' ? $matches[3] : $matches[2];
33 $title = $matches[1];
H A Dimagesreference.php39 $matches);
41 $title = $matches[1];
43 if ($matches[2] == '')
44 $rid = $matches[1];
46 $rid = $matches[2];
H A Dreferences.php35 $matches);
36 $key = 'markdowku_references_'.preg_replace("/ /", ".", $matches[1]);
37 $renderer->meta[$key] = $matches[2];
/plugin/iptrust2/
H A Daction.php111 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+/',$AUTH_ACL);
112 if(count($matches)){
113 foreach($matches as $match){
129 $matches = preg_grep('/^'.$path.'\s+/',$AUTH_ACL);
130 if(count($matches)){
131 foreach($matches as $match){
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1017 var matches = null;
1022 while ((matches = tempBindRegEx.exec(template)) != null)
1025 switch (matches[1])
1035 bindingPairs.push({match: matches[0], repl: replacement});
1044 while ((matches = userTagBindRegEx.exec(template)) != null)
1046 var parts = matches[1].split(',');
1071 bindingPairs.push({match: matches[0], repl: mxUtils.htmlEntities(val)});
1084 while ((matches = txtRegEx.exec(template)) != null)
1086 …var val = matches[0].substr(0, matches[0].length - 7) + matches[1] + "</text>"; //7 is the length …
1087 bindingPairs.push({match: matches[0], repl: val});
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt1146 matchesRepl={1} matches replaced
H A Ddia_ja.txt1146 matchesRepl={1} matches replaced
H A Ddia_kn.txt1146 matchesRepl={1} matches replaced
H A Ddia_si.txt1146 matchesRepl={1} matches replaced
H A Ddia_sl.txt1146 matchesRepl={1} matches replaced
H A Ddia_ta.txt1146 matchesRepl={1} matches replaced
H A Ddia_vi.txt1146 matchesRepl={1} matches replaced
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1matches a given\n * `fetch` event by returning a non-falsy value.\n * @param {module:workb…
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js101matches=0},Z=function(t){t.bi_valid>8?y(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi…
H A Dviewer.min.js101matches=0},Z=function(t){t.bi_valid>8?y(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi…

1...<<11121314151617181920>>...46