Home
last modified time | relevance | path

Searched refs:type (Results 326 – 350 of 4303) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php94 * @param AbstractType $type
100 public static function fromAsn1(AbstractType $type)
102 $type = $type instanceof IncompleteType ? (new LdapEncoder())->complete($type, AbstractType::TAG_TYPE_SEQUENCE) : $type;
103 if (!($type instanceof SequenceType && count($type) === 1)) {
106 $child = $type->getChild(0);
92 fromAsn1(AbstractType $type) global() argument
H A DPresentFilter.php59 * @param AbstractType $type
64 public static function fromAsn1(AbstractType $type)
66 $type = $type instanceof IncompleteType ? (new LdapEncoder())->complete($type, AbstractType::TAG_TYPE_OCTET_STRING) : $type;
67 if (!($type instanceof OctetStringType)) {
71 return new self($type->getValue());
58 fromAsn1(AbstractType $type) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudBillingBudget.php75 'type' => 'string',
85 'type' => 'string',
95 'type' => 'string',
105 'type' => 'string',
110 'type' => 'integer',
114 'type' => 'string',
123 'type' => 'string',
128 'type' => 'string',
H A DKgsearch.php69 'type' => 'string',
74 'type' => 'boolean',
78 'type' => 'string',
83 'type' => 'integer',
87 'type' => 'boolean',
91 'type' => 'string',
95 'type' => 'string',
H A DPagespeedInsights.php74 'type' => 'string',
79 'type' => 'string',
83 'type' => 'string',
88 'type' => 'string',
92 'type' => 'string',
96 'type' => 'string',
100 'type' => 'string',
H A DGamesManagement.php76 'type' => 'string',
94 'type' => 'string',
118 'type' => 'string',
123 'type' => 'integer',
127 'type' => 'string',
146 'type' => 'string',
164 'type' => 'string',
188 'type' => 'string',
193 'type' => 'string',
203 'type' => 'string',
[all …]
H A DTesting.php91 'type' => 'string',
96 'type' => 'string',
106 'type' => 'string',
111 'type' => 'string',
120 'type' => 'string',
125 'type' => 'string',
145 'type' => 'string',
150 'type' => 'string',
/plugin/aclauditor/
H A Dsyntax.php51 …if(isset($data['who']) && !empty($data['who'])) $renderer->doc .= '<input type="hidden" name="acla…
52 …if(isset($data['what']) && !empty($data['what'])) $renderer->doc .= '<input type="hidden" name="ac…
53 …$renderer->doc .= '<input type="submit" name="aclaudit_test'.((isset($data['who']) && isset($data[…
58 …$renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load_filename" value="'.$data['sce…
59 $renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load" value="1" />';
60 …$renderer->doc .= '<input type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('run'…
61 }else $renderer->doc .= '<input type="submit" name="" value="'.$this->getLang('run').'" />';
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php38 * @param string $type
42 private function isFqsen($type) argument
44 return strpos($type, self::OPERATOR_NAMESPACE) === 0;
51 * @param string $type
57 private function resolvePartialStructuralElementName($type, Context $context) argument
59 $typeParts = explode(self::OPERATOR_NAMESPACE, $type, 2);
70 return new Fqsen(self::OPERATOR_NAMESPACE . $namespace . $type);
/plugin/judge/
H A Dscript.js18 function resultRefresh(problem_name, type, user) { argument
19 if (user === "null" && type === "test-case") {
42 type: type
54 var type; variable
60 function submitKey(problem_name, user, language, type, runtime, path) { argument
67 window["type"] = type;
79 if (type === "test-case" && !document.getElementById("code-file-" + problem_name).value) {
86 if (type === "test-case") {
137 type: type,
199 type: type,
[all …]
/plugin/vcard/
H A Dvcard.php76 function setPhoneNumber($number, $type="") { argument
79 if ($type!="") $key .= ";".$type;
85 function setPhoto($type, $photo) { // $type = "GIF" | "JPEG" argument
86 $this->properties["PHOTO;TYPE=$type;ENCODING=BASE64"] = base64_encode($photo);
103 …ce="", $extended="", $street="", $city="", $region="", $zip="", $country="", $type="HOME;POSTAL") { argument
106 if ($type!="") $key.= ";$type";
110 if ($this->properties["LABEL;$type;ENCODING=UTF-8"] == "") {
115 …ce="", $extended="", $street="", $city="", $region="", $zip="", $country="", $type="HOME;POSTAL") { argument
125 $this->properties["LABEL;$type;ENCODING=UTF-8"] = quoted_printable_encode($label);
140 function setURL($url, $type="") { argument
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php39 private $type; variable in FINDOLOGIC\\Export\\Data\\Image
45 public function __construct($url, $type = self::TYPE_DEFAULT, $usergroup = '') argument
48 $this->type = $type;
65 return $this->type;
83 if ($this->type) {
84 $imageElem->setAttribute('type', $this->type);
/plugin/gtime/gtlib/asn1/cms/
H A DCMSAttribute.php46 private $type; variable in CMSAttribute
74 $type = $object->getObjectAt(0);
76 if (!$type instanceof ASN1ObjectId) {
80 $this->type = $type->getValue();
116 $sequence->add(new ASN1ObjectId($this->type));
128 return $this->type;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php54 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');
60 $key = $type::savePublicKey($this->prime, $this->base, $this->publicKey);
68 * @param string $type
72 public function toString($type, array $options = []) argument
74 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');
80 …return $type::savePrivateKey($this->prime, $this->base, $this->privateKey, $this->publicKey, $this…
/plugin/yourip/
H A Dsyntax.php56 $type=false;
58 $type='ipv6';
60 $type='ipv4';
65 $text="\n<div id='yourip' class='$type'>";
66 if($type=='ipv6') {
83 $text="<p id='yourip' class='$type'>";
84 if($type=='ipv6')
94 $text = "<p id='yourip' class='$type'>";
/plugin/mantis/lib/
H A Dclass.nusoap_base.php459 if (isset($type) && isset($type_prefix)) {
460 $type_str = " xsi:type=\"$type_prefix:$type\"";
470 if($type != '' && isset($this->typemap[$this->XMLSchemaVersion][$type])){
473 if ($type == 'boolean') {
494 case (is_bool($val) || $type == 'boolean'):
496 if ($type == 'boolean') {
523 case (is_string($val) || $type == 'string'):
550 if(isset($type) && isset($type_prefix)){
562 case (is_array($val) || $type):
572 $tt = $v->type;
[all …]
/plugin/statistics/
H A Daction.php87 $type = 'D';
89 $type = 'E';
92 $type = 'C';
96 $hlp->Logger()->log_edit(cleanID($event->data[1] . ':' . $event->data[2]), $type);
112 $type = '';
115 $type = 'o';
118 $type = 'p';
120 $type = 'l';
123 $type = 'f';
125 if(!$type) retur
[all...]
/plugin/prosemirror/schema/
H A DMark.php14 /** @var string The type of this mark */
15 protected $type; variable in dokuwiki\\plugin\\prosemirror\\schema\\Mark
23 * @param string $type
25 public function __construct($type) argument
27 $this->type = $type;
55 * which is a value of any type other than a resource.
61 'type' => $this->type,
/plugin/bloglinks/
H A Daction.php115 'draft' => (isset($meta['type']) && $meta['type'] == 'draft'),
145 foreach(array('prev', 'next') as $type) {
146 if (isset ($relatedEntries[$type])) {
147 echo '<div class="plugin_bloglinks__'.$type.'">';
148 echo '<a href="' . wl($relatedEntries[$type]['id'], '') . '" class="wikilink1" rel="'.$type.'">' . $this->_linkTemplate($relatedEntries[$type], $type) . '</a>';
155 function _linkTemplate($entry, $type) {
149 _linkTemplate($entry, $type) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DHeadingTag.php16 * The type of the heading tag
23 * The type of the title tag
165 LogUtility::msg("The heading type ($headingType) is unknown");
251 $type = $tagAttributes->getType();
256 if ($type === "0") {
258 $type = 'h' . self::DEFAULT_LEVEL_OUTLINE_CONTEXT;
260 $type = 'h' . self::DEFAULT_LEVEL_TITLE_CONTEXT;
278 if ($context !== self::TYPE_OUTLINE && $type === null) {
282 $type = "h$level";
284 if (in_array($type, sel
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DResourceRecordSets.php64 * @param string $type RRSet type.
71 public function delete($project, $location, $managedZone, $name, $type, $optParams = []) argument
73 …project, 'location' => $location, 'managedZone' => $managedZone, 'name' => $name, 'type' => $type];
87 * @param string $type RRSet type.
95 public function get($project, $location, $managedZone, $name, $type, $optParams = []) argument
97 …project, 'location' => $location, 'managedZone' => $managedZone, 'name' => $name, 'type' => $type];
139 * @param string $type RRSet type.
148 …public function patch($project, $location, $managedZone, $name, $type, ResourceRecordSet $postBody… argument
150 … => $location, 'managedZone' => $managedZone, 'name' => $name, 'type' => $type, 'postBody' => $pos…
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php24 private string $type = AliasType::REDIRECT; variable in ComboStrap\\Meta\\Field\\Alias
63 return $this->type;
74 function setType(string $type): Alias argument
76 if (!in_array($type, AliasType::ALIAS_TYPE_VALUES)) {
78 LogUtility::msg("Bad Alias Type. The alias type value ($type) for the alias path ({$this->getPath()}) of the page ({$pageAnchor})");
81 $this->type = $type;
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock13 "type": "git",
18 "type": "zip",
23 "type": "library",
53 "type": "git",
58 "type": "zip",
73 "type": "library",
107 "type": "git",
112 "type": "zip",
117 "type": "library",
146 "type": "git",
[all …]
/plugin/linksuggest/
H A Dscript.js46 if (item.type === 'd') {
54 type: item.type,
64 let alt = item.type === 'd' ? 'ns' : 'page';
70 if (item.type === 'd') { //namespace
83 if (item.type === 'd') { //namespace
166 if (item.type === 'd') {
173 type: item.type,
183 let alt = item.type
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm55 <cfcatch type="any">
58 <cfthrow errorcode="202" type="fckeditor">
66 <cfcatch type="any">
69 <cfthrow errorcode="202" type="fckeditor">
76 <cfcatch type="any">
79 <cfthrow errorcode="202" type="fckeditor">
105 <cfcatch type="any">
114 <cfcatch type="fckeditor">
118 <cfcatch type="any">
171 else if( not compareNoCase( qDir.type[i], "FILE" ) )
[all …]

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