Home
last modified time | relevance | path

Searched refs:parent (Results 901 – 925 of 3339) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/Resource/
H A DProjectsLocationsReplays.php36 * @param string $parent Required. The parent resource where this Replay will be
43 public function create($parent, GoogleCloudPolicysimulatorV1Replay $postBody, $optParams = []) argument
45 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php39 // has a canceller that invokes the parent canceller if all other
42 // keeping a cyclic reference between parent and follower.
43 $parent = $this;
44 ++$parent->requiredCancelRequests;
48 static function () use (&$parent) {
49 if (++$parent->cancelRequests >= $parent->requiredCancelRequests) {
50 $parent->cancel();
53 $parent = null;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php141 return parent::isValidEngineHelper($engine);
161 parent::setKeyLength($length);
179 parent::setKey($key);
194 return parent::encrypt($plaintext);
214 return parent::decrypt($ciphertext);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DWebRisk.php57 parent::__construct($clientOrConfig);
157 'path' => 'v1/{+parent}/submissions',
160 'parent' => [
177 'path' => 'v1/{+parent}/uris:submit',
180 'parent' => [
H A DPolicyAnalyzer.php52 parent::__construct($clientOrConfig);
66 'path' => 'v1/{+parent}/activities:query',
69 'parent' => [
H A DNetworkconnectivity.php56 parent::__construct($clientOrConfig);
112 'path' => 'v1/{+parent}/hubs',
115 'parent' => [
168 'path' => 'v1/{+parent}/hubs',
171 'parent' => [
348 'path' => 'v1/{+parent}/spokes',
351 'parent' => [
404 'path' => 'v1/{+parent}/spokes',
407 'parent' => [
H A DDocument.php62 parent::__construct($clientOrConfig);
96 'path' => 'v1/{+parent}:fetchProcessorTypes',
99 'parent' => [
210 'path' => 'v1/{+parent}/processors',
213 'parent' => [
260 'path' => 'v1/{+parent}/processors',
263 'parent' => [
368 'path' => 'v1/{+parent}/processorVersions',
371 'parent' => [
H A DGKEHub.php55 parent::__construct($clientOrConfig);
111 'path' => 'v1/{+parent}/features',
114 'parent' => [
171 'path' => 'v1/{+parent}/features',
174 'parent' => [
245 'path' => 'v1/{+parent}/memberships',
248 'parent' => [
335 'path' => 'v1/{+parent}/memberships',
338 'parent' => [
/plugin/prosemirror/parser/
H A DLinkNode.php15 protected $parent;
22 public function __construct($data, Node $parent, Node $previousNode = null)
24 $this->parent = &$parent;
32 $this->textNode = new TextNode(['marks' => $data['marks'] ?? null], $parent, $previousNode);
13 protected $parent; global() variable in dokuwiki\\plugin\\prosemirror\\parser\\LinkNode
20 __construct($data, Node $parent, Node $previousNode = null) global() argument
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php63 $mode = parent::MODE_READ,
67 parent::__construct($streamName, $mode, $context, $wait);
84 parent::MODE_READ
106 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php62 $mode = parent::MODE_READ,
66 parent::__construct($streamName, $mode, $context, $wait);
83 parent::MODE_READ
105 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php63 $mode = parent::MODE_READ,
67 parent::__construct($streamName, $mode, $context, $wait);
84 parent::MODE_READ
106 $out = parent::_open($streamName, $context);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php37 parent::__construct($options);
47 return parent::encode($type);
55 $type = parent::decodeBytes($isRoot, $tagType, $length, $isConstructed, $class);
66 $length = parent::decodeLongDefiniteLength($length);
/plugin/codebuttonmod2/src/
H A Dcodebutton.js24 var ret = jQuery( this ).parent().children('pre').text();
30 jQuery( this ).parent().append(jQuery('<textarea></textarea>').attr('id',randomID).html(ret));
39 var copy_a = jQuery( this ).parent().children('a');
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.wrap.php22 $parent =& $box->get_parent_node();
37 if ((!$parent || $parent->isBlockLevel()) && $i < $size - 1) {
H A Dinline.content.builder.pre.line.php19 $parent =& $box->get_parent_node();
32 if ((!$parent || $parent->isBlockLevel()) && $i < $size - 1) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php18 parent::__construct($record);
32 return parent::__get($attr);
46 return parent::__isset($attr);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesProjectsServicenetworkingGlobalNetworks.php60 * @param string $parent Required. Parent resource identifying the connection
72 …public function updateConsumerConfig($parent, UpdateConsumerConfigRequest $postBody, $optParams = … argument
74 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DPartnersCustomers.php41 * @param string $parent Required. The parent resource ID in the format
47 public function create($parent, CreateCustomerRequest $postBody, $optParams = []) argument
49 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudOSLogin/Resource/
H A DUsers.php59 * @param string $parent Required. The unique ID for the user in format
68 public function importSshPublicKey($parent, SshPublicKey $postBody, $optParams = []) argument
70 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/Resource/
H A DLocationsVerifications.php54 * @param string $parent Required. Resource name of the location that
64 public function listLocationsVerifications($parent, $optParams = []) argument
66 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DProjectsLocationsEntryGroupsEntries.php56 * @param string $parent Required. The name of the entry group this entry
67 public function create($parent, GoogleCloudDatacatalogV1Entry $postBody, $optParams = []) argument
69 $params = ['parent' => $parent, 'postBody' => $postBody];
132 * @param string $parent Required. The name of the entry group that contains the
147 public function listProjectsLocationsEntryGroupsEntries($parent, $optParams = []) argument
149 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/Resource/
H A DProjectsLocationsGameServerDeployments.php46 * @param string $parent Required. The parent resource name, in the following
55 public function create($parent, GameServerDeployment $postBody, $optParams = []) argument
57 $params = ['parent' => $parent, 'postBody' => $postBody];
160 * @param string $parent Required. The parent resource name, in the following
178 public function listProjectsLocationsGameServerDeployments($parent, $optParams = []) argument
180 $params = ['parent' => $parent];
/plugin/combo/ComboStrap/
H A DFetcherRaster.php97 * Before all other parent requirement such as
116 $url = parent::getFetchUrl($url);
194 $requestedWidth = parent::getRequestedWidth();
245 return parent::getTargetHeight();
252 $targetWidth = parent::getTargetWidth();
292 parent::buildFromTagAttributes($tagAttributes);
328 $requestedHeight = parent::getRequestedHeight();
H A DCardTag.php36 $parent = $callStack->moveToParent();
38 if ($parent !== false) {
39 $context = $parent->getTagName();
41 $parent = $callStack->moveToParent();
42 if ($parent !== false) {
43 $context = $parent->getTagName();

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