Home
last modified time | relevance | path

Searched refs:type (Results 876 – 900 of 4303) sorted by relevance

1...<<31323334353637383940>>...173

/plugin/metaheaders/
H A Daction.php78 foreach ($clear[$y] as $type => $value) {
79 if ($type == 'cond') continue;
81 $headerVal = trim($head[$outerType][$i][$type] ?? '');
82 if ( substr($type, 0, 1) == '%' ) {
83 $type = substr($type, 1 );
84 $headerVal = trim($head[$outerType][$i][$type] ?? '');
115 foreach ($types as $type) {
116 foreach ($headers[$type] as $header) {
136 if (!$skip) $head[$type][]
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSafebrowsing.php79 'type' => 'string',
84 'type' => 'string',
88 'type' => 'string',
107 'type' => 'string',
112 'type' => 'string',
116 'type' => 'string',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DField.php46 public function setType(Type $type) argument
48 $this->type = $type;
55 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DStandardSqlField.php46 public function setType(StandardSqlDataType $type) argument
48 $this->type = $type;
55 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConnectAgentResource.php46 public function setType(TypeMeta $type) argument
48 $this->type = $type;
55 return $this->type;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithXmlNamespaces.yml11 type: string
15 type: DateTime
18 type: string
23 type: string
27 type: string
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryItem.php41 public $type; variable in Google\\Service\\OSConfig\\InventoryItem
120 public function setType($type) argument
122 $this->type = $type;
129 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMember.php56 public $type; variable in Google\\Service\\Directory\\Member
159 public function setType($type) argument
161 $this->type = $type;
168 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php53 public $type; variable in Google\\Service\\ManufacturerCenter\\Issue
156 public function setType($type) argument
158 $this->type = $type;
165 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventGadget.php49 public $type; variable in Google\\Service\\Calendar\\EventGadget
142 public function setType($type) argument
144 $this->type = $type;
151 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Processor.php53 public $type; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1Processor
156 public function setType($type) argument
158 $this->type = $type;
165 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DOperationMetadataV1.php45 public $type; variable in Google\\Service\\CloudFunctions\\OperationMetadataV1
128 public function setType($type) argument
130 $this->type = $type;
137 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DManagedProperty.php46 public $type; variable in Google\\Service\\AndroidManagement\\ManagedProperty
135 public function setType($type) argument
137 $this->type = $type;
144 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DItem.php41 public $type; variable in Google\\Service\\CloudAsset\\Item
120 public function setType($type) argument
122 $this->type = $type;
129 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DListPopulationTerm.php41 public $type; variable in Google\\Service\\Dfareporting\\ListPopulationTerm
114 public function setType($type) argument
116 $this->type = $type;
123 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DScriptFile.php41 public $type; variable in Google\\Service\\Script\\ScriptFile
120 public function setType($type) argument
122 $this->type = $type;
129 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManagerUpdatePolicy.php45 public $type; variable in Google\\Service\\Compute\\InstanceGroupManagerUpdatePolicy
134 public function setType($type) argument
136 $this->type = $type;
143 return $this->type;
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1type==CKEDITOR.NODE_ELEMENT&&!p.data("cke-bookmark")){p.renameNode("th");p.setAttribute("scope","c…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1type==CKEDITOR.NODE_ELEMENT&&!p.data("cke-bookmark")){p.renameNode("th");p.setAttribute("scope","c…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php382 public static function fromAsn1(AbstractType $type)
384 if (!($type instanceof SequenceType && count($type) === 8)) {
387 $baseDn = $type->getChild(0);
388 $scope = $type->getChild(1);
389 $deref = $type->getChild(2);
390 $sizeLimit = $type->getChild(3);
391 $timeLimit = $type->getChild(4);
392 $typesOnly = $type->getChild(5);
393 $attributes = $type
378 fromAsn1(AbstractType $type) global() argument
[all...]
H A DModifyDnRequest.php158 public static function fromAsn1(AbstractType $type)
160 if (!($type instanceof SequenceType && count($type) >= 3 && count($type) <= 4)) {
163 $entry = $type->getChild(0);
164 $newRdn = $type->getChild(1);
165 $deleteOldRdn = $type->getChild(2);
166 $newSuperior = $type->getChild(3);
190 // @todo Make a RDN type. Future validation purposes?
153 fromAsn1(AbstractType $type) global() argument
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php48 static public $type = self::CARD_TYPE; variable in ComboStrap\\BlockquoteTag
143 $type = $context;
149 * Because we can change the type above to tweet
152 $type = $openingTag->getType();
155 $context = $type;
165 if ($type == self::TYPO_TYPE) {
184 if ($type == self::CARD_TYPE) {
230 array("type" => self::TYPO_TYPE),
258 $type = $tagAttributes->getType();
259 switch ($type) {
[all...]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-navigated-viewer.production.min.js2type,r=t.element,o=t.gfx,a=t.attrs;if(n.canRender(r))return"render.shape"===i?n.drawShape(o,r,a):n…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php30 * type [2] AttributeDescription OPTIONAL,
202 public static function fromAsn1(AbstractType $type)
204 $type = $type instanceof IncompleteType ? (new LdapEncoder())->complete($type, AbstractType::TAG_TYPE_SEQUENCE) : $type;
205 if (!($type instanceof SequenceType && (count($type) >= 1 && count($type) <= 4))) {
213 foreach ($type
198 fromAsn1(AbstractType $type) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DConvertProcessor.php22 public function __construct(string $field, string $type) argument
25 $this->setType($type);
33 public function setType(string $type): self argument
35 return $this->setParam('type', $type);

1...<<31323334353637383940>>...173