| /template/bs4simple/css/ |
| D | my.css | 1 div.dokuwiki div.tags, 7 div.dokuwiki div.tags { 19 div.dokuwiki div.tags span, 25 div.tags::before{
|
| /template/writr2/css/plugins/ |
| D | tag.less | 4 .dokuwiki div.tags, 26 .dokuwiki div.tags, 48 .dokuwiki div.tags { 60 .dokuwiki div.tags span,
|
| /template/icke/ |
| D | components.php | 89 $tags = plugin_load('helper','tagging'); 90 if ($tags !== null) { 92 $tags->tpl_tags();
|
| /template/twigstarter/vendor/twig/twig/src/NodeVisitor/ |
| D | SandboxNodeVisitor.php | 40 private $tags; variable in Twig\\NodeVisitor\\SandboxNodeVisitor 50 $this->tags = []; 55 if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) { 56 $this->tags[$node->getNodeTag()] = $node->getTemplateLine(); 102 …Node('class_end', new Nodes([new CheckSecurityNode($this->filters, $this->tags, $this->functions),…
|
| /template/sugna/nbproject/ |
| D | project.properties | 5 tags.asp=false 6 tags.short=true
|
| /template/dokui/nbproject/ |
| D | project.properties | 5 tags.asp=false 6 tags.short=false
|
| /template/twigstarter/vendor/twig/twig/src/Sandbox/ |
| D | SecurityPolicyInterface.php | 22 * @param string[] $tags 28 public function checkSecurity($tags, $filters, $functions): void; argument
|
| D | SecurityPolicy.php | 40 public function setAllowedTags(array $tags): void argument 42 $this->allowedTags = $tags; 82 public function checkSecurity($tags, $filters, $functions): void argument 84 foreach ($tags as $tag) {
|
| /template/strap/syntax/ |
| H A D | xmlprotectedtag.php | 22 $tags = self::TAGS; 24 $tags[] = PrismTags::FILE_TAG; 26 return $tags;
|
| /template/readthedokus/ |
| H A D | README.md | 29 …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/ |
| D | code.less | 46 // Account for some code outputs that place code tags in pre tags
|
| /template/writr/css/plugins/ |
| H A D | tag.less | 39 div.tags, 50 div.tags {
|
| /template/a_new_day/js/ |
| D | builder.js | 118 var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " + 125 tags.each( function(tag){
|
| /template/battlehorse/js/ |
| D | builder.js | 118 var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " + 125 tags.each( function(tag){
|
| /template/ad-hominem/css/ |
| H A D | _footnotes.css | 23 /* .dokuwiki sup, .dokuwiki sub {ignore subscript and superscript tags! 65 sup { /* ignore superscript tags! */
|
| /template/writr/font/bootstrap-icons/ |
| H A D | tags-fill.svg | 1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tags-fill" viewBox="0 0 …
|
| H A D | tags.svg | 1 ….w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tags" viewBox="0 0 16 16…
|
| /template/prsnl10/js/iepngfix/ |
| D | iepngfix.htc | 157 var tags = [ 166 t = tags.length, 169 var pFix = elm.all.tags(tags[t]),
|
| /template/mnml-blog/js/iepngfix/ |
| D | iepngfix.htc | 157 var tags = [ 166 t = tags.length, 169 var pFix = elm.all.tags(tags[t]),
|
| /template/bootstrap3/ |
| D | detail.php | 391 $tags = tpl_get_img_meta(); variable 393 foreach($tags as $tag) {
|
| /template/bootstrap3/css/plugins/ |
| D | tag.less | 14 div.tags {
|
| /template/roundbox/ |
| D | roundbox.php | 298 $tags = array( 335 foreach ($tags as $tagname => $meta) {//do
|
| /template/hydrogen/ |
| D | README.md | 10 You can use `<aside>` tags and get nice side blocks.
|
| /template/navigator/navigator/navigatorlabels/ |
| H A D | plugin.info.txt | 8 tags navigator, theme, labels, multilingual, sorting, autolist, autindex, ui, customization, link
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 228 $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 …]
|