Home
last modified time | relevance | path

Searched refs:target (Results 26 – 50 of 902) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DNFSMount.php25 public $target; variable in Google\\Service\\Genomics\\NFSMount
30 public function setTarget($target) argument
32 $this->target = $target;
39 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DNFSMount.php25 public $target; variable in Google\\Service\\CloudLifeSciences\\NFSMount
30 public function setTarget($target) argument
32 $this->target = $target;
39 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetReference.php25 public $target; variable in Google\\Service\\Compute\\TargetReference
30 public function setTarget($target) argument
32 $this->target = $target;
39 return $this->target;
H A DSecurityPolicyRuleRedirectOptions.php25 public $target; variable in Google\\Service\\Compute\\SecurityPolicyRuleRedirectOptions
34 public function setTarget($target) argument
36 $this->target = $target;
43 return $this->target;
H A DReference.php37 public $target; variable in Google\\Service\\Compute\\Reference
84 public function setTarget($target) argument
86 $this->target = $target;
93 return $this->target;
/plugin/displayfile/
H A Dsyntax.php49 list($language, $target) = explode(' ', $match, 2);
51 $target = trim($target, " \t\n\r\0\x0B\"'");
52 $target = str_replace("\\", '/', $target);
53 $target = ltrim($target, '/');
56 $title = ($target_title ? $target : basename($target));
59 $error = $this->_validate($target, $title, $text);
85 function _validate($target, $title, &$content) argument
104 else if (strpos($target, '../') !== false)
107 $ext = pathinfo($target , PATHINFO_EXTENSION);
119 $real_path = realpath($real_root . "/" . $target);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1MetricSpec.php29 public $target; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1MetricSpec
48 public function setTarget($target) argument
50 $this->target = $target;
57 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DDeliverInfo.php29 public $target; variable in Google\\Service\\NetworkManagement\\DeliverInfo
48 public function setTarget($target) argument
50 $this->target = $target;
57 return $this->target;
H A DForwardInfo.php29 public $target; variable in Google\\Service\\NetworkManagement\\ForwardInfo
48 public function setTarget($target) argument
50 $this->target = $target;
57 return $this->target;
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php39 $target = DateTime::createFromFormat('Y-m-d', "$currentYear-$currentMonth-$tday");
40 $currentWeekday = (int) $target->format('N');
43 return $target;
46 $lastDayOfMonth = $target->format('t');
51 $target->setDate($currentYear, $currentMonth, $adjusted);
52 if ($target->format('N') < 6 && $target->format('m') == $currentMonth) {
53 return $target;
75 // Parse the target day
/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/CloudProfiler/
H A DDeployment.php33 public $target; variable in Google\\Service\\CloudProfiler\\Deployment
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/CloudDeploy/
H A DTargetNotificationEvent.php29 public $target; variable in Google\\Service\\CloudDeploy\\TargetNotificationEvent
52 public function setTarget($target) argument
54 $this->target = $target;
61 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/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/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc13 var target, value;
15 target = evt.data.getTarget();
19 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
36 target = target || evt.data.getTarget();
38 if ( target.getName() == 'span' )
39 target = target.getParent();
41 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
53 focusedNode = target;
58 target = target || evt.data.getTarget();
61 target = target.getParent();
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc13 var target, value;
15 target = evt.data.getTarget();
19 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
36 target = target || evt.data.getTarget();
38 if ( target.getName() == 'span' )
39 target = target.getParent();
41 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
53 focusedNode = target;
58 target = target || evt.data.getTarget();
61 target = target.getParent();
[all …]
/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/bez/lib/jquery.datepair/
H A Ddatepair.js174 if (hasClass(e.target, this.settings.dateClass)) {
175 if (e.target.value != '') {
176 this._dateChanged(e.target);
177 this._timeChanged(e.target);
182 } else if (hasClass(e.target, this.settings.timeClass)) {
183 if (e.target.value != '') {
184 this._timeChanged(e.target);
195 _dateChanged: function(target){ argument
222 if (this.settings.anchor == 'start' && hasClass(target, this.settings.startClass)) {
225 } else if (this.settings.anchor == 'end' && hasClass(target, thi
240 _timeChanged(target) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
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/ContainerAnalysis/
H A DRelationshipOccurrence.php24 public $target; variable in Google\\Service\\ContainerAnalysis\\RelationshipOccurrence
43 public function setTarget($target) argument
45 $this->target = $target;
49 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php24 private $target; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade
33 * @param string $target
37 public function process(CodeCoverage $coverage, $target) argument
39 if (substr($target, -1, 1) != DIRECTORY_SEPARATOR) {
40 $target .= DIRECTORY_SEPARATOR;
43 $this->target = $target;
44 $this->initTargetDirectory($target);
58 $index->save($target . '/index.xml');
136 $this->target . dirname($file->getId()) . '/'
142 $fileDom->save($this->target . $file->getId() . '.xml');

12345678910>>...37