/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | RegexValidation.php | 26 public $regexes; variable in Google\\Service\\Dataproc\\RegexValidation 31 public function setRegexes($regexes) argument 33 $this->regexes = $regexes; 40 return $this->regexes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | ParameterMetadata.php | 50 public $regexes; variable in Google\\Service\\Dataflow\\ParameterMetadata 139 public function setRegexes($regexes) argument 141 $this->regexes = $regexes; 148 return $this->regexes;
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Lexer.php | 36 protected $regexes; variable in Twig\\Lexer 68 $this->regexes = [ 114 … preg_match_all($this->regexes['lex_tokens_start'], $this->code, $matches, PREG_OFFSET_CAPTURE); 191 … if (preg_match($this->regexes['lex_block_raw'], $this->code, $match, null, $this->cursor)) { 195 …} elseif (preg_match($this->regexes['lex_block_line'], $this->code, $match, null, $this->cursor)) { 215 …if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, null, $… 226 …if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, null, $th… 247 if (preg_match($this->regexes['operator'], $this->code, $match, null, $this->cursor)) { 309 …if (!preg_match(str_replace('%s', $tag, $this->regexes['lex_raw_data']), $this->code, $match, PREG… 325 …if (!preg_match($this->regexes['lex_comment'], $this->code, $match, PREG_OFFSET_CAPTURE, $this->cu… [all …]
|
/plugin/eventline/ |
H A D | script.js | 81 var regexes = []; 88 regexes.push(new RegExp(text2, "i")); 90 regexes.push(null); 96 for (var x = 0; x < regexes.length; x++) { 97 var regex = regexes[x];
|
/plugin/icon/ |
H A D | action.php | 69 $regexes = [ 79 foreach ($regexes as $key => $regex) {
|
/plugin/fckg/syntax/ |
H A D | dwplugin.php | 267 function getEntryMatch($text, $regexes) { argument 269 foreach ($regexes as $regex) { 284 $regexes = $this->syntax->_regexes; 382 $regexes = '/'. implode('|',$patterns) ."/"; 383 $split = preg_split($regexes,$remainder,-1,PREG_SPLIT_DELIM_CAPTURE); 389 if(preg_match($regexes,$split[$i])) {
|
/plugin/pagequery/ |
H A D | PageQuery.php | 506 $regexes[] = '^' . $ns . ':.*'; 508 if (!empty($regexes)) { 509 $regex = '/(' . implode('|', $regexes) . ')/';
|
/plugin/fckg/action/ |
H A D | edit.php | 2646 $regexes = $installed_plugins['plugins']; 2648 $text = preg_replace_callback('/('. $regexes .')/',
|
/plugin/fckg/ |
H A D | Changes | 222 Added escapes to Plugin pattern regexes in edit.php, e.g. for '(' 297 replace utf8 chars in plugin regexes with entities (edit.php)
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | moment.js | 665 var regexes = {}; 668 regexes[token] = isFunction(regex) ? regex : function (isStrict, localeData) { 674 if (!hasOwnProp(regexes, token)) { 678 return regexes[token](config._strict, config._locale);
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …regexes cached by `XRegExp.cache`\n var regexCache = {};\n // Storage for pattern details ca…
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
H A D | README.md | 4510 numbers, `Object` objects, regexes, sets, strings, symbols, and typed 5115 date objects, error objects, maps, numbers, `Object` objects, regexes, 5652 of `Object`. *(e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)*
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 2250 regexes.
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 7837 var regexes = {}; 7840 regexes[token] = isFunction(regex) ? regex : function (isStrict, localeData) { 7846 if (!hasOwnProp(regexes, token)) { 7850 return regexes[token](config._strict, config._locale);
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …regexes are tested in order and for each matching regex the action code is invoked; the lexer term…
|
/plugin/codemirror/dist/keymaps/ |
H A D | vim.min.js.map | 1 … /** smartCase */);\n } catch (e) {\n // Swallow bad regexes for incremental s…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …regexes to strings and treat strings, primitives and objects,\n // as equal. See http://www.e…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …regexes to strings and treat strings primitives and string\n\t // objects as equal. See h…
|