Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
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/
DTextDumper.php25 return sprintf('%s└ %s', $prefix, $profile->getTemplate());
30 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
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…
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/
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');
777 $cloneTemplate = $this->getTemplate($templateDir . 'unmocked_clone.tpl');
779 $cloneTemplate = $this->getTemplate($templateDir . 'mocked_clone.tpl');
783 $cloneTemplate = $this->getTemplate($templateDir . 'mocked_clone.tpl');
864 $methodTemplate = $this->getTemplate($templateDir . 'mocked_class_method.tpl');
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/
Dbuild-modules.js87 function getTemplate(moduleName) { function
138 return file.write(path.join(fpPath, moduleName + '.js'), getTemplate(moduleName));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D46658f00edc4865dfe472a392374cd0f.asciidoc8 $response = $client->indices()->getTemplate($params);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DConfigurationSpec.php35 public function getTemplate() function in Google\\Service\\CloudRun\\ConfigurationSpec
DServiceSpec.php38 public function getTemplate() function in Google\\Service\\CloudRun\\ServiceSpec
DGoogleCloudRunV2ExecutionTemplate.php107 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2ExecutionTemplate
DGoogleCloudRunV2Execution.php402 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Execution
DGoogleCloudRunV2Job.php398 public function getTemplate() function in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
DRevertTemplateResponse.php35 public function getTemplate() function in Google\\Service\\TagManager\\RevertTemplateResponse
DListTemplatesResponse.php54 public function getTemplate() function in Google\\Service\\TagManager\\ListTemplatesResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
DSearchUrl.php41 public function getTemplate() function in Google\\Service\\CustomSearchAPI\\SearchUrl
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrdersGetTestOrderTemplateResponse.php53 public function getTemplate() function in Google\\Service\\ShoppingContent\\OrdersGetTestOrderTemplateResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
DGoogleCloudDatacatalogV1beta1Tag.php63 public function getTemplate() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
DGoogleCloudDatacatalogV1Tag.php93 public function getTemplate() function in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
/plugin/randomtables/table-roller/src/Generator/
DBaseGenerator.php59 $template = $this->getTemplate();
/plugin/yatp/
Dhelper.php13 function getTemplate($pageName) { function in helper_plugin_yatp
/plugin/yatp/action/
Dindexer.php43 $rawFile = $helper->getTemplate($templateId);
/plugin/yatp/syntax/
Dtemplate.php66 $rawFile = $helper->getTemplate($templateName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DWorkflowMetadata.php251 public function getTemplate() function in Google\\Service\\Dataproc\\WorkflowMetadata
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
DProfile.php41 public function getTemplate() function in Twig\\Profiler\\Profile
/plugin/asciidocjs/node_modules/nunjucks/src/
Denvironment.js190 _proto.getTemplate = function getTemplate(name, eagerCompile, parentName, ignoreMissing, cb) { function
295 this.getTemplate(name, function (err, tmpl) {

12