Home
last modified time | relevance | path

Searched refs:tag (Results 726 – 750 of 1150) sorted by relevance

1...<<21222324252627282930>>...46

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dparent_block2.test2 "use" tag
H A Dparent_block.test2 "use" tag
/plugin/mikioplugin/syntax/
H A Dbutton.php14 public $tag = 'button'; variable in syntax_plugin_mikioplugin_button
H A Dnav.php17 public $tag = 'nav'; variable in syntax_plugin_mikioplugin_nav
H A Dquizitem.php20 public $tag = 'quiz-item';
15 public $tag = 'quiz-item'; global() variable in syntax_plugin_mikioplugin_quizitem
H A Dalert.php17 public $tag = 'alert'; variable in syntax_plugin_mikioplugin_alert
H A Dcarouselitem.php14 public $tag = 'carousel-item'; variable in syntax_plugin_mikioplugin_carouselitem
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ConvertDocumentToFragment.txt
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test15 …utside Twig blocks. Did you forget to put the content inside a {% block %} tag in "index.twig" at …
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md13 library via Composer, which will pull down the most recent tag.
/plugin/photogallery/
H A Dsyntax.php818 foreach($fields as $tag){
820 if (!empty($tag[0])) {
821 $t = array($tag[0]);
823 if (isset($tag[3]) && is_array($tag[3])) {
824 $t = array_merge($t,$tag[3]);
826 $tagAliases[$tag[1]] = $t;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters_arguments.test2 "autoescape" tag do not applies escaping on filter arguments
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dwith_extends.test2 "embed" tag
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php34 * The start tag pattern does not allow > or /
35 * in the data to not compete with the empty tag pattern (ie <empty/>
37 * No numbers to not have a greater than `<1200` as tag
119 LogUtility::warning("The exit tag (" . $logicalTag . ") was not processed.");
126 * Static because it handle inline and block tag
265 LogUtility::warning("The related tag should be closed. You should write <related/> and not <related>.");
269 LogUtility::warning("The enter tag (" . $logicalTag . ") was not processed.");
416 * Build tag Attributes
685 * @param $tag
688 * Create a lookahead pattern for a container tag use
690 getContainerTagPattern($tag) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js85 var tag = node.tagName.toLowerCase() ;
86 return ( FCKListsLib.BlockElements[tag] || FCKListsLib.EmptyElements[tag] ) ;
/plugin/indexmenu/
H A Dadmin.php
/plugin/combo/vendor/symfony/yaml/
H A DParser.php26 public const TAG_PATTERN = '(?P<tag>![\w!.\/:-]+)';
143 // Resolves the tag and returns if end of the document
144 if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLine()) {
145 return new TaggedValue($tag, '');
501 if (null !== $tag) {
502 $data = new TaggedValue($tag, $data);
746 if ('' !== $matches['tag'] && '!' !== $matches['tag']) {
747 if ('!!binary' === $matches['tag']) {
751 return new TaggedValue(substr($matches['tag'],
[all...]
/plugin/subjectindex/
H A Dreadme.md3 …ng... and generates a much more useful, readable index at the end, when compared with "tag-clouds".
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js19 AddItems : function( menu, tag, tagName ) { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-repository.sh27 --tag elastic/elasticsearch-php \
/plugin/keyboard/
H A Dplugin.info.txt7 …text as keyboard keys, similar to (and making use of) the existing (X)HTML tag <kbd>…</kbd>. A qui…
/plugin/fckg/
H A Dscript.js117 function parseStartTag( tag, tagName, rest, unary ) { argument
154 function parseEndTag( tag, tagName ) { argument
/plugin/prolog/
H A Dattribute_include.php59 foreach($tags as $tag)
60 $this->getFilesList($this->getAttributeValue($tag), $this->abs2ID($file), $filesList);
/plugin/revealjs/plugin/search/
H A Dsearch.js19 function Hilitor(id, tag) argument
23 var hiliteTag = tag || "EM";
/plugin/blog/syntax/
H A Dblog.php61 // use tag refinements?
63 /** @var helper_plugin_tag $tag */
64 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
67 $entries = $tag->tagRefine($entries, $refine);

1...<<21222324252627282930>>...46