Home
last modified time | relevance | path

Searched refs:operations (Results 176 – 200 of 260) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCertificateAuthorityService.php735 'operations',
769 'path' => 'v1/{+name}/operations',
H A DDataLabeling.php800 'operations',
834 'path' => 'v1beta1/{+name}/operations',
H A DDialogflow.php1634 'operations',
1658 'path' => 'v3/{+name}/operations',
1758 'operations',
1782 'path' => 'v3/{+name}/operations',
H A DAIPlatformNotebooks.php502 'operations',
536 'path' => 'v1/{+name}/operations',
H A DCloudTalentSolution.php70 'operations',
H A DVMMigrationService.php229 'operations',
263 'path' => 'v1/{+name}/operations',
H A DOSConfig.php298 'operations',
H A DAndroidManagement.php262 'operations',
H A DCloudSearch.php74 public $operations; variable in Google\\Service\\CloudSearch
461 'operations',
H A DCloudDataplex.php1203 'operations',
1237 'path' => 'v1/{+name}/operations',
H A DArtifactRegistry.php152 'operations',
H A DDns.php257 …'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/operations/{operation}',
286 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/operations',
H A DManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php477 'operations',
/plugin/barcodes/
H A Dcomposer.lock716 "sebastian/resource-operations": "^3.0.3",
1580 "name": "sebastian/resource-operations",
1584 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1589 …"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92c…
1621 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1623 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
1624 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
/plugin/dlcounter/
H A DREADME.md10 …n how to access it and retrieve the data, so you can perform any other operations on the data or i…
/plugin/adhoctags/
H A DREADME.md94 If you previously used `<html>` tags to embed HTML code into your DokuWiki site, you need to replace them with the format used by this plugin. The best way to get started is to make a run a couple of search-replace operations on the `data/pages/` directory in your DokuWiki installation.
96 :bangbang: **Important:** It is advisable to run the following searches on a *copy* of this directory and also keep a backup of the original state, in case of problems that only show up later. The following search-replace operations can do serious damage to your site content. The autor does not take any responsibility for any damages that follow from applying this procedure: :bangbang:
/plugin/googlesearch/
H A Dnusoap.php3167 var $operations = array(); variable in soap_server
3798 } elseif(isset($this->operations[$operation])){
4615 if (isset($this->bindings[ $portData['binding'] ]['operations'])) {
4616 $ops = array_merge ($ops, $this->bindings[ $portData['binding'] ]['operations']);
5737 $this->bindings[ $this->serviceName . 'Binding' ]['operations'][$name] =
6434 var $operations = array(); // WSDL operations, empty for WSDL initialization error variable in soapclient
6504 } elseif($this->operations = $this->wsdl->getOperations()){
6719 if(isset($this->operations[$operation])){
6720 return $this->operations[$operation];
6990 $proxy->operations = $this->operations;
[all …]
/plugin/jmol2/jmol/
H A DJmolApplet0_Symmetry.jar ... latticeCode org.jmol.symmetry.SymmetryOperation[] operations int operationCount boolean doNormalize org.jmol.symmetry. ...
H A DJmolAppletSigned0_Symmetry.jar ... latticeCode org.jmol.symmetry.SymmetryOperation[] operations int operationCount boolean doNormalize org.jmol.symmetry. ...
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md422 1. `Filter::READ` when the filter applies for reading operations,
423 2. `Filter::WRITE` when the filter applies for writing operations,
482 This filter has been applied for reading operations only. So we will
516 ### Other operations
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php378 public $operations; variable in Google_SQLAdminService
393 …$this->operations = new Google_OperationsServiceResource($this, $this->serviceName, 'operations', …
H A DGoogle_ComputeService.php3603 public $operations; variable in Google_OperationsScopedList
3607 public function setOperations(/* array(Google_Operation) */ $operations) { argument
3608 $this->assertIsArray($operations, 'Google_Operation', __METHOD__);
3609 $this->operations = $operations;
3612 return $this->operations;
/plugin/mantis/lib/
H A Dnusoap.php3554 var $operations = array(); variable in nusoap_server
4227 } elseif(isset($this->operations[$operation])){
4331 $this->operations[$methodname] = array('name' => $methodname,'in' => $in,'out' => $out);
6383 $this->bindings[ $this->serviceName . 'Binding' ]['operations'][$name] =
7122 var $operations = array(); // WSDL operations, empty for WSDL initialization error variable in nusoap_client
7413 } elseif ($this->operations = $this->wsdl->getOperations('soap')) {
7416 } elseif ($this->operations = $this->wsdl->getOperations('soap12')) {
7452 if(isset($this->operations[$operation])){
7453 return $this->operations[$operation];
7771 $proxy->operations = $this->operations;
[all …]
/plugin/linkbonus/syntax/
H A Dinterwiki.txt121 $do = array(); // list of operations to perform
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md26 This library provides tools around mathematical operations.

1234567891011