Home
last modified time | relevance | path

Searched refs:tagname (Results 26 – 37 of 37) sorted by path

12

/plugin/prosemirror/parser/
H A DHtmlPhpNode.php
/plugin/revealjs/js/
H A Dreveal.js1034 function createSingletonNode( container, tagname, classname, innerHTML ) { argument
1049 var node = document.createElement( tagname );
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js895 function grabTag(obj,tagname) argument
900 return obj.getElementsByTagName( tagname );
/plugin/searchtablejs/
H A Dtablefilter.js895 function grabTag(obj,tagname) argument
900 return obj.getElementsByTagName( tagname );
/plugin/sectiontoggle/
H A Dscript.js175 var tagname = jQuery(this).prop("tagName").toLowerCase();
176 matches = tagname.match(/h(\d)/);
183 tagname = tagname + "." + $classes[0];
187 tagname = tagname + "#" + $id;
190 qstr += tagname;
/plugin/tag/syntax/
H A Dcount.php119 foreach($occurrences as $tagname => $count) {
123 $renderer->doc .= '<td class="'.$class.'">'.$helper->tagLink($tagname).'</td>';
/plugin/tagentry/
H A Daction.php189 foreach ( $alltags as $tagname ) {
193 $inBlacklist = $this->in_iarray( $tagname, $options['blacklist'] );
199 $rv .= '<label><input type="checkbox" id="plugin__tagentry_cb' . $tagname . '"';
200 $rv .= ' value="1" name="' . $tagname . '"';
201 if ( $this->in_iarray( $tagname, $options['assigned'] ) ){
205 … $rv .= ' onclick="tagentry_clicktag(\'' . $this->escapeJSstring( $tagname ) . '\', this);"';
208 $rv .= ' /> ' . $this->_getTagTitle( $tagname ) ;
228 function _getTagTitle( $tagname ) { argument
234 return $this->clipstring( $tagname );
237 $id = $tagname;
[all …]
H A Dscript.js1 function tagentry_clicktag(tagname, cbox) { argument
2 tagentry_settag(tagname,cbox.checked);
4 function tagentry_settag(tagname, on) { argument
15 var len = tagname.length+1;
19 while ((f=oldtext.toLowerCase().substr(s,l).indexOf(tagname.toLowerCase())) >= 0) {
41 oldtext = oldtext.substr(0,split)+ws+tagname+oldtext.substr(split);
45 oldtext+='\n{{tag>'+tagname+'}}';
/plugin/tagging/
H A Dhelper.php819 $tagname = $taginfo['tid'];
827 $form->addHTML( hsc($tagname) . '</a>');
/plugin/wikistats/
H A Dsyntax.php438 foreach($occurrences as $tagname => $count) {
441 … $content .= DOKU_TAB.DOKU_TAB.'<td class="'.$class.'">'.$tagname.'</td>'.DOKU_LF;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1tagname","xhr","responseXML","xpathExp","docObj","selectNodes","ownerDocument","evaluate","XPathRe…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6250 xmltop: function(tagname, xhr, obj) {
6254 return xml.getElementsByTagName(tagname)[0];

12