/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/ |
H A D | Blobs.php | 49 * @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 …]
|
H A D | ActionResults.php | 40 * @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 D | V2.php | 40 * @param string $instanceName The instance of the execution system to operate 48 public function getCapabilities($instanceName, $optParams = []) argument 50 $params = ['instanceName' => $instanceName];
|
H A D | Actions.php | 78 * @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/ |
H A D | RemoteBuildExecution.php | 73 '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/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | VmEndpointNatMappings.php | 26 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 D | VirtualMachine.php | 29 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/ |
H A D | InstanceReference.php | 29 public $instanceName; variable in Google\\Service\\Dataproc\\InstanceReference 56 public function setInstanceName($instanceName) argument 58 $this->instanceName = $instanceName; 65 return $this->instanceName;
|
/plugin/wysiwyg/fckeditor/ |
H A D | fckeditor.cfm | 29 * 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 D | fckeditor.pl | 35 local($instanceName) = @_; 36 $InstanceName = $instanceName;
|
H A D | fckeditor.cfc | 31 * 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 D | fckeditor_php5.php | 39 function __construct( $instanceName ) argument 41 $this->InstanceName = $instanceName ;
|
H A D | fckeditor_php4.php | 39 function FCKeditor( $instanceName ) argument 41 $this->InstanceName = $instanceName ;
|
H A D | fckeditor.js | 29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument 32 this.InstanceName = instanceName ;
|
H A D | fckeditor.py | 45 def __init__(self, instanceName): argument 46 self.InstanceName = instanceName
|
/plugin/fckg/fckeditor/ |
H A D | fckeditor.js | 29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument 32 this.InstanceName = instanceName ;
|
/plugin/wysiwyg/fckeditor/_samples/cfm/ |
H A D | sample01.cfm | 49 instanceName="myEditor"
|
H A D | sample01_mx.cfm | 53 fckEditor.instanceName = "myEditor" ;
|
H A D | sample03.cfm | 81 instanceName="myEditor"
|
H A D | sample02.cfm | 97 instanceName="myEditor"
|
H A D | sample04.cfm | 86 instanceName="myEditor"
|
H A D | sample04_mx.cfm | 85 fckEditor.instanceName = "myEditor" ;
|
H A D | sample03_mx.cfm | 79 fckEditor.instanceName = "myEditor" ;
|
H A D | sample02_mx.cfm | 92 fckEditor.instanceName = "myEditor" ;
|