Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 25 of 100) sorted by relevance

1234

/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1cr-image{z-index:-1;position:absolute;top:0;left:0;transform-origin:0 0;max-height:none;max-width:…
/plugin/supa/lib/
H A DSupa.js24 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 Dscript.js24 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 DSearchQueriesNextPage.php29 public $cr; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
184 public function setCr($cr) argument
186 $this->cr = $cr;
193 return $this->cr;
H A DSearchQueriesPreviousPage.php29 public $cr; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
184 public function setCr($cr) argument
186 $this->cr = $cr;
193 return $this->cr;
H A DSearchQueriesRequest.php29 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 Duserhomepage_private.default3 …* 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 Duserhomepage_publicspace.default5 …* 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 Duserhomepage_public.default6 * Vous ne devez pas créer d'autre page dans cet espace de nom ''//@TARGETPUBLICNS@//''
/plugin/epub/lang/fr/
H A Dremove.txt2 …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 Dtab_new_help.txt
H A Dtab_new.txt
H A Dtab_setup_help.txt
/plugin/godiag/
H A Dsyntax.php355 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 Ddialog_folder_name.txt2 Le répertoire **NE** sera **PAS** créé tant que\\
/plugin/npd/lang/fr/
H A Ddialog_folder_name.txt2 Le répertoire **NE** sera **PAS** créé tant que\\
/plugin/codeprettify/code-prettify/src/
H A Dlang-rd.js40 [PR['PR_LITERAL'], /^\\(?:cr|l?dots|R|tab)\b/],
/plugin/confmanager/lang/fr/
H A Dinterwiki.txt7 [[wp>Wiki]] crée un lien vers Wikipedia (anglais),
14 [[wp>Wiki]] crée un lien vers Wikipedia (anglais),
/plugin/translate/lang/fr/
H A Dnewtrans.txt3 …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 Dsubscribermail.txt18 Courriel créé par DokuWiki à
/plugin/struct/lang/fr/
H A Deditor_intro.txt
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php257 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 DCustomSearchAPI.php72 'cr' => [
211 'cr' => [
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1696 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 Dmove.txt7 …* Pour déplacer une page il faut également disposer du droit de création dans la catégorie de dest…

1234