Home
last modified time | relevance | path

Searched refs:tags (Results 326 – 350 of 538) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/codeprettify/code-prettify/
H A DREADME.md44 // will not interfere with embedded <a href="#voila2">tags</a>.
/plugin/icons/assets/typicons/
H A Dtypicons.css849 .typcn-tags:before {
H A Dtypicons.min.css1 …s-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e1…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …29"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f0…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1tags::before{content:"\F7B5"}.mdi-cloud-upload::before{content:"\F167"}.mdi-cloud-upload-outline::…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js25038 tags: domplate(
25232 return browser.infoTip = this.tags.infoTipTag.append({}, getBody(doc));
25335 this.tags.colorTag.replace({rgbValue: color}, infoTip);
25344 this.tags.imgTag.replace({urlValue: url, repeat: repeat}, infoTip);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css334 tags:
390 tags:
574 tags:
635 tags:
676 tags:
703 tags:
729 tags:
769 tags:
992 tags:
1151 tags:
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml126 …ash tests" runner="test/index.html?build=../dist/lodash.js&noglobals=true" tags=development
127 …dash tests" runner="test/index.html?build=../dist/lodash.min.js&noglobals=true" tags=production
128 …ash-fp tests" runner="test/fp.html?noglobals=true" tags=development
129 …ests" runner="test/underscore.html?build=../dist/lodash.js" tags=development,undersc…
130 …ests" runner="test/underscore.html?build=../dist/lodash.min.js" tags=production,undersco…
131 …ts" runner="test/backbone.html?build=../dist/lodash.js" tags=development,backbone
132 …sts" runner="test/backbone.html?build=../dist/lodash.min.js" tags=production,backbone
133 …ts" runner="test/backbone.html?build=../dist/lodash.core.js" tags=development,backbone
134 …sts" runner="test/backbone.html?build=../dist/lodash.core.min.js" tags=production,backbone
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js83 tags = getOption('tags', []), variable
115 var isAMD = _.includes(tags, 'amd'),
116 isBackbone = _.includes(tags, 'backbone'),
117 isModern = _.includes(tags, 'modern');
189 'tags': tags, property in jobOptions
/plugin/webcomponent/_test/
H A Dcardcolumns.test.php19 $tags = array (
23 $this->assertEquals($tags, $componentNames);
/plugin/data-au/syntax/
H A Dtaglist.php37 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument
38 parent::_cloud_weight($tags, $min, $max, $levels);
41 arsort($tags);
H A Dcloud.php157 $tags = array();
163 $tags[$row['value']]['cnt'] = $row['cnt'];
164 $tags[$row['value']]['value'] = $row['value'];
166 $this->_cloud_weight($tags, $min, $max, 5);
170 foreach($tags as $tag) {
194 protected function _cloud_weight(&$tags, $min, $max, $levels) { argument
204 foreach($tags as $tag) {
207 $tags[$tag['value']]['lvl'] = $tresh;
210 $tags[$tag['value']]['lvl'] = $levels;
215 ksort($tags);
/plugin/sincetil/
H A DSYNTAX.md4 Then the date/time goes in a pair of <sincetil></sincetil> tags.
/plugin/pixelyear/
H A DSYNTAX.md6 tags.
8 Between the tags is a list dates with a month, day and 'pixel' separated with a pipe character "|" …
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst15 values when the template is evaluated, and **tags**, which control the logic
96 variable but the print statement. When accessing variables inside tags,
139 :doc:`set<tags/set>` tag:
170 :doc:`filter<tags/filter>` tag:
256 ``users``, use the :doc:`for<tags/for>` tag:
267 The :doc:`if<tags/if>` tag can be used to test an expression:
279 Go to the :doc:`tags<tags/index>` page to learn more about the built-in tags.
362 In this example, the :doc:`block<tags/block>` tags define four blocks that
495 :doc:`verbatim<tags/verbatim>`.
516 :doc:`import<tags/import>` tag before being used:
[all …]
H A Dindex.rst16 tags/index
H A Dinstallation.rst114 .. _`download page`: https://github.com/twigphp/Twig/tags
H A Dintro.rst22 developer to define their own custom tags and filters, and to create their own DSL.
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php73 public function checkSecurity($tags, $filters, $functions) argument
76 $this->policy->checkSecurity($tags, $filters, $functions);
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md42 …ory and `$release` is in `X.Y.Z` format then the output of `git describe --tags` is returned as-is.
43 …n a string is returned that begins with `X.Y` and ends with information from `git describe --tags`.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst678 This allows you to use the keys of an array as xml tags.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst8 Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not
9 whitespace within HTML tags or whitespace in plain text:
35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
53 (think of ``textarea`` or ``pre`` tags for instance). Using a third-party
60 you can also use the whitespace control modifier on your tags.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dparent.rst20 .. seealso:: :doc:`extends<../tags/extends>`, :doc:`block<../functions/block>`, :doc:`block<../tags
H A Dtemplate_from_string.rst27 takes a template as an argument (like the ``embed`` or ``extends`` tags).
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dblock.rst6 :doc:`extends<../tags/extends>` tag.
11 …s/block>`, :doc:`parent<../functions/parent>`, :doc:`use<../tags/use>`, :doc:`extends<../tags/exte…

1...<<11121314151617181920>>...22