Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 192) sorted by relevance

12345678

/template/bs4simple/css/
Dmy.css1 div.dokuwiki div.tags,
7 div.dokuwiki div.tags {
19 div.dokuwiki div.tags span,
25 div.tags::before{
/template/twigstarter/vendor/twig/twig/src/Node/
DCheckSecurityNode.php36 $tags = $filters = $functions = [];
52 ->write('static $tags = ')->repr(array_filter($tags))->raw(";\n")
59 ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n")
/template/writr2/css/plugins/
Dtag.less4 .dokuwiki div.tags,
26 .dokuwiki div.tags,
48 .dokuwiki div.tags {
60 .dokuwiki div.tags span,
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DSandboxNodeVisitor.php35 private $tags; variable in Twig\\NodeVisitor\\SandboxNodeVisitor
45 $this->tags = [];
52 if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) {
53 $this->tags[$node->getNodeTag()] = $node;
105 …$node->setNode('class_end', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->fu…
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php39 public function setAllowedTags(array $tags) argument
41 $this->allowedTags = $tags;
67 public function checkSecurity($tags, $filters, $functions) argument
69 foreach ($tags as $tag) {
DSecurityPolicyInterface.php22 * @param string[] $tags
28 public function checkSecurity($tags, $filters, $functions); argument
/template/icke/
Dcomponents.php89 $tags = plugin_load('helper','tagging');
90 if ($tags !== null) {
92 $tags->tpl_tags();
/template/strap/syntax/
H A Dxmlprotectedtag.php22 $tags = self::TAGS;
24 $tags[] = PrismTags::FILE_TAG;
26 return $tags;
/template/sugna/nbproject/
Dproject.properties5 tags.asp=false
6 tags.short=true
/template/dokui/nbproject/
Dproject.properties5 tags.asp=false
6 tags.short=false
/template/readthedokus/
H A DREADME.md29 …wesome. Don't forget to put the necessary tags in the option below. Technically, this option only …
30 |Specify a tag to include Font Awesome|Specify tags to include FontAwesome.The tags specified here …
31 … Fonts. Don't forget to put the necessary tags in the option below. Technically, this option only …
32 |Specify tags to include Google Fonts|Specify tags to include Google Fonts. The tags specified here…
116 …t, check the option in the configuration manager to enable it. Change the tags in the following op…
/template/templar/less/
Dcode.less46 // Account for some code outputs that place code tags in pre tags
/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php73 public function checkSecurity($tags, $filters, $functions) argument
76 $this->policy->checkSecurity($tags, $filters, $functions);
/template/writr/css/plugins/
Dtag.less39 div.tags,
50 div.tags {
/template/a_new_day/js/
Dbuilder.js118 var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " +
125 tags.each( function(tag){
/template/battlehorse/js/
Dbuilder.js118 var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " +
125 tags.each( function(tag){
/template/prsnl10/js/iepngfix/
Diepngfix.htc157 var tags = [
166 t = tags.length,
169 var pFix = elm.all.tags(tags[t]),
/template/mnml-blog/js/iepngfix/
Diepngfix.htc157 var tags = [
166 t = tags.length,
169 var pFix = elm.all.tags(tags[t]),
/template/ad-hominem/css/
H A D_footnotes.css23 /* .dokuwiki sup, .dokuwiki sub {ignore subscript and superscript tags!
65 sup { /* ignore superscript tags! */
/template/bootstrap3/
Ddetail.php391 $tags = tpl_get_img_meta(); variable
393 foreach($tags as $tag) {
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php228 $selectors = $this->compileSelectors($block->tags);
2758 if ($this->tags($tags) && $this->literal('{', false)) {
2759 $tags = $this->fixTags($tags);
2760 $this->pushBlock($tags);
2779 foreach ($block->tags as $tag) {
2787 foreach ($block->tags as $tag) {
2805 if ($this->mixinTags($tags) &&
2809 $tags = $this->fixTags($tags);
2810 $this->append(array('mixin', $tags, $argv, $suffix), $s);
2831 protected function fixTags($tags) { argument
[all …]
/template/roundbox/
Droundbox.php298 $tags = array(
335 foreach ($tags as $tagname => $meta) {//do
/template/bootstrap3/css/plugins/
Dtag.less14 div.tags {
/template/simple_sidebar/
Dstyle.css73 div.dokuwiki div.tags {
80 div.dokuwiki div.tags span {
/template/khum1/css/
Dplugin.less61 div.dokuwiki th.tags,
68 div.dokuwiki td.tags,

12345678