Home
last modified time | relevance | path

Searched refs:type (Results 651 – 675 of 4303) sorted by relevance

1...<<21222324252627282930>>...173

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DMessageEvent.php33 public $type; variable in Google\\Service\\CloudTrace\\MessageEvent
70 public function setType($type) argument
72 $this->type = $type;
79 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DExitEvent.php33 public $type; variable in Google\\Service\\DisplayVideo\\ExitEvent
70 public function setType($type) argument
72 $this->type = $type;
79 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatHitThreatSource.php33 public $type; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4ThreatHitThreatSource
70 public function setType($type) argument
72 $this->type = $type;
79 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDeviceDeviceFiles.php37 public $type; variable in Google\\Service\\Directory\\ChromeOsDeviceDeviceFiles
84 public function setType($type) argument
86 $this->type = $type;
93 return $this->type;
H A DUserPhone.php33 public $type; variable in Google\\Service\\Directory\\UserPhone
70 public function setType($type) argument
72 $this->type = $type;
79 return $this->type;
H A DChromeOsDeviceScreenshotFiles.php37 public $type; variable in Google\\Service\\Directory\\ChromeOsDeviceScreenshotFiles
84 public function setType($type) argument
86 $this->type = $type;
93 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DExternalRef.php25 public $type; variable in Google\\Service\\ContainerAnalysis\\ExternalRef
51 public function setType($type) argument
53 $this->type = $type;
57 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2TrafficTarget.php37 public $type; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2TrafficTarget
84 public function setType($type) argument
86 $this->type = $type;
93 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTimePartitioning.php37 public $type; variable in Google\\Service\\Bigquery\\TimePartitioning
84 public function setType($type) argument
86 $this->type = $type;
93 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2AddFulfillmentPlacesRequest.php38 public $type; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2AddFulfillmentPlacesRequest
85 public function setType($type) argument
87 $this->type = $type;
94 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DDnsRecordSet.php38 public $type; variable in Google\\Service\\ServiceNetworking\\DnsRecordSet
85 public function setType($type) argument
87 $this->type = $type;
94 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1DiscoveryEventPartitionDetails.php38 public $type; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1DiscoveryEventPartitionDetails
85 public function setType($type) argument
87 $this->type = $type;
94 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPageVisualElement.php30 public $type; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageVisualElement
63 public function setType($type) argument
65 $this->type = $type;
72 return $this->type;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdateByQuery.php40 $type = $this->type ?? null;
41 if (isset($type)) {
45 if (isset($type)) {
46 return "/$index/$type/_update_by_query";
H A DDelete.php46 $type = $this->type ?? null;
47 if (isset($type)) {
51 if (isset($type)) {
52 return "/$index/$type/$id";
H A DDeleteByQuery.php40 $type = $this->type ?? null;
41 if (isset($type)) {
45 if (isset($type)) {
46 return "/$index/$type/_delete_by_query";
H A DExists.php46 $type = $this->type ?? null;
47 if (isset($type)) {
51 if (isset($type)) {
52 return "/$index/$type/$id";
H A DExistsSource.php46 $type = $this->type ?? null;
47 if (isset($type)) {
51 if (isset($type)) {
52 return "/$index/$type/$id/_source";
H A DGetSource.php46 $type = $this->type ?? null;
47 if (isset($type)) {
51 if (isset($type)) {
52 return "/$index/$type/$id/_source";
H A DGet.php46 $type = $this->type ?? null;
47 if (isset($type)) {
51 if (isset($type)) {
52 return "/$index/$type/$id";
/plugin/codemirror/dist/modes/
H A Decl.min.js1type=c;this.align=d;this.prev=e}function s(a,b,c){return a.context=new r(a.indented,b,c,null,a.con…
/plugin/move/helper/
H A Dplan.php250 * @param int $type (PLUGIN_MOVE_TYPE_PAGE|self::TYPE_MEDIA)
253 protected function addMove($src, $dst, $class = self::CLASS_NS, $type = self::TYPE_PAGES) { argument
263 'type' => $type
302 $this->addToDocumentList($move['src'], $move['dst'], $move['type']);
308 if($move['type'] == self::TYPE_PAGES) {
326 $this->addToDocumentList($from, $to, $move['type']);
330 if($move['type'] == self::TYPE_PAGES) {
336 $this->findMissingDocuments($move['src'] . ':', $move['dst'],$move['type']);
339 $this->findAffectedPages($move['src'], $move['dst'], $move['class'], $move['type']);
467 stepThroughDocuments($type = self TYPE_PAGES, $skip = false) global() argument
571 stepThroughMissingDocuments($type = self TYPE_PAGES) global() argument
687 addToDocumentList($src, $dst, $type = self TYPE_PAGES) global() argument
728 findAffectedPages($src, $dst, $class, $type) global() argument
761 findMissingDocuments($src, $dst, $type = self TYPE_PAGES) global() argument
924 build_log_line($type, $from, $to, $success) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DParentId.php15 * @param string $type Name of the child relationship mapped for the join field
17 * @param bool $ignoreUnmapped Indicates whether to ignore an unmapped type and not return any documents instead of an error. Defaults to false.
19 public function __construct(string $type, string $id, bool $ignoreUnmapped = false) argument
21 $this->setRelationshipType($type);
26 private function setRelationshipType(string $type): void argument
28 $this->setParam('type', $type);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebasestorage.php75 'type' => 'string',
85 'type' => 'string',
95 'type' => 'string',
100 'type' => 'integer',
104 'type' => 'string',
113 'type' => 'string',
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst7 for a single type/format combination.
10 the data, and the type.
19 function($visitor, MyObject $obj, array $type) {
50 'type' => 'DateTime',
56 'type' => 'DateTime',
62 …zeDateTimeToJson(JsonSerializationVisitor $visitor, \DateTime $date, array $type, Context $context)
64 return $date->format($type['params'][0]);
67 …zeDateTimeToJson(JsonDeserializationVisitor $visitor, $dateAsString, array $type, Context $context)
73 Also, this type of handler is registered via the builder object::

1...<<21222324252627282930>>...173