Home
last modified time | relevance | path

Searched refs:pattern (Results 476 – 500 of 693) sorted by last modified time

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

/plugin/sha3sum/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/timetrack/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/pubchem/
H A Dsyntax.php225 $pattern = array("/[\|]?([0-9]*\+|[0-9]*\-)/","/([A-Z]|[A-Z][a-z]|\)|\])([0-9]+)/");
227 return preg_replace($pattern,$replace,$raw);
/plugin/inlineedit/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js12pattern:a}};z.prototype={feedCharacter:function(a){for(this._.ignoreCase&&(a=a.toLowerCase());;){i… property in z._
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc50 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
474 // Compile the protection function pattern.
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1845 var pattern = new RegExp('(\<sup\>)*[\(]+' + matches[1] + '[\)]+(<\/sup>)*');
1847 …results = results.replace(pattern,'((' + HTMLParserBottomNotes[i].replace(/_FN_PAREN_C_/g, ") ") +…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md542 * [#13292](http://dev.ckeditor.com/ticket/13292): Fixed: Protection pattern does not work in attrib…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified710 …are. The <span style='font-weight:600'>wp</span> part designates a link pattern; the text follow…
H A Den.js.ckgedit51 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
H A Den.js.unc57 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
/plugin/stylingpages/
H A Daction.php60 $pattern = $parts[1];
61 if (@preg_match($pattern, '') === false) {
62 msg('Invalid pattern <code>' . hsc($pattern) . '</code>', -1);
111 foreach ($patterns as $pattern) {
112 if (preg_match($pattern, $file) && !isset($contents[$file])) {
126 foreach ($patterns as $pattern) {
127 if (preg_match($pattern, $file)) {
/plugin/highlightparent/
H A Daction.php70 $pattern = trim($this->getConf('namespace pattern'));
71 if ($pattern === '') {
75 return $this->getParentIDFromPattern($pattern);
81 * @param string $pattern regex to match a namespace
85 protected function getParentIDFromPattern($pattern) argument
90 if (preg_match('/' . $pattern . '/', $ID, $matches) === 1) {
/plugin/autogroup/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/chordsheets/js/
H A Draphael.js1pattern,{patternTransform:t.matrix.invert()+" translate("+e.x+","+e.y+")"})},b=function(i,n,a){if(…
/plugin/authsmartcard/auth/
H A Dindex.php21 $pattern = '/-----BEGIN CERTIFICATE-----(.*)-----END CERTIFICATE-----/msU'; variable
22 if (1 === preg_match($pattern, $cert, $matches)) {
/plugin/cellbg/
H A Dsyntax.php114 $pattern = "/
120 return (preg_match($pattern, $c));
/plugin/wavedrom/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/cellbg2/
H A Dsyntax.php114 $pattern = "/
120 return (preg_match($pattern, $c));
/plugin/authsaml/
H A Dsaml.php306 $pattern = '/^' . $username . ':/';
309 if (!io_deleteFromFile($this->saml_user_file, $pattern, true)) {
341 $pattern = '/^('.join('|', $deleted).'):/';
343 if(io_deleteFromFile($this->saml_user_file, $pattern, true)) {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php84 …$pattern = ($type === 'ol') ? '/^( {0,'.$leadSpace.'})(\d+)\.[ \t]+/' : '/^( {0,'.$leadSpace.'})\\…
85 if (preg_match($pattern, $line, $matches)) {
117 } elseif (preg_match($pattern, $lines[$i + 1])) {
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php129 $pattern = <<<REGEXP
136 if (preg_match($pattern, $markdown, $refMatches)) {
H A DUrlLinkTrait.php25 $pattern = <<<REGEXP
33 if (!in_array('parseLink', $this->context) && preg_match($pattern, $markdown, $matches)) {
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php243 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]),
245 return $pattern;
260 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]),
262 return $pattern;
/plugin/fckg/action/
H A Dedit.php2826 $pattern = $patterns[$index];
2827 $pattern = preg_replace('/^\(\^/',"(",$pattern);
2828 $regex .= "|$pattern";
2850 $pattern = str_replace('<', '\/\/<\/\/', $patterns[$index]);
2851 $pattern = str_replace('?=',"",$pattern);
2852 $regex_xcl[] = $pattern;

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