Home
last modified time | relevance | path

Searched refs:intro (Results 26 – 31 of 31) sorted by path

12

/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php7 public function displayEntete($infosServeur, $nom, $intro) argument
12 echo $intro;
/plugin/struct/
H A Ddeleted.files76 lang/en/intro.txt
/plugin/sympaauth/
H A Dadmin.php63 print $this->locale_xhtml('intro');
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md25 …ions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer websit…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9903 function parse_rpr2(font, intro, outro) { argument
9911 intro.push('<span style="' + style.join("") + '">');
9913 if(font.b) { intro.push("<b>"); outro.push("</b>"); }
9914 if(font.i) { intro.push("<i>"); outro.push("</i>"); }
9915 if(font.strike) { intro.push("<s>"); outro.push("</s>"); }
9920 if(align != "") { intro.push("<" + align + ">"); outro.push("</" + align + ">"); }
/plugin/zip/
H A Dadmin.php195 print $this->locale_xhtml('intro');

12