Home
last modified time | relevance | path

Searched refs:nSpan (Results 1 – 3 of 3) sorted by relevance

/plugin/text/
H A Drenderer.php22 var $nSpan = 0; variable in renderer_plugin_text
67 $this->nSpan = 0;
538 $this->nSpan = $colspan;
544 if ($this->nSpan > 0) {
545 $this->doc .= str_repeat(',', $this->nSpan - 1);
547 $this->nSpan = 0;
/plugin/dw2markdown/
H A Drenderer.php24 $nSpan = 0;
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js3032 var nSpan = document.createElement('span');
3033 nSpan.className = oSettings.oClasses.sSortIcon;
3034 nDiv.appendChild( nSpan );