Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg4 <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 Ddokuwiki.svg4 <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 Dpage-background.svg3 <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 Ddoku.svg1stop 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 DBarrett.php227 * @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 Dstopwords.txt2 # http://snowball.tartarus.org/algorithms/swedish/stop.txt. Ord kortare än tre
/dokuwiki/lib/scripts/
H A Dpage.js176 $child.stop(true, true);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php279 $stop = $v->bitwise_rightShift($v->getLength() >> 1);
303 if ($v->compare($stop) > 0) {
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php671 $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 Djquery.min.js2stop,i.call(e,function(){ce.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var… method
H A Djquery-ui.min.js6stop(!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 DSFTP.php3283 $stop = microtime(true);
3287 ' (' . round($stop - $start, 4) . 's)';
3384 $stop = microtime(true);
3399 ' (' . round($stop - $start, 4) . 's)';
H A DSSH2.php4442 $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 Dsmoothness.css1209 .ui-icon-stop { background-position: -96px -160px; }