Home
last modified time | relevance | path

Searched refs:isExecutable (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2FileMetadata.php25 public $isExecutable; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2FileMetadata
50 public function setIsExecutable($isExecutable) argument
52 $this->isExecutable = $isExecutable;
56 return $this->isExecutable;
H A DBuildBazelRemoteExecutionV2FileNode.php24 public $isExecutable; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2FileNode
43 public function setIsExecutable($isExecutable) argument
45 $this->isExecutable = $isExecutable;
49 return $this->isExecutable;
H A DBuildBazelRemoteExecutionV2OutputFile.php25 public $isExecutable; variable in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2OutputFile
52 public function setIsExecutable($isExecutable) argument
54 $this->isExecutable = $isExecutable;
58 return $this->isExecutable;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php142 ->boolean($result->isExecutable())
152 ->boolean($result->isExecutable())
162 ->boolean($result->isExecutable())
172 ->boolean($result->isExecutable())
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php130 if ($this->isExecutable($executable)) {
191 private function isExecutable($filename) function in Facebook\\WebDriver\\Remote\\Service\\DriverService
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStatable.php131 public function isExecutable(); function
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php249 public function isExecutable() function in Hoa\\File\\Generic