Home
last modified time | relevance | path

Searched refs:matches (Results 1051 – 1075 of 1144) sorted by path

1...<<414243444546

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js953 if (matches == null)
1011 matches = [],
1023 matches = matches.concat(resultMatch);
1027 return matches;
1229 matches = [],
1241 matches = matches.concat(result);
1249 matches = matches.concat(result);
1257 matches = matches.concat(result);
1263 return matches;
1352 return matches;
[all …]
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php106 if (preg_match("/highlight:/i", $attr, $matches)) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js202 matches,
1593 … return level === chain.length - 1 || !matches.length ? matches : recurseChain(matches, level + 1);
2480 matches = matches.concat(resultMatch);
2484 return matches;
2510 if (matches[i]) result.push(matches[i]);
2534 return matches;
2586 _this.matches = matches;
2825 matches = _this.matches,
3038 matches,
3448 matches;
[all …]
H A Dsyntaxhighlighter.js.map1matches.js","webpack:///./repos/syntaxhighlighter-html-renderer/index.js","webpack:///./src/utils.…
/plugin/syntaxhighlighter4/
H A Dsyntax.php162 if (preg_match('/highlight:/i', $attr, $matches)) {
/plugin/tag/
H A Dhelper.php501 if (preg_match_all('#".*?"#', $tags, $matches)) {
502 foreach ($matches[0] as $match) {
/plugin/tagfilter/
H A Daction.php35 $ret = preg_match('/^tf(\d+)\_([\w\:äöü\-\/#]+)/', $param, $matches);
37 if ($ret && is_numeric($matches[1]) && $matches[2]) {
39 'key' => $matches[1],
40 'label' => $matches[2],
/plugin/tagfilter/script/select2/
H A Dselect2.js1825 var style, attrs, matches, i, l, attr;
1838 matches = attr.match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i);
1839 if (matches !== null && matches.length >= 1)
1840 return matches[1];
2516 var matches = [];
2523 matches.push(el);
2528 // reorder matches based on the order they appear in the ids array because right now
2533 for (var j = 0; j < matches.length; j++) {
2534 var match = matches[
3334 formatMatches(matches) global() argument
[all...]
H A Dselect2_locale_en.js10 formatMatches: function (matches) { return matches + " results are available, use up and down arrow keys to navigate."; }, argument
11 formatNoMatches: function () { return "No matches found"; },
H A Dselect2_locale_fa.js11 formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; }, argument
/plugin/tagging/action/
H A Delasticsearch.php98 preg_match_all('/(?:#)(\w+)/u', $QUERY, $matches);
99 if (isset($matches[1])) {
100 $matches[1] = array_map([$hlp, 'cleanTag'], $matches[1]);
101 $INPUT->set('tagging', array_merge($matches[1], $taggingFilter));
107 $additions = array_map(function ($tag) use ($matches) {
108 if (!isset($matches[1]) || !in_array($tag, $matches[1])) {
H A Dsearch.php163 preg_match_all('/(?:#)(\w+)/u', $QUERY, $matches);
164 if (isset($matches[1])) {
165 $this->tagFilter += array_map([$hlp, 'cleanTag'], $matches[1]);
/plugin/tagging/
H A Dsyntax.php34 $matches = array();
35 preg_match('/{{tagging::(\w+)(?:>([^}\?]+))?(\?[0-9]+)?}}/', $match, $matches);
36 $data['cmd'] = $matches[1];
37 $data['limit'] = (int)ltrim($matches[3], '?');
44 if (count($matches) > 2) {
45 $data['user'] = trim($matches[2]);
49 if (count($matches) > 2) {
50 $data['tag'] = trim($matches[2]);
54 if (count($matches) > 2) {
55 $data['ns'] = trim($matches[
[all...]
/plugin/tagsections/syntax/
H A Dtag.php67 $matches = array();
69 if ( preg_match_all($secLevelRegex, $renderer->doc, $matches, PREG_SET_ORDER) ) {
71 $matches = array_pop($matches);
75 $matches[2] = preg_replace("/(class=\")(.*?)/", "$1$tags $2", $matches[2]);
81 … = str_replace($matches[0], "<h{$matches[1]}{$matches[2]}{$matches[3]}$tagList{$matches[4]}{$match…
/plugin/textile2/
H A DclassTextile.php430 function fTable($matches) argument
432 $tatts = $this->pba($matches[1], 'table');
434 foreach(preg_split("/\|$/m", $matches[2], -1, PREG_SPLIT_NO_EMPTY) as $row) {
/plugin/textinsert/
H A Dsyntax.php99 function($matches) {
100 …$matches[1] = str_replace(array('**','//','__','\'\'',),array('<b>','<em>','<u>','<code>'),$matche…
101 …$matches[3] = str_replace(array('**','//','__','\'\''),array('</b>','</em>','</u>','</code>'),$mat…
102 return $matches[1] . $matches[2] . $matches[3];
/plugin/tocselect/
H A Daction.php41 if(preg_match('/^(.*?)' . $regex . '\s*$/',$wikifn,$matches))
43 $wikifn = $matches[1];
46 if($matches[1]) {
/plugin/toctweak/
H A Dhelper.php47 if (preg_match('/^(?:(\d+)-(\d+)|^(\-?\d+))$/', $token, $matches)) {
48 if (count($matches) == 4) {
49 if (strpos($matches[3], '-') !== false) {
50 $maxLv = abs($matches[3]);
52 $topLv = $matches[3];
55 $topLv = $matches[1];
56 $maxLv = $matches[2];
/plugin/todo/syntax/
H A Dlist.php47 * Handle matches of the todolist syntax
246 $item['count'] = preg_match_all($opts['pattern'], $wikitext, $matches); //count how many times appears the pattern
248 $item['matches'] = $matches;
338 // contains 3 arrays: an array with complete matches and 2 arrays with subpatterns
339 foreach($page['matches'][1] as $todoindex => $todomatch) {
340 $todo = array_merge(array('todotitle' => trim($page['matches'][2][$todoindex]), 'todoindex' => $todoindex), $this->parseTodoArgs($todomatch), $data);
H A Dtodo.php437 * @param array $matches whole regex matches multidemensional array( array( 0 => '1st Match', 1 => '2nd Match', ... ), ... )
443 public function _searchpatternHandler($type, $renderer, $data, $matches, $params = array(), $page = null, $value = null) {
449 // $matches should hold an array with all <todo>matches</todo> or <todo #>matches</todo>
450 if(!is_array($matches)) {
453 //file_put_contents( dirname(__FILE__).'/debug.txt', print_r($matches,true), FILE_APPEND );
458 foreach($matches as $page => $allTodosPerPage) {
460 //entry 0 contains all whole matches
414 _searchpatternHandler($type, $renderer, $data, $matches, $params = array(), $page = null, $value = null) global() argument
[all...]
/plugin/top/
H A DCrawlerDetect.php26 protected $matches = array(); variable in Jaybizzle\\CrawlerDetect\\CrawlerDetect
405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
407 if ($matches) {
408 $this->matches = $matches;
421 return $this->matches[0];
/plugin/tplinc/
H A Dhelper.php154 if (preg_match($pattern, ":$id", $matches)) {
155 $len = count($matches);
157 $page = str_replace('$' . $i, $matches[$i], $page);
/plugin/tplinc/lang/en/
H A Dintro.txt4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
/plugin/tplmod/
H A Daction.php134 if(preg_match('/('.$xcludes.')/',$ID,$matches)) {
/plugin/translator/
H A Dadmin.php353 $matches = array();
354 if ( !preg_match("/$CategoryRegex/", $FILE['name'], $matches) ) {
360 $FILE['lang'] = preg_replace("/^_?(.*?)_?$/", "$1", $matches[1]);

1...<<414243444546