Home
last modified time | relevance | path

Searched full:tags (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/template/strap/resources/dictionary/
H A Dmaterial-design-icon-meta.json1tags":["Developer \/ Languages"],"author":"Michael Richins","version":"4.0.96"},{"id":"E20665F3-53… array
/template/twigstarter/vendor/twig/twig/src/Node/
DCheckSecurityNode.php36 $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/
Dmy.css1 div.dokuwiki div.tags,
7 div.dokuwiki div.tags {
19 div.dokuwiki div.tags span,
25 div.tags::before{
/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 = [];
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 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/strap/syntax/
H A Dxmlprotectedtag.php22 $tags = self::TAGS;
24 $tags[] = PrismTags::FILE_TAG;
26 return $tags;
74 const TAGS = [ define in syntax_plugin_combo_xmlprotectedtag
H A Dtext.php27 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/
Dproject.properties5 tags.asp=false
6 tags.short=true
/template/dokui/nbproject/
Dproject.properties5 tags.asp=false
6 tags.short=false
/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.php88 /** @var helper_plugin_tagging $tags */
89 $tags = plugin_load('helper','tagging');
90 if ($tags !== null) {
92 $tags->tpl_tags();
/template/kajukkd/fonts/
Dselection.json1tags":["activity"],"grid":24},"attrs":[],"properties":{"id":1,"order":4,"prevSize":24,"code":59648… array
/template/mikio/lang/en/
H A Dsettings.php11 $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 DLintCommand.php64 ->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/
Dbuilder.js25 // 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/
Dbuilder.js25 // 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 Dmetadata.php75 …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/
Drelease.yml5 tags:
28 PREV_TAG=$(git describe --tags --abbrev=0 HEAD^)
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DSandboxTokenParser.php38 // 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/
Dcode.less46 // Account for some code outputs that place code tags in pre tags
/template/dokubootstrapsimplified/js/
Dmodifications.js6 //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/
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]),

12345678910>>...13