Home
last modified time | relevance | path

Searched refs:call (Results 1701 – 1725 of 3012) sorted by relevance

1...<<61626364656667686970>>...121

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DCustomers.php47 return $this->call('list', [$params], CustomerListCustomersResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/Resource/
H A DDivisions.php49 return $this->call('search', [$params], DivisionSearchResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExperienceReport/Resource/
H A DViolatingSites.php43 return $this->call('list', [$params], ViolatingSitesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/Resource/
H A DCaseClassifications.php53 return $this->call('search', [$params], SearchCaseClassificationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/Resource/
H A DStatements.php95 return $this->call('list', [$params], ListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DMonitoredResourceDescriptors.php51 return $this->call('list', [$params], ListMonitoredResourceDescriptorsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DPersonalizedstream.php49 return $this->call('get', [$params], Discoveryclusters::class);
H A DVolumesMybooks.php54 return $this->call('list', [$params], VolumesModel::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/Resource/
H A DClaims.php63 …return $this->call('search', [$params], GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSe…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/Resource/
H A DVoices.php50 return $this->call('list', [$params], ListVoicesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/Resource/
H A DReportTypes.php56 return $this->call('list', [$params], ListReportTypesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DAchievementDefinitions.php51 return $this->call('list', [$params], AchievementDefinitionsListResponse::class);
H A DStats.php43 return $this->call('get', [$params], StatsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/Resource/
H A DThreatLists.php65 …return $this->call('computeDiff', [$params], GoogleCloudWebriskV1ComputeThreatListDiffResponse::cl…
H A DUris.php50 return $this->call('search', [$params], GoogleCloudWebriskV1SearchUrisResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Ideahub/Resource/
H A DIdeas.php60 return $this->call('list', [$params], GoogleSearchIdeahubV1alphaListIdeasResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/Resource/
H A DCse.php174 return $this->call('list', [$params], Search::class);
/plugin/fetchmedia/action/
H A Dajax.php33 $call = 'plugin_fetchmedia';
34 if (0 !== strpos($event->data, $call)) {
45 $action = substr($event->data, strlen($call)+1);
/plugin/farmsync/script/
H A Dresults.js54 call: 'plugin_farmsync',
88 call: 'plugin_farmsync',
175 call: 'plugin_farmsync',
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js51 return ar instanceof Array || objtos.call(ar) == "[object Array]";
70 args = Array.prototype.slice.call(arguments, 2),
263 var attrs = [].slice.call(arguments, 1);
265 eve.apply(null, [event, null].concat(attrs).concat([].slice.call(arguments, 0)));
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js5 …itch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[…
28call(n,mi),r=n[mi];try{n[mi]=T;var e=true}catch(n){}var u=ai.call(n);e&&(t?n[mi]=r:delete n[mi]),n…
31call(n,"__wrapped__"),f=o&&oi.call(t,"__wrapped__"),i||f)){n=i?n.value():n,t=f?t.value():t,u||(u=n…
37 …==n&&xi.call(f,a,1),xi.call(n,a,1);return n}function ur(n,t){for(var r=n?t.length:0,e=r-1;r--;){va…
57 …),t=se(f(n),f(t),e,u,i,o),o.delete(n),t);case"[object Symbol]":if(to)return to.call(n)==to.call(t)}
70 …t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0…
80call(t,n)?t[n]:T},Mn.prototype.has=function(n){var t=this.__data__;return Vi?t[n]!==T:oi.call(t,n)…
91 …unction(){return arguments}())?Ut:function(n){return yu(n)&&oi.call(n,"callee")&&!bi.call(n,"calle…
92call(t,r)&&ot(n,r,t[r])}),yf=$r(function(n,t){Cr(t,Bu(t),n)}),bf=$r(function(n,t,r,e){Cr(t,Bu(t),n…
93 …ng!="function"&&(t=ai.call(t)),n[t]=r},Tu($u)),Ef=Yr(function(n,t,r){null!=t&&typeof t.toString!="…
[all …]
/plugin/etherpadlite/action/
H A Detherpadlite.php90 $call = $event->data;
91 if(method_exists($this, "handle_ajax_$call")) {
96 $ret = $this->handle_ajax_inner($call);
105 private function handle_ajax_inner($call) { argument
187 $ret = $this->{"handle_ajax_$call"}();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc52 after the API call completes).
77 $doc = $future['_source']; // This call blocks and forces the future to resolve
112 you can call `wait()` on the future to force resolution, too:
140 forces futures to begin resolving (for example, initiate a `curl_multi` call).
244 // Resolve futures...blocks until network call completes
259 For example, if you resolve manually using `wait()`, you may need to call
/plugin/idcount/
H A Dscript.js23 call: 'idcount_generate'
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DAbout.php43 return $this->call('get', [$params], AboutModel::class);

1...<<61626364656667686970>>...121