Home
last modified time | relevance | path

Searched refs:TAG (Results 101 – 125 of 151) sorted by relevance

1234567

/plugin/combo/ComboStrap/
H A DBootstrap.php20 const TAG = self::CANONICAL;
289 ->setComponentId(self::TAG);
22 const TAG = self::CANONICAL; global() define in ComboStrap\\Bootstrap
H A DEditButton.php49 const TAG = "edit-button"; define in ComboStrap\\EditButton
392 \syntax_plugin_combo_edit::TAG,
H A DDateTag.php17 public const TAG = "date"; define in ComboStrap\\DateTag
H A DHeadingTag.php144 if ($parent && $parent->getTagName() === Tag\WebCodeTag::TAG) {
316 if (in_array($context, [BlockquoteTag::TAG, CardTag::CARD_TAG])) {
H A DTagAttributes.php107 \syntax_plugin_combo_media::TAG,
108 \syntax_plugin_combo_link::TAG, // link button for instance
117 BoxTag::TAG,
119 BlockquoteTag::TAG,
H A DFetcherSvg.php120 const TAG = "svg"; define in ComboStrap\\FetcherSvg
941 $extraAttributes = TagAttributes::createEmpty(self::TAG);
1352 ->addClass(StyleAttribute::addComboStrapSuffix(self::TAG))
1353 ->addClass(StyleAttribute::addComboStrapSuffix(self::TAG . "-" . $requestedType));
H A DDimension.php193 [ButtonTag::MARKUP_LONG, syntax_plugin_combo_link::TAG, "internallink", "externallink"])) {
H A DLinkMarkup.php110 $this->stylingAttributes = TagAttributes::createEmpty(syntax_plugin_combo_link::TAG);
H A DPluginUtility.php31 const TAG = "tag"; define in ComboStrap\\PluginUtility
H A DCallStack.php561 // ENTER TAG
826 if ($actualCall->getTagName() == syntax_plugin_combo_media::TAG) {
H A DMediaMarkup.php36 public const TAG = "media"; define in ComboStrap\\MediaMarkup
/plugin/combo/syntax/
H A Dheadingatx.php23 const TAG = "headingatx"; define in syntax_plugin_combo_headingatx
H A Dfrontmatter.php59 const TAG = "frontmatter"; define in syntax_plugin_combo_frontmatter
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php31 public const TAG = 'struct-template'; define in dokuwiki\\plugin\\structtemplate\\meta\\StructTemplateSyntax
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php174 if ($attributes->getLogicalTag() !== GridTag::TAG) {
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt18202 E0001;CM # LANGUAGE TAG
18203 E0020;CM # TAG SPACE
18209 E0026;CM # TAG AMPERSAND
18213 E002A;CM # TAG ASTERISK
18214 E002B;CM # TAG PLUS SIGN
18215 E002C;CM # TAG COMMA
18218 E002F;CM # TAG SOLIDUS
18229 E003A;CM # TAG COLON
18266 E005F;CM # TAG LOW LINE
18297 E007E;CM # TAG TILDE
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3254 }},TAG:function(match,context){return context.getElementsByTagName(match[1])
3263 },TAG:function(match,curLoop){for(var i=0;
3336 },TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match
3401 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=contex… function
3722 FBL.TAG=function(){var embed=new DomplateEmbed(); function
4255TAG("$item.tag",{object:"$item.object"}),SPAN({"class":"arrayComma",role:"presentation"},"$item.de…
4400 this.Event=domplate(Firebug.Rep,{tag:TAG("$copyEventTag",{object:"$object|copyEvent"}),copyEventTag…
4461 this.StackTrace=domplate(Firebug.Rep,{tag:FOR("frame","$object.frames focusRow",TAG(this.StackFrame…
7057 var CSSRuleTag=TAG("$rule.tag",{rule:"$rule"});
7395TAG("$ruleTag",{rule:"$rule"}))),DIV({role:"list","aria-label":$STR("aria.labels.inherited style r…
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1910 }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=[];
3231 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href")
3265 }},TAG:function(match,context){return context.getElementsByTagName(match[1])
3274 },TAG:function(match,curLoop){for(var i=0;
3347 },TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match
3412 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]); function
3733 FBL.TAG=function(){var embed=new DomplateEmbed(); function
4220 this.Obj=domplate(Firebug.Rep,{tag:OBJECTLINK(SPAN({"class":"objectTitle"},"$object|getTitle "),SPAN({"class":"objectProps"},SPAN({"class":"objectLeftBrace",role:"presentation"},"{"),FOR("prop","$object|propIterator",SPAN({"class":"objectPropName",role:"presentation"},"$prop.name"),SPAN({"class":"objectEqual",role:"presentation"},"$prop.equal"),TAG("$prop.tag",{object:"$prop.object"}),SPAN({"class":"objectComma",role:"presentation"},"$prop.delim")),SPAN({"class":"objectRightBrace"},"}"))),propNumberTag:SPAN({"class":"objectProp-number"},"$object"),propStringTag:SPAN({"class":"objectProp-string"},""$object""),propObjectTag:SPAN({"class":"objectProp-object"},"$object"),propIterator:function(object){var maxLength=55;
4266 this.Arr=domplate(Firebug.Rep,{tag:OBJECTBOX({_repObject:"$object"},SPAN({"class":"arrayLeftBracket",role:"presentation"},"["),FOR("item","$object|arrayIterator",TAG("
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8047 TAG("$item.tag", {item: "$item"})
12920 TAG: /^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,
13028 TAG: function(match, context){
13056 TAG: function(match, curLoop){
13454 Expr.find.TAG = function(match, context){ function
14250 FBL.TAG = function() function
16716 TAG("$arg.tag", {object: "$arg.value"}),
16794 TAG(this.StackFrame.tag, {object: "$frame"})
19362 TAG("$infoTabs", {file: "$file"}),
19363 TAG("$infoBodies", {file: "$file"})
[all …]
/plugin/jquery/
H A Dscript.js19TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*… function
H A Djquery-1.4.2.min.js76 …R:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uF…
79 …[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){retur…
85 …g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){retur…
90 …dChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.g…
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+…
/plugin/dokumicrobugtracker/js/
H A Djquery.js3TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+…
/plugin/codemirror/dist/modes/
H A Dgherkin.min.js.map1 …n if (stream.match(/#.*/)) {\n return \"comment\";\n\n // TAG\n } else if (!…
/plugin/issuetracker/
H A Dprototype.js4237 TAG: /^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,
4345 TAG: function(match, context){
4373 TAG: function(match, curLoop){
4575 TAG: function(elem, match){
4752 Expr.find.TAG = function(match, context){ function

1234567