Home
last modified time | relevance | path

Searched refs:tag (Results 76 – 100 of 1150) sorted by path

12345678910>>...46

/plugin/adhoctags/syntax/
H A Dsection.php15 protected $tag = 'section'; variable in syntax_plugin_adhoctags_section
H A Dsmall.php15 protected $tag = 'small'; variable in syntax_plugin_adhoctags_small
H A Dspan.php15 protected $tag = 'span'; variable in syntax_plugin_adhoctags_span
H A Dstrong.php15 protected $tag = 'strong'; variable in syntax_plugin_adhoctags_strong
H A Dsummary.php15 protected $tag = 'summary'; variable in syntax_plugin_adhoctags_summary
H A Dtime.php15 protected $tag = 'time'; variable in syntax_plugin_adhoctags_time
H A Du.php15 protected $tag = 'u'; variable in syntax_plugin_adhoctags_u
H A Dvar.php15 protected $tag = 'var'; variable in syntax_plugin_adhoctags_var
/plugin/adhocwrap/
H A Ddivblock.php14 protected $tag = 'block'; variable in syntax_plugin_adhocwrap_divblock
H A Ddivwrap.php14 protected $tag = 'WRAP'; variable in syntax_plugin_adhocwrap_divwrap
H A Dspaninline.php14 protected $tag = 'inline'; variable in syntax_plugin_adhocwrap_spaninline
H A Dspanwrap.php14 protected $tag = 'wrap'; variable in syntax_plugin_adhocwrap_spanwrap
/plugin/admnote/
H A DREADME.md25 This plugin uses the `<adm></adm>` tag pair to start and end a note. The first parameter of the ope…
31 …n replace the standard heading by adding your heading text as a third parameter in the `<adm>` tag:
/plugin/advrack/
H A Djquery.qtip.js2026 var createVML = function(tag, props, style) { argument
2027 return '<qtipvml:'+tag+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(props||'')+
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/airtable/
H A DREADME.md67 `{{airtable>type: "record" | record-url: "theURL" | fields: "field1", "field2" | alt-tag: "ALT_TAG"…
72 * `alt-tag` - used if an image is found - Image
73 description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
84 `{{airtable>type: "image" | record-url: "URL" | alt-tag: "ALT_TAG" | image-size: "IMG_SIZE" | posit…
88 * `alt-tag: ` - Image description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
101 …rtable.com/tblZnH5CY11MZEboF/recAvmU5363ofWYR6" | image-size: "full" | alt-tag: "Digital Snake to …
/plugin/amazon/
H A DXMLParser.php64 $tag = array();
67 $tag['ATTRIBUTES'] = $thisvals['attributes'];
71 $tag['VALUE'] = $thisvals['value'];
75 $tag = array_merge($tag, $this->getchildren($vals, $i));
77 return $tag;
103 $tag = $this->buildtag($vals[$i], $vals, $i, $type);
105 $tag['TAG'] = $name;
106 $children[] = $tag;
108 $children[$name][] = $tag;
/plugin/amcharts/
H A DREADME.md15 …include a chart in your DokuWiki page, simply wrap such a JavaScript object with a `<amchart>` tag.
64 The `<amchart>` tag can carry optional attributes to customize the appearance of the chart. The att…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md609 class | Class name applied to the tag
930 * Fixed: Base tag gradient drawing issue (includes embedded hotfix for fabricjs commit #c9745ff)
933 * Fixed: Base tag clip path issue which draw the lines outside the plotarea
1094 * Added: libs.reload: false, script tag crawling to avoid multiple insertions
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4052 isFunc = tag == funcTag;
4054 if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
4060 return cloneableTags[tag]
5646 switch (tag) {
5880 switch (tag) {
29844 tag: data.readString(4),
29870 for (tag in tables) {
29871 table = tables[tag];
29872 directory.writeString(tag);
29877 if (tag === 'head') {
[all …]
H A Dpdfmake.min.js14tag:t.readString(4),checksum:t.readInt(),offset:t.readInt(),length:t.readInt()},this.tables[e.tag]… method in CmapTable
15tag="loca",LocaTable.prototype.parse=function(t){var e,n;return t.pos=this.offset,e=this.file.head… method in GlyfTable
H A Dpdfmake.min.js.map1tag","objToString","isFunc","funcTag","objectTag","argsTag","cloneableTags","initCloneByTag","init…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1349 … for(; eq !== tag.length; ++eq) if((c = tag.charCodeAt(eq)) === 32 || c === 10 || c === 13) break;
1351 if(eq === tag.length) return z;
1397 function parsexmlbool(value, tag) { argument
2763 switch(tag) {
2766 Props[tag] = val;
7435 var tag, tagr = 0, tagc = 0;
7447 tagr = typeof tag.r !== 'undefined' ? parseInt(tag.r, 10) : tagr+1; tagc = -1;
7470 if(!tag.r) tag.r = utils.encode_cell({r:tagr-1, c:tagc});
7521 s[tag.r] = p;
8483 var words = tag.split(/\s+/);
[all …]
H A Dxlsx.min.js3tag,skip_root){var z=[];var eq=0,c=0;for(;eq!==tag.length;++eq)if((c=tag.charCodeAt(eq))===32||c==… argument
4 …n o.join("")}function xlml_set_prop(Props,tag,val){switch(tag){case"Description":tag="Comments";br… argument
8tag,skip_root){var words=tag.split(/\s+/);var z=[];if(!skip_root)z[0]=words[0];if(words.length===1… argument
H A Dxlsx.min.map1 …"jszip","JSZip","attregexg","tagregex","nsregex","nsregex2","parsexmltag","tag","skip_root","z","e…

12345678910>>...46