Home
last modified time | relevance | path

Searched refs:runtimes (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DListRuntimesResponse.php51 public function setRuntimes($runtimes) argument
53 $this->runtimes = $runtimes;
60 return $this->runtimes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAIPlatformNotebooks.php564 'runtimes',
568 'path' => 'v1/{+parent}/runtimes',
624 'path' => 'v1/{+parent}/runtimes',
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php84 private $runtimes = []; variable in Twig\\Environment
954 if (isset($this->runtimes[$class])) {
955 return $this->runtimes[$class];
960 return $this->runtimes[$class] = $runtime;