Home
last modified time | relevance | path

Searched refs:matches (Results 1026 – 1050 of 1144) sorted by path

1...<<414243444546

/plugin/struct/lang/en/
H A Dassignments_intro.txt3 Here you can define patterns to automatically assign schemas to pages. Whenever a page matches one of the patterns here, the appropiate schemas will be shown.
/plugin/struct/meta/
H A DCSVPageImporter.php104 function ($matches) use ($keys, $values) {
105 [, $blockKey, $textIfNotEmpty] = $matches;
/plugin/structautolink/
H A Drenderer.php150 if (!preg_match_all($this->regex, $text, $matches, PREG_OFFSET_CAPTURE)) {
159 foreach ($matches["p$num"] as $match) {
/plugin/structjoin/types/
H A DJoin.php118 if (preg_match('/^LEFT OUTER JOIN data_([^\s]*)/', $from, $matches)) {
119 return $matches[1];
/plugin/structnotification/action/
H A Dnotification.php151 function ($matches) use ($values) {
152 list($schema, $field) = explode('.', trim($matches[1]));
/plugin/structodt/
H A Dhelper.php279 $content = preg_replace_callback($pattern, function($matches) use ($value) {
281 if (isset($matches[1])) {
282 $index = (int)$matches[1];
344 return preg_replace_callback('/\$(.*?)\$/', function ($matches) use ($row) {
346 $explode = explode('.', $matches[1], 2);
/plugin/subjectindex/inc/
H A Dmatcher.php39 $matches = array();
43 $matches = array_merge($matches, $matcher->items);
47 $this->all= $matches;
48 $this->first = $matches[0];
/plugin/subjectindex/plugins/
H A DEntryDefault.php43 $matches = array();
44 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
46 foreach ($matches as $match) {
H A DEntryTag.php23 $matches = array();
24 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
26 foreach ($matches as $match) {
H A DEntryVerse.php31 $matches = array();
33 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
35 foreach ($matches as $match) {
H A Dbible_verses.txt30450 …n deeds of loose conduct, lusts, excesses with wine, revelries, drinking matches, and illegal idol…
/plugin/subjectindex/syntax/
H A Dindex.php179 $matches = array();
180 … $matched = preg_match('/(^\d+\.)?(.).+/', $entry, $matches); // check for ordered entries 1st
182 $entry = $matches[1] . strtoupper($matches[2]) . '/' . $entry;
280 $matched = preg_match('/^\d+\.(.+)/', $cur_node, $matches);
282 $cur_node = $matches[1];
/plugin/survey/helper/
H A Dsurvey.php96 if (preg_match("/\[\[(.*)\]\]/", $lineText, $matches)) {
97 if (preg_match("/^([^|]*)\|(.*)$/", $matches[1], $titleMatches)) {
101 $link = $name = $matches[1];
108 $matches[0],
116 $matches[0],
/plugin/svgembed/
H A Dsyntax.php77 $matches = array();
80 if (preg_match('/(cm|mm|Q|in|pc|pt|px)/', $value, $matches) && count($matches)) {
81 switch ($matches[1]) {
/plugin/swfobject/
H A Dsyntax.php56 if( preg_match('%<swfobject\s([^\r\n\|]*?)>%', $match, $matches) ) {
58 $conf = split('\?', $matches[1], 2);
/plugin/swiftmail/Swift/Message/
H A DEncoder.php58 if (!empty($matches[1])) $ret[($elements++)] = $matches[1];
59 $ret[('a' . ($elements++))] = $matches[2];
60 $input = substr($input, strlen($matches[0]));
78 if (!empty($matches[1])) $ret[($elements++)] = $matches[1];
79 $ret[('a' . ($elements++))] = $matches[2];
80 $input = substr($input, strlen($matches[0]));
207 $string = substr($string, strlen($matches[0]));
214 || (strlen($string) > 0 && $matches = array($string)))
217 $string = substr($string, strlen($matches[0]));
435 preg_match_all('~.{1,'.($chunk-6).'}([^%]{0,3})~', $str, $matches);
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php317 protected function embedRemoteFile($matches) argument
331 return $matches[1] . $cid . $matches[4];
337 return $matches[1] . $cid . $matches[4];
345 return $matches[1] . $matches[3] . $matches[4];
351 return $matches[1] . $id . $matches[4];
359 protected function embedLocalFile($matches) argument
361 $path = realpath($matches[3]);
364 return $matches[1] . $matches[3] . $matches[4];
376 return $matches[1] . $cid . $matches[4];
382 return $matches[1] . $cid . $matches[4];
[all …]
H A DMailSend.php144 …if (preg_match("~<([^>]+)>[^>]*\$~", $this->returnPath, $matches)) $this->returnPath = $matches[1];
/plugin/swiftmail/
H A Daction.php87 if(preg_match('#(.*?)<(.*?)>#',$part,$matches)){
88 $text = trim($matches[1]);
89 $addr = $matches[2];
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js16 push(this.matches,new dp.sh.Match(match[1],match.index,'attribute'));if(match[2]!=undefined)
17 {push(this.matches,new dp.sh.Match(match[2],match.index+match[0].indexOf(match[2]),'attribute-value…
19 {push(this.matches,new dp.sh.Match(match[1],match.index+match[0].indexOf(match[1]),'tag-name'));}}
H A DshCore.js50 this.matches[this.matches.length]=new dp.sh.Match(match[0],match.index,css);}
64 return false;for(var i=0;i<this.matches.length;i++)
65 {var c=this.matches[i];if(c==null)
103 continue;var matches=regex.exec(lines[i]);if(matches!=null&&matches.length>0)
104 min=Math.min(matches[0].length,min);}
117 this.matches=this.matches.sort(dp.sh.Highlighter.SortCallback);for(var i=0;i<this.matches.length;i+…
118 if(this.IsInside(this.matches[i]))
119 this.matches[i]=null;for(var i=0;i<this.matches.length;i++)
120 {var match=this.matches[i];if(match==null||match.length==0)
141 if((matches=regex.exec(list[i]))!=null)
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js50 push(this.matches, new dp.sh.Match(match[1], match.index, 'attribute'));
55 …push(this.matches, new dp.sh.Match(match[2], match.index + match[0].indexOf(match[2]), 'attribute-…
68 …push(this.matches, new dp.sh.Match(match[1], match.index + match[0].indexOf(match[1]), 'tag-name')…
H A DshCore.js259 this.matches[this.matches.length] = new dp.sh.Match(match[0], match.index, css);
319 var c = this.matches[i];
465 if(matches != null && matches.length > 0)
493 this.matches = new Array();
519 if(this.matches.length == 0)
529 this.matches = this.matches.sort(dp.sh.Highlighter.SortCallback);
535 if(this.IsInside(this.matches[i]))
536 this.matches[i] = null;
542 var match = this.matches[i];
604 var matches = null;
[all …]
/plugin/syntaxhighlighter3/
H A DREADME.md118 if (preg_match("/highlight:/i", $attr, $matches)) {
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2234 if (matches == null)
2292 matches = [],
2304 matches = matches.concat(resultMatch);
2308 return matches;
2510 matches = [],
2522 matches = matches.concat(result);
2530 matches = matches.concat(result);
2538 matches = matches.concat(result);
2544 return matches;
2633 return matches;
[all …]

1...<<414243444546