Home
last modified time | relevance | path

Searched refs:parent (Results 776 – 800 of 3339) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Ideahub/Resource/
H A DPlatformsPropertiesLocales.php36 * @param string $parent Required. The web property to check idea availability
49 public function listPlatformsPropertiesLocales($parent, $optParams = []) argument
51 $params = ['parent' => $parent];
H A DPlatformsPropertiesIdeaActivities.php35 * @param string $parent Required. The parent resource where this idea activity
41 public function create($parent, GoogleSearchIdeahubV1betaIdeaActivity $postBody, $optParams = []) argument
43 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
H A DProjectsLocationsLakesEnvironmentsSessions.php36 * @param string $parent Required. The resource name of the parent environment:
51 public function listProjectsLocationsLakesEnvironmentsSessions($parent, $optParams = []) argument
53 $params = ['parent' => $parent];
H A DProjectsLocationsLakesZonesActions.php36 * @param string $parent Required. The resource name of the parent zone: project
50 public function listProjectsLocationsLakesZonesActions($parent, $optParams = []) argument
52 $params = ['parent' => $parent];
/plugin/authjoomla/
H A Dauth.php20 parent::__construct(); // PDO setup
33 return parent::checkPass($user, $pass);
66 parent::logOff();
151 parent::setupLocale();
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DClickHandler.java24 Object parent = graph.getDefaultParent(); in ClickHandler() local
29 Object v1 = graph.insertVertex(parent, null, "Hello", 20, 20, 80, in ClickHandler()
31 Object v2 = graph.insertVertex(parent, null, "World!", in ClickHandler()
33 graph.insertEdge(parent, null, "Edge", v1, v2); in ClickHandler()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_without_extends.test2 "parent" tag
5 {{ parent() }}
8 Twig\Error\SyntaxError: Calling "parent" on a template that does not extend nor "use" another templ…
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php238 parent::__construct($input);
1195 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1197 parent::__construct($parent, $invokingState);
1232 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1234 parent::__construct($parent, $invokingState);
1264 public function __construct(?ParserRuleContext $parent, ?int $invokingState = null)
1266 parent::__construct($parent,
1144 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1181 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1223 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1260 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1314 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1351 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1437 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1578 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1629 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1702 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1782 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1819 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1856 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1922 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
1964 __construct(ParserRuleContext $parent, int $invokingState = null) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
H A DProjectsLocationsDatasetsHl7V2Stores.php44 * @param string $parent The name of the dataset this HL7v2 store belongs to.
53 public function create($parent, Hl7V2Store $postBody, $optParams = []) argument
55 $params = ['parent' => $parent, 'postBody' => $postBody];
181 * @param string $parent Name of the dataset.
213 public function listProjectsLocationsDatasetsHl7V2Stores($parent, $optParams = []) argument
215 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/Resource/
H A DProjectsLocationsCaPoolsCertificateAuthorities.php61 * @param string $parent Required. The resource name of the CaPool associated
81 public function create($parent, CertificateAuthority $postBody, $optParams = []) argument
83 $params = ['parent' => $parent, 'postBody' => $postBody];
186 * @param string $parent Required. The resource name of the CaPool associated
202 public function listProjectsLocationsCaPoolsCertificateAuthorities($parent, $optParams = []) argument
204 $params = ['parent' => $parent];
/plugin/combo/ComboStrap/
H A DPageDescription.php131 parent::setFromStoreValueWithoutException($value);
141 parent::setFromStoreValueWithoutException($description);
153 parent::setFromStoreValueWithoutException($keywords);
162 parent::setFromStoreValueWithoutException(null);
201 parent::setValue($value);
213 return parent::toStoreValue();
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php27 parent::readCSS($state);
166 $this->content[$i]->parent =& $this;
721 if (!$this->parent->isCell() ||
963 function reflow(&$parent, &$context) { argument
977 $this->_calc_percentage_margins($parent);
1007 $this->_calc_percentage_margins($parent);
1036 $parent->_current_y = $y;
1039 $parent->close_line($context);
1042 $parent->append_line($this);
1049 $this->put_left($parent->_current_x +
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/Resource/
H A DDmsConversations.php36 * @param string $parent Required. Space resource name, in the form "spaces".
51 public function messages($parent, Message $postBody, $optParams = []) argument
53 $params = ['parent' => $parent, 'postBody' => $postBody];
H A DRoomsConversations.php36 * @param string $parent Required. Space resource name, in the form "spaces".
51 public function messages($parent, Message $postBody, $optParams = []) argument
53 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/Resource/
H A DProjectsSubmissions.php41 * @param string $parent Required. The name of the project that is making the
47 public function create($parent, GoogleCloudWebriskV1Submission $postBody, $optParams = []) argument
49 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/Resource/
H A DProjectsTenantsClientEvents.php39 * @param string $parent Required. Resource name of the tenant under which the
46 public function create($parent, ClientEvent $postBody, $optParams = []) argument
48 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudOSLogin/Resource/
H A DUsersSshPublicKey.php35 * @param string $parent Required. The unique ID for the user in format
41 public function create($parent, SshPublicKey $postBody, $optParams = []) argument
43 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/Resource/
H A DEnterprisesWebTokens.php36 * @param string $parent The name of the enterprise in the form
42 public function create($parent, WebToken $postBody, $optParams = []) argument
44 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsDevelopersAppsKeysCreate.php45 * @param string $parent Parent of the developer app key. Use the following
52 public function create($parent, GoogleCloudApigeeV1DeveloperAppKey $postBody, $optParams = []) argument
54 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAssuredworkloads.php53 parent::__construct($clientOrConfig);
109 'path' => 'v1/{+parent}/workloads',
112 'parent' => [
147 'path' => 'v1/{+parent}/workloads',
150 'parent' => [
H A DBigQueryConnectionService.php56 parent::__construct($clientOrConfig);
70 'path' => 'v1beta1/{+parent}/connections',
73 'parent' => [
114 'path' => 'v1beta1/{+parent}/connections',
117 'parent' => [
/plugin/odt/ODT/css/
H A Dcssimportnew.php553 }while (isset($parent));
560 $start_search = $parent;
566 if (!isset($parent)) {
573 $start_search = $parent;
1170 $parent = $element->iECSSM_getParent();
1174 if (isset($parent)) {
1261 foreach ($parents as $parent) {
1356 $parent = $element->iECSSM_getParent();
1357 while (isset($parent)) {
1358 $parents [] = $parent;
[all …]
/plugin/linkprefix/
H A Drenderer.php31 return parent::externallink($url, $name);
43 return parent::externallink($url, $name);
48 return parent::_resolveInterWiki($shortcut,$reference);
54 $return = parent::_resolveInterWiki($shortcut,$reference);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block3.test7 {{- parent() -}}
11 {{- parent() -}}
17 {{- parent() -}}
21 {{- parent() -}}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsLocationsClusters.php75 * @param string $parent The parent (project and location) where the cluster
81 public function create($parent, CreateClusterRequest $postBody, $optParams = []) argument
83 $params = ['parent' => $parent, 'postBody' => $postBody];
146 * @param string $parent The cluster (project, location, cluster name) to get
151 public function getJwks($parent, $optParams = []) argument
153 $params = ['parent' => $parent];
161 * @param string $parent The parent (project and location) where the clusters
176 public function listProjectsLocationsClusters($parent, $optParams = []) argument
178 $params = ['parent' => $parent];

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