Home
last modified time | relevance | path

Searched refs:type (Results 476 – 500 of 4303) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Hash.php25 public $type; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Hash
34 public function setType($type) argument
36 $this->type = $type;
43 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DUser.php25 public $type; variable in Google\\Service\\AnalyticsReporting\\User
34 public function setType($type) argument
36 $this->type = $type;
43 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DAcceleratorConfig.php29 public $type; variable in Google\\Service\\AIPlatformNotebooks\\AcceleratorConfig
48 public function setType($type) argument
50 $this->type = $type;
57 return $this->type;
/plugin/mantis/lib/
H A Dclass.soap_val.php31 var $type; variable in soapval
65 * @param mixed $type optional type name
72 …function soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attribute… argument
75 $this->type = $type;
90 …return $this->serialize_val($this->value, $this->name, $this->type, $this->element_ns, $this->type…
/plugin/anewssystem/
H A Dbacklink.js7 this.type = 'link';
18 this.type = this.type.toLowerCase();
19 if (this.type == 'button') {
31 if (this.type == 'image' || this.type == 'img') {
/plugin/data-au/
H A Daction.php129 $type = substr($_REQUEST['aliastype'], 10);
132 if (!isset($aliases[$type])) {
137 if ($aliases[$type]['type'] !== 'page') {
142 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
145 $aliases[$type]['postfix'] .= $conf['start'];
154 $c_search = $aliases[$type]['prefix'];
160 if ($aliases[$type]['prefix'] !== '') {
161 $regexp .= preg_quote($aliases[$type]['prefix'], '/');
164 if ($aliases[$type]['postfix'] !== '') {
165 $regexp .= preg_quote($aliases[$type]['postfix'], '/');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php181 public static function fromAsn1(AbstractType $type)
183 [$resultCode, $dn, $diagnosticMessage, $referrals] = self::parseResultData($type);
189 * @param AbstractType $type
195 protected static function parseResultData(AbstractType $type)
197 if (!$type instanceof SequenceType) {
204 $count = count($type->getChildren());
207 $child = $type->getChild($i);
224 $result = $type->getChild(0);
225 $dn = $type->getChild(1);
226 $diagnostic = $type
174 fromAsn1(AbstractType $type) global() argument
186 parseResultData(AbstractType $type) global() argument
[all...]
/plugin/data/
H A Daction.php139 $type = substr($_REQUEST['aliastype'], 10);
142 if (!isset($aliases[$type])) {
143 echo 'Unknown type';
147 if ($aliases[$type]['type'] !== 'page') {
152 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
155 $aliases[$type]['postfix'] .= $conf['start'];
164 $c_search = $aliases[$type]['prefix'];
170 if ($aliases[$type]['prefix'] !== '') {
171 $regexp .= preg_quote($aliases[$type]['prefi
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DJobEvent.php30 public $type; variable in Google\\Service\\CloudTalentSolution\\JobEvent
49 public function setType($type) argument
51 $this->type = $type;
58 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2FulfillmentInfo.php30 public $type; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2FulfillmentInfo
49 public function setType($type) argument
51 $this->type = $type;
58 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Capability.php30 public $type; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Capability
49 public function setType($type) argument
51 $this->type = $type;
58 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/
H A DGeoTaxonomy.php30 public $type; variable in Google\\Service\\Cloudbilling\\GeoTaxonomy
49 public function setType($type) argument
51 $this->type = $type;
58 return $this->type;
/plugin/codemirror/dist/modes/
H A Djavascript.min.js.map1type","style","A","B","C","D","operator","atom","if","while","with","else","do","try","finally","r…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php109 public function visitNull($data, array $type): void argument
116 public function visitString($data, array $type): string argument
123 public function visitBoolean($data, array $type): bool argument
138 public function visitInteger($data, array $type): int argument
145 public function visitDouble($data, array $type): float argument
152 public function visitArray($data, array $type): array argument
156 if (2 !== count($type['params'])) {
161 [$keyType, $entryType] = $type['params'];
198 switch (\count($type['params'])) {
216 [$keyType, $entryType] = $type['params'];
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php24 protected $type; variable in IPLib\\Address\\AssignedRange
37 * @param int $type The range type (one of the \IPLib\Range\Type::T_ constants)
40 public function __construct(RangeInterface $range, $type, array $exceptions = array()) argument
43 $this->type = $type;
64 return $this->type;
95 $result = $this->type;
/plugin/editor/
H A Dhelper.php40 $type = 'all';
47 $type = 'group';
53 $type = 'ip';
55 $type = 'user';
65 $rec = $this->_handleRecent($lines[$i], $ns, $type, $user);
93 function _handleRecent($line, $ns, $type, $user) { argument
97 if ($type == 'clear') $seen = array(); // clear seen pages cache
108 switch ($type) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php93 * @param string $type The type of the report.
98 public function factory($type) argument
100 $type = ucfirst($type);
101 if (isset($this->_reports[$type]) === true) {
102 return $this->_reports[$type];
105 if (strpos($type, '.') !== false) {
107 $filename = realpath($type);
117 $filename = $type.'.php';
118 $reportClassName = 'PHP_CodeSniffer_Reports_'.$type;
130 $this->_reports[$type] = $reportClass;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php55 * @param string $type
58 function is($type) { argument
60 return in_array($type, $this->value);
67 * @param string $type
70 function add($type) { argument
72 $this->value[] = $type;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php55 * @param string $type
58 function is($type) { argument
60 return in_array($type, $this->value);
67 * @param string $type
70 function add($type) { argument
72 $this->value[] = $type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1FaceAnnotationLandmark.php27 public $type; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1FaceAnnotationLandmark
46 public function setType($type) argument
48 $this->type = $type;
55 return $this->type;
H A DLandmark.php27 public $type; variable in Google\\Service\\Vision\\Landmark
46 public function setType($type) argument
48 $this->type = $type;
55 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DThirdPartyLinkSnippet.php27 public $type; variable in Google\\Service\\YouTube\\ThirdPartyLinkSnippet
46 public function setType($type) argument
48 $this->type = $type;
55 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup.php28 public $type; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup
47 public function setType($type) argument
49 $this->type = $type;
56 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DUserMentionMetadata.php25 public $type; variable in Google\\Service\\HangoutsChat\\UserMentionMetadata
32 public function setType($type) argument
34 $this->type = $type;
41 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DCondition.php28 public $type; variable in Google\\Service\\TagManager\\Condition
47 public function setType($type) argument
49 $this->type = $type;
56 return $this->type;

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