Home
last modified time | relevance | path

Searched refs:preg_match (Results 226 – 250 of 1399) sorted by path

12345678910>>...56

/plugin/catlist/
H A Dsyntax.php48 if (preg_match('/-'.$option.' /i', $match, $found)) {
54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
102 if (preg_match("/-expandButton:([0-9]+)/i", $match, $found)) {
119 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)!?):\"([^\\/\"]+)\" /i", $match, $found); ) {
129 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)) /i", $match, $found); ) {
139 for ($found; preg_match("/-exclude:\\{([^\\}]*)\\} /", $match, $found); ) {
146 if (preg_match("/-maxDepth:([0-9]+)/i", $match, $found)) {
152 if (preg_match("/-columns:([0-9]+)/i", $match, $found)) {
162 if (preg_match("/-(h[1-5])/i", $match, $found)) {
166 if (preg_match("/
[all...]
/plugin/cellbg/
H A Dsyntax.php72 preg_match("/@([^:]*)/", $match, $color); // get the color
94 if (preg_match('/(<td[^<>]*)>[[:space:]]*$/', $renderer->doc) != 0) {
120 return (preg_match($pattern, $c));
/plugin/cellbg2/
H A Dsyntax.php72 preg_match("/@([^:]*)/", $match, $color); // get the color
94 if (preg_match('/(<td[^<>]*)>[[:space:]]*$/', $renderer->doc) != 0) {
120 return (preg_match($pattern, $c));
/plugin/changes/
H A Dsyntax.php82 } elseif (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1) {
124 if (preg_match('/(\w+)(?:\((.*)\))?/', $value, $match) == 1) {
/plugin/charpicker/
H A Daction.php39 if(preg_match("/$title/i", $event->data[$i]['title'])){
/plugin/chat/
H A Dajax.php114 preg_match('/\(([^\)]+)\)[\s]+([^:]+):[\s]+(.+)/', $lines[$i], $parts);
/plugin/chordsheets/
H A Dsyntax.php34 preg_match($re, $match, $matches, PREG_OFFSET_CAPTURE, 0);
/plugin/ckgdoku/action/
H A Dedit.php57 preg_match('/_\w+_/', $_COOKIE['FCKG_USE'], $matches);
72 if(preg_match("/$ns/",$_REQUEST['id']) || preg_match("/$ns/",$Fck_NmSp)) {
685 preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch);
891 if(preg_match("/MISIE|Trident/",$_SERVER['HTTP_USER_AGENT'])) {
1044 if(preg_match("#<(\w+)>.*?<\/\\1>#",$matches[0])) return $matches[0];
H A Dmediamanager.php31 if(!preg_match("#^image/#",$event->data[3]) && $_COOKIE['ckgFbType'] == 'image') {
H A Dmeta.php266 if(!preg_match('/^\s+(\-|\*)/',$this->wiki_text)){
347 if(preg_match("/$ns/",$ID)) {
484 preg_match('#^(.*?' . $conf['animal'] . ')#', $save_dir,$matches);
493 if(!preg_match('#^\.\/data$#',$save_dir)) {
542 if( preg_match('/Windows/i', $sys) ) {
543 preg_match('/build\s+(\d+)/',$sys, $matches);
552 if(preg_match('/<SYMLINKD>\s+(.*?)\s+\[/i',$line,$matches)) {
559 …else if( preg_match('/WINNT/i', PHP_OS) ) { // if we can't get php_uname and a build and this …
682 if(preg_match('/ckgdoku:fckeditor:userfiles:image/',$ID)) {
746 if(preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch)) {
H A Dsave.php35 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
182 … if(preg_match("/\[\[http/",$matches[0])) return $matches[0]; //not an internal link
183 if(preg_match("#\[\[.*?\|\{\{.*?\}\}\]\]#", $matches[0],$matches_1)) {
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php32 if (preg_match('/^=+([^=]+)=+\s*$/',$line,$matches)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php81 return !preg_match('#[\x01-\x1f]#',$printable_utf8);
85 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
177 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
H A Dcommands.php49 if(preg_match('/%[a-zA-a0-9]/', $ns_tmp) && $Dwfck_conf_values['fnencode'] == 'safe') {
264 if(!preg_match('/\.txt$/', $sFile)) continue;
442 if(preg_match('/^(.*?)\/(.*?)$/',$filename,$matches)) {
452 if(preg_match('/secure$/', $sMoveDir)){
499 if(preg_match('/%25/',$path)) {
501 while(preg_match('/%25/',$path)) {
509 if(preg_match('/%[A-F]\d/i',$path) || preg_match('/%\d[A-F]/i',$path)) {
573 … if(preg_match('/%[a-z]+[0-9]/',$currentFolder) || preg_match('/%[0-9][a-z]/',$currentFolder)) {
585 while(preg_match('/%25/',$test)){
H A Dconfig.php117 if(preg_match('#(\/\w+\/' . $animal . ')#',$path,$matches)) {
H A Dio.php236 if ( !preg_match( '|/$|', $sCurrentFolder ) )
248 if ( preg_match(",(/\.)|(//)|(\\\\)|([\:\*\?\"\<\>\|]),", $sCurrentFolder))
H A Dutil.php50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
139 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
156 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
164 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
170 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
236 if(!preg_match("#$filetypes#", $path, $matches)) {
243 if(preg_match("#$pat#", $path)) {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
/plugin/ckgdoku/
H A Dhelper.php37 if(preg_match("/image/", $mtype)) {
67 $media_tmp_ns = preg_match('/:/',$ID) ? preg_replace('/:\w+$/',"",$ID,1) : "";
139 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
H A Drenderer.php39 if(isset($verdata) && preg_match('/(\d+)-(\d+)-(\d+)/',$verdata['date'],$ver_date)) {
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php9 if(!preg_match("#/data/cache/\w/[a-f0-9]{32}\.draft$#i", $cname)) return;
/plugin/ckgdoku/syntax/
H A Dspecials.php77 if(preg_match('/OPEN/', $match)) {
80 elseif(preg_match('/CLOSE/', $match)) {
83 …elseif(preg_match('/(TABLES|STYLING|AUTO_INTERNAL)/', $match)) { …
/plugin/ckgedit/action/
H A Dedit.php57 preg_match('/_\w+_/', $_COOKIE['FCKG_USE'], $matches);
73 if(($id && preg_match("/$ns/",$id)) || ($Fck_NmSp && preg_match("/$ns/",$Fck_NmSp))) {
316 if(preg_match("/(^\s*geshi:\s*(\w+)(\s+\w+\.\w+)*\s*)$/m",$matches[0],$gmatch)){
323 if(preg_match("/\w+/",$matches[2])) {
329 if( preg_match("/MULTI/",$matches[0])) {
464 … if( (preg_match("/(<p>\s*)*(&nbsp;|\s+)<\/p>/",$tmp[$n])) || (preg_match("/^\s+$/",$tmp[$n]))) {
744 preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch);
950 if(preg_match("/MISIE|Trident/",$_SERVER['HTTP_USER_AGENT'])) {
1076 if(preg_match("#<(\w+)>.*?<\/\\1>#",$matches[0])) return $matches[0];
1236 … if(preg_match("/^\w+$/",$matches[2]) && $matches[1] == "/") return "/". $matches[2];
H A Dmediamanager.php32 if(!preg_match("#^image/#",$event->data[3]) && $_COOKIE['ckgFbType'] == 'image') {
H A Dmeta.php294 if(!preg_match('/^\s+(\-|\*)/',$this->wiki_text)){
374 if(preg_match("/$ns/",$ID)) {
519 preg_match('#^(.*?' . $conf['animal'] . ')#', $save_dir,$matches);
528 if(!preg_match('#^\.\/data$#',$save_dir)) {
577 if( preg_match('/Windows/i', $sys) ) {
578 preg_match('/build\s+(\d+)/',$sys, $matches);
587 if(preg_match('/<SYMLINKD>\s+(.*?)\s+\[/i',$line,$matches)) {
594 …else if( preg_match('/WINNT/i', PHP_OS) ) { // if we can't get php_uname and a build and this …
719 if(preg_match('/ckgedit:fckeditor:userfiles:image/',$ID)) {
774 if(preg_match("/Chrome\/(\d+)/", $_SERVER['HTTP_USER_AGENT'],$cmatch)) {
H A Dsave.php43 if(!preg_match('/^\s+(\-|\*)/',$TEXT)) {
51 if(!preg_match("/image/",$matches[1])) {
204 if(preg_match('/[\w\.]+\s*>/',$matches[0])) {
207 if(preg_match('/([\w\.\-]+@[\w\.\-]+\.\w{2,3})\?.*?\|\1/i',$matches[0])) {
212 … if(preg_match("/\[\[http/",$matches[0])) return $matches[0]; //not an internal link
213 … if(preg_match("#\[\[.*?\|\{\{.*?\}\}\]\]#", $matches[0],$matches_1)) { // media file

12345678910>>...56