/template/twigstarter/vendor/twig/twig/src/Node/ |
H A D | Node.php | 30 private $name; variable in Twig\\Node\\Node 100 public function hasAttribute($name) 108 public function getAttribute($name) 121 public function setAttribute($name, $value) 126 public function removeAttribute($name) 134 public function hasNode($name) 142 public function getNode($name) 151 public function setNode($name, self $node) 156 public function removeNode($name) 182 public function setTemplateName($name/*, $triggerDeprecation = true */)
|
/template/twigstarter/vendor/twig/twig/src/Loader/ |
H A D | FilesystemLoader.php | 139 public function getSourceContext($name) 148 public function getCacheKey($name) 161 public function exists($name) 172 public function isFresh($name, $time) 192 protected function findTemplate($name, $throw = true) 253 private function normalizeName($name) 258 private function parseName($name, $default = self::MAIN_NAMESPACE) 274 private function validateName($name)
|
H A D | ArrayLoader.php | 47 public function setTemplate($name, $template) 52 public function getSourceContext($name) 62 public function exists($name) 67 public function getCacheKey($name) 76 public function isFresh($name, $time)
|
H A D | LoaderInterface.php | 33 public function getSourceContext($name); 44 public function getCacheKey($name); 57 public function isFresh($name, $time); 66 public function exists($name);
|
H A D | ChainLoader.php | 50 public function getSourceContext($name) 68 public function exists($name) 83 public function getCacheKey($name) 101 public function isFresh($name, $time)
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | Environment.php | 297 public function getTemplateClass($name, $index = null) 316 public function render($name, array $context = []) 331 public function display($name, array $context = []) 347 public function load($name) 379 public function loadTemplate($name, $index = null) 387 public function loadClass($cls, $name, $index = null) 480 public function isTemplateFresh($name, $time) 794 public function getFilter($name) 846 public function getTest($name) 868 public function getFunction($name) [all …]
|
H A D | Parser.php | 217 public function pushBlockStack($name) 222 public function hasBlock($name) 227 public function getBlock($name) 232 public function setBlock($name, BlockNode $value) 237 public function hasMacro($name) 242 public function setMacro($name, MacroNode $node) 250 public function isReservedMacroName($name) 274 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null)
|
H A D | Template.php | 140 public function displayParentBlock($name, array $context, array $blocks = []) 162 …public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $t… 222 public function renderParentBlock($name, array $context, array $blocks = []) 247 public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) 271 public function hasBlock($name, array $context, array $blocks = [])
|
H A D | TemplateWrapper.php | 66 public function hasBlock(string $name, array $context = []): bool 91 public function renderBlock(string $name, array $context = []): string 119 public function displayBlock(string $name, array $context = [])
|
H A D | Source.php | 22 private $name; variable in Twig\\Source 30 public function __construct(string $code, string $name, string $path = '')
|
H A D | TwigTest.php | 27 private $name; variable in Twig\\TwigTest 39 public function __construct(string $name, $callable = null, array $options = [])
|
H A D | ExtensionSet.php | 181 public function getFunction(string $name) 240 public function getFilter(string $name) 368 public function getTest(string $name)
|
H A D | TwigFunction.php | 28 private $name; variable in Twig\\TwigFunction 40 public function __construct(string $name, $callable = null, array $options = [])
|
/template/twigstarter/vendor/composer/ |
H A D | installed.json | 4 "name": "symfony/polyfill-ctype", string 34 "name": "symfony/polyfill", string 53 "name": "Gert de Pagter", string 57 "name": "Symfony Community", string 119 "name": "symfony/polyfill", string 138 "name": "Nicolas Grekas", string 175 "name": "symfony/polyfill-php72", string 218 "name": "Nicolas Grekas", string 254 "name": "twig/twig", string 306 "name": "Twig Team", string [all …]
|
/template/bootstrap3/inc/ |
H A D | simple_html_dom.php | 965 function __get($name) 979 function __set($name, $value) 1001 function __isset($name) 1012 function __unset($name) 1260 function getAttribute($name) 1265 function setAttribute($name, $value) 1270 function hasAttribute($name) 1275 function removeAttribute($name) 1328 function getElementByTagName($name) 2289 function __get($name) [all …]
|
/template/kajukkd/fonts/ |
H A D | selection.json | 1 …24},"attrs":[],"properties":{"id":1,"order":4,"prevSize":24,"code":59648,"name":"activity"},"setId… string
|
/template/mikio/inc/ |
H A D | simple_html_dom.php | 969 function __get($name) 983 function __set($name, $value) 1005 function __isset($name) 1016 function __unset($name) 1264 function getAttribute($name) 1269 function setAttribute($name, $value) 1274 function hasAttribute($name) 1279 function removeAttribute($name) 1332 function getElementByTagName($name) 2295 function __get($name) [all …]
|
/template/twigstarter/vendor/symfony/polyfill-php72/ |
H A D | composer.json | 2 "name": "symfony/polyfill-php72", string 10 "name": "Nicolas Grekas", string 14 "name": "Symfony Community", string 31 "name": "symfony/polyfill", string
|
/template/twigstarter/vendor/symfony/polyfill-ctype/ |
H A D | composer.json | 2 "name": "symfony/polyfill-ctype", string 10 "name": "Gert de Pagter", string 14 "name": "Symfony Community", string 37 "name": "symfony/polyfill", string
|
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | composer.json | 2 "name": "symfony/polyfill-mbstring", string 10 "name": "Nicolas Grekas", string 14 "name": "Symfony Community", string 37 "name": "symfony/polyfill", string
|
/template/twigstarter/vendor/twig/twig/ |
H A D | composer.json | 2 "name": "twig/twig", string 11 "name": "Fabien Potencier", string 17 "name": "Twig Team", string 21 "name": "Armin Ronacher", string
|
/template/m1/ |
H A D | script.js | 48 execute: function(action, name, callback) { argument 182 open: function(name, callback) { argument 185 close: function(name, callback) { argument 188 toggle: function(name, callback) { argument 192 toogle: function(name, callback) { argument
|
/template/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 606 nodeName: function( elem, name ) { argument 1889 attr: function( name, value ) { argument 1893 removeAttr: function( name ) { argument 1899 prop: function( name, value ) { argument 1903 removeProp: function( name ) { argument 4408 var name = match[1], variable 4509 var name = match[1], variable 4541 var name = match[2], variable 5340 }, function( name, fn ) { argument 5931 }, function( name, original ) { argument [all …]
|
/template/breeze/bower_components/gumby/ |
H A D | composer.json | 2 "name": "gumbyframework/gumby", string 9 "name": "Digital Surgeons", string
|
/template/icke/ |
H A D | functions.php | 5 function icke_getFile($name) { 88 function icke_navi($link,$name='',$class='',$popup='',$active=false,$sep=false){
|