Home
last modified time | relevance | path

Searched refs:name (Results 76 – 100 of 595) sorted by relevance

12345678910>>...24

/template/sprintdoc/tpl/
H A Dmain-sidebar-nav.php101 foreach($crumbs as $id => $name) {
103 tpl_link(wl($id), hsc($name), 'title="' . $id . '"');
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php94 public function getTests($name, $legacyTests = false) argument
246 foreach (array_keys($templates) as $name) {
247 echo "Template: $name\n";
248 … echo $twig->compile($twig->parse($twig->tokenize($twig->getLoader()->getSourceContext($name))));
H A DNodeTestCase.php54 protected function getVariableGetter($name, $line = false) argument
58 return sprintf('%s($context["%s"] ?? null)', $line, $name);
/template/strap/
H A DTODO.md19 <meta name="msapplication-TileColor" content="#da532c">
20 <meta name="theme-color" content="#ffffff">
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DApplyTokenParser.php32 $name = $this->parser->getVarName();
34 $ref = new TempNameExpression($name, $lineno);
/template/white/
H A Dtpl_functions.php53 foreach($crumbs as $id => $name) {
57 tpl_link(wl($id), hsc($name), 'class="breadcrumbs" title="'.$id.'"');
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php149 $name = $filter->getNode('filter')->getAttribute('value');
151 $type = $env->getFilter($name)->getPreEscape();
196 $name = new ConstantExpression('escape', $line);
199 return new FilterExpression($node, $name, $args, $line);
H A DMacroAutoImportNodeVisitor.php58 $name = $node->getNode('attribute')->getAttribute('value');
59 …$node = new MethodCallExpression($node->getNode('node'), 'macro_'.$name, $node->getNode('arguments…
/template/docnavwiki/script/
H A Dnavbar.js18 e.name === 'QuotaExceededError' ||
20 e.name === 'NS_ERROR_DOM_QUOTA_REACHED') &&
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php25 public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) argument
27 $nodes = ['name' => $name];
/template/breeze/bower_components/modular-scale/
H A Dmodular-scale.gemspec1 # Replace extension with the name of your extension's .rb file
10 # Replace "modular-scale" with the name of your extension
11 s.name = "modular-scale"
/template/twigstarter/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php38 foreach ($this->{'used'.ucfirst($type)} as $name => $node) {
40 ${$type}[$name] = $node->getTemplateLine();
/template/sprintdoc/
H A Dsvg.php13 * @param string $name Name of the new node
17 public function prependChild($name, $value = null) { argument
21 $dom->ownerDocument->createElement($name, $value),
256 * Alternatively takes a replacement name from the current template's style.ini
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php38 public function __construct(Node $node, string $name, ?Node $arguments, int $lineno) argument
57 parent::__construct($node, $name, $arguments, $lineno);
/template/starterpjax/
H A Djquery.pjax.js461 name: '_method',
470 form.append($('<input>', {type: 'hidden', name: pair[0], value: pair[1]}))
474 form.append($('<input>', {type: 'hidden', name: key, value: data[key]}))
750 var name = $(this).attr('http-equiv')
751 return name && name.toUpperCase() === 'X-PJAX-VERSION'
/template/ospyramid/js/libs/
H A Drespond.js134 var name = "clientWidth",
135 docElemProp = docElem[ name ],
136 currWidth = doc.compatMode === "CSS1Compat" && docElemProp || doc.body[ name ] || docElemProp,
/template/codowik/js/
H A Dlayout.js1126 , lName = options.name
1819 , name = o.name
1858 $N.bind("layout"+ name.toLowerCase() +"."+ sID, Instance[ layoutMethods[name] || name ]);
2251 name: pane property in Instance
2301 , name; variable
2304 $P.bind("layoutpane"+ name.toLowerCase() +"."+ sID, Instance[ paneMethods[name] || name ]);
5172 , read: function (name) { argument
5216 , clear: function (name) {
5323 $.ui.cookie.clear( o.stateManagement.cookie.name || o.name || "Layout" );
5661 , name;
[all …]
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DEscaperExtension.php78 * @param string $name The template name
82 public function getDefaultStrategy($name) argument
87 return \call_user_func($this->defaultStrategy, $name);
/template/comicslate/css/
H A Dsearch.less17 input[name="q"],
28 input[name="q"] {
/template/breeze/bower_components/gumby/js/
H A Dplugins.js2 …ery\d+$/;$.each(m.attributes,function(p,o){if(o.specified&&!n.test(o.name)){l[o.name]=o.value}});r…
/template/bootstrap3/
H A Ddetail.php281 <meta name="viewport" content="width=device-width,initial-scale=1" />
319 <a name="dokuwiki__top" id="dokuwiki__top"></a>
464 $name = str_ireplace("$section.", '', $tag); variable
467 echo "<tr><th title='$tag'>$name</th><td>$value</td></tr>";
H A DEventHandlers.php186 $form->getElementAt($form->findPositionByAttribute('name', 'do[save]'))
189 $form->getElementAt($form->findPositionByAttribute('name', 'do[preview]'))
192 $form->getElementAt($form->findPositionByAttribute('name', 'do[cancel]'))
229 switch ($event->name) {
360 if ($event->name == 'SEARCH_RESULT_PAGELOOKUP') {
364 if ($event->name == 'SEARCH_RESULT_FULLPAGE') {
/template/twigstarter/vendor/composer/
H A DInstalledVersions.php76 foreach ($installed['versions'] as $name => $package) {
78 $packagesByType[] = $name;
/template/dokubook2/lang/en/
H A Dindex.txt2 Put mouse over name. Select red arrow for TOC.
/template/twigstarter/vendor/twig/twig/src/Cache/
H A DNullCache.php21 public function generateKey($name, $className) argument

12345678910>>...24