| /plugin/refnotes/ |
| D | action.php | 131 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) { argument 145 switch ($call->getName()) { 153 foreach ($this->paragraphReferences as $call) { [all …]
|
| /plugin/combo/ComboStrap/ |
| H A D | Call.php | 155 private $call; variable in ComboStrap\\Call 167 public function __construct(&$call, $key = "") argument 169 $this->call = &$call; 209 $call = [ 219 return new Call($call); 231 $call = [ 236 return new Call($call); 245 * @param Call $call 248 public static function createFromCall(Call $call): Call argument 250 return self::createFromInstruction($call->toCallArray()); [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| D | Xcallable.php | 82 * @param mixed $call First callable part. 85 public function __construct($call, $able = '') argument 87 if ($call instanceof \Closure) { 88 $this->_callback = $call; 101 if (is_string($call)) { 102 if (false === strpos($call, '::')) { 103 if (!function_exists($call)) { 107 $call 111 $this->_callback = $call; 116 list($call, $able) = explode('::', $call); [all …]
|
| /plugin/asciidocjs/node_modules/function-bind/test/ |
| D | index.js | 17 try { functionBind.call(nonFunctions[i]); } catch (ex) { 28 func: functionBind.call(function () { 29 args = Array.prototype.slice.call(arguments); 35 st.equal(context, getCurrentContext.call()); 42 func: functionBind.call(function () { 43 args = Array.prototype.slice.call(arguments); 49 st.equal(context, getCurrentContext.call()); 56 func: functionBind.call(function () { 57 args = Array.prototype.slice.call(arguments); 62 st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); [all …]
|
| /plugin/asciidocjs/node_modules/call-bind/ |
| D | CHANGELOG.md | 8 ## [v1.0.2](https://github.com/ljharb/call-bind/compare/v1.0.1...v1.0.2) - 2021-01-11 12 …de the receiver in the bound length [`dbae7bc`](https://github.com/ljharb/call-bind/commit/dbae7bc… 14 ## [v1.0.1](https://github.com/ljharb/call-bind/compare/v1.0.0...v1.0.1) - 2021-01-08 18 - [Tests] migrate tests to Github Actions [`b6db284`](https://github.com/ljharb/call-bind/commit/b6… 19 - [meta] do not publish github action workflow files [`ec7fe46`](https://github.com/ljharb/call-bin… 20 …nal function’s length when possible [`adbceaa`](https://github.com/ljharb/call-bind/commit/adbceaa… 21 - [Tests] gather coverage data on every job [`d69e23c`](https://github.com/ljharb/call-bind/commit/… 22 …jharb/eslint-config`, `aud`, `tape` [`2fd3586`](https://github.com/ljharb/call-bind/commit/2fd3586… 23 - [Deps] update `get-intrinsic` [`f23e931`](https://github.com/ljharb/call-bind/commit/f23e9318cc27… 24 - [Deps] update `get-intrinsic` [`72d9f44`](https://github.com/ljharb/call-bind/commit/72d9f44e1844… [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
| D | FirewallPolicies.php | 69 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); 175 return $this->call('getAssociation', [$params], FirewallPolicyAssociation::class); 191 return $this->call('getIamPolicy', [$params], Policy::class); 208 return $this->call('getRule', [$params], FirewallPolicyRule::class); 236 return $this->call('insert', [$params], Operation::class); 290 return $this->call('list', [$params], FirewallPolicyList::class); [all …]
|
| D | Instances.php | 91 return $this->call('addAccessConfig', [$params], Operation::class); 120 return $this->call('addResourcePolicies', [$params], Operation::class); 183 return $this->call('aggregatedList', [$params], InstanceAggregatedList::class); 216 return $this->call('attachDisk', [$params], Operation::class); 243 return $this->call('bulkInsert', [$params], Operation::class); 270 return $this->call('delete', [$params], Operation::class); 299 return $this->call('deleteAccessConfig', [$params], Operation::class); 327 return $this->call('detachDisk', [$params], Operation::class); 343 return $this->call('get', [$params], Instance::class); 361 …return $this->call('getEffectiveFirewalls', [$params], InstancesGetEffectiveFirewallsResponse::cla… [all …]
|
| D | NetworkFirewallPolicies.php | 69 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); 187 return $this->call('getAssociation', [$params], FirewallPolicyAssociation::class); 204 return $this->call('getIamPolicy', [$params], Policy::class); 222 return $this->call('getRule', [$params], FirewallPolicyRule::class); 248 return $this->call('insert', [$params], Operation::class); 302 return $this->call('list', [$params], FirewallPolicyList::class); [all …]
|
| D | Projects.php | 65 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); 229 return $this->call('getXpnResources', [$params], ProjectsGetXpnResources::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); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/ |
| D | ProjectsLocationsInstances.php | 71 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); 142 return $this->call('getInstanceHealth', [$params], GetInstanceHealthResponse::class); 159 return $this->call('isUpgradeable', [$params], IsInstanceUpgradeableResponse::class); 178 return $this->call('list', [$params], ListInstancesResponse::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); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/ |
| D | Enterprises.php | 55 return $this->call('acknowledgeNotificationSet', [$params]); 74 return $this->call('completeSignup', [$params], Enterprise::class); 91 return $this->call('createWebToken', [$params], AdministratorWebToken::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); 232 return $this->call('pullNotificationSet', [$params], NotificationSet::class); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/ |
| D | Instances.php | 60 return $this->call('addServerCa', [$params], Operation::class); 78 return $this->call('clone', [$params], Operation::class); 94 return $this->call('delete', [$params], Operation::class); 110 return $this->call('demoteMaster', [$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); 224 return $this->call('list', [$params], InstancesListResponse::class); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/Resource/ |
| D | ProjectsLocationsRegistrations.php | 65 return $this->call('configureContactSettings', [$params], Operation::class); 81 return $this->call('configureDnsSettings', [$params], Operation::class); 98 return $this->call('configureManagementSettings', [$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); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
| D | OrganizationsEnvironments.php | 59 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); 119 return $this->call('getDeployedConfig', [$params], GoogleCloudApigeeV1EnvironmentConfig::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); 223 … return $this->call('testIamPermissions', [$params], GoogleIamV1TestIamPermissionsResponse::class); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/ |
| D | ProjectsLocationsDatasetsFhirStoresFhir.php | 89 return $this->call('Patient-everything', [$params], HttpBody::class); 108 return $this->call('Resource-purge', [$params], HealthcareEmpty::class); 147 return $this->call('Resource-validate', [$params], HttpBody::class); 173 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); [all …]
|
| D | ProjectsLocationsDatasetsDicomStores.php | 58 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); 220 return $this->call('list', [$params], ListDicomStoresResponse::class); 240 return $this->call('patch', [$params], DicomStore::class); 266 return $this->call('searchForInstances', [$params], HttpBody::class); [all …]
|
| /plugin/components/lib/ |
| D | ajax_manager.php | 31 * @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/IdentityToolkit/Resource/ |
| D | Relyingparty.php | 80 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); 146 return $this->call('getOobConfirmationCode', [$params], GetOobConfirmationCodeResponse::class); 162 …return $this->call('getProjectConfig', [$params], IdentitytoolkitRelyingpartyGetProjectConfigRespo… 174 …return $this->call('getPublicKeys', [$params], IdentitytoolkitRelyingpartyGetPublicKeysResponse::c… 186 return $this->call('getRecaptchaParam', [$params], GetRecaptchaParamResponse::class); 199 return $this->call('resetPassword', [$params], ResetPasswordResponse::class); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/ |
| D | ProjectsLocationsClusters.php | 63 return $this->call('completeIpRotation', [$params], Operation::class); 85 return $this->call('create', [$params], Operation::class); 114 return $this->call('delete', [$params], Operation::class); 139 return $this->call('get', [$params], Cluster::class); 155 return $this->call('getJwks', [$params], GetJSONWebKeysResponse::class); 180 return $this->call('list', [$params], ListClustersResponse::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); [all …]
|
| /plugin/asciidocjs/node_modules/babel-runtime/helpers/ |
| D | possibleConstructorReturn.js | 11 exports.default = function (self, call) { argument 16 …return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "obj…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ |
| D | ProjectsLocationsManagedidentitiesGlobalDomains.php | 60 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); 170 return $this->call('getLdapssettings', [$params], LDAPSSettings::class); 199 return $this->call('list', [$params], ListDomainsResponse::class); 219 return $this->call('patch', [$params], Operation::class); 235 return $this->call('reconfigureTrust', [$params], Operation::class); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/Resource/ |
| D | ProjectsLocationsMigrationJobs.php | 67 return $this->call('create', [$params], Operation::class); 89 return $this->call('delete', [$params], Operation::class); 105 return $this->call('generateSshScript', [$params], SshScript::class); 118 return $this->call('get', [$params], MigrationJob::class); 147 return $this->call('getIamPolicy', [$params], Policy::class); 183 return $this->call('list', [$params], ListMigrationJobsResponse::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); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/ |
| D | ProjectsSubscriptions.php | 65 return $this->call('acknowledge', [$params], PubsubEmpty::class); 92 return $this->call('create', [$params], Subscription::class); 110 return $this->call('delete', [$params], PubsubEmpty::class); 127 return $this->call('detach', [$params], DetachSubscriptionResponse::class); 141 return $this->call('get', [$params], Subscription::class); 170 return $this->call('getIamPolicy', [$params], Policy::class); 190 return $this->call('list', [$params], ListSubscriptionsResponse::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); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/Resource/ |
| D | People.php | 58 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); 281 return $this->call('listDirectoryPeople', [$params], ListDirectoryPeopleResponse::class); 317 return $this->call('searchContacts', [$params], SearchResponse::class); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
| D | Orders.php | 84 return $this->call('acknowledge', [$params], OrdersAcknowledgeResponse::class); 100 return $this->call('advancetestorder', [$params], OrdersAdvanceTestOrderResponse::class); 116 return $this->call('cancel', [$params], OrdersCancelResponse::class); 132 return $this->call('cancellineitem', [$params], OrdersCancelLineItemResponse::class); 149 …return $this->call('canceltestorderbycustomer', [$params], OrdersCancelTestOrderByCustomerResponse… 176 return $this->call('captureOrder', [$params], CaptureOrderResponse::class); 191 return $this->call('createtestorder', [$params], OrdersCreateTestOrderResponse::class); 207 return $this->call('createtestreturn', [$params], OrdersCreateTestReturnResponse::class); 222 return $this->call('get', [$params], Order::class); 237 … return $this->call('getbymerchantorderid', [$params], OrdersGetByMerchantOrderIdResponse::class); [all …]
|