Searched refs:_regex (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | RegularExpression.php | 107 protected $_regex = null; variable in Hoa\\Iterator\\RegularExpression 179 $this->_regex = $regex; 211 $this->_regex, 222 $this->_regex, 233 $this->_regex, 243 $this->_regex, 258 $this->_regex, 368 return $this->_regex;
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Token.php | 78 protected $_regex = null; variable in Hoa\\Compiler\\Llk\\Rule\\Token 177 $old = $this->_regex; 178 $this->_regex = $regex; 190 return $this->_regex;
|
/plugin/subjectindex/plugins/ |
H A D | EntryTag.php | 18 private $_regex = '`(?:\s|^)\#([^#*\s]+)(\*?)`'; variable in SI_EntryTag 24 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
|
H A D | EntryDefault.php | 36 private $_regex = '`\{\{entry>(?:(\d+)[;\/])?([^|;}]+)(?:[;|](.*?)(\*?))?\}\}`'; variable in SI_EntryDefault 44 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
|
H A D | EntryVerse.php | 16 …private $_regex = '`([123]\h?)?([A-Z][a-zA-Z]+|Song of Solomon)\.?\h?(1?[0-9]?[0-9]):(\d{1,3}([,-]… variable in SI_EntryVerse 33 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
|
/plugin/sectiontoggle/ |
H A D | Mobile_Detect.php | 1102 foreach ($this->getRules() as $_regex) { 1103 if (empty($_regex)) { 1107 if ($this->match($_regex, $userAgent)) { 1201 foreach (self::$tabletDevices as $_regex) { 1202 if ($this->match($_regex, $userAgent)) {
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Lexer.php | 275 $_regex = str_replace('#', '\#', $regex); 277 '#\G(?|' . $_regex . ')#' . $this->_pcreOptions,
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 83290 var _regex = _interopRequireDefault(require("./regex.js")); 83299 return typeof uuid === 'string' && _regex.default.test(uuid);
|