/plugin/callflow/ |
H A D | script.js | 172 if(matched = aCommands[i].match(/^\)/))//note stop 185 … aParsedCommands[curCommand] = [matched[1], matched[2], matched[3], matched[4], "double-arrow", i]; 192 aParsedCommands[curCommand] = [matched[1], matched[2], matched[3], matched[4], "arrow", i]; 199 aParsedCommands[curCommand] = [matched[2], matched[1], matched[3], matched[4], "arrow", i]; 218 actor2 = (matched[2] != '')?matched[2] : matched[1]; 233 aParsedCommands[curCommand] = [0, 0, matched[1], "break", i]; 237 else if(matched = aCommands[i].match(/title:(.+)/)) //title 239 title = matched[1]; 268 else if(matched = aCommands[i].match(/^order:(.+)/)) //order 270 aParsedCommands[curCommand] = [matched[1], matched[1], "", "", "", i]; [all …]
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverSelect.php | 84 $matched = false; 93 $matched = true; 96 if (!$matched) { 105 $matched = false; 114 $matched = true; 118 // webdriver, use the expensive getText() to check if nothing is matched. 119 if (!$matched) { 126 $matched = true; 131 if (!$matched) { 140 $matched [all...] |
H A D | AbstractWebDriverCheckboxOrRadio.php | 102 $matched = false; 109 $matched = true; 112 if (!$matched) { 171 // webdriver, use the expensive getText() to check if nothing is matched.
|
/plugin/subjectindex/inc/ |
H A D | matcher.php | 23 $matched = preg_match('/Entry(.+?)\.php/', $file, $match); 24 if ($matched) { 40 $matched = false; 44 $matched = true; 49 return $matched;
|
/plugin/condition/ |
H A D | base_tester.php.orig.php | 202 $matched = false; 210 $matched = true; 214 $matched = true; 218 $matched = true; 222 $matched = true; 228 $matched = true; 232 $matched = true; 238 $matched = true; 247 $matched = true; 258 $matched = true; [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.parse.properties.php | 54 $matched = false; 59 $matched = true; 65 $matched = true; 67 } while ($matched);
|
/plugin/textile2/ |
H A D | classTextile.php | 352 $matched = $in; 363 if (preg_match("/\{([^}]*)\}/", $matched, $sty)) { 365 $matched = str_replace($sty[0], '', $matched); 368 if (preg_match("/\[([^]]+)\]/U", $matched, $lng)) { 370 $matched = str_replace($lng[0], '', $matched); 373 if (preg_match("/\(([^()]+)\)/U", $matched, $cls)) { 375 $matched = str_replace($cls[0], '', $matched); 378 if (preg_match("/([(]+)/", $matched, $pl)) { 380 $matched = str_replace($pl[0], '', $matched); 383 if (preg_match("/([)]+)/", $matched, $pr)) { [all …]
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/ |
H A D | PunctuationParser.php |
|
/plugin/editsections2/ |
H A D | script.js | 61 var matched, 64 if (!range || !(matched = /^(\d+)-(\d*)$/.exec(range.value))) { 67 ret = Number(matched[1]); 68 } else if (matched[2].length) { 69 ret = Number(matched[2]);
|
/plugin/bpmnio/syntax/ |
H A D | bpmnio.php | 55 $matched = ''; 56 preg_match('/<bpmnio type="(\w+)">/', $match, $matched); 57 $this->type = $matched[1] ?? 'bpmn';
|
/plugin/formatplus2/ |
H A D | script.js | 21 matched = jQuery.uaMatch( navigator.userAgent ), 23 if ( matched.browser ) { 24 browser[ matched.browser ] = true; 25 browser.version = matched.version;
|
/plugin/interwikipaste/ |
H A D | script.js | 30 let matched = regex.exec(url); 31 if (matched !== null) { 32 let captured = matched[1] ? matched[1] : '';
|
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
H A D | Iterator.php | 145 $matched = FALSE; 151 $matched = TRUE; 156 return $matched;
|
/plugin/nspages/ |
H A D | optionParser.php | 163 static private function _removeFromMatch($matched, $match){ 164 $matched = trim($matched); // to handle the case of the option "-r" which already matches an extra whitespace 166 $regex = '/\s*' . preg_quote($matched, '/') . '\s+/'; 160 _removeFromMatch($matched, $match) global() argument
|
/plugin/codemirror/dist/modes/ |
H A D | crystal.min.js.map | 1 …matched","eat","current","test","blocks","indexOf","currentIndent","lastStyle","pop","hasOwnProper…
|
/plugin/prolog/ |
H A D | prolog_tag.php | 70 $found = preg_match_all($this->attributePattern, $prologTag, $matched); 72 foreach($matched[1] as $i => $attrName) { 74 $attrValue = $matched[2][$i];
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ |
H A D | ShorthandSizeSniff.php | 114 $matched = ''; 116 $matched .= $value[0]; 119 if ($content !== trim($matched)) {
|
/plugin/datatemplate/syntax/ |
H A D | list.php | 340 $matched = True; 369 $matched = $matched && $colmatch; 371 $matched = $matched || $colmatch; 374 if($matched) $out[] = $dr;
|
/plugin/preservefilenames/ |
H A D | script.js | 113 var matched = id.match(/^(.*?:)[^:]+$/); 114 if (!matched) return id; 115 var namespace = matched[1];
|
/plugin/projects/plugins/file/ |
H A D | latex_dependency.php | 44 $matched = preg_match_all($pattern, $content, $matches); 45 if ($matched == 0) return NULL;
|
/plugin/tplinc/lang/en/ |
H A D | help.txt | 6 …* Regular Expressions can be used starting and ending with ''/'' - they are matched against a '':'… 9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 249 $matched = $this->first( 259 return isset($matched) ? $matched['filter'] : null;
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 266 $matched = $this->first( 276 return isset($matched) ? $matched['filter'] : null;
|
/plugin/subjectindex/syntax/ |
H A D | index.php | 180 … $matched = preg_match('/(^\d+\.)?(.).+/', $entry, $matches); // check for ordered entries 1st 181 if ($matched > 0) { 280 $matched = preg_match('/^\d+\.(.+)/', $cur_node, $matches); 281 if ($matched > 0) {
|
/plugin/pagequery/ |
H A D | PageQuery.php | 245 $matched = preg_match_all('/\{(.+?)\}/', $display, $matches, PREG_SET_ORDER); 248 if ($matched > 0) { 482 $matched = @preg_match('/' . $query . '/i', $page); 483 if ($matched === false) { 485 } elseif ($matched == 0) { 582 $matched = false; 584 $matched = ($date >= $begin && $date <= $end); 586 $matched = ($date >= $begin); 588 $matched = ($date <= $end); 590 return $matched; [all...] |