| /plugin/callflow/ |
| D | script.js | 172 if(matched = aCommands[i].match(/^\)/))//note stop 183 else if(matched = aCommands[i].match(/^(.+)<-?>([^:]+):?([^:]+):?(.*)/)) //double arrow 185 … aParsedCommands[curCommand] = [matched[1], matched[2], matched[3], matched[4], "double-arrow", i]; 190 else if(matched = aCommands[i].match(/^(.+)->([^:]+):?([^:]+):?(.*)/)) //arrow 192 aParsedCommands[curCommand] = [matched[1], matched[2], matched[3], matched[4], "arrow", i]; 197 else if(matched = aCommands[i].match(/^(.+)<-([^:]+):?([^:]+):?(.*)/)) //back arrow 199 aParsedCommands[curCommand] = [matched[2], matched[1], matched[3], matched[4], "arrow", i]; 205 else if(matched = aCommands[i].match(/parallel[ ]*\{/)) //start 210 else if(matched = aCommands[i].match(/^}/)) //stop 216 else if(matched = aCommands[i].match(/note over ([^,]*),?([^(]*)\(/)) //note over start [all …]
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | remove-duplicates.js | 7 var matched = {}; 19 if (matched[id] && matched[id].length == 1) 22 matched[id] = matched[id] || []; 24 matched[id].push(i); 31 for (var j = matched[id].length - 1; j >= 0; j--) { 32 token = tokens[matched[id][j]];
|
| /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; 119 if (!$matched) { 126 $matched = true; 131 if (!$matched) { 140 $matched = false; 149 $matched = true; [all …]
|
| H A D | AbstractWebDriverCheckboxOrRadio.php | 102 $matched = false; 109 $matched = true; 112 if (!$matched) {
|
| /plugin/subjectindex/inc/ |
| 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/ |
| 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/asciidocjs/node_modules/core-js/modules/ |
| D | es6.regexp.replace.js | 59 var matched = String(result[0]); 70 var replacerArgs = [matched].concat(captures, position, S); 74 … replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue); 78 nextSourcePosition = position + matched.length; 86 function getSubstitution(matched, str, position, captures, namedCaptures, replacement) { argument 87 var tailPos = position + matched.length; 98 case '&': return matched;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.parse.properties.php | 54 $matched = false; 59 $matched = true; 65 $matched = true; 67 } while ($matched);
|
| /plugin/textile2/ |
| D | classTextile.php | 352 $matched = $in; 354 if (preg_match("/\\\\(\d+)/", $matched, $csp)) $colspan = $csp[1]; 355 if (preg_match("/\/(\d+)/", $matched, $rsp)) $rowspan = $rsp[1]; 359 if (preg_match("/($this->vlgn)/", $matched, $vert)) 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); [all …]
|
| /plugin/bpmnio/syntax/ |
| D | bpmnio.php | 54 $matched = []; 55 preg_match('/<bpmnio\s+([^>]+)>/', $match, $matched); 58 if (!empty($matched[1])) { 59 $attrs = $this->buildAttributes($matched[1]);
|
| /plugin/editsections2/ |
| 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/formatplus2/ |
| 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/ |
| 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/ |
| D | Iterator.php | 145 $matched = FALSE; 151 $matched = TRUE; 156 return $matched;
|
| /plugin/codemirror/dist/modes/ |
| D | crystal.min.js.map | 1 …matched","eat","current","test","blocks","indexOf","currentIndent","lastStyle","pop","hasOwnProper…
|
| /plugin/datatemplate/syntax/ |
| D | list.php | 340 $matched = True; 369 $matched = $matched && $colmatch; 371 $matched = $matched || $colmatch; 374 if($matched) $out[] = $dr;
|
| /plugin/nspages/ |
| D | optionParser.php | 163 static private function _removeFromMatch($matched, $match){ argument 164 …$matched = trim($matched); // to handle the case of the option "-r" which already matches an extra… 166 $regex = '/\s*' . preg_quote($matched, '/') . '\s+/';
|
| /plugin/prolog/ |
| 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/ |
| D | ShorthandSizeSniff.php | 114 $matched = ''; 116 $matched .= $value[0]; 119 if ($content !== trim($matched)) {
|
| /plugin/preservefilenames/ |
| D | script.js | 113 var matched = id.match(/^(.*?:)[^:]+$/); 114 if (!matched) return id; 115 var namespace = matched[1];
|
| /plugin/projects/plugins/file/ |
| D | latex_dependency.php | 44 $matched = preg_match_all($pattern, $content, $matches); 45 if ($matched == 0) return NULL;
|
| /plugin/tplinc/lang/en/ |
| 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/ |
| D | DeepCopy.php | 249 $matched = $this->first( 259 return isset($matched) ? $matched['filter'] : null;
|
| /plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/ |
| D | DeepCopy.php | 266 $matched = $this->first( 276 return isset($matched) ? $matched['filter'] : null;
|
| /plugin/pagequery/ |
| D | PageQuery.php | 243 $matched = preg_match_all('/\{(.+?)\}/', $display, $matches, PREG_SET_ORDER); 246 if ($matched > 0) { 480 $matched = @preg_match('/' . $query . '/i', $page); 481 if ($matched === false) { 483 } elseif ($matched == 0) { 580 $matched = false; 582 $matched = ($date >= $begin && $date <= $end); 584 $matched = ($date >= $begin); 586 $matched = ($date <= $end); 588 return $matched;
|