Home
last modified time | relevance | path

Searched refs:Operations (Results 26 – 47 of 47) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DOperations.php31 class Operations extends \Google\Service\Resource class
72 class_alias(Operations::class, 'Google_Service_SQLAdmin_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/Resource/
H A DOperations.php33 class Operations extends \Google\Service\Resource class
116 class_alias(Operations::class, 'Google_Service_ServiceConsumerManagement_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/
H A DOperations.php31 class Operations extends \Google\Service\Resource class
81 class_alias(Operations::class, 'Google_Service_ServiceManagement_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DOperations.php33 class Operations extends \Google\Service\Resource class
116 class_alias(Operations::class, 'Google_Service_ServiceNetworking_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/Resource/
H A DOperations.php33 class Operations extends \Google\Service\Resource class
116 class_alias(Operations::class, 'Google_Service_ServiceUsage_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/Resource/
H A DOperations.php31 class Operations extends \Google\Service\Resource class
76 class_alias(Operations::class, 'Google_Service_Speech_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DOperations.php33 class Operations extends \Google\Service\Resource class
116 class_alias(Operations::class, 'Google_Service_Vault_Resource_Operations');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/Resource/
H A DOperations.php33 class Operations extends \Google\Service\Resource class
116 class_alias(Operations::class, 'Google_Service_Vision_Resource_Operations');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md1096 Commands are now called Operations
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …ss(cm.display.wrapper, cm.display.scrollbars.addClass); }\n }\n\n // Operations are used to wrap…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …ge.compareRangesUsingEnds(a.range, b.range));\n });\n // Operations can not overlap!…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doperations.asciidoc2 == Operations section
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DLICENSE1 Resource Operations
H A DREADME.md1 # Resource Operations
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2219 16.2.4: Operations
/plugin/pureldap/classes/
H A DADClient.php10 use FreeDSx\Ldap\Operations;
58 $entries = $this->ldap->search(Operations::search($filter, ...$attributes));
123 $search = Operations::search($filter, 'cn');
194 $search = Operations::search($filter, ...$attributes);
11 use FreeDSx\Ldap\Operations; global() alias
H A DGroupHierarchyCache.php8 use FreeDSx\Ldap\Operations; alias
74 $search = Operations::search($filter, 'memberOf', 'cn');
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md22 * [Operations](/docs/Client/Operations.md)
43 use FreeDSx\Ldap\Operations;
67 $search = Operations::search($filter, 'cn');
82 # CRUD Operations:
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php94 return $this->sendAndReceive(Operations::bind($username, $password)->setVersion($this->options['version']));
109 return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options['version']));
125 $response = $this->sendAndReceive(Operations::compare($dn, $attributeName, $value), ...$controls)->getResponse();
140 $response = $this->sendAndReceive(Operations::add($entry), ...$controls);
178 $entryObj = $this->search(Operations::read($entry, ...$attributes), ...$controls)->first();
199 return $this->sendAndReceive(Operations::delete($entry), ...$controls);
212 $response = $this->sendAndReceive(Operations::modify($entry->getDn(), ...$entry->changes()), ...$controls);
228 return $this->sendAndReceive(Operations::move($dn, $newParentDn));
242 return $this->sendAndReceive(Operations::rename($dn, $newRdn, $deleteOldRdn));
343 $this->send(Operations
[all...]
H A DOperations.php44 class Operations
42 class Operations global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php27 use FreeDSx\Ldap\Operations;
115 $message = $this->send(Operations::read('', ...self::ROOTDSE_ATTRIBUTES));
22 use FreeDSx\Ldap\Operations; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php25 use FreeDSx\Ldap\Operations;
166 $saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getResponse());
19 use FreeDSx\Ldap\Operations; global() alias

12