Home
last modified time | relevance | path

Searched refs:target (Results 101 – 125 of 902) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayOperationMetadata.php48 public $target; variable in Google\\Service\\Apigateway\\ApigatewayOperationMetadata
141 public function setTarget($target) argument
143 $this->target = $target;
150 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DOperationMetadataV1.php44 public $target; variable in Google\\Service\\Appengine\\OperationMetadataV1
127 public function setTarget($target) argument
129 $this->target = $target;
136 return $this->target;
H A DOperationMetadataV1Alpha.php44 public $target; variable in Google\\Service\\Appengine\\OperationMetadataV1Alpha
127 public function setTarget($target) argument
129 $this->target = $target;
136 return $this->target;
H A DOperationMetadataV1Beta.php44 public $target; variable in Google\\Service\\Appengine\\OperationMetadataV1Beta
127 public function setTarget($target) argument
129 $this->target = $target;
136 return $this->target;
H A DGoogleAppengineV2mainOperationMetadata.php29 public $target; variable in Google\\Service\\Appengine\\GoogleAppengineV2mainOperationMetadata
81 public function setTarget($target) argument
83 $this->target = $target;
87 return $this->target;
H A DGoogleAppengineV2OperationMetadata.php29 public $target; variable in Google\\Service\\Appengine\\GoogleAppengineV2OperationMetadata
81 public function setTarget($target) argument
83 $this->target = $target;
87 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\Datastream\\OperationMetadata
126 public function setTarget($target) argument
128 $this->target = $target;
135 return $this->target;
/plugin/yuriigantt/src/Entities/
H A DLink.php30 public $target; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Link
47 $this->target = isset($data->target) ? $data->target : null;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DPHP.php22 * @param string $target
26 public function process(CodeCoverage $coverage, $target = null) argument
45 if ($target !== null) {
46 return file_put_contents($target, $output);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DGoogleCloudFunctionsV2betaOperationMetadata.php52 public $target; variable in Google\\Service\\CloudFunctions\\GoogleCloudFunctionsV2betaOperationMetadata
159 public function setTarget($target) argument
161 $this->target = $target;
168 return $this->target;
H A DGoogleCloudFunctionsV2alphaOperationMetadata.php52 public $target; variable in Google\\Service\\CloudFunctions\\GoogleCloudFunctionsV2alphaOperationMetadata
159 public function setTarget($target) argument
161 $this->target = $target;
168 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DOperationMetadata.php48 public $target; variable in Google\\Service\\GameServices\\OperationMetadata
145 public function setTarget($target) argument
147 $this->target = $target;
154 return $this->target;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js169 var target = e.target,
261 target: elements[i], property in sh.findElements.item
300 target = element.target,
341 element.id = target.id;
343 target.parentNode.replaceChild(element, target);
395 target.className = target.className.replace(className, '');
475 if (target == null)
478 var nodes = reverse != true ? target.childNodes : [ target.parentNode ],
491 return target;
607 if (!e.target)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DStatementTemplate.php62 public function setTarget(Asset $target) argument
64 $this->target = $target;
71 return $this->target;
H A DStatement.php62 public function setTarget(Asset $target) argument
64 $this->target = $target;
71 return $this->target;
/plugin/twistienav/
H A Dhelper.php96 $target = $item['id'].':'.$conf['start'];
100 $target = $item['id'];
104 if (page_exists($target)) {
113 $title = p_get_metadata($target, $pluginkey, METADATA_DONT_RENDER);
117 $data[$datakey]['id'] = $target;
120 … $data[$datakey]['link'] = '<a href="'.wl($target).'" class="'.$classes.'">'.$title.'</a>';
/plugin/twistienav4bootstrap3/
H A Dhelper.php92 $target = $item['id'].':'.$conf['start'];
96 $target = $item['id'];
100 if (page_exists($target)) {
107 $title = p_get_metadata($target, $pluginkey, METADATA_DONT_RENDER);
110 $data[$datakey]['id'] = $target;
113 … $data[$datakey]['link'] = '<a href="'.wl($target).'" class="'.$classes.'">'.$title.'</a>';
/plugin/explain/
H A Dsyntax.php61 foreach($targets as $target) {
62 $_ret = $this->_link($target);
70 function _link($target) { argument
75 if (preg_match($url, $target))
76 return $target;
79 list($id, $hash) = explode('#', $target, 2);
/plugin/advrack/
H A Djquery.qtip.js101 this.target = target;
103 this.elements = { target: target }; property in QTip.elements
245 var target = this.target,
702 target = posOptions.target,
776 cache.target = $(event.target);
783 cache.target = $(target.jquery ? target : this.elements.target);
785 target = cache.target;
788 target = $(target).eq(0);
1276 target: event.target,
2650 var target = $(event.target),
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php62 private function renameFile(string $source, string $target): void argument
64 if (false === @rename($source, $target)) {
66 if (false === copy($source, $target)) {
67 … throw new \RuntimeException(sprintf('(WIN) Could not write new cache file to %s.', $target));
73 … throw new \RuntimeException(sprintf('Could not write new cache file to %s.', $target));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php49 * @param array &$target token target
55 public function scan(array &$target, string $string, int $offset = 0): int { argument
59 $target[] = $token;
67 $this->_offset = $this->_delegate($target, $newStatus);
102 * @param Scanner\Token[] $target
106 private function _delegate(array &$target, Scanner\Status $status): int { argument
108 return $scanner->scan($target, $this->_buffer, $this->_offset);
/plugin/combo/admin/
H A Dpagerules.php111 $target = $_POST[PageRules::TARGET_NAME] ?? null;
118 if ($target == null) {
123 if ($matcher == $target) {
130 $this->pageRuleManager->addRule($matcher, $target, $priority);
136 $this->pageRuleManager->updateRule($id, $matcher, $target, $priority);
170 $target = null;
178 $target = $rule[PageRules::TARGET_NAME];
198 $targetDefault = 'value="' . $target . '"';
201 ptln('<p><input type="text" style="width: 100%;" required="required" id="' . PageRules::TARGET_NAME . '" name="' . PageRules::TARGET_NAME . '" ' . $targetDefault . ' class="edit" placeholder="target" /></p>');
256 $target
[all...]
/plugin/encryptedpasswords/script/
H A DEditorHandling.js95 const prefix = e.target.form.prefix.value;
96 const suffix = e.target.form.suffix.value;
97 const text = e.target.form.wikitext.value;
122 e.target.form.prefix.value = await this.encryptSyntax(prefix, passphrase);
123 e.target.form.suffix.value = await this.encryptSyntax(suffix, passphrase);
124 e.target.form.wikitext.value = await this.encryptSyntax(text, passphrase);
127 jQuery(e.target).trigger(e.type);
/plugin/markdowku/
H A Danchorsinline.php33 $target = $matches[2] == '' ? $matches[3] : $matches[2];
36 $target = preg_replace('/^mailto:/', '', $target);
37 $handler->internallink($target.'|'.$title, $state, $pos);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DTransition.php16 * transitions) and has a target state.
38 * The target of this transition.
42 public $target; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
44 public function __construct(ATNState $target) argument
46 $this->target = $target;

12345678910>>...37