Home
last modified time | relevance | path

Searched refs:instanceName (Results 1 – 25 of 33) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/
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
108 …public function findMissing($instanceName, BuildBazelRemoteExecutionV2FindMissingBlobsRequest $pos… argument
110 $params = ['instanceName' => $instanceName, 'postBody' => $postBody];
129 * @param string $instanceName The instance of the execution system to operate
[all …]
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'…
DV2.php40 * @param string $instanceName The instance of the execution system to operate
48 public function getCapabilities($instanceName, $optParams = []) argument
50 $params = ['instanceName' => $instanceName];
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];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DRemoteBuildExecution.php70 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}',
73 'instanceName' => [
103 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}',
106 'instanceName' => [
137 'path' => 'v2/{+instanceName}/actions:execute',
140 'instanceName' => [
157 'path' => 'v2/{+instanceName}/blobs:batchRead',
160 'instanceName' => [
167 'path' => 'v2/{+instanceName}/blobs:batchUpdate',
170 'instanceName' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
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/
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/Dataproc/
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/grensladawritezor/fckeditor/
Dfckeditor.cfm29 * instanceName="myEditor"
40 <cfparam name="attributes.instanceName" type="string">
105 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
147 …<input type="hidden" id="#attributes.instanceName#" name="#attributes.instanceName#" value="#HTMLE…
148 …<input type="hidden" id="#attributes.instanceName#___Config" value="#sConfig#" style="display:none…
149 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
170 …<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HE…
Dfckeditor.cfc30 * fckEditor.instanceName="myEditor";
53 <cfparam name="this.instanceName" type="string" />
136 …<textarea name="#this.instanceName#" rows="4" cols="40" style="WIDTH: #this.width#; HEIGHT: #this.…
158 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
167 …<input type="hidden" id="#this.instanceName#" name="#this.instanceName#" value="#HTMLEditFormat(th…
168 …<input type="hidden" id="#this.instanceName#___Config" value="#GetConfigFieldString()#" style="dis…
169 …<iframe id="#this.instanceName#___Frame" src="#sURL#" width="#this.width#" height="#this.height#" …
Dfckeditor.pl35 local($instanceName) = @_;
36 $InstanceName = $instanceName;
Dfckeditor_php5.php39 function __construct( $instanceName ) argument
41 $this->InstanceName = $instanceName ;
Dfckeditor_php4.php39 function FCKeditor( $instanceName ) argument
41 $this->InstanceName = $instanceName ;
Dfckeditor.py44 def __init__(self, instanceName): argument
45 self.InstanceName = instanceName
Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
32 this.InstanceName = instanceName ;
/plugin/wysiwyg/fckeditor/
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…
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#"…
Dfckeditor.pl35 local($instanceName) = @_;
36 $InstanceName = $instanceName;
Dfckeditor_php4.php39 function FCKeditor( $instanceName ) argument
41 $this->InstanceName = $instanceName ;
Dfckeditor_php5.php39 function __construct( $instanceName ) argument
41 $this->InstanceName = $instanceName ;
Dfckeditor.py45 def __init__(self, instanceName): argument
46 self.InstanceName = instanceName
Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
32 this.InstanceName = instanceName ;
/plugin/fckg/fckeditor/
Dfckeditor.js29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument
32 this.InstanceName = instanceName ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample01.cfm49 instanceName="myEditor"
Dsample01_mx.cfm53 fckEditor.instanceName = "myEditor" ;

12