Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 36) sorted by relevance

12

/dokuwiki/inc/Ui/
H A DRevisions.php41 * Get revisions, and set correct pagination parameters (first, hasNext)
43 * @param int $first
48 protected function getRevisions(&$first, &$hasNext) argument
64 $revlist = $changelog->getRevisions($first, $num + 1);
65 if (count($revlist) == 0 && $first > -1) {
66 // resets to zero if $first requested a too high number
67 $first = -1;
68 return $this->getRevisions($first, $hasNext);
88 * @param int $first
93 protected function navigation($first, argument
[all...]
H A DRecent.php17 protected $first; variable in dokuwiki\\Ui\\Recent
23 * @param int $first skip the first n changelog lines
26 public function __construct($first = 0, $show_changes = 'both') argument
28 $this->first = $first;
48 // get recent items, and set correct pagination parameters (first, hasNext)
49 $first = $this->first;
51 $recents = $this->getRecents($first,
118 getRecents(& $first, & $hasNext) global() argument
182 htmlNavigation($first, $hasNext) global() argument
[all...]
H A DMediaRevisions.php42 * @param int $first skip the first n changelog lines
50 public function show($first = -1) argument
55 // get revisions, and set correct pagination parameters (first, hasNext)
56 if ($first === null) $first = -1;
58 $revisions = $this->getRevisions($first, $hasNext);
116 $first,
118 static fn($n) => media_managerURL(['first' => $n], '&', false, true)
H A DPageRevisions.php40 * @param int $first skip the first n changelog lines
48 public function show($first = -1) argument
53 // get revisions, and set correct pagination parameters (first, hasNext)
54 if ($first === null) $first = -1;
56 $revisions = $this->getRevisions($first, $hasNext);
114 echo $this->navigation($first, $hasNext, static fn($n) => ['do' => 'revisions', 'first' => $n]);
/dokuwiki/vendor/composer/
H A DClassLoader.php32 * the autoloader will first look for the class under the component/
69 * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2')))
199 $first = $prefix[0];
200 if (!isset($this->prefixesPsr0[$first][$prefix])) {
201 $this->prefixesPsr0[$first][$prefix] = $paths;
206 $this->prefixesPsr0[$first][$prefix] = array_merge(
208 $this->prefixesPsr0[$first][$prefix]
211 $this->prefixesPsr0[$first][$prefix] = array_merge(
212 $this->prefixesPsr0[$first][$prefix],
497 $first
[all...]
/dokuwiki/lib/plugins/extension/lang/bg/
H A Dintro_search.txt1 От тук имате достъп до всички налични [[doku>plugins|приставки]] и [[doku>template|шаблони]] за DokuWiki, които са дело на трети лица. Имайте предвид, че кодът им е потенциален **риск за сигурността на сървъра**! Повече по темата можете да прочетете в [[doku>security#plugin_security|plugin security]] first.
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php189 * A negative $first let read the current revision too.
196 * @param int $first skip the first n changelog lines
203 public function getRevisions($first, $num)
217 if ($first < 0) {
218 $first = 0;
223 $first = max($first + 1, 0);
244 while ($count < $num + $first) {
286 $num = max(min(count($lines) - $first,
193 getRevisions($first, $num) global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Dedit.txt1 Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]].
/dokuwiki/lib/plugins/revert/lang/en/
H A Dintro.txt3 This page helps you with the automatic reversion of a spam attack. To find a list of spammy pages first enter a search string (eg. a spam URL), then confirm that the found pages are really spam and revert the edits.
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_search.txt1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|templates]] for DokuWiki. Please be aware that installing 3rd party code may pose a **security risk**, you may want to read about [[doku>security#plugin_security|plugin security]] first.
/dokuwiki/lib/plugins/styling/
H A Dscript.js58 var $form = $styling_plugin.find('form.styling').first();
87 // on first load apply preview
/dokuwiki/inc/
H A Dchangelog.php162 * @param int $first number of first entry returned (for paginating
171 function getRecents($first, $num, $ns = '', $flags = 0)
240 if (--$first >= 0) continue; // skip first entries
164 getRecents($first, $num, $ns = '', $flags = 0) global() argument
H A Dhtml.php336 * @param int $first skip the first n changelog lines
340 function html_revisions($first = -1, $media_id = '') argument
344 (new MediaRevisions($media_id))->show($first);
347 (new PageRevisions($INFO['id']))->show($first);
359 * @param int $first
363 function html_recent($first = 0, $show_changes = 'both')
366 (new Recent($first, $show_changes))->show();
452 * @param bool $forcewrapper (optional) Trigger building a wrapper ul if the first level is
511 // Trigger building a wrapper ul if the first leve
318 html_revisions($first = 1, $media_id = '') global() argument
[all...]
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt8 ===== Create your first pages =====
20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
/dokuwiki/inc/Remote/
H A DApiCore.php317 * Snippets are provided for the first 15 results only. The title is either the first heading
471 * @param int $first skip the first n changelog lines, 0 starts at the current revision
477 public function getPageHistory($page, $first = 0)
486 $revisions = $pagelog->getRevisions($first - 1, $conf['recent']);
907 pageVersions($id, $first = 0) global() argument
/dokuwiki/lib/scripts/
H A Dtree.js17 jQuery('ul:first', this.$obj).attr('role', 'tree');
18 jQuery('ul', this.$obj).not(':first').attr('role', 'group');
42 $sublist = $listitem.find('ul').first();
H A Dfileuploader.js17 * Adds all missing properties from second obj to first obj
19 qq.extend = function(first, second){ argument
21 first[prop] = second[prop];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php247 // "bits 7 to 1 of the first subsequent octet shall not all be zero"
1172 $first = floor(ord($content[0]) / 40);
1174 "This packing of the first two object identifier components recognizes that only three values are allocated from the root
1179 if ($first <= 2) { // ie. 0 <= ord($content[0]) < 120 (0x78)
1181 array_unshift($oid, $first);
1220 $first = new BigInteger($part1);
1221 $first = $first->multiply($forty);
1222 $first = $first
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php229 $first = (int) substr(array_shift($list), 0, 10);
231 $dur = ($last - $first) / (60 * 60 * 24); // number of days in the changelog
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md18 You'll have to convert your code to use ';' first.
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php341 $first = true;
344 if (!$first) {
347 $first = false;
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less31 /* on same vertical level as first headline, because .page has 2em padding */
H A Dcontent.less225 button.toolbutton:first-child {
246 button.toolbutton:first-child {
H A Ddesign.less188 div:first-child {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php

12