Home
last modified time | relevance | path

Searched refs:getOptions (Results 76 – 100 of 116) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetIamPolicyRequest.php35 public function getOptions() function in Google\\Service\\Bigquery\\GetIamPolicyRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DType.php94 public function getOptions() function in Google\\Service\\Monitoring\\Type
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php294 public function getOptions() function in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Build
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php50 $request->setBaseDn($context->getOptions()['base_dn'] ?? null);
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->getResponse());
178 $context = $challenge->challenge($saslResponse->getSaslCredentials(), $request->getOptions());
H A DClientProtocolContext.php104 public function getOptions(): array
91 public function getOptions(): array global() function in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler\\ClientProtocolContext
/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/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php272 public function getOptions(): array
233 public function getOptions() : array global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php261 public function getOptions() : array
255 public function getOptions() : array global() function in FreeDSx\\Socket\\Socket
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php204 public function getOptions(): Options
253 return $nameMatches && ($this->getOptions()->toString(true) === $attribute->getOptions()->toString(true));
188 public function getOptions(): Options global() function in FreeDSx\\Ldap\\Entry\\Attribute
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php402 public function getOptions(): array
394 public function getOptions(): array global() function in FreeDSx\\Ldap\\LdapClient
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSaslBindRequest.php78 public function getOptions(): array
74 public function getOptions(): array global() function in FreeDSx\\Ldap\\Operation\\Request\\SaslBindRequest
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js616 …rator.prototype.setOptions=function(a){};sre.SpeechGenerator.prototype.getOptions=function(){};sre… method in sre.SpeechGenerator
680 …ind(function(b){return b.speechGenerator&&"speech"===b.speechGenerator.getOptions().modality}):nul…
1551 …is.options_.modality||"speech")};sre.AbstractSpeechGenerator.prototype.getOptions=function(){retur… method in sre.AbstractSpeechGenerator
1589 sre.AbstractWalker.prototype.nextRules=function(){var a=this.generator.getOptions();if("speech"!==a…
1591 …AbstractWalker.prototype.previousRules=function(){var a=this.generator.getOptions();if("speech"!==…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1 … formatOptions = FormatHelper._convertOptions(model.getOptions());\n …
H A D70.70.js1 …{lineNumber:t.endLineNumber,column:t.endColumn}),s=L._convertOptions(e.getOptions()),a=n.markers.f…
H A Dbundle.js.map1getOptions, commit, branch, merge, checkout, reset, prettyPrint, clear, getBranchesAsObjArray, get…
H A Dbundle.js185 …nction(){return f})),n.d(t,"setOptions",(function(){return p})),n.d(t,"getOptions",(function(){ret…
396getOptions(),t=this._editor.getSelections();let n=0;if(t){const e=this._editor.getModel();e&&t.for…
426getOptions(this,t)}};Ri=function(e,t,n,i){var r,o=arguments.length,s=o<3?t:null===i?i=Object.getOw…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js185 …nction(){return f})),n.d(t,"setOptions",(function(){return p})),n.d(t,"getOptions",(function(){ret…
396getOptions(),t=this._editor.getSelections();let n=0;if(t){const e=this._editor.getModel();e&&t.for…
426getOptions(this,t)}};Ri=function(e,t,n,i){var r,o=arguments.length,s=o<3?t:null===i?i=Object.getOw…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1getOptions","otherBranch","isReachableFrom","commitRef","ref","parentCount","prettyPrint","getBran…
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59getOptions())}obj=OpenLayers.Layer.Grid.prototype.clone.apply(this,[obj]);return obj},getURL:funct…
/plugin/ol3/
H A Dscript.js8 …this.rendered.transform_=u,r.transform=u,r.msTransform=u)},e.prototype.getOptions=function(){retur…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1186 public function getOptions() function in Symfony\\Component\\Process\\Process
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php85 … $options = array_replace($invoker->getOptions(), isset($arguments[1]) ? $arguments[1] : array());
H A DAsseticFilterInvoker.php48 public function getOptions() function in Assetic\\Extension\\Twig\\AsseticFilterInvoker

12345