Home
last modified time | relevance | path

Searched refs:base (Results 1776 – 1781 of 1781) sorted by last modified time

1...<<7172

/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php980 $base[$i] = $this->noeuds[$i]->base_verticale;
981 $dessus = max($base[$i], $dessus);
982 $dessous = max(imagesy($img[$i]) - $base[$i], $dessous);
995 $base[$i]=imagesy($img[$i])/2;
996 $dessous = max(imagesy($img[$i]) - $base[$i], $dessous);
1012 ImageCopy($result, $img[$i],$pos,$dessus-$base[$i], 0, 0,imagesx($img[$i]),imagesy($img[$i]));
1313 $base[$i]=$this->noeuds[3]->noeuds[$i]->base_verticale;
1314 $dessus_ligne[$ligne] = max($base[$i],$dessus_ligne[$ligne]);
1350 …,$l+ceil($largeur_colonne[$col]-$largeur[$i])/2,$h+$dessus_ligne[$ligne]-$base[$i], 0, 0,$largeur[…
1391 $base[$i]=$this->noeuds[3]->noeuds[$i]->base_verticale;
[all …]
/plugin/indexmenu2/templates/DokuWiki/IndexMenu/
H A Ddesign.css19 background: url(i/menu-base.gif) top left no-repeat;
/plugin/chat/
H A Dreadme.txt8 Though the code base is probably not yet ready for public deployment, you can already test its
H A Dsyntax.php64 if ($mode == 'base') {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php48 function File_Archive_Writer_Files($base = '') argument
50 if ($base === null || $base == '') {
53 if (substr($base, -1) == '/') {
54 $this->basePath = $base;
56 $this->basePath = $base.'/';
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1base:1,bool:1,"break":1,"byte":1,"case":1,"catch":1,"char":1,checked:1,"class":1,"const":1,"contin… property in hljs.LANGUAGES.cs.dM.k

1...<<7172