Home
last modified time | relevance | path

Searched refs:tag (Results 1101 – 1125 of 1150) sorted by last modified time

1...<<414243444546

/plugin/jsonrpc/
H A DIJR_Message.php62 function tag_open($parser, $tag, $attr) { argument
63 $this->currentTag = $tag;
65 switch($tag) {
69 $this->messageType = $tag;
84 function tag_close($parser, $tag) { argument
86 switch($tag) {
/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/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt326 …ection, but this time the name of the used language is inserted inside the tag. Eg. ''<nowiki><cod…
/plugin/farm/
H A Dtestclient.php19 function tag($m) { function
/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js1 function ToggleEncryptionDialog(button, tag) { argument
3 this.tag = tag;
26 this.tag.attributes["hint"].nodeValue +
45 if (dialog.tag.className == "encrypted") {
47 dialog.tag.className = "decrypted";
48 if (dialog.tag.attributes["inline"].nodeValue == "true") {
49 dialog.tag.innerHTML = dialog.decrypted;
55 dialog.tag.className = "encrypted";
56 dialog.tag.innerHTML = dialog.encrypted;
96 dialog.sack.setVar("data", dialog.tag.textContent);
[all …]
/plugin/jquery/
H A Djquery-1.4.2.js3969 fcloseTag = function( all, front, tag ) { argument
3970 return rselfClosing.test( tag ) ?
3972 front + "></" + tag + ">";
4442 var tag = (rtagName.exec( elem ) || ["", ""])[1].toLowerCase(),
4443 wrap = wrapMap[ tag ] || wrapMap._default,
4460 tbody = tag === "table" && !hasBody ?
/plugin/picasawebalbum/
H A DREADME31 Put this tag on a Dokuwiki page : {{picasawebalbum>user_id}}
37 Put this tag on a Dokuwiki page : {{picasawebalbum>user_id:album_id}}
/plugin/highlightjs/highlight/styles/
H A Dfar.css31 .tag .attribute .value,
42 .apache .tag,
56 .xml .tag .title,
107 .xml .tag .title,
111 .apache .tag {
H A Ddark.css39 .tag .attribute .value,
60 .apache .tag,
87 .xml .tag .title,
93 .apache .tag {
H A Didea.css27 .tag, .pi {
31 .tag .title, .id, .attr_selector, .pseudo, .literal, .keyword, .hexcolor, .css .function, .ini .tit…
45 .string, .value, .filter .argument, .css .function .params, .apache .tag {
H A Dir_black.css17 .keyword, .tag, .ruby .function .keyword {
H A Dmagula.css24 .tag .attribute .value,
87 .apache .tag,
88 .xml .tag,
101 .apache .tag {
H A Dschool_book.css44 .tag .attribute .value,
65 .apache .tag,
92 .xml .tag .title,
98 .apache .tag {
H A Dsunburst.css41 .function .title, .sub .identifier, .pi, .tag, .tag .keyword, .decorator, .ini .title, .shebang {
H A Dascetic.css18 .apache .tag,
35 .tag .title,
40 .apache .tag {
H A Dbrown_paper.css42 .tag .attribute .value,
63 .apache .tag,
90 .xml .tag .title,
96 .apache .tag {
H A Ddefault.css31 .tag .attribute .value,
45 .apache .tag,
95 .apache .tag {
H A Dgithub.css45 .tag, .css .keyword, .html .keyword, .tag .title, .django .tag .keyword {
H A Dvs.css29 .tag .attribute .value,
40 .apache .tag,
H A Dzenburn.css24 .tag,
25 .django .tag,
71 .apache .tag {
84 .tag .attribute .value,
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt159 tag any tag from "<" till ">"
168 keyword HTML tag
169 tag any tag from "<" till ">"
172 attribute tag's attribute with or without value
177 keyword HTML tag when in selectors, CSS keyword when in rules
196 tag any tag from "<" till ">"
199 attribute tag's attribute with or withou value
201 template_tag template tag {% .. %}
204 filter filter from "|" till the next filter or the end of tag
267 xmlDocTag xmldoc tag ("///", "<!--", "-->", "<..>")
[all …]
H A Dreadme.rus.txt164 tag любой открывающий или закрывающий тег от "<" до ">"
174 tag любой открывающий или закрывающий тег от "<" до ">"
201 tag любой открывающий или закрывающий тег от "<" до ">"
351 tag начало и конец раздела конфига
/plugin/lastfm/inc/
H A Dlastfmutils.php341 // don't include top tag
390 $tag = $key;
393 $tag = strtolower($tag);
395 $loc["attributes"][$tag] = & $val["attributes"][$key];
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php157 $tag = '';
174 if ($tag != '' || $char == '<') {
175 $tag .= $char;
177 if ($tag != '' && $char == '>') {
179 $tagSep = mb_strpos($tag, ' ');
180 $tagSep2 = mb_strpos($tag, '>');
184 $tagName = mb_substr($tag, 1, $tagSep-1);
191 $result[] = $tag;
192 $tag = '';
196 if ($tag == '' && $char != '<' && $char != '>') {
[all …]
/plugin/asciimath/
H A Dasciimathml148r.js150 {input:"//", tag:"mo", output:"/", tex:null, ttype:CONST},
213 {input:"|", tag:"mo", output:"|", tex:null, ttype:LEFTRIGHT},
273 {input:"dim", tag:"mo", output:"dim", tex:null, ttype:CONST},
329 tag:AMsymbols[i].tag, output:AMsymbols[i].output, ttype:AMsymbols[i].ttype};
438 return {input:st, tag:tagst, output:st, ttype:CONST};
528 return [AMcreateMmlNode(symbol.tag,
541 node = AMcreateMmlNode(symbol.tag,result[0]);
562 node = AMcreateMmlNode(symbol.tag,result[0]);
580 return [AMcreateMmlNode(symbol.tag,newFrag),result2[1]];
657 node = AMcreateMmlNode(symbol.tag,node);
[all …]

1...<<414243444546