Home
last modified time | relevance | path

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

1...<<515253545556

/plugin/whyspam/
H A Dadmin.php85 if(preg_match('#('.$block.')#si',$text,$matches)){
/plugin/wikistats/
H A Dsyntax.php126 if (preg_match('/(\w+)\s*=(.+)/', $m, $temp) == 1){
149 if (preg_match('/(\w+)/', $value, $match) == 1) {
/plugin/wrap/
H A Dhelper.php69 if (preg_match('/^\d*\.?\d+(%|px|em|rem|ex|ch|vw|vh|pt|pc|cm|mm|in)$/', $token)) {
75 if (preg_match('/:([a-z\-]+)/', $token)) {
81 if (preg_match('/#([A-Za-z0-9_-]+)/', $token)) {
88 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;
90 $classIsInList = preg_match($restrictedClasses, $token);
95 $prefix = (!empty($noPrefix) && preg_match($noPrefix, $token)) ? '' : 'wrap_';
172 preg_match ('/wrap_col\d/', $attr ['class'], $matches);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php102 if ( preg_match( "/<!DOCTYPE\W*X?HTML/sim", $chunk ) )
118 if ( preg_match( '!type\s*=\s*[\'"]?\s*(?:\w*/)?(?:ecma|java)!sim', $chunk ) )
126 if ( preg_match( '!(?:href|src|data)\s*=\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
132 if ( preg_match( '!url\s*\(\s*[\'"]?\s*(?:ecma|java)script:!sim', $chunk ) )
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php4.php137 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
H A Dfckeditor_php5.php127 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
/plugin/wysiwyg/
H A Dhider.php8preg_match("/<wysiwyg ".$name." >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$markup,$ma…
H A Dsyntax.php88preg_match("/<wysiwyg ([^\\s]*) >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$data[0],$m…
/plugin/xcom/
H A Dremote.php131 if($regex) if(preg_match('#'. $regex .'#',"$dir/$value")) {continue;}
138 … else if(! preg_match('#'. $regex .'#',"$dir/$value")) {
273 if (preg_match("/\.meta$/", $file)) {
/plugin/xcom/scripts/
H A Dxcom_save.php87 if(preg_match('/\.(\w{3,4})$/',$id,$matches)) {
232 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
241 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
/plugin/xfortune/
H A Dsyntax.php56 if(preg_match('/\b(\d+)\b/i', $params, $match)) {
/plugin/xtermrtf/
H A Dsyntax.php120 preg_match("/{\\\colortbl ;(.*?);}/i", $rtf, $colortbl);
162 if (preg_match("/^cf(.*)/i",$corps[$i],$val)) {
171 else if (preg_match("/^highlight(.*)/i",$corps[$i],$val)) {
180 else if (preg_match("/^par/i",$corps[$i],$val)) {
184 else if (preg_match("/^ulnone/i",$corps[$i],$val)) {
188 else if (preg_match("/^ul/i",$corps[$i],$val)) {
192 else if (preg_match("/^b0/i",$corps[$i],$val)) {
196 else if (preg_match("/^b/i",$corps[$i],$val)) {
200 else if (preg_match("/^i0/i",$corps[$i],$val)) {
204 else if (preg_match("/^i/i",$corps[$i],$val)) {
[all …]
/plugin/xtern/
H A Daction.php56 if(preg_match($regex,$ID)) {
H A Dadmin.php171 if(preg_match("#<\/code>#",$buffer)) {
177 if(preg_match("#\<\/file>#",$buffer)) {
182 if(preg_match("#^\s*\<code.*?>#",$buffer)) {
186 if(preg_match("#^\s*\<file.*?>#",$buffer)) {
190 if(preg_match("#\<nowiki>#",$buffer)) {
191 if(preg_match('#\<nowiki>.*?https?:\/\/.*?\<\/nowiki\>#', $buffer)) {
195 if(preg_match("#\[?(https?://\S+)\]?#",$buffer,$matches)) {
217 if(preg_match("#\{\{https?://(.*?)\}\}#", $url,$submatches)) {
/plugin/xtern/scripts/
H A Dchk_links.php25 if(preg_match("#\[\[(https?://.*?)\]\]#",$buffer,$matches)) {
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php52 if (preg_match('/security/i', $msg)) {
56 if(!preg_match('/^New release candidate/i', $msg)) {
/plugin/youtrack/syntax/
H A Dlist.php84 if(preg_match('/^\d{13}$/', $value)) {
/plugin/yql/
H A Dsyntax.php68 preg_match('/<YQL ?(.*)>(.*)<\/YQL>/ms', $match, $components);
/plugin/yuml/
H A Dusecase.php74 preg_match($this->handle_pattern, $match, $result);
/plugin/zip/pear/File/
H A DArchive.php465 preg_match($cacheCondition, $URL)) {
571 preg_match($cacheCondition, $source)) {
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php156 if (preg_match("/\#1\/(\d+)/", $name, $matches)) {
/plugin/zoom/
H A Dsyntax.php118 if(preg_match('/\b(\d+)[xX](\d+)\b/',$params,$match)){
124 if(preg_match('/\b[xX](\d+)\b/',$params,$match)){
128 else if(preg_match('/\b(\d+)\b/',$params,$match)){
/plugin/zotero/
H A DTextZoteroRepository.php68 if (preg_match("/\[\[.*\|(.*)\]\]/", $text, $matches))
H A DZoteroEntry.php68 if (preg_match("/([0-9]{4})/", $this->getDate(), $matches))

1...<<515253545556