Home
last modified time | relevance | path

Searched refs:preg_match (Results 151 – 175 of 1399) sorted by last modified time

12345678910>>...56

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php551 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", $args, $m);
583 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", $args, $m);
607 preg_match("/(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", trim($args), $m);
629 preg_match("/(.*?)\s+(.*?)\s+(?:(?:\"|\')(.*?)(?:\"|\'))/", trim($args), $m);
767 preg_match("/^([\w\._\-]+)(?:\[([\-0-9]*?:[\-0-9]*?)\])?/i", $string, $m);
H A DTokenizer.php273 if (preg_match('/\S/', $token[self::VALUE])) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php117 if ((bool) preg_match('/^\d{1,2}$/', $value) && ($value >= 1 && $value <= 31)) {
122 if ((bool) preg_match('/-/', $value)) {
124 if ((bool) preg_match('/,/', $value)) {
139 if ((bool) preg_match('/,/', $value)) {
141 if ((bool) preg_match('/-/', $value)) {
156 if ((bool) preg_match('/\//', $value)) {
167 if ((bool) preg_match('/^\d{1,2}W$/', $value)) {
H A DDayOfWeekField.php125 if (!preg_match('/^(\*|[0-7](L?|#[1-5]))([\/\,\-][0-7]+)*$/', $expr)) {
H A DHoursField.php69 return (bool) preg_match('/^[\*,\/\-0-9]+$/', $value);
H A DMinutesField.php60 return (bool) preg_match('/^[\*,\/\-0-9]+$/', $value);
H A DMonthField.php42 return (bool) preg_match('/^[\*,\/\-0-9A-Z]+$/', $value);
H A DYearField.php35 return (bool) preg_match('/^[\*,\/\-0-9]+$/', $value);
/plugin/combo/ComboStrap/
H A DPageId.php286 if (!is_string($value) || !preg_match("/[" . self::PAGE_ID_ALPHABET . "]/", $value)) {
H A DPagePublicationDate.php126 $result = preg_match("/(\d{4}-\d{2}-\d{2}).*/i", $lastName, $matches);
H A DFetcherSvg.php1216 preg_match("/carbon|eva/i", $pathString) === 1
H A DMarkupRef.php94 if (preg_match('<' . $emailPattern . '>', $ref)) {
120 if (preg_match('#^([a-z0-9\-.+]+?)://#i', $ref)) {
176 if (preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u', $ref)) {
185 if (preg_match('/^#.?/', $ref)) {
200 if (preg_match('/^[a-zA-Z0-9.]+>/u', $ref)) {
531 if (preg_match('/^([0-9]+)(?:x([0-9]+))?/', $token, $sizing)) {
546 $found = preg_match('/^(nolink|direct|linkonly|details)/i', $token, $matches);
561 $found = preg_match('/^(' . $noCacheValue . ')/i', $token, $matches);
H A DMediaMarkup.php459 $rightAlign = (bool)preg_match('/^ /', $ref);
460 $leftAlign = (bool)preg_match('/ $/', $ref);
655 return preg_match(' / ' . syntax_plugin_combo_media::MEDIA_PATTERN . ' / msSi', $text);
H A DConditionalLength.php263 preg_match("/^([0-9.]+)([^0-9]*)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
293 preg_match("/^([0-9]+):([0-9]+)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
H A DPluginUtility.php117 return preg_match($regularExpressionPattern, $inputExpression);
H A DHttp.php13 if (preg_match("/$key/i", $header)) {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php168 if (!preg_match('//u', $s)) {
234 if (!preg_match('//u', $s)) {
282 if (!preg_match('//u', $s)) {
433 if (!preg_match('/[\x80-\xFF]/', $str)) {
440 if (preg_match('//u', $str)) {
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php173 $result = preg_match('/' . 'console\.' . '/is', $codeContent);
/plugin/combo/syntax/
H A Dlink.php125 if (preg_match('/^{{[^}]+}}$/', $linkArray[1])) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php58 if (preg_match('(.)suS', $this->_buffer, $match, 0, $this->_offset)) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php212 } elseif (preg_match('(^[+-]?\d+$)D', $string)) {
215 preg_match('(^(?P<repeat>\d+)n$)D', $string, $matches) ||
216 preg_match('(^(?P<repeat>[+-]?\d*)n(?P<add>[+-]\d+)$)D', $string, $matches)
/plugin/combo/action/
H A Drouter.php190 if (preg_match('/_chr_|_0_0/', $id) === 1) {
1086 $pregMatchResult = @preg_match($regexpPattern, $ID, $matches);
1089 // PHP Warning: preg_match(): Unknown modifier 'd' in /opt/www/datacadamia.com/lib/plugins/combo/action/router.php on line 972
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php55 return 0 < preg_match('/'.self::REGEX_CHARACTER_TO_ESCAPE.'/u', $value);
83 return 0 < preg_match('/[ \s \' " \: \{ \} \[ \] , & \* \# \?] | \A[ \- ? | < > = ! % @ ` \p{Zs}]/xu', $value);
H A DInline.php194 case Parser::preg_match('{^[0-9]+[_0-9]*$}', $value):
195 case Parser::preg_match(self::getHexRegex(), $value):
196 case Parser::preg_match(self::getTimestampRegex(), $value):
293 if (Parser::preg_match('/[ \t]+#/', $output, $match, \PREG_OFFSET_CAPTURE)) {
296 } elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $match)) {
324 if (!Parser::preg_match('/'.self::REGEX_QUOTED_STRING.'/Au', substr($scalar, $i), $match)) {
388 if (!$isQuoted && \is_string($value) && '' !== $value && '&' === $value[0] && Parser::preg_match(Parser::REFERENCE_PATTERN, $value, $matches)) {
530 if (!$isValueQuoted && \is_string($value) && '' !== $value && '&' === $value[0] && Parser::preg_match(Parser::REFERENCE_PATTERN, $value, $matches)) {
652 case preg_match('/^(?:\+|-)?0o(?P<value>[0-7_]++)$/', $scalar, $matches):
661 if (Parser::preg_match('{
[all...]
H A DParser.php83 if (false === preg_match('//u', $value)) {
161 if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine), $values)) {
167 if (isset($values['value']) && '&' === $values['value'][0] && self::preg_match(self::REFERENCE_PATTERN, $values['value'], $matches)) {
199 || self::preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\{\[].*?) *\:(\s+(?P<value>.+?))?\s*$#u', $this->trimTag($values['value']), $matches)
218 self::preg_match('#^(?P<key>(?:![^\s]++\s++)?(?:'.Inline::REGEX_QUOTED_STRING.'|(?:!?!php/const:)?[^ \'"\[\{!].*?)) *\:(( |\t)++(?P<value>.+))?$#u', rtrim($this->currentLine), $values)
244 if ('<<' === $key && (!isset($values['value']) || '&' !== $values['value'][0] || !self::preg_match('#^&(?P<ref>[^ ]+)#u', $values['value'], $refMatches))) {
305 } elseif ('<<' !== $key && isset($values['value']) && '&' === $values['value'][0] && self::preg_match(self::REFERENCE_PATTERN, $values['value'], $matches)) {
741 if (\in_array($value[0], ['!', '|', '>'], true) && self::preg_match('/^(?:'.self::TAG_PATTERN.' +)?'.self::BLOCK_SCALAR_HEADER_PATTERN.'$/', $value, $matches)) {
865 self::preg_match($pattern, $this->currentLine, $matches)
1070 * A local wrapper for "preg_match" whic
1082 public static function preg_match(string $pattern, string $subject, array &$matches = null, int $flags = 0, int $offset = 0): int global() function in Symfony\\Component\\Yaml\\Parser
[all...]

12345678910>>...56