Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/lib/exe/
H A Dopenapi.php59 $last = 0; variable
62 if ($code['code'] === $last && !$INPUT->has('debug')) continue;
63 $last = $code['code']; variable
/dokuwiki/inc/lang/en/
H A Ddraft.txt3last edit session on this page was not completed correctly. DokuWiki automatically saved a draft d…
/dokuwiki/inc/Ui/
H A DRevisions.php98 $last = $first + $conf['recent'];
107 $html .= html_btn('older', $this->id, "n", $callback($last));
H A DRecent.php185 $last = $first + $conf['recent'];
198 $html .= '<button type="submit" name="first[' . $last . ']" accesskey="p"'
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php670 $last = (int) $input[0];
671 $result[] = $last; // copy first char from input to output
675 $sindex = $last - $this->_sbase;
676 $lindex = $last - $this->_lbase;
683 $last += $tindex;
684 $result[(count($result) - 1)] = $last; // reset last
690 $last = (int) $this->_sbase + ($lindex * $this->_vcount + $vindex) * $this->_tcount;
691 $result[(count($result) - 1)] = $last; // reset last
695 $last = $char;
724 $last = $this->_get_combining_class(intval($input[0]));
[all …]
/dokuwiki/lib/tpl/dokuwiki/lang/no/
H A Dstyle.txt1 …iki» eller «rot». Filen vil da, automatisk bli bruk som logo. Du kan også last opp en «favicon.ico…
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php205 $last = count($columns) - 1;
221 if ($col != $last) {
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php230 $last = (int) substr(array_pop($list), 0, 10);
231 $dur = ($last - $first) / (60 * 60 * 24); // number of days in the changelog
/dokuwiki/inc/
H A Dindexer.php146 $last = @filemtime($idxtag);
147 if ($last > @filemtime(wikiFN($page))) {
H A Dtemplate.php814 $last = count($crumbs);
819 if ($i == $last) $out .= '<span class="curid">';
821 if ($i == $last) $out .= '</span>';
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less137 /* last modified line */
H A Dbasic.less334 padding: .7rem 1rem; /* for those browsers understanding :last-child */
337 fieldset > :last-child {
H A Dcontent.less231 button.toolbutton:last-child {
238 button.toolbutton:last-child {
H A Ddesign.less192 div:last-child {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php741 $last = count($arguments) - 1;
744 if ($i != $last) {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php32 protected $last = 0; // index of the last user to be displayed variable in admin_plugin_usermanager
223 $this->last,
984 $this->last = min($this->users_total, $this->start + $this->pagesize);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php379 $last = count($temp) - 1;
380 for ($i = 0; $i < $last; $i++) {
388 if ($temp[$last]['type'] != self::TYPE_BIT_STRING) {
391 …$current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content…
H A DX509.php3578 $last = $key;
3593 case isset($last):
3594 $attributes[$last]['value'][] = $value;
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php997 $last = end($args);
998 if ($last !== false && $last[0] === 'rest') {
1000 $this->set($last[1], $this->reduce(['list', ' ', $rest]));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php481 $last = strlen($nonce) - 1;
483 $index = $nonce[$last] & $mask;
484 $nonce[$last] = $nonce[$last] ^ $index;
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt445 | reverse | display the last items in the feed first |
452 …iki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt445 | reverse | display the last items in the feed first |
452 …iki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css421 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
464 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6last()).add((i.length?i:this).siblings()),t="label[for='"+CSS.escape(t)+"']",e=e.add(i.find(t).add… property
H A Djquery.min.js2last:function(){return this.eq(-1)},even:function(){return this.pushStack(ce.grep(this,function(e,… method

12