Home
last modified time | relevance | path

Searched refs:n (Results 401 – 425 of 429) sorted by relevance

1...<<1112131415161718

/dokuwiki/lib/plugins/config/lang/sk/
H A Dintro.txt
/dokuwiki/lib/plugins/config/lang/ca-valencia/
H A Dintro.txt10 Recorde pulsar el botó **GUARDAR** ans d'anar-se'n d'esta pàgina o perdrà els canvis que haja fet.
/dokuwiki/inc/lang/no/
H A Dstopwords.txt
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt
/dokuwiki/inc/Extension/
H A DPluginTrait.php94 [/* t */, /* p */, $n] = sexplode('_', get_class($this), 4, '');
95 return $n;
103 [/* t */, /* p */, /* n */, $c] = sexplode('_', get_class($this), 4, '');
/dokuwiki/lib/plugins/popularity/lang/no/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/sv/
H A Dintro.txt
/dokuwiki/lib/plugins/config/lang/pt-br/
H A Dintro.txt
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt102 echo "\n";
/dokuwiki/lib/plugins/popularity/lang/pt/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/ca-valencia/
H A Dintro.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php594 $n = count($decoded['content']);
598 $maymatch = $i < $n; // Match only existing input.
648 return $i < $n ? null : $map;
1161 $n = new BigInteger();
1164 $n = $n->bitwise_leftShift(7);
1165 $n = $n->bitwise_or(new BigInteger($temp & 0x7F));
1167 $oid[] = $n;
1168 $n
[all...]
H A DX509.php485 "-----BEGIN PUBLIC KEY-----\r\n" .
518 base64_decode(preg_replace('#-.+-|[\r\n]#', '', $cert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey']))
564 return "-----BEGIN CERTIFICATE-----\r\n" . chunk_split(Strings::base64_encode($cert), 64) . '-----END CERTIFICATE-----';
1141 fputs($fsock, "GET $path HTTP/1.0\r\n");
1142 fputs($fsock, "Host: $parts[host]\r\n\r\n");
1153 while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") {
2237 "-----BEGIN PUBLIC KEY-----\r\n" .
2269 base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey']))
2288 return "-----BEGIN CERTIFICATE REQUEST-----\r\n"
[all...]
/dokuwiki/lib/plugins/popularity/lang/pt-br/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/hu/
H A Dintro.txt
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css539 .ui-dialog .ui-resizable-n {
599 .ui-resizable-n {
600 cursor: n-resize;
1099 .ui-icon-caret-1-n { background-position: 0 0; }
1107 .ui-icon-caret-2-n-s { background-position: -128px 0; }
1109 .ui-icon-triangle-1-n { background-position: 0 -16px; }
1117 .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1119 .ui-icon-arrow-1-n { background-position: 0 -32px; }
1127 .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1131 .ui-icon-arrowstop-1-n { backgroun
[all...]
/dokuwiki/inc/
H A Dinfoutils.php68 $msgs = explode("\n%\n", $data);
129 $committerLine = explode("\n", $commit)[3];
410 echo "ERROR(" . $msgdata['lvl'] . ") " . $msgdata['msg'] . "\n";
471 echo "<!--\n";
473 echo "\n-->";
495 if ($header === '' && is_string($msg) && strpos($msg, "\n") === false) {
564 str_replace("\n", '\n', $params),
570 return implode("\n",
[all...]
H A Dform.php1087 for ($n = 0; $n < $cnt; $n++) {
1088 @list($value,$text,$select) = $attrs['_options'][$n];
H A DDifferenceEngine.php295 for ($n = 0; $n < $nchunks - 1; $n++) {
296 $x1 = $xoff + (int)(($numer + ($xlim - $xoff) * $n) / $nchunks);
297 $y1 = $ymid[$n] + 1;
851 echo "$prefix ".$this->_escape($line)."\n";
867 echo "---\n";
984 if ($word[0] == "\n") {
989 assert(!strstr($word, "\n"));
1014 if (!preg_match_all('/ ( [^\S\n]
[all...]
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg7 <linearGradient id="n" x1="192.04" x2="263.67" y1="262.26" y2="262.26" gradientUnits="userSpaceOnUse">
79 <path d="m201.05 238.55 62.117 24.919-7.887 3.214-4.351 9.31 1.171 9.964-59.315-31.728-.494-7.364 3.096-5.828 5.662-2.488z" fill="url(#n)" stroke="#000" stroke-linejoin="round" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/lib/tpl/dokuwiki/images/
H A Ddokuwiki.svg7 <linearGradient id="n" x1="192.04" x2="263.67" y1="262.26" y2="262.26" gradientUnits="userSpaceOnUse">
79 <path d="m201.05 238.55 62.117 24.919-7.887 3.214-4.351 9.31 1.171 9.964-59.315-31.728-.494-7.364 3.096-5.828 5.662-2.488z" fill="url(#n)" stroke="#000" stroke-linejoin="round" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php195 * Modulus (ie. n)
348 $n = clone self::$one;
364 list($min) = $min->divide($n);
366 list($max) = $max->divide($n);
373 $coefficients[$i] = $n->modInverse($primes[$i]);
376 $n = $n->multiply($primes[$i]);
403 // modulus INTEGER, -- n
414 $privatekey->modulus = $n;
424 $publickey->modulus = $n;
727 _convertPrivateKey($n, $e, $d, $primes, $exponents, $coefficients) global() argument
1009 _convertPublicKey($n, $e) global() argument
[all...]
/dokuwiki/lib/images/interwiki/
H A Ddoku.svg1 <svg width="128.171" height="128.039" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="k"><stop style="stop-color:#3a9030;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#3d9c32;stop-opacity:.79591835" offset="1"/></linearGradient><linearGradient id="j"><stop style="stop-color:#25901b;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#25901b;stop-opacity:.37755102" offset="1"/></linearGradient><linearGradient id="i"><stop style="stop-color:#e32525;stop-opacity:.81632656" offset="0"/><stop style="stop-color:#e32525;stop-opacity:.5714286" offset="1"/></linearGradient><linearGradient id="h"><stop offset="0" style="stop-color:#000;stop-opacity:.17346939"/><stop offset="1" style="stop-color:#c7cec2;stop-opacity:0"/></linearGradient><linearGradient id="g"><stop style="stop-color:#000;stop-opacity:.17346939" offset="0"/><stop style="stop-color:#c7cec2;stop-opacity:0" offset="1"/></linearGradient><linearGradient id="f"><stop style="stop-color:#fbfaf9;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="e"><stop style="stop-color:#fbf6f0;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="d"><stop style="stop-color:#ede1ae;stop-opacity:1" offset="0"/><stop style="stop-color:#fefdfa;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="a"><stop style="stop-color:#00a423;stop-opacity:1" offset="0"/><stop style="stop-color:#00b427;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="b"><stop offset="0" style="stop-color:#00b62b;stop-opacity:1"/><stop offset="1" style="stop-color:#a1d784;stop-opacity:1"/></linearGradient><linearGradient id="c"><stop style="stop-color:#d69c00;stop-opacity:1" offset="0"/><stop style="stop-color:#ffe658;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="l"><stop offset="0" style="stop-color:#ce411e;stop-opacity:1"/><stop offset="1" style="stop-color:#ecad8d;stop-opacity:1"/></linearGradient><linearGradient id="m"><stop style="stop-color:#8f2a15;stop-opacity:1" offset="0"/><stop style="stop-color:#c8381b;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#a" id="z" x1="192.039" y1="262.258" x2="263.671" y2="262.258" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="B" x1="191.751" y1="258.916" x2="255.656" y2="258.916" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#c" id="y" x1="184.071" y1="246.359" x2="201.406" y2="246.359" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#d" id="p" x1="162.764" y1="184.993" x2="240.849" y2="289.503" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#e" id="n" x1="140.158" y1="303.79" x2="136.142" y2="195.872" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#f" id="o" x1="286.156" y1="262.287" x2="185.813" y2="172.324" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#g" id="t" x1="213.966" y1="220.072" x2="244.791" y2="265.404" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#h" id="x" x1="184.306" y1="241.528" x2="224.674" y2="307.528" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#i" id="q" x1="202.418" y1="222.051" x2="206.06" y2="210.356" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#j" id="r" x1="248.622" y1="234.522" x2="251.644" y2="213.122" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#k" id="s" x1="275.718" y1="251.564" x2="255.684" y2="217.94" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#l" id="w" gradientUnits="userSpaceOnUse" x1="219.663" y1="192.733" x2="277.876" y2="192.733"/><linearGradient xlink:href="#m" id="v" gradientUnits="userSpaceOnUse" x1="219.213" y1="189.016" x2="286.227" y2="189.016"/><radialGradient xlink:href="#c" id="A" cx="257.411" cy="274.642" fx="257.411" fy="274.642" r="7.144" gradientTransform="matrix(1 0 0 1.63138 0 -173.405)" gradientUnits="userSpaceOnUse"/><radialGradient xlink:href="#c" id="u" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 .98418 0 3.367)" cx="224.414" cy="212.8" fx="224.414" fy="212.8" r="8.681"/></defs><g style="display:inline"><path transform="matrix(.98991 -.14067 .20106 .97564 -158.091 -157.777)" style="fill:url(#n);fill-opacity:1;fill-rule:evenodd;stroke:#000;stroke-width:.7216621px;stroke-linecap:butt;stroke-l (…)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php398 * Otherwise, all instances of \n will be replaced with $line_ending
2164 $code = str_replace("\r\n", "\n", $this->source);
2165 $code = str_replace("\r", "\n", $code);
2667 if ($es_char == "\n") {
2669 $string .= "</span>\n";
2736 $string = str_replace("\n", "</span>\n<span$string_attributes>", $string);
2845 $string = str_replace("\n", "</span>\n<spa
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css315 #mediamanager__page .filelist .rows li:nth-child(2n+1) {

1...<<1112131415161718