Home
last modified time | relevance | path

Searched refs:target (Results 76 – 100 of 902) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\BackupforGKE\\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/CloudDataplex/
H A DGoogleCloudDataplexV1OperationMetadata.php45 public $target; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\NetworkSecurity\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/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/Eventarc/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\Eventarc\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DForwardingRuleInfo.php41 public $target; variable in Google\\Service\\NetworkManagement\\ForwardingRuleInfo
110 public function setTarget($target) argument
112 $this->target = $target;
119 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGoogleDevtoolsCloudbuildV2OperationMetadata.php45 public $target; variable in Google\\Service\\CloudBuild\\GoogleDevtoolsCloudbuildV2OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
H A DRunWorkflowCustomOperationMetadata.php45 public $target; variable in Google\\Service\\CloudBuild\\RunWorkflowCustomOperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\CloudDeploy\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DGoogleCloudMemcacheV1OperationMetadata.php45 public $target; variable in Google\\Service\\CloudMemorystoreforMemcached\\GoogleCloudMemcacheV1OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\Connectors\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 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/IDS/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\IDS\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DOperationMetadata.php45 public $target; variable in Google\\Service\\CloudFilestore\\OperationMetadata
124 public function setTarget($target) argument
126 $this->target = $target;
133 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/edittable/script/
H A Deditor.js21 var moveForward = target < startIndex;
23 var first = dmarray.slice(0, Math.min(startIndex, target));
27 between = dmarray.slice(target, startIndex);
29 between = dmarray.slice(endIndex + 1, target);
31 var last = dmarray.slice(Math.max(endIndex + 1, target));
67 return edittable.moveRow(movingColIndexes, target, row);
105 … return (merge[direction] < target && target < merge[direction] + merge[direction + 'span']);
383 beforeColumnMove: function (movingCols, target) { argument
388 meta = edittable.moveCol(movingCols, target, meta);
389 data = edittable.moveCol(movingCols, target, data);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.subtitle.js81 target: "subtitle-container",
97 ( !this.container && ( !options.target || options.target === "subtitle-container" ) ) &&
101 if ( options.target && options.target !== "subtitle-container" ) {
103 …ns.container = document.getElementById( options.target ) || createDefaultContainer( this, options.
/plugin/swiftmail/Swift/Plugin/
H A DEasySwiftResponseTracker.php27 protected $target = null; variable in Swift_Plugin_EasySwiftResponseTracker
35 $this->target = $obj;
43 $this->target->lastResponse = $e->getString();
44 $this->target->responseCode = $e->getCode();
/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DOperationMetadata.php49 public $target; variable in Google\\Service\\AIPlatformNotebooks\\OperationMetadata
142 public function setTarget($target) argument
144 $this->target = $target;
151 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DOperationMetadataV1.php41 public $target; variable in Google\\Service\\CloudFunctions\\OperationMetadataV1
114 public function setTarget($target) argument
116 $this->target = $target;
123 return $this->target;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DOperationMetadata.php49 public $target; variable in Google\\Service\\DataFusion\\OperationMetadata
142 public function setTarget($target) argument
144 $this->target = $target;
151 return $this->target;
/plugin/ajaxpeon/
H A Daction.php43 $target = $INPUT->str("target");
49 if($target=="page"){
52 if($target=="toc"){
55 if($target=="rawpage"){
63 if($target=="writeraw"){
87 if($target=="catalog"){
94 if($target=="page_wordlists"){
99 if($target=="learnlist"){
102 if($target=="user"){

12345678910>>...37