Home
last modified time | relevance | path

Searched refs:matches (Results 251 – 275 of 1144) sorted by relevance

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.entities.inc.php22 while (preg_match("/&#x([[:xdigit:]]{2,4});/i", $html, $matches)) {
27 $html = preg_replace("/&#x".$matches[1].";/i","&#".hexdec($matches[1]).";",$html);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php20 $params = $matches = [];
25 if (preg_match_all('/<[^>]+>|[^=]+/', $kvp, $matches)) {
26 $m = $matches[0];
/plugin/combo/ComboStrap/Web/
H A DSanitizer.php20 $result = preg_match_all("/$pattern/im", $content, $matches);
30 $result = preg_match_all("/$pattern/im", $content, $matches);
36 $result = preg_match_all("/$pattern/im", $content, $matches);
/plugin/indexnumber/
H A Dsyntax.php77 …($state == DOKU_LEXER_ENTER && preg_match('/<idxnum ([^#]+)(?:#(\d+)(.*))?>/', $match, $matches)) {
78 $idxId = trim($matches[1]);
85 $description = trim($matches[3]);
87 $tagData = array($state, $idxId, $this->idxnumbers[$idxId], $matches[2], $description);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
333 foreach($matches as $match) {
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
494 foreach($matches as $match) {
565 function($matches) {
566 switch($matches[2]) {
605 preg_match($regex, $this->rawLine, $matches);
607 $value = $matches[1];
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
333 foreach($matches as $match) {
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
494 foreach($matches as $match) {
565 function($matches) {
566 switch($matches[2]) {
605 preg_match($regex, $this->rawLine, $matches);
607 $value = $matches[1];
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
333 foreach($matches as $match) {
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
494 foreach($matches as $match) {
565 function($matches) {
566 switch($matches[2]) {
605 preg_match($regex, $this->rawLine, $matches);
607 $value = $matches[1];
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php148 if( preg_match_all('/_pfc\("([^\"]+)"/', $l, $matches) )
150 foreach($matches[1] as $label)
157 if( preg_match_all('/"([^"]*)",\s\/\/\s_pfc/', $l, $matches) )
159 echo "line: ".$line_nb."\t- ".$matches[1][0]."\n";
160 $res[$matches[1][0]] = "// line ".$line_nb." in ".basename($src_filename);
/plugin/batchedit/
H A Drequest.php253 $unescape = function($matches) {
256 if (strlen($matches[1]) % 2) {
257 return substr($matches[1], 1) . $unescaped[$matches[2]];
260 return $matches[0];
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php79 @list($huge, $major, $minor) = @explode('.', @$matches[1]);
80 @list($year, $month, $day, $hour, $min) = @$matches[3];
81 $versions['base'][$key] = $matches[1];
85 $versions['stamp'][$key] = $matches[2];
244 if (preg_match('# ([0-9]{2})/([0-9]{2})/([0-9]{2}) #', $ServerInfo['im_version'], $matches)) {
245 list($dummy, $m, $d, $y) = $matches;
252 …eif (preg_match('# ([0-9]{4})\\-([0-9]{2})\\-([0-9]{2}) #', $ServerInfo['im_version'], $matches)) {
253 list($dummy, $y, $m, $d) = $matches;
372 } elseif (preg_match('#^Apache/([0-9\\.]+)#i', $server_software, $matches)) {
373 if (phpthumb_functions::version_compare_replacement($matches[1], '2.0.0', '>=')) {
/plugin/statistics/inc/
H A DBrowscap.php318 if (preg_match($pattern . 'i', $user_agent, $matches)) {
319 if (1 == count($matches)) {
328 array_shift($matches);
330 $match_string = self::COMPRESSION_PATTERN_START . implode(self::COMPRESSION_PATTERN_DELIMITER, $matches);
345 $this->_pregUnQuote($pattern, $simple_match ? false : $matches)
536 $matches_count = preg_match_all('@\d@', $pattern, $matches);
547 $tmp_patterns[$compressed_pattern][$i] = $matches[0];
620 * All numbers are taken out into $matches, so we check if any of those numbers are identical
621 * in all the $matches and if they are we restore them to the $pattern, removing from the $matches
629 deduplicateCompressionPattern($matches, & $pattern) global() argument
692 _pregUnQuote($pattern, $matches) global() argument
[all...]
/plugin/barcodes/
H A Dsyntax.php65 …eg_match('/^([0-9]+)(px)?$/', $barcode->attributes()['size'], $matches) ? intval($matches[1]) : nu…
67 …_match('/^([0-9]+)(px)?$/', $barcode->attributes()['padding'], $matches) ? intval($matches[1]) : 0;
/plugin/authyubikey/lib/
H A DYubico.php218 $str, $matches)) {
223 $str, $matches)) {
226 $ret['otp'] = strtr($matches[3], "jxe.uidchtnbpygk", "cbdefghijklnrtuv");
229 $ret['otp'] = $matches[3];
231 $ret['password'] = $matches[2];
232 $ret['prefix'] = $matches[4];
233 $ret['ciphertext'] = $matches[5];
/plugin/apidoc/
H A Dsyntax.php236 $matches = preg_split( "/(CLASS|FIELD|METHOD|PARAMETER)\|/", $str, -1, PREG_SPLIT_DELIM_CAPTURE );
237 for( $i=0; $i < count( $matches )-1; $i++ ) {
238 switch( $matches[$i] ) {
240 $rData = new syntax_plugin_apidoc_data_class( explode( "|", $matches[++$i] ) );
244 $co = $rData->fields[] = new syntax_plugin_apidoc_data_field( explode( "|", $matches[++$i] ) );
248 … $co = $rData->methods[] = new syntax_plugin_apidoc_data_method( explode( "|", $matches[++$i] ) );
252 $co->parameters[] = new syntax_plugin_apidoc_data_parameter( explode( "|", $matches[++$i] ) );
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php215 preg_match('(^(?P<repeat>\d+)n$)D', $string, $matches) ||
216 preg_match('(^(?P<repeat>[+-]?\d*)n(?P<add>[+-]\d+)$)D', $string, $matches)
219 isset($matches['repeat']) && $matches['repeat'] !== ''
220 ? (int)$matches['repeat'] : 1,
221 isset($matches['add']) ? (int)$matches['add'] : 0
/plugin/bugzillaint/syntax/
H A Dlist.php53 $matches = array();
57 $matches['list'] = array(
64 return $matches;
H A Dlink.php53 $matches = array();
57 $matches['link'] = array(
63 return $matches;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php54 $matches = array();
55 if (preg_match('|/systems/(.*)/([^/]+)?actions.inc$|i', $fileName, $matches) === 0) {
60 $ownClass = $matches[2];
/plugin/authucenter/lib/uc_client/
H A Dclient.php227 $matches = parse_url($url);
228 !isset($matches['scheme']) && $matches['scheme'] = '';
229 !isset($matches['host']) && $matches['host'] = '';
230 !isset($matches['path']) && $matches['path'] = '';
231 !isset($matches['query']) && $matches['query'] = '';
232 !isset($matches['port']) && $matches['port'] = '';
233 $scheme = $matches['scheme'];
234 $host = $matches['host'];
235 $path = $matches['path'] ? $matches['path'].($matches['query'] ? '?'.$matches['query'] : '') : '/';
236 $port = !empty($matches['port']) ? $matches['port'] : 80;
/plugin/fckg/action/
H A Dedit.php56 preg_match('/_\w+_/', $_COOKIE['FCKG_USE'], $matches);
57 if($matches[0] == '_false_') {
230 function ($matches) {
231 $matches[0] = str_replace('%%', 'DBLPERCENT',$matches[0]);
232 return $matches[0];
239 function($matches) {
240 return '<nowiki>' . $matches[1] . '</nowiki>';
399 preg_match_all("/<\/(.*?)\>/", $cdata['text'],$matches);
401 …if (!in_array('code', $matches[1]) && !in_array('file', $matches[1]) && !in_array('nowiki', $match…
2679 … if(preg_match('/(?=MULTI_PLUGIN_OPEN)(.*?)(?<=MULTI_PLUGIN_CLOSE)/ms', $text, $matches)) {
[all …]
/plugin/bez/action/
H A Dmigration.php54 $matches = array();
55 preg_match_all('/.*?(?(?=BEGIN)BEGIN.*?END)\s*;/is', $sql, $matches);
56 $queries = $matches[0];
87 $matches = array();
88 preg_match_all('/.*?(?(?=BEGIN)BEGIN.*?END)\s*;/is', $sql, $matches);
89 $queries = $matches[0];
128 $matches = array();
129 preg_match_all('/.*?(?(?=BEGIN)BEGIN.*?END)\s*;/is', $sql, $matches);
130 $queries = $matches[0];
/plugin/snippets/
H A Dhelper.php77 if($sum && preg_match('#restored\s+(\(.*?\))#',$sum,$matches)){
78 return strtotime(trim($matches[1],'()'));
150 function($matches){
152 …return time() . $matches[1]. "\n" .$replacement . "\n"; // time() makes each update unique for…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt36 Failed asserting that 2 matches expected 1.
55 Failed asserting that 'bar' matches expected null.
85 Failed asserting that format description matches text.
96 Failed asserting that 2 matches expected 1.
130 Failed asserting that format description matches text.
H A Dfailure-reverse-list.phpt22 Failed asserting that format description matches text.
63 Failed asserting that 2 matches expected 1.
69 Failed asserting that format description matches text.
104 Failed asserting that 'bar' matches expected null.
123 Failed asserting that 2 matches expected 1.
H A Dfailure.phpt35 Failed asserting that 2 matches expected 1.
54 Failed asserting that 'bar' matches expected null.
84 Failed asserting that format description matches text.
95 Failed asserting that 2 matches expected 1.
129 Failed asserting that format description matches text.

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