Home
last modified time | relevance | path

Searched refs:tag (Results 751 – 775 of 1150) sorted by relevance

1...<<31323334353637383940>>...46

/plugin/tagging/action/
H A Dmain.php79 * Jump to a tag
94 $tags = $INPUT->arr('tag', (array)$INPUT->str('tag'));
100 foreach ($tags as $tag) {
101 $filter = array('tag' => $tag);
144 $tags = $hlp->findItems(array('pid' => $id), 'tag');
145 $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), false);
158 $tags = $hlp->findItems(array('tag' => '*' . $hlp->getDB()->escape_string($search) . '*'), 'tag');
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php12 $tag = $this->getTagName();
21 if (!empty($attr['MIN']) && $tag === 'METER') {
87 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
228 $srcpath = $this->cache->write('/_tempSVG' . uniqid(random_int(1, 100000), true) . '_' . strtolower($tag) . '.svg', $svg);
/plugin/displaywikipage/
H A DCHANGELOG.md22 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-displaywikipage/releases/tag/1.0.0
/plugin/referrers/
H A DCHANGELOG.md22 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-referrers/releases/tag/1.0.0
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js15 AddItems : function( menu, tag, tagName ) { argument
/plugin/mikioplugin/syntax/
H A Dquiz.php14 public $tag = 'quiz'; variable in syntax_plugin_mikioplugin_quiz
H A Dstep.php14 public $tag = 'step'; variable in syntax_plugin_mikioplugin_step
H A Dtabgroup.php15 public $tag = 'tab-group'; variable in syntax_plugin_mikioplugin_tabgroup
H A Dblockquote.php17 public $tag = 'blockquote'; variable in syntax_plugin_mikioplugin_blockquote
H A Dpagenation.php14 public $tag = 'pagenation'; variable in syntax_plugin_mikioplugin_pagenation
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test2 "include" tag accept variables and only
/plugin/combo/ComboStrap/
H A DTagAttributes.php101 * We could pass the plugin object into tag attribute in place of the logical tag
125 const CANONICAL = "tag";
131 * The open tag attributes
132 * permit to not close the tag in {@link TagAttributes::toHtmlEnterTag()}
137 const OPEN_TAG = "open-tag";
152 * A tag may get HTML before and after
241 * @var string the functional tag to which the attributes applies
242 * It's not an HTML tag (a div can have a flex display or a block and they don't carry this information)
243 * The tag give
282 __construct(array $componentAttributes = array(), $tag = null) global() argument
1042 setLogicalTag($tag) global() argument
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D65.65.js.map1tag.html', '', 'delimiter.html']\n ],\n [/(<)(script)/, ['delimiter.html', {…
H A D22.22.js.map1tag.html', 'delimiter.html']],\n [/(<)(script)/, ['delimiter.html', { token: 'tag.html'…
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dandroidstudio.min.css1 …teral,.hljs-symbol,.hljs-bullet{color:#6897BB}.hljs-keyword,.hljs-selector-tag,.hljs-deletion{colo…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.SortAttr.txt
H A DHTML.AllowedAttributes.txt
/plugin/orgapp/
H A DREADME.md15 …file. In the first case is sufficient to include the definition within the tag orgapp, in the seco…
/plugin/dokucrypt/
H A Dscript.js220 var tag=tag_enc;
223 while((cur=x.indexOf("<" + tag,pos))!=-1) {
227 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) {
228 alert("unable to find close of " + tag + " tag"); return(false);
234 pos=closetag+tag.length+3;
241 var tag=tag_pt;
244 while((cur=x.indexOf("<" + tag,pos))!=-1) {
248 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) {
249 x=x+"</" + tag + ">";
251 closetag=x.indexOf("</" + tag + ">",opentag_end);
[all …]
/plugin/dokucrypt2/
H A Dscript.js290 var tag=tag_enc;
293 while((cur=x.indexOf("<" + tag,pos))!=-1) {
295 alert("unable to close to open tag"); return(false);
297 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) {
298 alert("unable to find close of " + tag + " tag"); return(false);
300 if(!(ctext=decryptBlock(x.substring(cur,closetag+tag.length+3),false))) {
304 pos=closetag+tag.length+3;
311 var tag=tag_pt;
314 while((cur=x.indexOf("<" + tag,po
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dfunctions.test2 "autoescape" tag applies escaping after calling functions
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test2 "for" tag iterates over iterable objects
/plugin/confmanager/lang/en/
H A Dacronyms.txt1 …ronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover your…
/plugin/exttab1/
H A Dsyntax.php292 foreach ($allowedTags as $tag) {
293 $really = ($really or (strrpos($mydata, $tag) > 0));
/plugin/acronym/
H A DREADME41 2010-04-11: 1 hour: <pre> tag must not be interrupted by a line starting with a character that is …
42 2010-04-10: 3 hours: possibility to use the <pre> tag

1...<<31323334353637383940>>...46