Home
last modified time | relevance | path

Searched refs:getOptions (Results 1 – 25 of 149) sorted by relevance

123456

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php37 public function getOptions() function in Facebook\\WebDriver\\WebDriverSelect
45 foreach ($this->getOptions() as $option) {
60 foreach ($this->getOptions() as $option) {
71 foreach ($this->getOptions() as $option) {
120 foreach ($this->getOptions() as $option) {
165 foreach ($this->getOptions() as $option) {
176 foreach ($this->getOptions() as $option) {
/plugin/struct/_test/types/
H A DLookupTest.php173 $this->assertEquals($expect, $dropdown->getOptions());
186 $this->assertEquals($expect, $dropdown->getOptions());
205 $this->assertEquals($expect, $dropdown->getOptions());
224 $this->assertEquals($expect, $dropdown->getOptions());
247 $this->assertEquals($expect, $dropdown->getOptions());
265 $this->assertEquals($expect, $dropdown->getOptions());
/plugin/struct/types/
H A DCheckbox.php14 protected function getOptions() function in dokuwiki\\plugin\\struct\\types\\Checkbox
33 $options = $this->getOptions();
68 foreach ($this->getOptions() as $opt) {
H A DDropdown.php17 protected function getOptions() function in dokuwiki\\plugin\\struct\\types\\Dropdown
43 foreach ($this->getOptions() as $opt => $val) {
81 foreach ($this->getOptions() as $raw => $opt) {
/plugin/asciidocjs/node_modules/pug-load/
Dindex.js10 options = getOptions(options);
41 options = assign(getOptions(options), {
49 options = assign(getOptions(options), {
95 function getOptions(options) { function
/plugin/struct/_test/mock/
H A DLookup.php10 public function getOptions() function in dokuwiki\\plugin\\struct\\test\\mock\\Lookup
12 return parent::getOptions();
H A DDropdown.php10 public function getOptions() function in dokuwiki\\plugin\\struct\\test\\mock\\Dropdown
12 return parent::getOptions();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php77 foreach ($attribute->getOptions() as $option) {
135 $attrReq->getOptions()->set(Option::fromRange((string) $startAt, (string) $amount));
167 $attrResult->getOptions()->set(Option::fromRange('0'));
195 foreach ($attribute->getOptions() as $option) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DBooleanRequestWrapper.php43 $endpoint->getOptions()
46 $response = $transport->resultOrFuture($response, $endpoint->getOptions());
DAbstractNamespace.php63 $endpoint->getOptions()
66 return $this->transport->resultOrFuture($response, $endpoint->getOptions());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php204 public function getOptions(): Options function in FreeDSx\\Ldap\\Entry\\Attribute
253 …return $nameMatches && ($this->getOptions()->toString(true) === $attribute->getOptions()->toString…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php136 $mech = $this->sasl->select($availableMechs, $request->getOptions());
165 … $context = $challenge->challenge($saslResponse->getSaslCredentials(), $request->getOptions());
166 …$saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getRe…
178 … $context = $challenge->challenge($saslResponse->getSaslCredentials(), $request->getOptions());
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstate.js4 import {getOptions} from "./options"
15 this.options = options = getOptions(options)
/plugin/asciidocjs/node_modules/acorn/src/
Dstate.js4 import {getOptions} from "./options"
15 this.options = options = getOptions(options)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
DSearch.php162 $queryOptions = \array_diff_key($search->getOptions(), \array_flip(self::$HEADER_OPTIONS));
172 $header = $search->getOptions();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
DDeleteDocument.php19 return $action->getOptions([
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
DFetchVerificationOptionsResponse.php36 public function getOptions() function in Google\\Service\\MyBusinessVerifications\\FetchVerificationOptionsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\ContainerAnalysis\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\CloudResourceManager\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\BigtableAdmin\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\CloudIot\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\ServiceDirectory\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\SecurityCommandCenter\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\CloudTasks\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\Bigquery\\GetIamPolicyRequest

123456