Home
last modified time | relevance | path

Searched refs:tag (Results 301 – 325 of 1150) sorted by relevance

1...<<11121314151617181920>>...46

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php98 foreach ($this->tags as $tag) {
99 $tags[] = '{' . $formatter->format($tag) . '}';
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception) argument
29 $twig->addTokenParser(new SimpleTokenParser($tag, $grammar));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D45.45.js.map1tag'],\n '@default': ['', { token: 'tag', next: '@tag.$1' }]\n …
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst4 The ``extends`` tag can be used to extend a template from another one.
9 one extends tag called per rendering. However, Twig supports horizontal
38 All the ``block`` tag does is to tell the template engine that a child
64 The ``extends`` tag is the key here. It tells the template engine that this
66 template, first it locates the parent. The extends tag should be the first tag
73 template. This limitation exists because a block tag works in "both"
74 directions. That is, a block tag doesn't just provide a hole to fill - it also
106 Twig allows you to put the name of the block after the end tag for better
214 without the ``block`` tag. The ``block`` inside the ``for`` loop is just a way
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt159 tag any tag from "<" till ">"
168 keyword HTML tag
169 tag any tag from "<" till ">"
172 attribute tag's attribute with or without value
177 keyword HTML tag when in selectors, CSS keyword when in rules
196 tag any tag from "<" till ">"
199 attribute tag's attribute with or withou value
201 template_tag template tag {% .. %}
204 filter filter from "|" till the next filter or the end of tag
267 xmlDocTag xmldoc tag ("///", "<!--", "-->", "<..>")
[all …]
/plugin/combo/syntax/
H A Dxmlblockemptytag.php44 * Empty tag may be also block (ie Navigational {@link BreadcrumbTag} for instance
56 // should be before all container tag
64 foreach(self::getEmptyBlockTag() as $tag) {
65 $pattern = PluginUtility::getEmptyTagPattern($tag);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php34 * @param string $tag The tag name
36 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null) argument
46 parent::__construct($nodes, $attributes, $lineno, $tag);
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js130 tags.each( function(tag){ argument
131 scope[tag] = function() {
132 return Builder.node.apply(Builder, [tag].concat($A(arguments)));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIfNode.php24 …ion __construct(\Twig_NodeInterface $tests, \Twig_NodeInterface $else = null, $lineno, $tag = null) argument
31 parent::__construct($nodes, [], $lineno, $tag);
H A DWithNode.php23 …public function __construct(Node $body, Node $variables = null, $only = false, $lineno, $tag = nul… argument
30 parent::__construct($nodes, ['only' => (bool) $only], $lineno, $tag);
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListBlockRenderer.php
/plugin/tag/syntax/
H A Dtagpage.php3 * Tag Plugin: Display a link to the listing of all pages with a certain tag.
11 /** Tagpage syntax, allows to link to a given tag */
53 $match = trim(substr($match, 10, -2)); // get given tag
56 [$tag, $flag] = array_pad(explode('&', $match[0], 2), 2, '');
58 $params['tag'] = trim($tag);
72 if($data['tag'] === '') return false;
82 if(!$helper = $this->loadHelper('tag')) {
86 $renderer->doc .= $helper->tagLink($data['tag'], $data['title'], $data['dynamic']);
/plugin/airtable/
H A DREADME.md67 `{{airtable>type: "record" | record-url: "theURL" | fields: "field1", "field2" | alt-tag: "ALT_TAG"…
72 * `alt-tag` - used if an image is found - Image
73 description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
84 `{{airtable>type: "image" | record-url: "URL" | alt-tag: "ALT_TAG" | image-size: "IMG_SIZE" | posit…
88 * `alt-tag: ` - Image description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
101 …rtable.com/tblZnH5CY11MZEboF/recAvmU5363ofWYR6" | image-size: "full" | alt-tag: "Digital Snake to …
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php20 …erface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag = null) argument
22 …onstruct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], [], $lineno, $tag);
/plugin/mikioplugin/
H A Dcarousel.php27 foreach ($tags[0] as $tag) {
28 preg_match_all('/([^\r\n\t\f\v<>= \'"]+)(?:=(["\'])?((?:.(?!\2?\s+(?:\S+)=|\2))+[^>])\2?)?/', $tag, $attributes);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php308 $record['tag'] = $this->read_tag();
312 $this->tables[$record['tag']] = $record;
327 if ($t['tag'] === 'head') {
335 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
384 function get_table_pos($tag) argument
386 if (!isset($this->tables[$tag])) {
389 $offset = $this->tables[$tag]['offset'];
390 $length = $this->tables[$tag]['length'];
407 function seek_table($tag, $offset_in_table = 0) argument
409 $tpos = $this->get_table_pos($tag);
524 get_table($tag) global() argument
535 add($tag, $data) global() argument
[all...]
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt391 The tag pair section is composed of a series of zero or more tag pairs.
395 the tag name and the string token is the tag value associated with the tag
410 tag name and the tag value.
432 structure of a tag pair remains the same: left bracket, tag name, tag value,
446 the STR tag pairs appear before any other tag pairs. (The STR tag pairs must
448 any additional tag pairs appear in ASCII order by tag name.
539 the tag value.
565 the tag value.
1131 document. If a SetUp tag appears with a tag value of "1", the FEN tag pair is
2667 <tag-section> ::= <tag-pair> <tag-section>
[all …]
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js54tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u2… property in k
/plugin/cumulus/
H A Dsyntax.php114 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
118 $cloud = $this->_getTagCloud($options['max'], $min, $max, $tag);
141 resolve_pageID($tag->namespace, $id, $exists);
255 function _getTagCloud($num, &$min, &$max, &$tag) { argument
256 $cloud = $tag->tagOccurrences(NULL, NULL, true);
/plugin/wysiwyg/
H A Dscript.js1 function getElementsByClassName(className, tag, elm){ argument
3 tag = tag || "*";
5 var elements = (tag == "*" && elm.all)? elm.all : elm.getElementsByTagName(tag);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php11 $tag = $this->getTagName();
100 if ($tag === 'FORMFEED') {
111 if ($tag === 'TOCPAGEBREAK') {
143 if ($tag === 'TOCPAGEBREAK') {
272 if ($tag === 'TOCPAGEBREAK') {
/plugin/googleanalytics/
H A DCHANGELOG.md42 [1.1.0]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/releases/tag/1.1.0
43 [1.0.1]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/releases/tag/1.0.1
44 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/releases/tag/1.0.0
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultImageAlt.txt
/plugin/rtmchecklist/
H A DREADME.md7 Create a list using a tag: <rtmchecklist>, each line before the ending tag </rtmchecklist> will be …
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst41 You can use a ``lipsum`` *tag*:
51 * The tag outputs something;
389 Most of the time though, a tag is not needed:
403 :doc:`filter <tags/filter>` tag:
416 :doc:`filter <tags/do>` tag.
445 Three steps are needed to define a new tag:
451 * Registering the tag.
453 Registering a new tag
512 the ``set`` tag.
751 Adding a tag in an extension can be done by overriding the
[all …]

1...<<11121314151617181920>>...46