Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php20 $this->assertEquals('template', $profile->getTemplate());
93 $this->assertEquals($profile->getTemplate(), $profile2->getTemplate());
98 $this->assertEquals($profile1->getTemplate(), $profile3->getTemplate());
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DTextDumper.php25 return sprintf('%s└ %s', $prefix, $profile->getTemplate());
30 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
H A DHtmlDumper.php37 …le="background-color: %s">%s</span>', $prefix, self::$colors['template'], $profile->getTemplate());
42 …:%s(<span style="background-color: %s">%s</span>)', $prefix, $profile->getTemplate(), $profile->ge…
H A DBlackfireDumper.php49 $name = $p->getTemplate();
51 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php459 $classTemplate = $this->getTemplate($templateDir . 'trait_class.tpl');
520 $classTemplate = $this->getTemplate($templateDir . 'trait_class.tpl');
610 $methodTemplate = $this->getTemplate($templateDir . 'wsdl_method.tpl');
652 $classTemplate = $this->getTemplate($templateDir . 'wsdl_class.tpl');
691 $classTemplate = $this->getTemplate($templateDir . 'mocked_class.tpl');
759 $cloneTemplate = $this->getTemplate($templateDir . 'mocked_clone.tpl');
783 $cloneTemplate = $this->getTemplate($templateDir . 'mocked_clone.tpl');
864 $methodTemplate = $this->getTemplate($templateDir . 'mocked_class_method.tpl');
1079 $deprecationTemplate = $this->getTemplate($templateDir . 'deprecation.tpl');
1090 $template = $this->getTemplate($templateDir . $templateFile);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D46658f00edc4865dfe472a392374cd0f.asciidoc8 $response = $client->indices()->getTemplate($params);
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js87 function getTemplate(moduleName) { function
138 return file.write(path.join(fpPath, moduleName + '.js'), getTemplate(moduleName));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DConfigurationSpec.php35 public function getTemplate() function in Google\\Service\\CloudRun\\ConfigurationSpec
H A DServiceSpec.php38 public function getTemplate() function in Google\\Service\\CloudRun\\ServiceSpec
H A DGoogleCloudRunV2ExecutionTemplate.php107 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2ExecutionTemplate
H A DGoogleCloudRunV2Execution.php402 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Execution
H A DGoogleCloudRunV2Job.php398 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
H A DGoogleCloudRunOpV2Service.php428 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
H A DGoogleCloudRunV2Service.php428 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertTemplateResponse.php35 public function getTemplate() function in Google\\Service\\TagManager\\RevertTemplateResponse
H A DListTemplatesResponse.php54 public function getTemplate() function in Google\\Service\\TagManager\\ListTemplatesResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchUrl.php41 public function getTemplate() function in Google\\Service\\CustomSearchAPI\\SearchUrl
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersGetTestOrderTemplateResponse.php53 public function getTemplate() function in Google\\Service\\ShoppingContent\\OrdersGetTestOrderTemplateResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php63 public function getTemplate() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
H A DGoogleCloudDatacatalogV1Tag.php93 public function getTemplate() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php58 if (method_exists($this, 'getTemplate')) {
59 $template = $this->getTemplate();
65 throw new \Exception('getTemplate()/template property is empty');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowMetadata.php251 public function getTemplate() function in Google\\Service\\Dataproc\\WorkflowMetadata
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php41 public function getTemplate() function in Twig\\Profiler\\Profile
/plugin/combo/ComboStrap/
H A DSite.php543 public static function getTemplate() function in ComboStrap\\Site
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php828 public function getTemplate() { function in Google_SearchUrl

12