Home
last modified time | relevance | path

Searched refs:tags (Results 526 – 538 of 538) sorted by path

1...<<2122

/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki13 tags : helper
/plugin/vertical/
H A DREADME.md13 You need to set `<vertical head=align body=align>` and `</vertical>` tags around your table, where …
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js367 DOM.hasTagName = function (prop /* :HTMLElement */, tags /* :String, Array */) { argument
368 if (isString(tags)) tags = [tags];
369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
371 for (var i=0, tL=tags.length; i<tL; i++) {
372 if (tags[i].toLowerCase() == t) return true;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6629 Firebug.InfoTip=extend(Firebug.Module,{dispatchName:"infoTip",tags:domplate({infoTipTag:DIV({"class…
6670 return browser.infoTip=this.tags.infoTipTag.append({},getBody(doc))
6701 }},populateColorInfoTip:function(infoTip,color){this.tags.colorTag.replace({rgbValue:color},infoTip…
6704 }this.tags.imgTag.replace({urlValue:url,repeat:repeat},infoTip);
/plugin/webcomponent/_test/
H A Dcardcolumns.test.php19 $tags = array (
23 $this->assertEquals($tags, $componentNames);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2301 * Updated: Using Clark Notation for tags in properties. This means tags are
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css462 .oi[data-glyph=tags]:before { content:'\e0c6'; }
/plugin/wikistats/
H A DREADME.md115 To display all stats (including namspaces and tags (if tag plugin is installed))
146 > Note that namespaces restrictions are not supported for tags and
182 * Support namespaces restrictions for tags stats
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm96 <cfset var tags = "<body,<head,<html,<img,<pre,<script,<table,<title">
107 <cfloop index = "tag" list = "#tags#">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso26 The connector uses the file tags, which require authentication. Enter a
27 valid username and password from Lasso admin for a group with file tags
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php107 $tags = array( '<body', '<head', '<html', '<img', '<pre', '<script', '<table', '<title' ) ;
109 foreach( $tags as $tag )
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28253 tags.forEach(function (tag) {
75896 this.tags = [];
77741 var tags = this.tags;
77743 while (tags.length > 0) {
77744 var tag = tags.pop();
77787 var tags = this.tags;
77962 var tags = this.tags;
77969 tags.push(tag);
77985 var tags = this.tags;
78012 var tags = this.tags,
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3795 // Added line which removes any white space characters after and before html tags
3799 // Replace <br> tags with new lines
3858 /* UOS uses CJK in tags */
9900 /* Parse a list of <r> tags */

1...<<2122