Home
last modified time | relevance | path

Searched refs:execute (Results 126 – 150 of 390) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php146 $stmt->execute([$path]);
205 $stmt->execute($values);
266 $stmt->execute($values);
295 $stmt->execute([$principal['id']]);
317 $stmt->execute([$principal['id']]);
340 $stmt->execute(array_merge([$principal], $members));
356 $stmt->execute([$principalId]);
361 $stmt->execute([$principalId, $memberId]);
381 $stmt->execute([$path]);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php441 $stmt->execute([
H A Dmigrateto21.php134 $stmt->execute([$uid, $row['id']]);
H A Dmigrateto30.php160 $stmt1->execute([
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php63 $stmt->execute([$principalUri]);
138 $stmt->execute($updates);
182 $stmt->execute($values);
196 $stmt->execute([$addressBookId]);
199 $stmt->execute([$addressBookId]);
202 $stmt->execute([$addressBookId]);
228 $stmt->execute([$addressbookId]);
326 $stmt->execute([
371 $stmt->execute([
533 $stmt->execute([
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DPDO.php52 $stmt->execute([$username]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php153 Curl\Util::execute($ch, 5, false);
H A DSlackWebhookHandler.php112 Curl\Util::execute($ch);
H A DIFTTTHandler.php72 Curl\Util::execute($ch);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php885 public function execute(RequestInterface $request, $expectedClass = null) function in Google\\Client
917 return REST::execute(
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php170 $response = $this->client->execute($request);
314 $response = $this->client->execute($this->request, false);
H A DBatch.php79 public function execute() function in Google\\Http\\Batch
139 $response = $this->client->execute($request);
H A DREST.php48 public static function execute( function in Google\\Http\\REST
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DRemoteBuildExecution.php136 'execute' => [
137 'path' => 'v2/{+instanceName}/actions:execute',
H A DOSConfig.php437 ],'execute' => [
438 'path' => 'v1/{+parent}/patchJobs:execute',
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php136 public function execute() function in GuzzleHttp\\Handler\\CurlMultiHandler
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md40 Once composer is installed, execute the following command in your project root to install this libr…
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php238 return $this->client->execute($request, $expectedClass);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/Resource/
H A DProjectsPatchJobs.php60 public function execute($parent, ExecutePatchJobRequest $postBody, $optParams = []) function in Google\\Service\\OSConfig\\Resource\\ProjectsPatchJobs
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/
H A DActions.php87 …public function execute($instanceName, BuildBazelRemoteExecutionV2ExecuteRequest $postBody, $optPa… function in Google\\Service\\RemoteBuildExecution\\Resource\\Actions
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md741 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
1083 * Calling getResult() or getResponse() on a command will lazily execute the command if needed.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php42 public static function execute($ch, int $retries = 5, bool $closeAfterDone = true) function in Monolog\\Handler\\Curl\\Util
/plugin/structcondstyle/
H A Daction.php184 $result = $searchConfig->execute();
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php157 $struct_data = $search->execute();
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js41664 this.execute('shape.create', function(event) {
45991 if (handler.execute) {
45994 self._markDirty(handler.execute(context));
46591 this.execute('shape.delete', function(e) {
52387 function execute(ctx) { function
52434 this.execute = execute;
52538 this._commandStack.execute('lane.resize', {
52557 this._commandStack.execute('lane.split', {
52585 this._commandStack.execute('lane.updateRefs', {
52611 this._commandStack.execute('id.updateClaim', {
[all …]

12345678910>>...16