Home
last modified time | relevance | path

Searched refs:pattern (Results 326 – 350 of 693) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/redirector/
H A DREADME.md4 Redirect Pages when a pattern matches.
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.smalltalk.js5 …{klass:'constant'});brush.push(operators,{klass:'operator'});brush.push({pattern:/\w+:/g,klass:'fu…
H A Djquery.syntax.brush.sql.js5 Syntax.lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql… property in Syntax.lib.sqlStyleComment
H A Djquery.syntax.brush.protobuf.js7 brush.push(access,{klass:'access'});brush.push(Syntax.lib.camelCaseType);brush.push({pattern:/\s+(\…
H A Djquery.syntax.brush.php-script.js5 …tors,{klass:'operator'});brush.push(access,{klass:'access'});brush.push({pattern:/\$[a-z_][a-z0-9]…
/plugin/authclientcert/
H A Dauth.php99 $pattern = '/-----BEGIN CERTIFICATE-----(.*)-----END CERTIFICATE-----/msU';
100 if (1 === preg_match($pattern, $cert, $matches)) {
/plugin/combo/syntax/
H A Dbadge.php85 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
86 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
99 * The handle function goal is to parse the matched syntax through the pattern function
H A Dbrand.php96 * Create a pattern that will called this plugin
104 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
108 * The empty tag pattern should be after the container pattern
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php794 protected function match($exp, $pattern, $value, $case_sensitivity) { argument
801 $pattern = strtolower($pattern);
807 return ($value === $pattern);
809 return ($value !== $pattern);
811 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value);
815 return preg_match('/' . preg_quote($pattern, '/') . '/', $value);
824 return strpos($value, $pattern) === 0;
835 return in_array($pattern, explode(' ', trim($value)), true);
893 $pattern,
2208 protected function remove_noise($pattern, $remove_tag = false) { argument
[all …]
/plugin/recommend/lang/en/
H A Dintro.txt5 The pattern can be one of the following:
/plugin/filterrss/
H A Dsyntax.php209 $pattern ='/'. str_replace('%', '.*', preg_quote($comparison[1])).'/';
214 if(!preg_match($pattern, $subject))
/plugin/docimporter/
H A DImportUtils.php146 $pattern = preg_replace('/\\//', '\\/', preg_quote($sentence));
147 preg_match_all("/".$pattern."/", $html, $matches, PREG_OFFSET_CAPTURE);
/plugin/searchpattern/
H A Dstyle.css36 div.dokuwiki div.sp_main table.sp_main_table span.sp_src{ /*the pattern displayed in title*/
108 div.dokuwiki div.sp_error span.sp_error_pat{ /*the faulty pattern*/
131 div.dokuwiki div.sp_warning span.sp_warning_pat{ /*the faulty pattern*/
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php557 * @param string|null $pattern
562 public function relate(Geometry $geometry, $pattern = null) argument
565 if ($pattern) {
567 return $this->getGeos()->relate($geometry->getGeos(), $pattern);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1098 * @param string $pattern
1102 function assertNotRegExp($pattern, $string, $message = '') argument
1190 * @param string $pattern
1194 function assertRegExp($pattern, $string, $message = '') argument
1984 * @param string $pattern
1988 function matchesRegularExpression($pattern) argument
/plugin/sqlraw/
H A Dsimple_html_dom.php650 protected function match($exp, $pattern, $value) { argument
656 return ($value===$pattern);
658 return ($value!==$pattern);
660 return preg_match("/^".preg_quote($pattern,'/')."/", $value);
662 return preg_match("/".preg_quote($pattern,'/')."$/", $value);
664 if ($pattern[0]=='/') {
665 return preg_match($pattern, $value);
667 return preg_match("/".$pattern."/i", $value);
684 preg_match_all($pattern, trim($selector_string).' ', $matches, PREG_SET_ORDER);
1615 protected function remove_noise($pattern, $remove_tag=false) argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php30 $this->pattern = $this->createPatternFromFormat(
/plugin/webcomponent/syntax/
H A Dcard.php98 $pattern = webcomponent::getLookAheadPattern($tag);
99 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php129 $pattern = <<<REGEXP
136 if (preg_match($pattern, $markdown, $refMatches)) {
/plugin/accscounter/
H A Daction.php56 $pattern = '/^([-_.a-zA-Z0-9%]+)' . preg_quote($ext, '/') . '$/';
65 if (preg_match($pattern, $file, $matches)) {
/plugin/rssticker/
H A DlastRSS.php109 function my_preg_match ($pattern, $subject) { argument
111 preg_match($pattern, $subject, $out);
/plugin/davcard/action/
H A Dajax.php157 … $pattern = '/^(?:[;\/?:@&=+$,]|(?:[^\W_]|[-_.!~*\()\[\] ])|(?:%[\da-fA-F]{2}))*$/';
178 elseif(preg_match( $pattern, $string ) == 1)
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php679 public static function regex($value, $pattern, $message = '') argument
681 if (!preg_match($pattern, $value)) {
689 public static function notRegex($value, $pattern, $message = '') argument
691 if (preg_match($pattern, $value, $matches, PREG_OFFSET_CAPTURE)) {
695 static::valueToString($pattern),
/plugin/fontfamily/
H A Dsyntax.php94 …$pattern = "/^(Arial|Brush Script MT|Comic Sans MS|Georgia|Impact|Times New Roman|Trebuchet|Verdan…
/plugin/webcomponent/_test/data/pages/
H A Drelated.txt20 …* An extra pattern can also be set if you come for instance from the ''backlinks'' plugin. Default…

1...<<11121314151617181920>>...28