/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/ |
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 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 …]
|
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'…
|
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];
|
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/ |
D | RemoteBuildExecution.php | 70 '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/ |
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/ |
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/ |
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/grensladawritezor/fckeditor/ |
D | fckeditor.cfm | 29 * 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…
|
D | fckeditor.cfc | 30 * 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#" …
|
D | fckeditor.pl | 35 local($instanceName) = @_; 36 $InstanceName = $instanceName;
|
D | fckeditor_php5.php | 39 function __construct( $instanceName ) argument 41 $this->InstanceName = $instanceName ;
|
D | fckeditor_php4.php | 39 function FCKeditor( $instanceName ) argument 41 $this->InstanceName = $instanceName ;
|
D | fckeditor.py | 44 def __init__(self, instanceName): argument 45 self.InstanceName = instanceName
|
D | fckeditor.js | 29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument 32 this.InstanceName = instanceName ;
|
/plugin/wysiwyg/fckeditor/ |
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…
|
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#"…
|
D | fckeditor.pl | 35 local($instanceName) = @_; 36 $InstanceName = $instanceName;
|
D | fckeditor_php4.php | 39 function FCKeditor( $instanceName ) argument 41 $this->InstanceName = $instanceName ;
|
D | fckeditor_php5.php | 39 function __construct( $instanceName ) argument 41 $this->InstanceName = $instanceName ;
|
D | fckeditor.py | 45 def __init__(self, instanceName): argument 46 self.InstanceName = instanceName
|
D | fckeditor.js | 29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument 32 this.InstanceName = instanceName ;
|
/plugin/fckg/fckeditor/ |
D | fckeditor.js | 29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) argument 32 this.InstanceName = instanceName ;
|
/plugin/wysiwyg/fckeditor/_samples/cfm/ |
D | sample01.cfm | 49 instanceName="myEditor"
|
D | sample01_mx.cfm | 53 fckEditor.instanceName = "myEditor" ;
|