Home
last modified time | relevance | path

Searched refs:pattern (Results 501 – 525 of 693) sorted by last modified time

1...<<2122232425262728

/plugin/fckg/
H A DChanges222 Added escapes to Plugin pattern regexes in edit.php, e.g. for '('
/plugin/fckg/syntax/
H A Ddwplugin.php51 $pattern=trim($pattern);
84 $pattern=trim($pattern);
97 $match = $pattern;
140 $pattern=trim($pattern);
148 $pattern = preg_replace('/<\s+/', "<", $pattern);
149 $pattern = preg_replace('/\s+>/', ">", $pattern);
150 $pattern = str_replace('%%',"",$pattern);
152 $pattern = str_replace('<',"< ",$pattern);
153 $pattern = str_replace('>'," >",$pattern);
155 $pattern = htmlspecialchars($pattern);
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js320 self = function (pattern, flags) { argument
321 if (self.isRegExp(pattern)) {
325 return copy(pattern);
346 pattern = pattern === undef ? "" : String(pattern);
353 pattern = nativ.replace.call(pattern, /^\(\?([\w$]+)\)/, function ($0, $1) {
366 while (pos < pattern.length) {
468 self.cache = function (pattern, flags) { argument
872 pattern,
878 pattern = patterns[i];
879 if (self.isRegExp(pattern)) {
[all …]
H A DshCore.min.js17pattern.lastIndex=t,i=d.exec.call(a.pattern,e),i&&i.index===t)){s={output:a.handler.call(r,i,n),ma…
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee34 findFilesIn = (dir, pattern) ->
37 minimatch file, pattern, matchBase: true
/plugin/callflow/
H A Draphael.js5897 … $(o.pattern, {patternTransform: o.matrix.invert() + " translate(" + bbox.x + "," + bbox.y + ")"});
6171 o.pattern && updatePosition(o);
6193 o.pattern && updatePosition(o);
6249 o.pattern = el;
6250 o.pattern && updatePosition(o);
6594 this.pattern && updatePosition(this);
/plugin/toctweak/syntax/
H A Dmetatoc.php14 protected $pattern = array( variable in syntax_plugin_toctweak_metatoc
34 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
H A Dautotoc.php16 protected $pattern = array( variable in syntax_plugin_toctweak_autotoc
34 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
H A Dclosetoc.php15 protected $pattern = array(); variable in syntax_plugin_toctweak_closetoc
21 $this->pattern[5] = '~~CLOSETOC~~'; // DOKU_LEXER_SPECIAL
33 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
H A Dinlinetoc.php17 protected $pattern = array( variable in syntax_plugin_toctweak_inlinetoc
H A Dsidetoc.php16 protected $pattern = array( variable in syntax_plugin_toctweak_sidetoc
/plugin/davcard/action/
H A Dajax.php157 … $pattern = '/^(?:[;\/?:@&=+$,]|(?:[^\W_]|[-_.!~*\()\[\] ])|(?:%[\da-fA-F]{2}))*$/';
178 elseif(preg_match( $pattern, $string ) == 1)
/plugin/nssearch/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/redirector/
H A DREADME.md4 Redirect Pages when a pattern matches.
H A Dplugin.info.txt8 desc Redirect Pages when a pattern matches
/plugin/chem/
H A Dsyntax.php48 …$pattern = array("/([A-Za-z\]\)]+)(0)/", "/[\|]?([0-9]*)[\^]/", "/([^ ][\]\)]?)[\|]?(([\-\+][0-9]*…
50 return preg_replace($pattern,$replace,$raw);
54 $pattern = array("/<sup>([^<]+)<\/sup>/","/<sub>([^<]+)<\/sub>/");
57 return preg_replace($pattern,$replace,$c);
/plugin/authvk/
H A Dauth.php249 $pattern = '/^('.join('|', $deleted).'):/';
250 if (!io_deleteFromFile($config_cascade['plainauth.users']['default'], $pattern, true)) {
414 foreach($this->_pattern as $item => $pattern) {
416 if(!preg_match($pattern, $user)) return false;
418 if(!count(preg_grep($pattern, $info['grps']))) return false;
420 if(!preg_match($pattern, $info[$item])) return false;
433 foreach($filter as $item => $pattern) {
434 … $this->_pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
/plugin/authplaincas/
H A Dauth.php369 foreach ($patterns as $role => $pattern) {
372 if (preg_match($pattern, $attribute)) {
539 $pattern = '/^('.join('|',$deleted).'):/';
541 if (io_deleteFromFile($this->casuserfile,$pattern,true)) {
672 foreach ($this->_pattern as $item => $pattern) {
674 if (!preg_match($pattern, $user)) return 0;
676 if (!count(preg_grep($pattern, $info['grps']))) return 0;
678 if (!preg_match($pattern, $info[$item])) return 0;
686 foreach ($filter as $item => $pattern) {
688 $this->_pattern[$item] = '/'.str_replace('/','\/',$pattern).'/i'; // allow regex characters
/plugin/filterrss/
H A Dsyntax.php209 $pattern ='/'. str_replace('%', '.*', preg_quote($comparison[1])).'/';
214 if(!preg_match($pattern, $subject))
/plugin/authimap2/
H A Dauth.php264 $pattern = '/^('.join('|', $deleted).'):/';
265 if (!io_deleteFromFile($config_cascade['plainauth.users']['default'], $pattern, true)) {
476 foreach($this->_pattern as $item => $pattern) {
478 if(!preg_match($pattern, $user)) return false;
480 if(!count(preg_grep($pattern, $info['grps']))) return false;
482 if(!preg_match($pattern, $info[$item])) return false;
495 foreach($filter as $item => $pattern) {
496 … $this->_pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
/plugin/database2/
H A Ddatabase2.php605 foreach ( $patterns as $pattern )
608 $pattern = trim( $pattern );
609 if ( preg_match( '#^/.+/\w*$#', $pattern ) )
610 $match = preg_match( $pattern, $pageID );
612 $match = fnmatch( $pattern, $pageID );
4760 foreach ( $formats as $pattern => $order )
4761 if ( preg_match( $pattern, $in, $matches ) )
4796 foreach ( $formats as $pattern => $order )
4797 if ( preg_match( $pattern, $in, $matches ) )
/plugin/issuetracker/
H A Dprototype.js549 if (Object.isString(pattern))
550 pattern = RegExp.escape(pattern);
552 if (!(pattern.length || pattern.source)) {
579 function scan(pattern, iterator) { argument
580 this.gsub(pattern, iterator);
723 function include(pattern) { argument
727 function startsWith(pattern) { argument
731 function endsWith(pattern) { argument
785 this.pattern = pattern || Template.Pattern;
801 match = pattern.exec(expr);
[all …]
H A Dsyntax.php454 $pattern = $pattern . "|" . $x_status;
H A Dtablekit.js454 pattern : /.*/
457 this.pattern = options.pattern;
469 return this.pattern.test(v);
479 pattern : /^[-+]?[\d]*\.?[\d]+(?:[eE][-+]?[\d]+)?/,
491 pattern : /^[-+]?[\d]*\.?[\d]+(?:[eE][-+]?[\d]+)?\s?[k|m|g|t]b$/i,
516 if(!this.pattern.test(v)) {return 0;}
537 if(!this.pattern.test(v)) {return 0;}
556 pattern : /^\d{2}-\d{2}-\d{4}/i,
558 if(!this.pattern.test(v)) {return 0;}
568 if(!this.pattern.test(v)) {return 0;}
[all …]
H A Daction.php955 $pattern = $pattern . "|" . $x_status;

1...<<2122232425262728