Home
last modified time | relevance | path

Searched refs:preg_match (Results 201 – 225 of 1399) sorted by last modified time

12345678910>>...56

/plugin/randomtables/syntax/
H A Dsource.php47 preg_match('/\s([A-Za-z0-9_]+)\>$/', $match, $parts);
120 if (preg_match('/^(\d+)\.*(?:[ -])+(\d+)\.*\s*(.+)$/', $line, $subm)) {
125 if (preg_match('/^(\d+)\.*\s+(.+)$/', $line, $subm)) {
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php29 if (preg_match('/^(\d+)\:(.*)$/', $entry, $match)) {
31 } elseif (preg_match('/^(\d+)\-(\d+)\:(.*)$/', $entry, $match)) {
87 preg_match('/(\d*)[Dd](\d+)(\+|\-)?(\d+)?/', $formula, $parts);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php348 if ($include && !preg_match($include, $this->getPath())) {
351 if ($exclude && preg_match($exclude, $this->getPath())) {
/plugin/upgrade/HTTP/
H A DHTTPClient.php325 if($this->max_bodysize && preg_match('/\r?\nContent-Length:\s*(\d+)\r?\n/i',$r_headers,$match)){
335 if (!preg_match('/^HTTP\/(\d\.\d)\s*(\d+).*?\n/s', $r_headers, $m))
374 if (!preg_match('/^http/i', $this->resp_headers['location'])){
394 if($this->header_regexp && !preg_match($this->header_regexp,$r_headers))
411 while (preg_match('/^[a-zA-Z0-9]?$/',$byte=$this->readData($socket,1,'chunk'))){
543 if(preg_match('/^HTTP\/1\.[01] 200/i',$r_headers)){
697 } while (!preg_match('/\n$/',$r_data));
891 return $this->proxy_host && (!$this->proxy_except || !preg_match('/' . $this->proxy_except . '/i', $url));
/plugin/upgrade/
H A Dhelper.php381 if (preg_match('/(^|\D)(\d\d\d\d-\d\d-\d\d)(\D|$)/i', $version, $m)) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php260 if (is_null($val) && $i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
286 if ($i + 1 < $argc && !preg_match('/^--?[\w]/', $this->args[$i + 1])) {
/plugin/smtp/classes/
H A DMessage.php36 if(preg_match('#(.*?)<(.*?)>#', $this->from, $matches)) {
55 if(preg_match('#(.*?)<(.*?)>#', $addr, $matches)) {
/plugin/sortablejs/
H A Dsyntax.php129 if ( preg_match( '/r?\d*/', $c, $matches ) ) {
/plugin/statistics/inc/
H A DBrowscap.php318 if (preg_match($pattern . 'i', $user_agent, $matches)) {
H A DStatisticsLogger.class.php139 if(preg_match('/' . $regex . '/', $domain)) {
253 if(preg_match('/^Country: (.*?) \((.*?)\)\nCity: (.*?)$/s', $data, $match)) {
/plugin/statistics/
H A Daction.php149 if(preg_match('/^\w+:\/\//', $event->data['media'])) return;
/plugin/farmer/
H A Dhelper.php132 return preg_match("/^[a-z0-9]+([\\.\\-][a-z0-9]+)*$/i", $animalname) === 1;
152 if ($exclude && preg_match($exclude, $source)) {
/plugin/const/_test/
H A Dconstants.test.php96 $this->assertTrue(@preg_match('/RANDOM:\d+/',$HTML) === 1);
/plugin/const/
H A Daction.php64 if (preg_match('/<const[^>]*>([^<]*)<\/const>/', $event->data, $data) > 0) {
H A Dclass.evalmath.php179 …if ( 1 === preg_match( '/^\s*(' . self::$name_pattern . ')\s*=\s*(.+)$/', $expression, $matches ) …
195 …} elseif ( 1 === preg_match( '/^\s*(' . self::$name_pattern . ')\s*\(\s*(' . self::$name_pattern .…
215 …if ( 1 === preg_match( '/^' . self::$name_pattern . '$/', $token ) && ! in_array( $token, $args, t…
284 if ( 1 === preg_match( '/[^\w\s+*^\/()\.,-<>=]/', $expression, $matches ) ) {
293 …$ex = preg_match( '/^(' . self::$name_pattern . '\(?|\d+(?:\.\d*)?(?:(e[+-]?)\d*)?|\.\d+|\()/', su…
336 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
386 …if ( 0 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
405 if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', $value, $matches ) ) {
429 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 3 ), $matches…
/plugin/sql2wiki/syntax/
H A Dquery.php65 if (preg_match('/([[:alpha:]]+)\((.*)\)/', $value, $matches)) {
/plugin/approve/syntax/
H A Dtable.php62 if (preg_match('/' . $value . '/', null) === false) {
/plugin/btable2/
H A Dsyntax.php66 if (preg_match('#<opt.*?>(.*?)</opt>#u', $options, $matches)) {
131 $showempty = preg_match("#\bshowempty\b#", $opt);
132 $colongroups = preg_match("#\bcolongroups\b#", $opt);
133 $closed = preg_match("#\bclosed\b#", $opt);
/plugin/ireadit/action/
H A Dmigration.php73 $status = preg_match('/~~IREADIT.*~~/', $content, $matches);
237 $status = preg_match('/~~IREADIT.*~~/', $content, $matches);
/plugin/ireadit/syntax/
H A Dlist.php70 if (preg_match('/' . $value . '/', null) === false) {
152 return preg_match('/' . $params['filter'] . '/', $k);
/plugin/autonumbering/
H A Dsyntax.php84 if (preg_match('/~~(.*?)~~/', $match, $matches)) {
89 if (preg_match('/@(' . $this->COUNTER_ID_PATTERN . ')/', $data, $matches)) {
113 … } else if (preg_match('/(' . $this->NUMBER_PATTERN . ')/', $dataTab[$i], $matches))
/plugin/odt/ODT/
H A DODTList.php226 …if (preg_match('/<text:p text:style-name="[^"]*">/', $params->content, $matches, 0, $position) ===…
H A DODTUtility.php627 preg_match ('/href="[^"]*"/', $search, $matches);
910 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
919 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
944 … if (preg_match('/start="[^"]*"/', $found ['attributes'], $matches) == 1) {
953 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
963 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
H A DXMLUtil.php31 if (preg_match ($pattern, $xmlCode, $matches) === 1) {
391 if (preg_match ($pattern, $xmlCode, $matches) === 1) {
/plugin/odt/ODT/elements/
H A DODTElementFrame.php153 … if (preg_match('/<draw:frame[^<]*'.$this->nameAttr.'[^>]*>/', $params->content, $matches) === 1) {
232 if ( preg_match('/svg:width="[^"]+"/', $this->attributes, $matches) === 1 ) {
243 if ( preg_match('/svg:width="[^"]+"/', $this->attributes, $matches) === 1 ) {
254 if ( preg_match('/draw:name="[^"]+"/', $this->attributes, $matches) === 1 ) {
263 if ( preg_match('/draw:name="[^"]+"/', $this->attributes, $matches) === 1 ) {

12345678910>>...56