/plugin/diagramsnet/lib/js/croppie/ |
H A D | croppie.min.css | 1 …cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:…
|
/plugin/supa/lib/ |
H A D | Supa.js | 24 cr = '\r\n', 41 body += boundary + cr; 45 … body += "Content-disposition: form-data; name=\"" + escape(params[i].name) + "\";" + cr; 46 body += cr; 47 body += encodeURI(params[i].value) + cr; 48 body += boundary + cr; 55 body += "Content-Type: application/octet-stream" + cr; 56 body += "Content-Transfer-Encoding: base64" + cr; 57 body += cr; 58 body += bytes + cr; [all …]
|
/plugin/tbt/ |
H A D | script.js | 24 var cr; 57 cr = 0; 142 for(cr = 0; cr < rowsize; cr++) { 144 colsize = text[cr].length; 146 if(cur_y == cr) { // cursor row 152 render_text += String.fromCharCode( text[cr][cc] ); 155 render_text += String.fromCharCode( text[cr][cc] ); 164 render_text += String.fromCharCode( text[cr][cc] ); 193 for(cr=0; cr < text.length; cr++) 194 delete text[cr];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
H A D | SearchQueriesNextPage.php | 29 public $cr; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage 184 public function setCr($cr) argument 186 $this->cr = $cr; 193 return $this->cr;
|
H A D | SearchQueriesPreviousPage.php | 29 public $cr; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage 184 public function setCr($cr) argument 186 $this->cr = $cr; 193 return $this->cr;
|
H A D | SearchQueriesRequest.php | 29 public $cr; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest 184 public function setCr($cr) argument 186 $this->cr = $cr; 193 return $this->cr;
|
/plugin/userhomepage/lang/fr/ |
H A D | userhomepage_private.default | 3 …* Pour créer une page au sein de cet espace réservé, utilisez simplement la syntaxe de lien __sans… 6 …* Pour créer un sous-espace de nom, il suffit d'indiquer une nouvelle page avec son emplacement co…
|
H A D | userhomepage_publicspace.default | 5 …* Pour créer une page au sein de cet espace publique, utilisez simplement la syntaxe de lien __san… 8 …* Pour créer un sous-espace de nom, il suffit d'indiquer une nouvelle page avec son emplacement co…
|
H A D | userhomepage_public.default | 6 * Vous ne devez pas créer d'autre page dans cet espace de nom ''//@TARGETPUBLICNS@//''
|
/plugin/epub/lang/fr/ |
H A D | remove.txt | 2 …rez fini avec ce livre, vous devriez supprimer son id de la liste des pages de création de livre. 3 Vous pouvez faire cela en cliquer sur le boutton ci-dessus: **Supprimer la page de la liste de créa…
|
/plugin/farmer/lang/fr/ |
H A D | tab_new_help.txt |
|
H A D | tab_new.txt |
|
H A D | tab_setup_help.txt |
|
/plugin/godiag/ |
H A D | syntax.php | 355 function circ( &$img, $cx, $cy, $cr, $color) { argument 356 $ir = $cr; 363 imageLine( $img, $cx + $cr - 1, $cy, $cx, $cy, $fill ); 364 imageLine( $img, $cx - $cr + 1, $cy, $cx - 1, $cy, $fill ); 365 imageLine( $img, $cx, $cy + $cr - 1, $cx, $cy + 1, $fill ); 366 imageLine( $img, $cx, $cy - $cr + 1, $cx, $cy - 1, $fill ); 368 imageSetPixel( $img, $cx + $cr, $cy, $draw ); 369 imageSetPixel( $img, $cx - $cr, $cy, $draw ); 370 imageSetPixel( $img, $cx, $cy + $cr, $draw ); 371 imageSetPixel( $img, $cx, $cy - $cr, $draw ); [all …]
|
/plugin/new_page_dialog/lang/fr/ |
H A D | dialog_folder_name.txt | 2 Le répertoire **NE** sera **PAS** créé tant que\\
|
/plugin/npd/lang/fr/ |
H A D | dialog_folder_name.txt | 2 Le répertoire **NE** sera **PAS** créé tant que\\
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-rd.js | 40 [PR['PR_LITERAL'], /^\\(?:cr|l?dots|R|tab)\b/],
|
/plugin/confmanager/lang/fr/ |
H A D | interwiki.txt |
|
/plugin/translate/lang/fr/ |
H A D | newtrans.txt | 3 …e traduction qui n'existe pas encore. Si cela est possible, vous pouvez la créer en utilisant le b…
|
/plugin/discussion/lang/fr/ |
H A D | subscribermail.txt | 18 Courriel créé par DokuWiki à
|
/plugin/struct/lang/fr/ |
H A D | editor_intro.txt |
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_CustomsearchService.php | 257 public $cr; variable in Google_Query 299 public function setCr( $cr) { argument 300 $this->cr = $cr; 303 return $this->cr;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | CustomSearchAPI.php | 72 'cr' => [ 211 'cr' => [
|
/plugin/s5reloaded/ui/thesis/ |
H A D | slides.js | 1696 var ls = lw/2; var cr = lw; var xp = 0; 1701 xp += (txt[i]!="."?fw+cr:(fw/2)+cr); 2022 var cp = cd*0.1; var cr = cd/2; 2046 var B2B = ctx.createRadialGradient(cx+(cr*0.1),cy+(cr*0.1),cr,cx+(cr*0.1),cy+(cr*0.1),sr*0.9); 2049 ctx.arc(cx+(cr*0.1),cy+(cr*0.1),cr,0,deg2rad(360), false); 2054 var B2B = ctx.createRadialGradient(cx+(cr*0.1),cy+(cr*0.1),0,cx+(cr*0.1),cy+(cr*0.1),cr); 2068 ctx.arc(cx,cy,cr,sdeg,edeg, false); 2097 ctx.lineWidth = cr*0.07; 2108 ctx.lineWidth = cr*0.07; 2122 var bw = cr*0.45; var bh = cr*0.125; [all …]
|
/plugin/move/lang/fr/ |
H A D | move.txt |
|