Home
last modified time | relevance | path

Searched refs:tag (Results 476 – 500 of 1150) sorted by relevance

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

/plugin/adhocmathml/
H A Dmprescripts.php14 protected $tag = 'mprescripts'; variable in syntax_plugin_adhocmathml_mprescripts
H A Dmroot.php14 protected $tag = 'mroot'; variable in syntax_plugin_adhocmathml_mroot
H A Dmrow.php14 protected $tag = 'mrow'; variable in syntax_plugin_adhocmathml_mrow
H A Dms.php14 protected $tag = 'ms'; variable in syntax_plugin_adhocmathml_ms
H A Dmsqrt.php14 protected $tag = 'msqrt'; variable in syntax_plugin_adhocmathml_msqrt
H A Dmstyle.php14 protected $tag = 'mstyle'; variable in syntax_plugin_adhocmathml_mstyle
H A Dmsub.php14 protected $tag = 'msub'; variable in syntax_plugin_adhocmathml_msub
H A Dmsubsup.php14 protected $tag = 'msubsup'; variable in syntax_plugin_adhocmathml_msubsup
H A Dmsup.php14 protected $tag = 'msup'; variable in syntax_plugin_adhocmathml_msup
H A Dmtext.php14 protected $tag = 'mtext'; variable in syntax_plugin_adhocmathml_mtext
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt12 preformatted text in a "pre" tag, line 1
16 <pre>Preformatted text inside a "pre"-tag, all in one line</pre>
/plugin/groupmgr/
H A DREADME37 When the config namespace is used, a placeholder tag (~~GROUPMGR~~) can be
38 used in the actual page while the full tag is placed in the configuration
/plugin/combo/syntax/
H A Dhighlightwiki.php45 public static function getOpenTagHighlight(string $tag): string argument
57 $tagAttributes = TagAttributes::createEmpty($tag);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/
H A Dbasic.test2 "verbatim" tag
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dbasic.legacy.test2 "raw" tag
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3776 function __link__(tag,code,outputs,args){if(!tag||!tag.tag){return argument
3777 }tag.tag.compile();
3781 tag.tag.renderMarkup.apply(tag.tag.subject,markupArgs);
3882 }function __link__(node,tag,args){if(!tag||!tag.tag){return argument
3883 }tag.tag.compile();
3884 var domArgs=[node,tag.tag.context,0];
3887 return tag.tag.renderDOM.apply(tag.tag.subject,domArgs)
4065 fn.tag=tag;
4244 var tag=rep.shortTag||rep.tag;
4260 var tag=rep.shortTag?rep.shortTag:rep.tag;
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8043 tag:
14376 if (!tag || !tag.tag)
14379 tag.tag.compile();
14384 tag.tag.renderMarkup.apply(tag.tag.subject, markupArgs);
14602 if (!tag || !tag.tag)
14605 tag.tag.compile();
14611 return tag.tag.renderDOM.apply(tag.tag.subject, domArgs);
15030 fn.tag = tag;
15469 tag:
15707 tag: tag,
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js706 }var tag=element.localName.toLowerCase();
707 return(this.selfClosingTags.hasOwnProperty(tag))
1910 }if(FBL.domplate){var MenuPlate=domplate(Firebug.Rep,{tag:DIV({"class":"fbMenu fbShadow"},DIV({"class":"fbMenuContent fbShadowContent"},FOR("item","$object.items|memberIterator",TAG("$item.tag",{item:"$item"})))),itemTag:A(menuItemProps,"$item.label"),checkBoxTag:A(extend(menuItemProps,{checked:"$item.checked"}),"$item.label"),radioButtonTag:A(extend(menuItemProps,{selected:"$item.selected"}),"$item.label"),groupTag:A(extend(menuItemProps,{child:"$item.child"}),"$item.label"),shortcutTag:A(menuItemProps,"$item.label",SPAN({"class":"fbMenuShortcutKey"},"$item.key")),separatorTag:SPAN({"class":"fbMenuSeparator"}),memberIterator:function(items){var result=[];
1914 if(typeof item=="string"&&item.indexOf("-")==0){result.push({tag:this.separatorTag});
1920 item.tag=this.itemTag;
1924 item.tag=this.checkBoxTag
1926 item.tag=this.radioButtonTag
1928 item.tag=this.groupTag
1930 item.tag
3787 __link__(tag,code,outputs,args) global() argument
3893 __link__(node,tag,args) global() argument
4075 creator(tag,cons) global() argument
4261 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equal:"",delim:""} global() property in AnonymousFunction4beb6123dd00.AnonymousFunction4beb6123eb00.props
[all...]
/plugin/tagfilter/
H A Dscript.js67 jQuery.each(select,function(index2,tag) {
68 pages[page_idx] = jQuery.merge(pages[page_idx],tags[index][tag]);
80 jQuery.each(select,function(index2,tag) {
82 return tags[index][tag].indexOf(n) !== -1;
70 AnonymousFunction6ab6260e0500(index2,tag) global() argument
83 AnonymousFunction6ab6260e0700(index2,tag) global() argument
/plugin/combo/ComboStrap/
H A DHeadingTag.php16 * The type of the heading tag
23 * The type of the title tag
49 * old tag
53 * New tag
405 $tag = self::getTagFromContext($context, $level);
406 $renderer->doc .= $tagAttributes->toHtmlEnterTag($tag);
422 $tag = self::getTagFromContext($context, $level);
424 return "</$tag>";
429 * to the first opening tag without the ">"
430 * and returns the closing tag
[all...]
/plugin/adhoctags/syntax/
H A Db.php15 protected $tag = 'b'; variable in syntax_plugin_adhoctags_b
H A Dem.php15 protected $tag = 'em'; variable in syntax_plugin_adhoctags_em
H A Dq.php15 protected $tag = 'q'; variable in syntax_plugin_adhoctags_q
H A Dsamp.php15 protected $tag = 'samp'; variable in syntax_plugin_adhoctags_samp
H A Dstrong.php15 protected $tag = 'strong'; variable in syntax_plugin_adhoctags_strong

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