Home
last modified time | relevance | path

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

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\NetworkServices\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\Networkconnectivity\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DComputeTimeCursorRequest.php46 public function setTarget(TimeTarget $target) argument
48 $this->target = $target;
55 return $this->target;
H A DOperationMetadata.php33 public $target; variable in Google\\Service\\PubsubLite\\OperationMetadata
70 public function setTarget($target) argument
72 $this->target = $target;
79 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2OutputSymlink.php25 public $target; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2OutputSymlink
49 public function setTarget($target) argument
51 $this->target = $target;
55 return $this->target;
H A DBuildBazelRemoteExecutionV2SymlinkNode.php25 public $target; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2SymlinkNode
49 public function setTarget($target) argument
51 $this->target = $target;
55 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DEndpoint.php33 public $target; variable in Google\\Service\\ServiceConsumerManagement\\Endpoint
66 public function setTarget($target) argument
68 $this->target = $target;
75 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DEndpoint.php33 public $target; variable in Google\\Service\\ServiceManagement\\Endpoint
66 public function setTarget($target) argument
68 $this->target = $target;
75 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DEndpoint.php33 public $target; variable in Google\\Service\\ServiceNetworking\\Endpoint
66 public function setTarget($target) argument
68 $this->target = $target;
75 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DEndpoint.php33 public $target; variable in Google\\Service\\ServiceUsage\\Endpoint
66 public function setTarget($target) argument
68 $this->target = $target;
75 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DConnection.php28 public function setTarget(PhotoId $target) argument
30 $this->target = $target;
37 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\TPU\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DOperationMetadata.php27 public $target; variable in Google\\Service\\Transcoder\\OperationMetadata
70 public function setTarget($target) argument
72 $this->target = $target;
76 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\VMMigrationService\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DOperationMetadata.php37 public $target; variable in Google\\Service\\Workflows\\OperationMetadata
88 public function setTarget($target) argument
90 $this->target = $target;
97 return $this->target;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md172 used when you set up your protected resource as the target audience. See how to
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md977 * Bug fix: Redirects now use a target response body rather than a temporary response body
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md708 `public static function relativize(UriInterface $base, UriInterface $target): UriInterface`
710 Returns the target URI as a relative reference from the base URI. This method is the counterpart to…
713 (string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target))
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php27 * @param StreamInterface $target Optionally specify where data is cached
31 StreamInterface $target = null argument
34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
142 $target = new FnStream(['write' => 'strlen']);
143 Utils::copyToStream($this, $target);
H A DRequest.php65 $target = $this->uri->getPath();
66 if ($target == '') {
67 $target = '/';
70 $target .= '?' . $this->uri->getQuery();
73 return $target;
H A DUriResolver.php136 * @param UriInterface $target Target URI
142 if ($target->getScheme() !== '' &&
143 …($base->getScheme() !== $target->getScheme() || $target->getAuthority() === '' && $base->getAuthor…
145 return $target;
148 if (Uri::isRelativePathReference($target)) {
152 return $target;
155 if ($target->getAuthority() !== '' && $base->getAuthority() !== $target->getAuthority()) {
156 return $target->withScheme('');
164 if ($base->getPath() !== $target->getPath()) {
168 if ($base->getQuery() === $target->getQuery()) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md93 …ub.com/merorafael/yii2-monolog) or [yii2-psr-log-target](https://github.com/samdark/yii2-psr-log-t…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1885 * @param string $target
1891 public function symlink($target, $link) argument
1909 $packet = Strings::packSSH2('ssC', $link, $target, 1);
1927 Strings::packSSH2('ss', $target, $link) :
1928 Strings::packSSH2('ss', $link, $target);
/plugin/authremoteuser/
H A DREADME.md3 This *<a href="https://www.dokuwiki.org/" target="_blank">DokuWiki</a>*
5 target="_blank">plugin</a> provides Single Sign On authentication via an
32 target="_blank">Extension Manager</a>. Refer to
34 target="_blank">Plugin Installation Instructions</a> on how to install
91 target="_blank">protect the settings</a> against changes via *Config Manager*.
118 target="_blank">page name</a>.
128 target="_blank">page names</a>.
/plugin/autlogin/
H A Dscript.js85 if(e.target.src){ // is it an image?
86 acl.treetoggle(e.target);
87 } else if(e.target.href){ // is it a link?
95 e.target.className += ' cur';
99 if(e.target.className.search(/wikilink1/) > -1){
101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
102 }else if(e.target.className.search(/idx_dir/) > -1){
107 if(e.target.className.search(/wikilink1/) > -1){
110 }else if(e.target.className.search(/idx_dir/) > -1){
115 if(e.target.className.search(/wikilink1/) > -1){
[all …]

12345678910>>...37