| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
| D | SegmentSequenceStep.php | 26 public $matchType; variable in Google\\Service\\AnalyticsReporting\\SegmentSequenceStep 33 public function setMatchType($matchType) argument 35 $this->matchType = $matchType; 42 return $this->matchType;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
| D | StringFilter.php | 29 public $matchType; variable in Google\\Service\\AnalyticsData\\StringFilter 52 public function setMatchType($matchType) argument 54 $this->matchType = $matchType; 61 return $this->matchType;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
| D | GoalEventDetailsEventConditions.php | 37 public $matchType; variable in Google\\Service\\Analytics\\GoalEventDetailsEventConditions 88 public function setMatchType($matchType) argument 90 $this->matchType = $matchType; 97 return $this->matchType;
|
| D | GoalUrlDestinationDetails.php | 34 public $matchType; variable in Google\\Service\\Analytics\\GoalUrlDestinationDetails 73 public function setMatchType($matchType) argument 75 $this->matchType = $matchType; 82 return $this->matchType;
|
| D | FilterExpression.php | 45 public $matchType; variable in Google\\Service\\Analytics\\FilterExpression 120 public function setMatchType($matchType) argument 122 $this->matchType = $matchType; 129 return $this->matchType;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | PathReportDimensionValue.php | 38 public $matchType; variable in Google\\Service\\Dfareporting\\PathReportDimensionValue 89 public function setMatchType($matchType) argument 91 $this->matchType = $matchType; 98 return $this->matchType;
|
| D | DimensionValue.php | 41 public $matchType; variable in Google\\Service\\Dfareporting\\DimensionValue 106 public function setMatchType($matchType) argument 108 $this->matchType = $matchType; 115 return $this->matchType;
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/ |
| D | TraversalTrait.php | 78 * @param bool $matchType 82 protected function getNodesMatchingInput($input, bool $matchType = true): NodeList { argument 94 $matchType = true; 108 return $this->collection()->map(function($node) use ($fn, $matchType) { 109 if ($fn($node) !== $matchType) { 392 * @param int $matchType 396 …Node $baseNode, string $property, $input = null, $selector = null, int $matchType = null): NodeLis… argument 404 …while ($node instanceof \DOMNode && ($matchType === self::$MATCH_TYPE_FIRST || !($node instanceof … 406 … if ($matchType != self::$MATCH_TYPE_LAST && (is_null($selector) || $node->is($selector))) { 411 if ($matchType == self::$MATCH_TYPE_FIRST || (!is_null($input) && $node->is($input))) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowCxV3Match.php | 35 public $matchType; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Match 90 public function setMatchType($matchType) argument 92 $this->matchType = $matchType; 99 return $this->matchType;
|
| D | GoogleCloudDialogflowCxV3FulfillIntentRequest.php | 22 protected $matchType = GoogleCloudDialogflowCxV3Match::class; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillIntentRequest
|
| D | GoogleCloudDialogflowCxV3QueryResult.php | 41 protected $matchType = GoogleCloudDialogflowCxV3Match::class; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryResult
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | StringUtil.php | 24 * @param string $matchType 27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') { argument 52 switch ($matchType) { 63 throw new Exception\BadRequest('Match-type: ' . $matchType . ' is not supported');
|
| /plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ |
| D | ParamFilter.php | 68 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta… 70 if (!in_array($matchType, ['contains', 'equals', 'starts-with', 'ends-with'])) { 71 throw new BadRequest('Unknown match-type: ' . $matchType); 77 'match-type' => $matchType,
|
| D | PropFilter.php | 77 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta… 79 if (!in_array($matchType, ['contains', 'equals', 'starts-with', 'ends-with'])) { 80 throw new BadRequest('Unknown match-type: ' . $matchType); 86 'match-type' => $matchType,
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | StringUtil.php | 24 * @param string $matchType 27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') { argument 52 switch ($matchType) { 63 throw new Exception\BadRequest('Match-type: ' . $matchType . ' is not supported');
|
| /plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ |
| H A D | ParamFilter.php | 68 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta… 70 if (!in_array($matchType, ['contains', 'equals', 'starts-with', 'ends-with'])) { 71 throw new BadRequest('Unknown match-type: ' . $matchType); 77 'match-type' => $matchType,
|
| H A D | PropFilter.php | 77 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta… 79 if (!in_array($matchType, ['contains', 'equals', 'starts-with', 'ends-with'])) { 80 throw new BadRequest('Unknown match-type: ' . $matchType); 86 'match-type' => $matchType,
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | StringUtilTest.php | 10 function testTextMatch($haystack, $needle, $collation, $matchType, $result) { argument 12 … $this->assertEquals($result, StringUtil::textMatch($haystack, $needle, $collation, $matchType));
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | SecurityPolicyRule.php | 36 protected $matchType = SecurityPolicyRuleMatcher::class; variable in Google\\Service\\Compute\\SecurityPolicyRule
|
| D | FirewallPolicyRule.php | 47 protected $matchType = FirewallPolicyRuleMatcher::class; variable in Google\\Service\\Compute\\FirewallPolicyRule
|
| /plugin/sectiontoggle/ |
| D | Mobile_Detect.php | 1050 foreach ($this->getMobileHeaders() as $mobileHeader => $matchType) { 1052 if (is_array($matchType['matches'])) { 1053 foreach ($matchType['matches'] as $_match) {
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_AnalyticsService.php | 1885 public $matchType; variable in Google_GoalEventDetailsEventConditions 1905 public function setMatchType( $matchType) { argument 1906 $this->matchType = $matchType; 1909 return $this->matchType; 1939 public $matchType; variable in Google_GoalUrlDestinationDetails 1956 public function setMatchType( $matchType) { argument 1957 $this->matchType = $matchType; 1960 return $this->matchType;
|
| D | Google_DfareportingService.php | 743 public $matchType; variable in Google_DimensionValue 769 public function setMatchType( $matchType) { argument 770 $this->matchType = $matchType; 773 return $this->matchType;
|
| /plugin/prosemirror/lib/ |
| D | bundle.js | 1 …matchType(n),i=o&&o.matchFragment(this.content,t);return!!i&&i.validEnd},T.prototype.canAppend=fun…
|