Home
last modified time | relevance | path

Searched refs:type (Results 376 – 400 of 4303) sorted by relevance

1...<<11121314151617181920>>...173

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDelete.php25 public $type; variable in Google\\Service\\DriveActivity\\Delete
30 public function setType($type) argument
32 $this->type = $type;
39 return $this->type;
H A DSystemEvent.php25 public $type; variable in Google\\Service\\DriveActivity\\SystemEvent
30 public function setType($type) argument
32 $this->type = $type;
39 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartDateTimeRule.php25 public $type; variable in Google\\Service\\Sheets\\ChartDateTimeRule
30 public function setType($type) argument
32 $this->type = $type;
39 return $this->type;
H A DDateTimeRule.php25 public $type; variable in Google\\Service\\Sheets\\DateTimeRule
30 public function setType($type) argument
32 $this->type = $type;
39 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DUpgradeInstanceRequest.php25 public $type; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeInstanceRequest
30 public function setType($type) argument
32 $this->type = $type;
39 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1DiscoveryEventActionDetails.php25 public $type; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1DiscoveryEventActionDetails
30 public function setType($type) argument
32 $this->type = $type;
39 return $this->type;
/plugin/commonmark/
H A Dscript.js5 type: "insert", property in toolbar
13 type: "picker", property in toolbar
20 type: "format",
29 type: "format",
38 type: "format",
47 type: "format",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSlides.php90 'type' => 'string',
104 'type' => 'string',
124 'type' => 'string',
129 'type' => 'string',
139 'type' => 'string',
144 'type' => 'string',
149 'type' => 'string',
153 'type' => 'string',
H A DGenomics.php91 'type' => 'string',
101 'type' => 'string',
111 'type' => 'string',
116 'type' => 'string',
120 'type' => 'integer',
124 'type' => 'string',
143 'type' => 'string',
163 'type' => 'string',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticaFormatter.php33 protected $type; variable in Monolog\\Formatter\\ElasticaFormatter
39 public function __construct(string $index, ?string $type) argument
45 $this->type = $type;
69 return $this->type;
83 $document->setType($this->type);
/plugin/sketchcanvas/
H A DREADME.md48 - type: line
50 - type: line
52 - type: line
55 - type: line
58 - type: line
62 - type: line
66 - type: arrow
70 - type: text
73 - type: text
77 - type
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DTypeHintReference.php11 public function isBuiltInParamTypeHint($type) argument
13 switch ($type) {
38 public function isBuiltInReturnTypeHint($type) argument
40 if ($type === 'void') {
44 return $this->isBuiltInParamTypeHint($type);
/plugin/imgpaste/
H A Daction.php42 list($type, $data) = explode(';', $data);
46 $type = strtolower(substr($type, 5)); // strip 'data:' prefix
52 if (!isset($mimetypes[$type])) $this->fail(415, $lang['uploadwrong']);
56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
66 'mime' => $type,
67 'ext' => $mimetypes[$type],
82 'mime' => $type,
83 'ext' => $mimetypes[$type],
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php85 protected function escapePrintNode(PrintNode $node, Environment $env, $type) argument
87 if (false === $type) {
93 if ($this->isSafeFor($type, $expression, $env)) {
100 $this->getEscaperFilter($type, $expression),
109 $type = $env->getFilter($name)->getPreEscape();
110 if (null === $type) {
115 if ($this->isSafeFor($type, $node, $env)) {
119 $filter->setNode('node', $this->getEscaperFilter($type, $node));
124 protected function isSafeFor($type, \Twig_NodeInterface $expression, $env) argument
139 return \in_array($type, $safe) || \in_array('all', $safe);
[all …]
/plugin/stars2/
H A Daction.php41 'type' => 'picker',
46 'type' => 'insert',
52 'type' => 'insert',
58 'type' => 'insert',
64 'type' => 'insert',
70 'type' => 'insert',
76 'type' => 'insert',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasParent.php11 * @phpstan-import-type TCreateQueryArgsMatching from BaseQuery
19 * @param string $type Parent document type
21 public function __construct($query, string $type) argument
24 $this->setType($type);
41 * Set type of the parent document.
43 * @param string $type Parent document type
47 public function setType(string $type): self argument
49 return $this->setParam('parent_type', $type);
[all...]
/plugin/amazon/
H A DXMLParser.php62 function buildtag($thisvals, $vals, &$i, $type) { argument
70 if ($type === 'complete')
91 $type = $vals[$i]['type'];
95 if ($type === 'cdata')
100 elseif ($type === 'complete' || $type === 'open') {
103 $tag = $this->buildtag($vals[$i], $vals, $i, $type);
113 elseif ($type === 'close')
/plugin/404manager/
H A DMessage404.php14 private $type = self::TYPE_CLASSIC; variable in Message404
32 public function setType($type) argument
34 $this->type=$type;
44 return $this->type;
/plugin/elasticsearch/
H A Dcomposer.lock13 "type": "git",
18 "type": "zip",
42 "type": "library",
75 "type": "git",
80 "type": "zip",
91 "type": "library",
128 "type": "git",
133 "type": "zip",
153 "type": "library",
185 "type"
[all...]
/plugin/codemirror/dist/modes/
H A Dgroovy.min.js1type=c;this.align=d;this.prev=e}function o(a,b,c){return a.context=new n(a.indented,b,c,null,a.con…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAssetId.php29 public $type; variable in Google\\Service\\Dfareporting\\CreativeAssetId
48 public function setType($type) argument
50 $this->type = $type;
57 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DHash.php25 public $type; variable in Google\\Service\\OnDemandScanning\\Hash
34 public function setType($type) argument
36 $this->type = $type;
43 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1TestRunDifference.php29 public $type; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestRunDifference
48 public function setType($type) argument
50 $this->type = $type;
57 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DThirdPartyUrl.php25 public $type; variable in Google\\Service\\DisplayVideo\\ThirdPartyUrl
34 public function setType($type) argument
36 $this->type = $type;
43 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DAccelerator.php29 public $type; variable in Google\\Service\\Genomics\\Accelerator
48 public function setType($type) argument
50 $this->type = $type;
57 return $this->type;

1...<<11121314151617181920>>...173