Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 2756) sorted by relevance

12345678910>>...111

/plugin/refnotes/
H A Daction.php131 foreach ($this->calls as $call) {
132 $this->markHiddenReferences($call);
133 $this->markReferenceGroups($call);
134 $this->markScopeLimits($call);
135 $this->extractStyles($call);
136 $this->extractMappings($call);
137 $this->collectIncludedPages($call);
144 private function markHiddenReferences($call) {
145 switch ($call->getName()) {
153 foreach ($this->paragraphReferences as $call) {
130 markHiddenReferences($call) global() argument
175 markReferenceGroups($call) global() argument
219 markScopeLimits($call) global() argument
236 extractStyles($call) global() argument
248 extractMappings($call) global() argument
300 styleNamespaces($call) global() argument
309 setNamespaceMappings($call) global() argument
318 addReferences($call) global() argument
333 rewriteReferences($call) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DCall.php23 * A wrapper around what's called a call
146 const CANONICAL = "call";
149 private $call; variable in ComboStrap\\Call
159 * @param $call - the instruction array (ie called a call)
161 public function __construct(&$call, $key = "") argument
163 $this->call = &$call;
177 * @return Call - a call
203 $call
242 createFromCall(Call $call) global() argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php87 if ($call instanceof \Closure) {
88 $this->_callback = $call;
101 if (is_string($call)) {
107 $call
111 $this->_callback = $call;
116 list($call, $able) = explode('::', $call);
117 } elseif (is_object($call)) {
129 } elseif (is_array($call) && isset($call[0])) {
130 if (!isset($call[1])) {
134 return $this->__construct($call[0], $call[1]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DFirewallPolicies.php69 return $this->call('addAssociation', [$params], Operation::class);
94 return $this->call('addRule', [$params], Operation::class);
120 return $this->call('cloneRules', [$params], Operation::class);
144 return $this->call('delete', [$params], Operation::class);
157 return $this->call('get', [$params], FirewallPolicy::class);
191 return $this->call('getIamPolicy', [$params], Policy::class);
236 return $this->call('insert', [$params], Operation::class);
331 return $this->call('move', [$params], Operation::class);
357 return $this->call('patch', [$params], Operation::class);
383 return $this->call('patchRule', [$params], Operation::class);
[all …]
H A DInstances.php270 return $this->call('delete', [$params], Operation::class);
343 return $this->call('get', [$params], Instance::class);
501 return $this->call('insert', [$params], Operation::class);
556 return $this->call('list', [$params], InstanceList::class);
672 return $this->call('reset', [$params], Operation::class);
699 return $this->call('resume', [$params], Operation::class);
714 return $this->call('sendDiagnosticInterrupt', [$params]);
1049 return $this->call('setTags', [$params], Operation::class);
1092 return $this->call('start', [$params], Operation::class);
1151 return $this->call('stop', [$params], Operation::class);
[all …]
H A DNetworkFirewallPolicies.php69 return $this->call('addAssociation', [$params], Operation::class);
101 return $this->call('addRule', [$params], Operation::class);
129 return $this->call('cloneRules', [$params], Operation::class);
154 return $this->call('delete', [$params], Operation::class);
168 return $this->call('get', [$params], FirewallPolicy::class);
204 return $this->call('getIamPolicy', [$params], Policy::class);
248 return $this->call('insert', [$params], Operation::class);
329 return $this->call('patch', [$params], Operation::class);
356 return $this->call('patchRule', [$params], Operation::class);
411 return $this->call('removeRule', [$params], Operation::class);
[all …]
H A DProjects.php65 return $this->call('disableXpnHost', [$params], Operation::class);
91 return $this->call('disableXpnResource', [$params], Operation::class);
115 return $this->call('enableXpnHost', [$params], Operation::class);
142 return $this->call('enableXpnResource', [$params], Operation::class);
161 return $this->call('get', [$params], Project::class);
175 return $this->call('getXpnHost', [$params], Project::class);
284 return $this->call('listXpnHosts', [$params], XpnHostList::class);
309 return $this->call('moveDisk', [$params], Operation::class);
339 return $this->call('moveInstance', [$params], Operation::class);
392 return $this->call('setDefaultNetworkTier', [$params], Operation::class);
[all …]
H A DInstanceGroupManagers.php85 return $this->call('abandonInstances', [$params], Operation::class);
199 return $this->call('createInstances', [$params], Operation::class);
230 return $this->call('delete', [$params], Operation::class);
268 return $this->call('deleteInstances', [$params], Operation::class);
305 return $this->call('get', [$params], InstanceGroupManager::class);
339 return $this->call('insert', [$params], Operation::class);
395 return $this->call('list', [$params], InstanceGroupManagerList::class);
614 return $this->call('patch', [$params], Operation::class);
683 return $this->call('recreateInstances', [$params], Operation::class);
728 return $this->call('resize', [$params], Operation::class);
[all …]
H A DRegionNetworkFirewallPolicies.php70 return $this->call('addAssociation', [$params], Operation::class);
104 return $this->call('addRule', [$params], Operation::class);
133 return $this->call('cloneRules', [$params], Operation::class);
160 return $this->call('delete', [$params], Operation::class);
176 return $this->call('get', [$params], FirewallPolicy::class);
230 return $this->call('getIamPolicy', [$params], Policy::class);
277 return $this->call('insert', [$params], Operation::class);
361 return $this->call('patch', [$params], Operation::class);
390 return $this->call('patchRule', [$params], Operation::class);
447 return $this->call('removeRule', [$params], Operation::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsInstances.php71 return $this->call('create', [$params], Operation::class);
85 return $this->call('delete', [$params], Operation::class);
99 return $this->call('get', [$params], Instance::class);
128 return $this->call('getIamPolicy', [$params], Policy::class);
196 return $this->call('register', [$params], Operation::class);
213 return $this->call('report', [$params], Operation::class);
228 return $this->call('reset', [$params], Operation::class);
243 return $this->call('rollback', [$params], Operation::class);
322 return $this->call('start', [$params], Operation::class);
337 return $this->call('stop', [$params], Operation::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DEnterprises.php55 return $this->call('acknowledgeNotificationSet', [$params]);
74 return $this->call('completeSignup', [$params], Enterprise::class);
106 return $this->call('enroll', [$params], Enterprise::class);
127 return $this->call('generateSignupUrl', [$params], SignupInfo::class);
140 return $this->call('get', [$params], Enterprise::class);
166 return $this->call('getServiceAccount', [$params], ServiceAccount::class);
181 return $this->call('getStoreLayout', [$params], StoreLayout::class);
199 return $this->call('list', [$params], EnterprisesListResponse::class);
262 return $this->call('setAccount', [$params], EnterpriseAccount::class);
282 return $this->call('setStoreLayout', [$params], StoreLayout::class);
[all …]
/plugin/components/lib/
H A Dajax_manager.php31 * @param string $call the name fo the AJAX call;
34 public function call($call) { argument
35 $components = explode('.', $call);
38 $call = implode('.', $components);
40 $this->load($path, $call);
42 if ($handler->name() == $call) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
H A DProjectsLocationsDatasetsFhirStoresFhir.php173 return $this->call('capabilities', [$params], HttpBody::class);
207 return $this->call('create', [$params], HttpBody::class);
230 return $this->call('delete', [$params], HttpBody::class);
271 return $this->call('executeBundle', [$params], HttpBody::class);
317 return $this->call('history', [$params], HttpBody::class);
346 return $this->call('patch', [$params], HttpBody::class);
375 return $this->call('read', [$params], HttpBody::class);
435 return $this->call('search', [$params], HttpBody::class);
500 return $this->call('search-type', [$params], HttpBody::class);
535 return $this->call('update', [$params], HttpBody::class);
[all …]
H A DProjectsLocationsDatasetsDicomStores.php58 return $this->call('create', [$params], DicomStore::class);
82 return $this->call('deidentify', [$params], Operation::class);
96 return $this->call('delete', [$params], HealthcareEmpty::class);
116 return $this->call('export', [$params], Operation::class);
129 return $this->call('get', [$params], DicomStore::class);
158 return $this->call('getIamPolicy', [$params], Policy::class);
178 return $this->call('import', [$params], Operation::class);
240 return $this->call('patch', [$params], DicomStore::class);
291 return $this->call('searchForSeries', [$params], HttpBody::class);
334 return $this->call('setIamPolicy', [$params], Policy::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironments.php59 return $this->call('create', [$params], GoogleLongrunningOperation::class);
73 return $this->call('delete', [$params], GoogleLongrunningOperation::class);
87 return $this->call('get', [$params], GoogleCloudApigeeV1Environment::class);
103 return $this->call('getDebugmask', [$params], GoogleCloudApigeeV1DebugMask::class);
151 return $this->call('getIamPolicy', [$params], GoogleIamV1Policy::class);
167 return $this->call('getTraceConfig', [$params], GoogleCloudApigeeV1TraceConfig::class);
188 return $this->call('setIamPolicy', [$params], GoogleIamV1Policy::class);
204 return $this->call('subscribe', [$params], GoogleCloudApigeeV1Subscription::class);
239 return $this->call('unsubscribe', [$params], GoogleProtobufEmpty::class);
259 return $this->call('update', [$params], GoogleCloudApigeeV1Environment::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/Resource/
H A DProjectsLocationsRegistrations.php65 return $this->call('configureContactSettings', [$params], Operation::class);
81 return $this->call('configureDnsSettings', [$params], Operation::class);
123 return $this->call('delete', [$params], Operation::class);
144 return $this->call('export', [$params], Operation::class);
158 return $this->call('get', [$params], Registration::class);
187 return $this->call('getIamPolicy', [$params], Policy::class);
218 return $this->call('list', [$params], ListRegistrationsResponse::class);
241 return $this->call('patch', [$params], Operation::class);
264 return $this->call('register', [$params], Operation::class);
377 return $this->call('setIamPolicy', [$params], Policy::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DInstances.php60 return $this->call('addServerCa', [$params], Operation::class);
78 return $this->call('clone', [$params], Operation::class);
94 return $this->call('delete', [$params], Operation::class);
128 return $this->call('export', [$params], Operation::class);
150 return $this->call('failover', [$params], Operation::class);
166 return $this->call('get', [$params], DatabaseInstance::class);
183 return $this->call('import', [$params], Operation::class);
198 return $this->call('insert', [$params], Operation::class);
260 return $this->call('patch', [$params], Operation::class);
308 return $this->call('restart', [$params], Operation::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/Resource/
H A DRelyingparty.php80 return $this->call('createAuthUri', [$params], CreateAuthUriResponse::class);
93 return $this->call('deleteAccount', [$params], DeleteAccountResponse::class);
106 return $this->call('downloadAccount', [$params], DownloadAccountResponse::class);
119 return $this->call('emailLinkSignin', [$params], EmailLinkSigninResponse::class);
132 return $this->call('getAccountInfo', [$params], GetAccountInfoResponse::class);
199 return $this->call('resetPassword', [$params], ResetPasswordResponse::class);
225 return $this->call('setAccountInfo', [$params], SetAccountInfoResponse::class);
264 return $this->call('signupNewUser', [$params], SignupNewUserResponse::class);
277 return $this->call('uploadAccount', [$params], UploadAccountResponse::class);
290 return $this->call('verifyAssertion', [$params], VerifyAssertionResponse::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsLocationsClusters.php85 return $this->call('create', [$params], Operation::class);
114 return $this->call('delete', [$params], Operation::class);
139 return $this->call('get', [$params], Cluster::class);
195 return $this->call('setAddons', [$params], Operation::class);
211 return $this->call('setLegacyAbac', [$params], Operation::class);
229 return $this->call('setLocations', [$params], Operation::class);
244 return $this->call('setLogging', [$params], Operation::class);
277 return $this->call('setMasterAuth', [$params], Operation::class);
292 return $this->call('setMonitoring', [$params], Operation::class);
353 return $this->call('update', [$params], Operation::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/
H A DProjectsLocationsManagedidentitiesGlobalDomains.php60 return $this->call('attachTrust', [$params], Operation::class);
83 return $this->call('create', [$params], Operation::class);
97 return $this->call('delete', [$params], Operation::class);
113 return $this->call('detachTrust', [$params], Operation::class);
127 return $this->call('get', [$params], Domain::class);
156 return $this->call('getIamPolicy', [$params], Policy::class);
199 return $this->call('list', [$params], ListDomainsResponse::class);
219 return $this->call('patch', [$params], Operation::class);
266 return $this->call('restore', [$params], Operation::class);
284 return $this->call('setIamPolicy', [$params], Policy::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/Resource/
H A DProjectsLocationsMigrationJobs.php67 return $this->call('create', [$params], Operation::class);
89 return $this->call('delete', [$params], Operation::class);
118 return $this->call('get', [$params], MigrationJob::class);
147 return $this->call('getIamPolicy', [$params], Policy::class);
207 return $this->call('patch', [$params], Operation::class);
223 return $this->call('promote', [$params], Operation::class);
239 return $this->call('restart', [$params], Operation::class);
254 return $this->call('resume', [$params], Operation::class);
286 return $this->call('start', [$params], Operation::class);
300 return $this->call('stop', [$params], Operation::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSubscriptions.php65 return $this->call('acknowledge', [$params], PubsubEmpty::class);
92 return $this->call('create', [$params], Subscription::class);
110 return $this->call('delete', [$params], PubsubEmpty::class);
141 return $this->call('get', [$params], Subscription::class);
170 return $this->call('getIamPolicy', [$params], Policy::class);
210 return $this->call('modifyAckDeadline', [$params], PubsubEmpty::class);
230 return $this->call('modifyPushConfig', [$params], PubsubEmpty::class);
250 return $this->call('patch', [$params], Subscription::class);
267 return $this->call('pull', [$params], PullResponse::class);
287 return $this->call('seek', [$params], SeekResponse::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/Resource/
H A DPeople.php58 return $this->call('batchCreateContacts', [$params], BatchCreateContactsResponse::class);
73 return $this->call('batchDeleteContacts', [$params], PeopleEmpty::class);
89 return $this->call('batchUpdateContacts', [$params], BatchUpdateContactsResponse::class);
117 return $this->call('createContact', [$params], Person::class);
133 return $this->call('deleteContact', [$params], PeopleEmpty::class);
160 return $this->call('deleteContactPhoto', [$params], DeleteContactPhotoResponse::class);
194 return $this->call('get', [$params], Person::class);
230 return $this->call('getBatchGet', [$params], GetPeopleResponse::class);
317 return $this->call('searchContacts', [$params], SearchResponse::class);
402 return $this->call('updateContact', [$params], Person::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrders.php84 return $this->call('acknowledge', [$params], OrdersAcknowledgeResponse::class);
116 return $this->call('cancel', [$params], OrdersCancelResponse::class);
132 return $this->call('cancellineitem', [$params], OrdersCancelLineItemResponse::class);
176 return $this->call('captureOrder', [$params], CaptureOrderResponse::class);
191 return $this->call('createtestorder', [$params], OrdersCreateTestOrderResponse::class);
222 return $this->call('get', [$params], Order::class);
315 return $this->call('list', [$params], OrdersListResponse::class);
331 return $this->call('refunditem', [$params], OrdersRefundItemResponse::class);
347 return $this->call('refundorder', [$params], OrdersRefundOrderResponse::class);
421 return $this->call('shiplineitems', [$params], OrdersShipLineItemsResponse::class);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DFiles.php67 return $this->call('copy', [$params], DriveFile::class);
101 return $this->call('create', [$params], DriveFile::class);
123 return $this->call('delete', [$params]);
138 return $this->call('emptyTrash', [$params]);
154 return $this->call('export', [$params]);
174 return $this->call('generateIds', [$params], GeneratedIds::class);
196 return $this->call('get', [$params], DriveFile::class);
247 return $this->call('list', [$params], FileList::class);
283 return $this->call('update', [$params], DriveFile::class);
308 return $this->call('watch', [$params], Channel::class);

12345678910>>...111