Home
last modified time | relevance | path

Searched refs:parent (Results 976 – 1000 of 3339) sorted by relevance

1...<<31323334353637383940>>...134

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/
H A DSpaces.php74 * @param string $parent Required. Space resource name, in the form "spaces".
89 public function webhooks($parent, Message $postBody, $optParams = []) argument
91 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/struct/script/
H A DInlineEditor.js12 var pid = $self.parent().data('pid');
13 var rid = $self.parent().data('rid');
14 var rev = $self.parent().data('rev');
78 $self.parent().data('rev', saved['rev']);
/plugin/refnotes/
H A Dinstructions.php37 parent::__construct('nest', array($data));
48 parent::__construct('plugin', array($name, $data, $type, $text), $offset);
66 parent::__construct('refnotes_notes', $pluginData, DOKU_LEXER_SPECIAL, '');
77 parent::__construct('style', array('ns' => $namespace), $data);
88 parent::__construct('map', array('ns' => $namespace), $data);
99 parent::__construct('render', array('ns' => $namespace));
110 parent::__construct('block', $block);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsRuntimes.php48 * @param string $parent Required. Format:
57 public function create($parent, Runtime $postBody, $optParams = []) argument
59 $params = ['parent' => $parent, 'postBody' => $postBody];
127 * @param string $parent Required. Format:
136 public function listProjectsLocationsRuntimes($parent, $optParams = []) argument
138 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/Resource/
H A DBiddersPretargetingConfigs.php115 * @param string $parent Required. Name of the bidder to create the pretargeting
121 public function create($parent, PretargetingConfig $postBody, $optParams = []) argument
123 $params = ['parent' => $parent, 'postBody' => $postBody];
159 * @param string $parent Required. Name of the bidder whose pretargeting
172 public function listBiddersPretargetingConfigs($parent, $optParams = []) argument
174 $params = ['parent' => $parent];
/plugin/partialsearch/
H A Drenderer.php26 $name= parent::_simpleTitle($name);
37 $title= parent::_getLinkTitle($title, $default, $isImage, $id, $linktype);
61 parent::cdata($text);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
H A DProjectsLocationsLakesTasksJobs.php69 * @param string $parent Required. The resource name of the parent environment:
84 public function listProjectsLocationsLakesTasksJobs($parent, $optParams = []) argument
86 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/Resource/
H A DEnterprisesDevices.php68 * @param string $parent The parent enterprise to list devices under. E.g.
80 public function listEnterprisesDevices($parent, $optParams = []) argument
82 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsLocationsOperations.php79 * @param string $parent The parent (project and location) where the operations
94 public function listProjectsLocationsOperations($parent, $optParams = []) argument
96 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/Resource/
H A DProjectsDataSources.php72 * @param string $parent Required. The BigQuery project id for which data
85 public function listProjectsDataSources($parent, $optParams = []) argument
87 $params = ['parent' => $parent];
H A DProjectsLocationsDataSources.php72 * @param string $parent Required. The BigQuery project id for which data
85 public function listProjectsLocationsDataSources($parent, $optParams = []) argument
87 $params = ['parent' => $parent];
/plugin/farmer/_test/
H A DgetUserLine.test.php
/plugin/yuriigantt/src/Entities/
H A DTask.php38 public $parent; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
62 $this->parent = (int)$data->parent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/Resource/
H A DShelvesBooks.php67 * @param string $parent Required. The name of the shelf whose books we'd like
79 public function listShelvesBooks($parent, $optParams = []) argument
81 $params = ['parent' => $parent];
/plugin/struct/meta/
H A DCSVSerialImporter.php15 parent::readHeaders();
33 parent::saveLine($values);
74 return parent::validateValue($col, $rawvalue);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDomains.php54 parent::__construct($clientOrConfig);
226 'path' => 'v1/{+parent}/registrations',
229 'parent' => [
262 'path' => 'v1/{+parent}/registrations:register',
265 'parent' => [
354 'path' => 'v1/{+parent}/registrations:transfer',
357 'parent' => [
H A DAccessApproval.php57 parent::__construct($clientOrConfig);
155 'path' => 'v1/{+parent}/approvalRequests',
158 'parent' => [
271 'path' => 'v1/{+parent}/approvalRequests',
274 'parent' => [
387 'path' => 'v1/{+parent}/approvalRequests',
390 'parent' => [
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCity.php74 parent::__construct($raw, $locales);
108 return parent::__get($attr);
124 return parent::__isset($attr);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApiproductsAttributes.php67 * @param string $parent Required. Name of the API product. Use the following
72 public function listOrganizationsApiproductsAttributes($parent, $optParams = []) argument
74 $params = ['parent' => $parent];
H A DOrganizationsDevelopersAttributes.php67 * @param string $parent Required. Email address of the developer for which
73 public function listOrganizationsDevelopersAttributes($parent, $optParams = []) argument
75 $params = ['parent' => $parent];
H A DOrganizationsDevelopersAppsAttributes.php67 * @param string $parent Required. Name of the developer app. Use the following
73 public function listOrganizationsDevelopersAppsAttributes($parent, $optParams = []) argument
75 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/Resource/
H A DAccountsInvitations.php69 * @param string $parent Required. The name of the account from which the list
77 public function listAccountsInvitations($parent, $optParams = []) argument
79 $params = ['parent' => $parent];
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml12 - parent
25 "${parent}": {
28 "url" : "https://cdn.jsdelivr.net/npm/bootswatch@${parent}/dist/!!!!toImproveNameOfTheTheme!!!!/bootstrap.min.css",
/plugin/nspages/printers/
H A Dsorters.php33 parent::__construct($reverse);
43 parent::__construct($reverse);
55 parent::__construct($reverse);
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php35 …nimal][$page]['exists']) ? $this->remoteData[$animal][$page]['exists'] : parent::remotePageExists(…
51 …stor']) ? $this->remoteData[$source][$target][$page]['commonAncestor'] : parent::findCommonAncesto…
70 …$animal][$page]['mtime']) ? $this->remoteData[$animal][$page]['mtime'] : parent::getRemoteFilemtim…
78 …mal][$page]['content']) ? $this->remoteData[$animal][$page]['content'] : parent::readRemotePage($a…

1...<<31323334353637383940>>...134