Home
last modified time | relevance | path

Searched refs:matches (Results 26 – 50 of 1144) sorted by path

12345678910>>...46

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js8 …,e.invert=ji,e.invoke=Rr,e.keys=qa,e.keysIn=Hi,e.map=Tr,e.mapValues=Zi,e.matches=xo,e.memoize=ni,e…
12matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function _(t){var e;return t&&t.state?(t.tot…
H A Dpdfmake.min.js.map1matches","constant","mixin","isObj","noConflict","_","oldDash","noop","property","propertyOf","ran…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1466 var matches = data.match(vtregex(h.baseType))||[];
1467 … if(matches.length != h.size) throw "unexpected vector length " + matches.length + " != " + h.size;
1469 matches.forEach(function(x) {
H A Dxlsx.min.js3matches=data.match(vtregex(h.baseType))||[];if(matches.length!=h.size)throw"unexpected vector len…
H A Dxlsx.min.map1 …"vtregex","vt_cache","vt_regex","vtvregex","vtmregex","parseVector","h","matches","baseType","res"…
/plugin/amcharts/
H A Dsyntax.php53 …preg_match_all('/(\S+)=["\']?((?:.(?!["\']?\s+(?:\S+)=|[>"\']))+.)["\']?/', $opts, $matches, PREG_…
59 foreach($matches as $m) {
65 function($matches){
66 $m = $matches[0];
/plugin/annotate/
H A Danno.php150 function($matches){
151 if($matches[1] == '/'){
153 if($matches[2] <= 3){
180 function($matches) {
183 $matches[1] = str_replace($replace, $replacements,$matches[1]);
184 $matches[1] = preg_replace("/\<tr\s+class=\"row\d\">/","",$matches[1]);
188 $matches[1] = str_replace('/span_h','/span',$matches[1]);
194 function($matches) {
196 $matches[0] = preg_replace('/\<div\s+class.*?li\">/',"",$matches[0]);
197 $matches[0] = str_replace('</div>','<br>',$matches[0]);
[all …]
/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/authclientcert/
H A Dauth.php100 if (1 === preg_match($pattern, $cert, $matches)) {
101 $cert = $matches[1];
157 preg_match('/\/' . $OID . '=([^\/]+)/', $name, $matches);
158 return $matches[1];
/plugin/authdrupal7/
H A DREADME.md49 * superuser: add a superuser group (with @) or username that matches one of your drupal roles or us…
50 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
/plugin/authdrupal8/
H A DREADME.md50 * administrator: add a administrator group (with @) or username that matches one of your drupal8 administrator roles
51 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
H A Dpassword.inc212 * Check whether a plain text password matches a stored hashed password.
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php286 return $provided->matches($constraint);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3MatchIntentResponse.php61 public function setMatches($matches) argument
63 $this->matches = $matches;
70 return $this->matches;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FindFullHashesResponse.php37 public function setMatches($matches) argument
39 $this->matches = $matches;
46 return $this->matches;
H A DGoogleSecuritySafebrowsingV4FindThreatMatchesResponse.php29 public function setMatches($matches) argument
31 $this->matches = $matches;
38 return $this->matches;
/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/guzzlehttp/psr7/src/
H A DHeader.php20 $params = $matches = [];
25 if (preg_match_all('/<[^>]+>|[^=]+/', $kvp, $matches)) {
26 $m = $matches[0];
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/Formatter/
H A DGelfMessageFormatter.php152 if (preg_match("/^(.+):([0-9]+)$/", $context['exception']['file'], $matches)) {
153 $message->setFile($matches[1]);
154 $message->setLine($matches[2]);
/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/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php68 if ($branches && preg_match('{^\* (.+?)\s+([a-f0-9]{40})(?:\s|$)}m', $branches, $matches)) {
70 'branch' => $matches[1],
71 'commit' => $matches[2],

12345678910>>...46