| /template/strap/resources/dictionary/ |
| H A D | material-design-icon-meta.json | 1 …tags":["Developer \/ Languages"],"author":"Michael Richins","version":"4.0.96"},{"id":"E20665F3-53… array
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | CheckSecurityNode.php | 36 $tags = $filters = $functions = []; 37 foreach (['tags', 'filters', 'functions'] as $type) { 52 ->write('static $tags = ')->repr(array_filter($tags))->raw(";\n") 59 ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n") 68 … ->write("if (\$e instanceof SecurityNotAllowedTagError && isset(\$tags[\$e->getTagName()])) {\n") 70 ->write("\$e->setTemplateLine(\$tags[\$e->getTagName()]);\n")
|
| /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/twigstarter/vendor/twig/twig/src/NodeVisitor/ |
| D | SandboxNodeVisitor.php | 35 private $tags; variable in Twig\\NodeVisitor\\SandboxNodeVisitor 45 $this->tags = []; 51 // look for 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/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/strap/syntax/ |
| H A D | xmlprotectedtag.php | 22 $tags = self::TAGS; 24 $tags[] = PrismTags::FILE_TAG; 26 return $tags; 74 const TAGS = [ define in syntax_plugin_combo_xmlprotectedtag
|
| H A D | text.php | 27 const TAGS = ["typo", self::TAG]; define in syntax_plugin_combo_text 88 foreach (self::TAGS as $tag) { 97 foreach (self::TAGS as $tag) {
|
| /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 | SecurityPolicy.php | 39 public function setAllowedTags(array $tags) argument 41 $this->allowedTags = $tags; 67 public function checkSecurity($tags, $filters, $functions) argument 69 foreach ($tags as $tag) {
|
| D | SecurityPolicyInterface.php | 22 * @param string[] $tags 28 public function checkSecurity($tags, $filters, $functions); argument
|
| /template/icke/ |
| D | components.php | 88 /** @var helper_plugin_tagging $tags */ 89 $tags = plugin_load('helper','tagging'); 90 if ($tags !== null) { 92 $tags->tpl_tags();
|
| /template/kajukkd/fonts/ |
| D | selection.json | 1 …tags":["activity"],"grid":24},"attrs":[],"properties":{"id":1,"order":4,"prevSize":24,"code":59648… array
|
| /template/mikio/lang/en/ |
| H A D | settings.php | 11 $lang['iconTag'] = 'Tag to use to for icon tags. The default is \'icon\' but this ca… 12 it conflicts with any plugins. Set to blank to disable icon tags'; 60 $lang['tagsConsolidate'] = 'Consolidate page tags to hero, content header or sidebar'; 61 $lang['tagsShowHero'] = 'Show tags in the page hero'; 220 $lang['sidebarLeftRow1_o_tags'] = 'tags'; 226 $lang['sidebarLeftRow2_o_tags'] = 'tags'; 232 $lang['sidebarLeftRow3_o_tags'] = 'tags'; 238 $lang['sidebarLeftRow4_o_tags'] = 'tags';
|
| /template/strap/vendor/symfony/yaml/Command/ |
| H A D | LintCommand.php | 64 ->addOption('parse-tags', null, InputOption::VALUE_NEGATABLE, 'Parse custom tags', null) 97 $flags = $input->getOption('parse-tags'); 202 …s, $erroredFiles, $suggestTagOption ? ' Use the --parse-tags option if you want parse custom tags.… 219 $v['message'] .= ' Use the --parse-tags option if you want parse custom tags.';
|
| /template/a_new_day/js/ |
| D | builder.js | 25 // note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken, 38 // see if browser added wrapping tags 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 | 25 // note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken, 38 // see if browser added wrapping tags 118 var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " + 125 tags.each( function(tag){
|
| /template/mikio/conf/ |
| H A D | metadata.php | 75 …w1'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 77 …w2'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 79 …w3'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags'] 81 …w4'] = ['multichoice', '_choices' => ['none', 'logged in user', 'search', 'content', 'tags']
|
| /template/writr/.github/workflows/ |
| D | release.yml | 5 tags: 28 PREV_TAG=$(git describe --tags --abbrev=0 HEAD^)
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | SandboxTokenParser.php | 38 // in a sandbox tag, only include tags are allowed 46 …throw new SyntaxError('Only "include" tags are allowed within a "sandbox" section.', $node->getTem…
|
| /template/templar/less/ |
| D | code.less | 46 // Account for some code outputs that place code tags in pre tags
|
| /template/dokubootstrapsimplified/js/ |
| D | modifications.js | 6 //since it isn't a direct child of an <li>. So we simply remove all <bdi> tags. 12 // add text-primariy to all header tags (h1,h2 etc) to the content
|
| /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]),
|