Home
last modified time | relevance | path

Searched defs:template (Results 76 – 100 of 151) sorted by path

1234567

/plugin/doodle4/
H A Dsyntax.php255 public $template = array(); // output values for doodle_template.php variable in syntax_plugin_doodle4
/plugin/farm/
H A Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) {
/plugin/farmer/admin/
H A Dnew.php175 createNewAnimal($name, $adminSetup, $adminPassword, $template, $aclpolicy, $userreg) global() argument
[all...]
/plugin/farmsync/meta/
H A DTemplateUpdates.php8 public function updateEntity($template, $source, $target) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php81 protected function renderItemTemplate(\Text_Template $template, array $data)
160 protected function setCommonTemplateVariables(\Text_Template $template, AbstractNode $node)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php132 …renderTraitOrClassItems(array $items, \Text_Template $template, \Text_Template $methodItemTemplate)
222 protected function renderFunctionItems(array $functions, \Text_Template $template)
245 … protected function renderFunctionOrMethodItem(\Text_Template $template, array $item, $indent = '')
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …cal-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{ba… selector
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6 …se strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1|… argument
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php21 protected $template = ''; variable in Text_Template
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dsource4.php7 getHtml($template);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2181 protected function prepareTemplate(Text_Template $template)
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception)
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c701 zval *template; in PHP_FUNCTION() local
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php540 public function createTemplate($template)
H A DParser.php323 public function embedTemplate(ModuleNode $template)
H A DTemplate.php343 protected function loadTemplate($template, $templateName = null, $line = null, $index = null)
H A DTemplateWrapper.php22 private $template; variable in Twig\\TemplateWrapper
30 public function __construct(Environment $env, Template $template)
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1536 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, …
H A DStringLoaderExtension.php49 function twig_template_from_string(Environment $env, $template)
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php49 public function setTemplate($name, $template)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php28 public function __construct(\Twig_NodeInterface $name, $template = null, $lineno, $tag = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php26 private $template; variable in Twig\\Profiler\\Profile
33 public function __construct($template = 'main', $type = self::ROOT, $name = 'main')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php26 public function testCanOnlyAssignToNames($template)
55 public function testArrayExpression($template, $expected)
68 public function testArraySyntaxError($template)
175 public function testStringExpression($template, $expected)
270 public function testMacroDefinitionDoesNotSupportNonConstantDefaultValues($template)
289 public function testMacroDefinitionSupportsConstantDefaultValues($template)
H A DLexerTest.php60 protected function countToken($template, $type, $value = null)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php117 public function testSandboxUnallowedToString($template)
152 public function testSandboxAllowedToString($template, $output)

1234567