Searched refs:stop (Results 1 – 14 of 14) sorted by relevance
/dokuwiki/data/media/wiki/ |
H A D | dokuwiki.svg | 4 <stop stop-color="#d69c00" offset="0"/> 5 <stop stop-color="#ffe658" offset="1"/> 8 <stop stop-color="#00a423" offset="0"/> 9 <stop stop-color="#00b427" offset="1"/> 12 <stop stop-color="#00b62b" offset="0"/> 13 <stop stop-color="#a1d784" offset="1"/> 17 <stop stop-color="#ede1ae" offset="0"/> 18 <stop stop-color="#fefdfa" offset="1"/> 21 <stop stop-color="#fbf6f0" offset="0"/> 22 <stop stop-color="#e9dac7" offset="1"/> [all …]
|
/dokuwiki/lib/tpl/dokuwiki/images/ |
H A D | dokuwiki.svg | 4 <stop stop-color="#d69c00" offset="0"/> 5 <stop stop-color="#ffe658" offset="1"/> 8 <stop stop-color="#00a423" offset="0"/> 9 <stop stop-color="#00b427" offset="1"/> 12 <stop stop-color="#00b62b" offset="0"/> 13 <stop stop-color="#a1d784" offset="1"/> 17 <stop stop-color="#ede1ae" offset="0"/> 18 <stop stop-color="#fefdfa" offset="1"/> 21 <stop stop-color="#fbf6f0" offset="0"/> 22 <stop stop-color="#e9dac7" offset="1"/> [all …]
|
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/dokuwiki/lib/images/interwiki/ |
H A D | doku.svg | 1 …stop style="stop-color:#3a9030;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#3d9c32…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | Barrett.php | 227 * @param int $stop 231 …tic function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $stop, $class) argument 268 if ($j < $stop) { 278 for ($j = 0, $k = $i; $j < $x_length && $k < $stop; ++$j, ++$k) { 284 if ($k < $stop) {
|
/dokuwiki/inc/lang/sv/ |
H A D | stopwords.txt | 2 # http://snowball.tartarus.org/algorithms/swedish/stop.txt. Ord kortare än tre
|
/dokuwiki/lib/scripts/ |
H A D | page.js | 176 $child.stop(true, true);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | KoblitzPrime.php | 279 $stop = $v->bitwise_rightShift($v->getLength() >> 1); 303 if ($v->compare($stop) > 0) {
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
H A D | Parser.php | 671 $stop = ["'", '"', '@{', $end]; 672 $stop = array_map([Util::class, 'pregQuote'], $stop); 676 $stop = array_merge($stop, $rejectStrs); 679 $patt = '(.*?)(' . implode('|', $stop) . ')';
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.min.js | 2 …stop,i.call(e,function(){ce.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var… method
|
H A D | jquery-ui.min.js | 6 …stop(!0,!0),this.prevShow=e,this.prevHide=i,this.options.animate?this._animate(e,i,t):(i.hide(),e.… method
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 3283 $stop = microtime(true); 3287 ' (' . round($stop - $start, 4) . 's)'; 3384 $stop = microtime(true); 3399 ' (' . round($stop - $start, 4) . 's)';
|
H A D | SSH2.php | 4442 $stop = microtime(true); 4448 …ast: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)'; 4549 $start = $stop = "\r\n"; 4553 $stop = '</pre>'; 4555 echo $start . $this->format_log([$message], [$message_number]) . $stop;
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
H A D | smoothness.css | 1209 .ui-icon-stop { background-position: -96px -160px; }
|