Home
last modified time | relevance | path

Searched refs:matches (Results 276 – 300 of 1144) sorted by last modified time

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

/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php131 …h('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
132 … $genericMethod = $matches[1] . ('Records' !== $matches[3] ? 'Record' : '') . $matches[3];
133 $level = strtolower($matches[2]);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php254 …if (0x200C === $codePoint && 1 === preg_match(Regex::ZWNJ, $label, $matches, \PREG_OFFSET_CAPTURE,…
255 $offset += \strlen($matches[1][0]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php75 function (array $matches) use ($request, $response, $error, &$cache) {
76 if (isset($cache[$matches[1]])) {
77 return $cache[$matches[1]];
81 switch ($matches[1]) {
155 if (strpos($matches[1], 'req_header_') === 0) {
156 $result = $request->getHeaderLine(substr($matches[1], 11));
157 } elseif (strpos($matches[1], 'res_header_') === 0) {
159 ? $response->getHeaderLine(substr($matches[1], 11))
164 $cache[$matches[1]] = $result;
H A DUriTemplate.php95 * @param array $matches Matches met in the preg_replace_callback
99 private function expandMatch(array $matches) argument
104 $parsed = self::parseExpression($matches[1]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php358 if (preg_match('#^(shake(?:128|256))-(\d+)$#', $hash, $matches)) {
360 $hash = $matches[1];
361 $this->length = $matches[2] >> 3;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FindThreatMatchesResponse.php29 public function setMatches($matches) argument
31 $this->matches = $matches;
38 return $this->matches;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php142 …("/(?:^HTTP\/|^[A-Z]+ \S+ HTTP\/)(\d+(?:\.\d+)?)/i", $startLine, $matches) && $matches[1] === '1.0…
208 $matches = [];
209 if (!preg_match('/^[\S]+\s+([a-zA-Z]+:\/\/|\/).*/', $data['start-line'], $matches)) {
217 $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1],
223 return $matches[1] === '/' ? $request : $request->withRequestTarget($parts[1]);
H A DUri.php99 if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) {
100 $prefix = $matches[1];
101 $url = $matches[2];
106 static function ($matches) {
107 return urlencode($matches[0]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php202 …preg_match_all('/\[\[(.*?)\]\]\{([^}]*)\}/s', $format, $matches, PREG_OFFSET_CAPTURE | PREG_SET_OR…
204 foreach (array_reverse($matches) as $match) {
H A DTestHandler.php218 …h('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
219 … $genericMethod = $matches[1] . ('Records' !== $matches[3] ? 'Record' : '') . $matches[3];
220 $level = constant('Monolog\Logger::' . strtoupper($matches[2]));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1292 if (preg_match('#^(\d{10})(Z|[+-]\d{4})$#', $content, $matches)) {
1293 $content = $matches[1] . '00' . $matches[2];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1433 while (!feof($this->fsock) && !preg_match('#(.*)^(SSH-(\d\.\d+).*)#ms', $data, $matches)) {
1483 $extra = $matches[1];
1486 $this->append_log('<-', $matches[0]);
1495 if (version_compare($matches[3], '1.99', '<')) {
1497 throw new UnableToConnectException("Cannot connect to SSH $matches[3] servers");
3131 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
3132 $match = isset($matches[0]) ? $matches[0] : '';
4554 $hex = substr(preg_replace_callback('#.#s', function ($matches) {
4555 … return $this->log_boundary . str_pad(dechex(ord($matches[0])), 2, '0', STR_PAD_LEFT);
/plugin/a2s/
H A DASCIIToSVG.php2837 preg_match_all('/^\[([^\]]+)\]:?\s+({[^}]+?})/ims', $data, $matches);
2838 $bound = count($matches[1]);
2840 $this->commands[$matches[1][$i]] = json_decode($matches[2][$i], true);
/plugin/c3chart/assets/
H A Dd3.min.js2 …return function(){return this.matches(t)}};if("undefined"!=typeof document){var ec=document.docume…
/plugin/c3chart/
H A Dsyntax.php53 preg_match_all('/(\\w+)\s*=\\s*([^"\'\\s>]*)/', $opts, $matches, PREG_SET_ORDER);
59 foreach($matches as $m) {
65 function($matches){
66 $m = $matches[0];
/plugin/commonmark/
H A DREADME.md15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
/plugin/authorstats/
H A Dsyntax.php63 if (preg_match("/<AUTHORSTATS (?P<months>[0-9]+)>/", $data[0], $matches)) {
64 $renderer->doc .= $this->_getMonthlyStatsTable(intval($matches[1]));
65 …ears>[0-9]+)*\s*(?P<sort>(:?asc|ascending|desc|descending|rev|reverse)*)>/", $data[0], $matches)) {
66 $renderer->doc .= $this->getYearGraph($matches);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js415 return !!reduce(collection, function (matches, val, key) { argument
416 return matches && matcher(val, key);
970 var vendor = proto.matches
16583 function matches(definition, filter) { function
16594 return definition.$type === eventDefinitionType && matches(event, filter);
53590 var matches = /right|left/.exec(orientation);
53592 return matches && matches[0];
53596 var matches = /top|bottom/.exec(orientation);
53598 return matches && matches[0];
H A Dbpmn-modeler.production.min.js2 …s.array(),e)};var Z="undefined"!=typeof Element?Element.prototype:{},Q=Z.matches||Z.matchesSelecto…
/plugin/openas/
H A Daction.php147 function openas_check_pageid($matches) { argument
149 $link_array = explode('|',$matches[1]);
167 return '[[' . $matches[1] . ']]';
H A Dsyntax.php108 if(preg_match('/^TAreaOpen:(.*?)$/',$match,$matches)) {
109 …$renderer->doc .= "<textarea rows = '4' cols = '60' name = '$matches[1]' id = '$matches[1]' class=…
116 if(preg_match("/^OpenAsNUM:(.*?)$/",$match,$matches)) {
117 $match = $matches[1];
/plugin/xtern/
H A Dadmin.php195 if(preg_match("#\[?(https?://\S+)\]?#",$buffer,$matches)) {
206 $this->do_check($matches[1],$lineno,$id);
H A Daction.php138 …("|(?<!__LINK:)(\[\[)?(" . preg_quote($url) . "(\|)*([^\]]+)*(\]\])?)[\s]*|ms", function ($matches)
140 $test = preg_split("/[\s]+/", $matches[2]);
145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false)
147 if ($matches[1] == '[[')
150 …$matches[0] = preg_replace("#\[\[($link.*?)\]\]#ms", "__ BROKEN-LINK:[[$1]] LINK-BROKEN __", $matc…
154 … $matches[0] = str_replace($piece, "__ BROKEN-LINK:" . $piece . " LINK-BROKEN __", $matches[0]);
160 return $matches[0];
/plugin/xtern/scripts/
H A Dchk_links.php25 if(preg_match("#\[\[(https?://.*?)\]\]#",$buffer,$matches)) {
27 list($url,$rest) = explode('|',$matches[1]);
/plugin/xcom/scripts/
H A Dxcom_save.php87 if(preg_match('/\.(\w{3,4})$/',$id,$matches)) {
88 echo "$id ". $this->msg('ismedia',1," " . $matches[1] . "\n");
232 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
233 if($matches[1] >= 2014) {
241 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
242 if($matches[1] >= 2014) {

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