Searched refs:toHTML (Results 1 – 25 of 89) sorted by relevance
1234
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | annotation-xml.js | 19 …toHTML:function(f){f=this.HTMLhandleSize(this.HTMLcreateSpan(f));var g=this.Get("encoding");for(va…
|
H A D | mglyph.js | 19 …toHTML:function(l,h){var k=l,m=this.getValues("src","width","height","valign","alt"),g;l=this.HTML…
|
H A D | maction.js | 19 …toHTML:function(j,h,l){var i=this.selected();if(i.type=="null"){j=this.HTMLcreateSpan(j);j.bbox=th…
|
H A D | ms.js | 19 …r a=MathJax.ElementJax.mml,b=MathJax.OutputJax["HTML-CSS"];a.ms.Augment({toHTML:function(e){e=this…
|
/plugin/farmer/admin/ |
H A D | plugins.php | 78 echo $switchForm->toHTML(); 103 echo $bulkForm->toHTML(); 118 echo $singleForm->toHTML();
|
/plugin/fksnewsfeed/inc/renderer/ |
H A D | VyfukRenderer.php | 125 $html .= $form->toHTML(); 141 $html .= $editForm->toHTML(); 151 $html .= $deleteForm->toHTML(); 159 $html .= $purgeForm->toHTML();
|
H A D | FykosRenderer.php | 109 $html .= $form->toHTML(); 125 $html .= $editForm->toHTML(); 135 $html .= $deleteForm->toHTML(); 143 $html .= $purgeForm->toHTML();
|
/plugin/fksnewsfeed/inc/ |
H A D | AbstractStream.php | 110 return $form->toHTML(); 129 return $form->toHTML(); 138 return $form->toHTML();
|
/plugin/twofactor/action/ |
H A D | profile.php | 177 echo $form->toHTML(); 219 echo $form->toHTML(); 249 echo $form->toHTML(); 281 echo $form->toHTML();
|
/plugin/bookcreator/syntax/ |
H A D | bookmanager.php | 184 $renderer->doc .= $form->toHTML(); 215 $renderer->doc .= $form->toHTML(); 230 $renderer->doc .= $form->toHTML(); 273 $renderer->doc .= $form->toHTML(); 292 $renderer->doc .= $form->toHTML();
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | noErrors.js | 19 …toHTML,i=g.merror.prototype.toHTML;g.math.Augment({toHTML:function(j,k){var l=this.data[0];if(l&&l…
|
H A D | mathchoice.js | 19 …nction(){return this.selected().CoreMO()},toHTML:function(e){e=this.HTMLcreateSpan(e);e.bbox=this.…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/ |
H A D | jax.js | 19 …toHTML(o,s,this.PHASE.I)}catch(p){if(p.restart){while(o.firstChild){o.removeChild(o.firstChild)}}t… method in i.msubsup
|
/plugin/fksnewsfeed/admin/ |
H A D | push.php | 64 echo $this->getChangeStreamForm($streams)->toHTML(); 116 return $newsForm->toHTML();
|
/plugin/telleveryone/ |
H A D | admin.php | 124 ptln($form->toHTML()); 159 ptln($form->toHTML());
|
/plugin/issuelinks/admin/ |
H A D | repoadmin.php | 143 $html .= $configForm->toHTML(); 164 $html .= $form->toHTML();
|
/plugin/acknowledge/admin/ |
H A D | report.php | 156 echo $form->toHTML();
|
/plugin/farmsync/meta/ |
H A D | StructConflict.php | 31 $result .= $form->toHTML();
|
H A D | TemplateConflict.php | 32 $result .= $form->toHTML();
|
/plugin/deletehistory/ |
H A D | admin.php | 47 echo $form->toHTML();
|
/plugin/lms/ |
H A D | admin.php | 36 echo '<p>' . $form->toHTML() . '</p>';
|
/plugin/struct/admin/ |
H A D | schemas.php | 251 return $form->toHTML(); 279 return $form->toHTML(); 298 return $form->toHTML();
|
/plugin/filelisting/action/ |
H A D | ajax.php | 51 echo $element->toHTML();
|
/plugin/fetchmedia/ |
H A D | admin.php | 54 $doc .= $form->toHTML();
|
/plugin/timetrack/ |
H A D | admin.php | 75 echo $form->toHTML();
|
1234