Home
last modified time | relevance | path

Searched refs:matches (Results 401 – 425 of 1144) sorted by relevance

1...<<11121314151617181920>>...46

/plugin/autostartpage/
H A Daction.php95 if(preg_match("/@DATE=(.*)@/", $wikitext, $matches)){
96 $wikitext=str_replace($matches[0], strftime($matches[1]), $wikitext);
/plugin/preservefilenames/
H A Dscript.js63 matches;
72 (matches = id.match(/^((?::[^:]+)*:)[^:]+$/))
75 id = matches[1] + filename;
H A Dcommon.php34 static function _correctBasename_callback($matches) argument
36 return rawurldecode($matches[0]);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php4.php137 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
139 $iVersion = $matches[1] ;
140 return ( $matches[1] >= 522 ) ;
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php186 $matches = array();
187 if (preg_match ('/style:family="[^"]+"/', $xmlCode, $matches) !== 1) {
190 $family = substr ($matches [0], strlen('style:family='));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php444 $matches = $this->select($name);
445 if (0 === count($matches)) {
448 $firstMatch = current($matches);
450 $firstMatch->setIterator(new ElementList(array_values($matches)));
465 $matches = $this->select($name);
467 return count($matches) > 0;
/plugin/pubmed2020/classes/
H A Dcache.php390 $matches = '';
391 $r = preg_match($medlinePattern, $raw, $matches);
392 return $matches[1];
401 $matches = '';
402 $r = preg_match($pattern, $raw, $matches);
403 return trim($matches[1]);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php200 $matches = null;
201 if (preg_match("/^(https?:\/\/)(.*):(.*)@(.*?)/U", $url, $matches)) {
202 $this->url = $matches[1] . $matches[4];
203 $auth_creds = $matches[2] . ':' . $matches[3];
H A DJsonWireCompat.php77 return preg_replace_callback('/[^a-z0-9]/iSu', function ($matches) {
78 $chr = $matches[0];
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_url.php62 if (preg_match("#^(/.*)/[^/]*$#", $base_path, $matches)) {
63 $base_path_dir = $matches[1];
H A Dcss.font-size.inc.php47 if (preg_match("/(\d+\.?\d*)%/i", $value, $matches)) {
48 return Value::fromData($matches[1]/100, UNIT_EM);
/plugin/cssperpage/
H A Dsyntax.php42 if(preg_match("/~~cssp_(.*?)_openDIV/",$match,$matches)) {
43 $class=$matches[1];
/plugin/bureaucracy-au/helper/
H A Dactionmail.php186 if(preg_match_all('#<code\b(.*?)>(.*?)</code>#is', $content, $matches)) {
187 foreach($matches[1] as $index => $codeoptions) {
190 $html = $matches[2][$index];
193 $text = $matches[2][$index];
/plugin/bureaucracyau/helper/
H A Dactionmail.php186 if(preg_match_all('#<code\b(.*?)>(.*?)</code>#is', $content, $matches)) {
187 foreach($matches[1] as $index => $codeoptions) {
190 $html = $matches[2][$index];
193 $text = $matches[2][$index];
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php212 $matches = [];
213 preg_match('#<' . $prefix . 'id>([^<]+)</' . $prefix . 'id>#', $xml->asXML(), $matches);
214 if (isset($matches[1])) {
215 $ext_dir = $profile_dir . '/extensions/' . $matches[1];
/plugin/bureaucracy/helper/
H A Dactionmail.php195 if(preg_match_all('#<code\b(.*?)>(.*?)</code>#is', $content, $matches)) {
196 foreach($matches[1] as $index => $codeoptions) {
199 $html = $matches[2][$index];
202 $text = $matches[2][$index];
/plugin/function/
H A Dsyntax.php52 preg_match("#^<function=(.+)>$#", $data, $matches);
53 $func = $matches[1];
/plugin/multitemplate_styleman/
H A Daction.php50 if (preg_match('/\/([^\/]+)\/$/',$DOKU_TPL,$matches))
51 $template = $matches[1];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php97 if (\preg_match('/^(\w+)\[.*\]/', $error, $matches)) {
98 return $matches[1];
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php280 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
285 $matches[1],
286 $matches[2]
/plugin/workflow/syntax/
H A Ddecision.php64 $numattrs = preg_match_all('/([\w\d]+)="([\w\d, \/_-]+)"/', $data, $matches);
67 $attrs[$matches[1][$i]] = $matches[2][$i];
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php279 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
284 $matches[1],
285 $matches[2]
/plugin/tplinc/
H A Dhelper.php154 if (preg_match($pattern, ":$id", $matches)) {
155 $len = count($matches);
157 $page = str_replace('$' . $i, $matches[$i], $page);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DConstraint.php47 if ($this->matches($other)) {
70 protected function matches($other) function in PHPUnit_Framework_Constraint
/plugin/sketchcanvas/phplib/
H A Dspyc.php978 if (($line[0] == '"' || $line[0] == "'") && preg_match('/^(["\'](.*)["\'](\s)*:)/',$line,$matches)) {
979 $value = trim(str_replace($matches[1],'',$line));
980 $key = $matches[2];
1013 if ($line[0] == '&' && preg_match('/^(&['.$symbolsForReference.']+)/', $line, $matches)) return $matches[1];
1014 if ($line[0] == '*' && preg_match('/^(\*['.$symbolsForReference.']+)/', $line, $matches)) return $matches[1];
1015 if (preg_match('/(&['.$symbolsForReference.']+)$/', $line, $matches)) return $matches[1];
1016 if (preg_match('/(\*['.$symbolsForReference.']+$)/', $line, $matches)) retur
[all...]

1...<<11121314151617181920>>...46