Home
last modified time | relevance | path

Searched refs:preg_match (Results 326 – 350 of 1399) sorted by last modified time

1...<<11121314151617181920>>...56

/plugin/publish/
H A Dhelper.php396 if (!preg_match('#\.txt$#', $file)) {
/plugin/charpicker/
H A Daction.php39 if(preg_match("/$title/i", $event->data[$i]['title'])){
/plugin/box/
H A Dsyntax.php172 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
178 preg_match('/^(
188 if (preg_match('/[^A-Za-z0-9_-]/', $token)) {
/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/tablewidth/
H A Dsyntax.php36 if (preg_match('/\|<\s*(.+?)\s*>\|/', $match, $match) != 1) {
H A Daction.php46 preg_match('/<!-- table-width ([^\n]+?) -->/', $data[1][0], $match);
65 preg_match('/^([^\n]*<table)(.*?)(>)$/', $html, $match);
72 if (preg_match('/(.*?style\s*=\s*(["\']).*?)(\2.*)/', $attributes, $match) == 1) {
/plugin/avtaskbox/
H A Dsyntax.php92 preg_match('/^Title:(.*?)$/isxm', $match, $matches);
95 preg_match('/^Priority:(.*?)$/isxm', $match, $matches);
98 preg_match('/^Estimate:(.*?)$/isxm', $match, $matches);
101 preg_match('/^Assigned:(.*?)$/isxm', $match, $matches);
104 preg_match('/^Progress:(.*?)$/isxm', $match, $matches);
107 preg_match('/Description:(.*)/isx', $match, $matches);
/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/davcal/vendor/sabre/vobject/lib/
H A DProperty.php477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
491 if (!preg_match('/^([A-Z0-9-]+)$/', $this->name)) {
H A DDateTimeParser.php37 …$result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z…
64 $result = preg_match('/^([0-9]{4})([0-1][0-9])([0-3][0-9])$/',$date,$matches);
91 …$result = preg_match('/^(?P<plusminus>\+|-)?P((?P<week>\d+)W)?((?P<day>\d+)D)?(T((?P<hour>\d+)H)?(…
273 if (!preg_match($regex, $date, $matches)) {
298 if (!preg_match($regex, $date, $matches)) {
387 if (!preg_match($regex, $date, $matches)) {
403 if (!preg_match($regex, $date, $matches)) {
H A DParameter.php315 if (!preg_match('#(?: [\n":;\^,\+] )#x', $item)) {
H A DStringUtil.php23 if (preg_match('%[\x00-\x08\x0B-\x0C\x0E\x0F]%', $str)) {
27 return (bool)preg_match('%%u', $str);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php683 … if (!preg_match('#^ (-|\+)? ([1-5])? (MO|TU|WE|TH|FR|SA|SU) $# xi', $part)) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php212 $test = preg_match('/^AWS$/', $this->response->getHeader('WWW-Authenticate'), $matches);
H A DDigestTest.php175 …$test = preg_match('/Digest realm="' . self::REALM . '",qop="' . $qopstr . '",nonce="([0-9a-f]*)",…
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php605 preg_match($regex, $this->rawLine, $matches);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php204 …if (!preg_match('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)…
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php608 if (!preg_match('/^bytes=([0-9]*)-([0-9]*)$/i', $range, $matches)) return null;
H A DTemporaryFileFilterPlugin.php167 if (preg_match($tempFile, $tempPath)) {
H A DUUIDUtil.php57 return preg_match(
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php65 if (!preg_match('/^{([^}]*)}(.*)$/', $r))
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php74 preg_match('/^{([^}]*)}(.*)$/', $privilege, $privilegeParts);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php72 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
228 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
293 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
303 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
436 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
452 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
483 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
524 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
567 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
609 …$this->assertTrue(preg_match('/^<opaquelocktoken:(.*)>$/',$this->response->getHeader('Lock-Token')…
[all …]
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php253 if(preg_match('/^(?:(?:(.*)(?:\/+))?([^\/]+))(?:\/?)$/u', $path, $matches)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php55 if (!preg_match('/^[a-zA-Z0-9]{32}$/', $A1))

1...<<11121314151617181920>>...56