Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 4038) sorted by relevance

12345678910>>...162

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/Resource/
H A DProjectsLocationsInstances.php80 public function delete($name, $optParams = [])
99 public function export($name, ExportInstanceRequest $postBody, $optParams = [])
117 public function failover($name, FailoverInstanceRequest $postBody, $optParams = [])
132 public function get($name, $optParams = [])
149 public function getAuthString($name, $optParams = [])
170 public function import($name, ImportInstanceRequest $postBody, $optParams = [])
226 public function patch($name, Instance $postBody, $optParams = [])
243 …public function rescheduleMaintenance($name, RescheduleMaintenanceRequest $postBody, $optParams = …
260 public function upgrade($name, UpgradeInstanceRequest $postBody, $optParams = [])
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php91 public function addConstant($name, $value)
113 public function getConstant($name)
144 public function addFunction($name, $callable = null)
170 public function getFunction($name)
200 public function addVariable($name, callable $callable)
214 public function getVariable($name)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/Resource/
H A DProjectsReleases.php58 public function create($name, Release $postBody, $optParams = [])
72 public function delete($name, $optParams = [])
86 public function get($name, $optParams = [])
104 public function getExecutable($name, $optParams = [])
142 public function listProjectsReleases($name, $optParams = [])
159 public function patch($name, UpdateReleaseRequest $postBody, $optParams = [])
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php24 public $name; variable in Sabre\\VObject\\Component
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) {
216 function select($name) {
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php24 public $name; variable in Sabre\\VObject\\Component
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) {
216 function select($name) {
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php24 public $name; variable in Sabre\\VObject\\Component
50 function __construct(Document $root, $name, array $children = array(), $defaults = true) {
216 function select($name) {
374 function __get($name) {
394 function __isset($name) {
414 function __set($name, $value) {
444 function __unset($name) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/Resource/
H A DProjectsServiceAccounts.php57 public function create($name, CreateServiceAccountRequest $postBody, $optParams = [])
84 public function delete($name, $optParams = [])
112 public function disable($name, DisableServiceAccountRequest $postBody, $optParams = [])
134 public function enable($name, EnableServiceAccountRequest $postBody, $optParams = [])
151 public function get($name, $optParams = [])
209 public function listProjectsServiceAccounts($name, $optParams = [])
233 public function patch($name, PatchServiceAccountRequest $postBody, $optParams = [])
286 public function signBlob($name, SignBlobRequest $postBody, $optParams = [])
311 public function signJwt($name, SignJwtRequest $postBody, $optParams = [])
349 public function undelete($name, UndeleteServiceAccountRequest $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
H A DProjectsLocationsDatasetsConsentStoresConsents.php53 public function activate($name, ActivateConsentRequest $postBody, $optParams = [])
86 public function delete($name, $optParams = [])
104 public function deleteRevision($name, $optParams = [])
123 public function get($name, $optParams = [])
217 public function listRevisions($name, $optParams = [])
242 public function patch($name, Consent $postBody, $optParams = [])
263 public function reject($name, RejectConsentRequest $postBody, $optParams = [])
284 public function revoke($name, RevokeConsentRequest $postBody, $optParams = [])
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php26 public $name; variable in Sabre\\VObject\\Component
51 public function __construct(Document $root, $name, array $children = [], $defaults = true)
221 public function select($name)
438 public function __get($name)
463 public function __isset($name)
482 public function __set($name, $value)
499 public function __unset($name)
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php26 public $name; variable in Sabre\\VObject\\Component
53 function __construct(Document $root, $name, array $children = [], $defaults = true) {
231 function select($name) {
462 function __get($name) {
489 function __isset($name) {
510 function __set($name, $value) {
529 function __unset($name) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/Resource/
H A DProjectsLocationsOperations.php49 public function cancel($name, $optParams = [])
65 public function delete($name, $optParams = [])
80 public function get($name, $optParams = [])
105 public function listProjectsLocationsOperations($name, $optParams = [])
131 public function wait($name, $optParams = [])
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php24 protected $name; variable in Sabre\\DAV\\Mock\\Collection
35 function __construct($name, array $children = array(), Collection $parent = null) {
90 function createFile($name, $data = null) {
106 function createDirectory($name) {
129 function deleteChild($name) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DICollection.php40 function createFile($name, $data = null);
48 function createDirectory($name);
59 function getChild($name);
74 function childExists($name);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php40 function createFile($name, $data = null);
48 function createDirectory($name);
59 function getChild($name);
74 function childExists($name);
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageInterface.php67 function hasHeader($name);
85 function getHeader($name);
98 function getHeaderAsArray($name);
111 function setHeader($name, $value);
137 function addHeader($name, $value);
159 function removeHeader($name);
H A DMessageDecoratorTrait.php99 function hasHeader($name) {
121 function getHeader($name) {
138 function getHeaderAsArray($name) {
155 function setHeader($name, $value) {
189 function addHeader($name, $value) {
220 function removeHeader($name) {
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageInterface.php67 function hasHeader($name);
85 function getHeader($name);
98 function getHeaderAsArray($name);
111 function setHeader($name, $value);
137 function addHeader($name, $value);
158 function removeHeader($name);
H A DMessageDecoratorTrait.php99 function hasHeader($name) {
121 function getHeader($name) {
138 function getHeaderAsArray($name) {
155 function setHeader($name, $value) {
189 function addHeader($name, $value) {
219 function removeHeader($name) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsInstances.php81 public function delete($name, $optParams = [])
95 public function get($name, $optParams = [])
138 public function getInstanceHealth($name, $optParams = [])
209 public function report($name, ReportInstanceInfoRequest $postBody, $optParams = [])
224 public function reset($name, ResetInstanceRequest $postBody, $optParams = [])
239 public function rollback($name, RollbackInstanceRequest $postBody, $optParams = [])
288 public function setLabels($name, SetInstanceLabelsRequest $postBody, $optParams = [])
318 public function start($name, StartInstanceRequest $postBody, $optParams = [])
333 public function stop($name, StopInstanceRequest $postBody, $optParams = [])
369 public function updateConfig($name, UpdateInstanceConfigRequest $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/Resource/
H A DProjectsLocationsCaPoolsCertificateAuthorities.php51 public function activate($name, ActivateCertificateAuthorityRequest $postBody, $optParams = [])
114 public function delete($name, $optParams = [])
129 public function disable($name, DisableCertificateAuthorityRequest $postBody, $optParams = [])
144 public function enable($name, EnableCertificateAuthorityRequest $postBody, $optParams = [])
163 public function fetch($name, $optParams = [])
176 public function get($name, $optParams = [])
232 public function patch($name, CertificateAuthority $postBody, $optParams = [])
248 public function undelete($name, UndeleteCertificateAuthorityRequest $postBody, $optParams = [])
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DMethod.php44 function Method($name) {
56 function getInfo($name) {
69 function setInfo($name, $value) {
79 function setParam($name, $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DDeploymentsDevices.php44 public function delete($name, $optParams = [])
57 public function get($name, $optParams = [])
71 public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [])
87 public function patch($name, SasPortalDevice $postBody, $optParams = [])
101 public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optParams = [])
115 public function updateSigned($name, SasPortalUpdateSignedDeviceRequest $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/Resource/
H A DDeploymentsDevices.php44 public function delete($name, $optParams = [])
57 public function get($name, $optParams = [])
71 public function move($name, SasPortalMoveDeviceRequest $postBody, $optParams = [])
87 public function patch($name, SasPortalDevice $postBody, $optParams = [])
101 public function signDevice($name, SasPortalSignDeviceRequest $postBody, $optParams = [])
115 public function updateSigned($name, SasPortalUpdateSignedDeviceRequest $postBody, $optParams = [])
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php53 public function getSource($name)
73 public function getSourceContext($name)
95 public function exists($name)
127 public function getCacheKey($name)
145 public function isFresh($name, $time)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
H A DProjectsGroups.php47 public function create($name, Group $postBody, $optParams = [])
65 public function delete($name, $optParams = [])
79 public function get($name, $optParams = [])
114 public function listProjectsGroups($name, $optParams = [])
136 public function update($name, Group $postBody, $optParams = [])

12345678910>>...162