Home
last modified time | relevance | path

Searched refs:instanceName (Results 1 – 24 of 24) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DInstanceReference.php29 public $instanceName; variable in Google\\Service\\Dataproc\\InstanceReference
56 public function setInstanceName($instanceName) argument
58 $this->instanceName = $instanceName;
65 return $this->instanceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVmEndpointNatMappings.php26 public $instanceName; variable in Google\\Service\\Compute\\VmEndpointNatMappings
33 public function setInstanceName($instanceName) argument
35 $this->instanceName = $instanceName;
42 return $this->instanceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachine.php29 public $instanceName; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachine
50 public function setInstanceName($instanceName) argument
52 $this->instanceName = $instanceName;
59 return $this->instanceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/
H A DV2.php40 * @param string $instanceName The instance of the execution system to operate
48 public function getCapabilities($instanceName, $optParams = []) argument
50 $params = ['instanceName' => $instanceName];
H A DActionResults.php40 * @param string $instanceName The instance of the execution system to operate
60 public function get($instanceName, $hash, $sizeBytes, $optParams = []) argument
62 $params = ['instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes];
78 * @param string $instanceName The instance of the execution system to operate
98 …public function update($instanceName, $hash, $sizeBytes, BuildBazelRemoteExecutionV2ActionResult $… argument
100 …$params = ['instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes, 'postBody'…
H A DActions.php78 * @param string $instanceName The instance of the execution system to operate
87 …public function execute($instanceName, BuildBazelRemoteExecutionV2ExecuteRequest $postBody, $optPa… argument
89 $params = ['instanceName' => $instanceName, 'postBody' => $postBody];
H A DBlobs.php49 * @param string $instanceName The instance of the execution system to operate
58 …public function batchRead($instanceName, BuildBazelRemoteExecutionV2BatchReadBlobsRequest $postBod… argument
60 $params = ['instanceName' => $instanceName, 'postBody' => $postBody];
77 * @param string $instanceName The instance of the execution system to operate
86 …public function batchUpdate($instanceName, BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest $pos… argument
88 $params = ['instanceName' => $instanceName, 'postBody' => $postBody];
99 * @param string $instanceName The instance of the execution system to operate
110 $params = ['instanceName' => $instanceName, 'postBody' => $postBody];
129 * @param string $instanceName The instance of the execution system to operate
149 public function getTree($instanceName, $hash, $sizeBytes, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DRemoteBuildExecution.php73 'instanceName' => [
106 'instanceName' => [
137 'path' => 'v2/{+instanceName}/actions:execute',
140 'instanceName' => [
157 'path' => 'v2/{+instanceName}/blobs:batchRead',
160 'instanceName' => [
170 'instanceName' => [
180 'instanceName' => [
190 'instanceName' => [
245 'path' => 'v2/{+instanceName}/capabilities',
[all …]
/plugin/fckg/fckeditor/
H A Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
32 this.InstanceName = instanceName ;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
32 this.InstanceName = instanceName ;
H A Dfckeditor.pl35 local($instanceName) = @_;
36 $InstanceName = $instanceName;
H A Dfckeditor.cfc31 * fckEditor.instanceName="myEditor";
65 <cfparam name="this.instanceName" type="string" />
167 …result = result & "<textarea name=""#this.instanceName#"" rows=""4"" cols=""40"" style=""WIDTH: #t…
189 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
198 …result = result & "<input type=""hidden"" id=""#this.instanceName#"" name=""#this.instanceName#"" …
199 …result = result & "<input type=""hidden"" id=""#this.instanceName#___Config"" value=""#GetConfigFi…
200 …result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
H A Dfckeditor.cfm29 * instanceName="myEditor"
40 <cfparam name="attributes.instanceName" type="string">
125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
181 …<input type="hidden" id="#attributes.instanceName#" name="#attributes.instanceName#" value="#HTMLE…
182 …<input type="hidden" id="#attributes.instanceName#___Config" value="#sConfig#" style="display:none…
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
204 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
H A Dfckeditor_php5.php39 function __construct( $instanceName ) argument
41 $this->InstanceName = $instanceName ;
H A Dfckeditor.py45 def __init__(self, instanceName): argument
46 self.InstanceName = instanceName
H A Dfckeditor_php4.php39 function FCKeditor( $instanceName ) argument
41 $this->InstanceName = $instanceName ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm53 fckEditor.instanceName = "myEditor" ;
H A Dsample04_mx.cfm85 fckEditor.instanceName = "myEditor" ;
H A Dsample02_mx.cfm92 fckEditor.instanceName = "myEditor" ;
H A Dsample03_mx.cfm79 fckEditor.instanceName = "myEditor" ;
H A Dsample01.cfm49 instanceName="myEditor"
H A Dsample02.cfm97 instanceName="myEditor"
H A Dsample03.cfm81 instanceName="myEditor"
H A Dsample04.cfm86 instanceName="myEditor"