Home
last modified time | relevance | path

Searched refs:controlType (Results 1 – 7 of 7) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php30 * controlType LDAPOID,
71 protected $controlType;
84 * @param string $controlType argument
88 public function __construct(string $controlType, bool $criticality = false, $controlValue = null)
90 $this->controlType = $controlType;
101 $this->controlType = $oid;
111 return $this->controlType;
159 Asn1::octetString($this->controlType),
183 return $this->controlType;
67 protected $controlType; global() variable in FreeDSx\\Ldap\\Control\\Control
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1SwitchControl.php25 public $controlType; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1SwitchControl
44 public function setControlType($controlType) argument
46 $this->controlType = $controlType;
53 return $this->controlType;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExtendedDnControl.php92 $control->controlType = $oid;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php37 protected $controlType = Control::class; variable in Google\\Service\\ServiceConsumerManagement\\Service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php37 protected $controlType = Control::class; variable in Google\\Service\\ServiceNetworking\\Service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php37 protected $controlType = Control::class; variable in Google\\Service\\ServiceUsage\\GoogleApiService
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php37 protected $controlType = Control::class; variable in Google\\Service\\ServiceManagement\\Service