Home
last modified time | relevance | path

Searched +full:prev -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/inc/Feed/
H A DFeedMediaProcessor.php55 $prev = $this->getPrev();
57 if ($prev) {
59 $src1 = new MediaFile($this->getId(), $prev);
62 $src1 = new MediaFile($this->getId(), $prev);
117 if ($this->data['prev'] ?? 0) return $this->data['prev'];
119 return $this->data['prev'];
149 $this->data['prev'] = $revs[1] ?? null;
H A DFeedPageProcessor.php130 if ($this->data['prev'] ?? 0) return $this->data['prev'];
132 return $this->data['prev'];
195 $this->data['prev'] = $revs[1] ?? null;
205 $prev = $this->getPrev();
207 if ($prev) {
209 explode("\n", rawWiki($this->getId(), $prev)),
/dokuwiki/inc/Ui/
H A DRevisions.php86 * Navigation buttons for Pagination (prev/next)
101 $html .= '<div class="pagenav-prev">';
H A DRecent.php175 * Navigation buttons for Pagination (prev/next)
189 $html .= '<div class="pagenav-prev">';
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css71 .dokuwiki div.pagenav-prev,
/dokuwiki/inc/Parsing/Handler/
H A DTable.php197 … $prev = in_array($this->tableCalls[$key - 1][0], ['tablecell_open', 'tableheader_open']);
200 if ($prev && $next) {
204 } elseif ($prev) {
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php80 'LOAD-PICTURE','MESSAGE','method','NEXT','prev',
160 'GET-PREV','GET-PRINTERS','GET-property','GET-QNAME-BY-INDEX',
187 'SELECT-ALL','SELECT-FOCUSED-ROW','SELECT-NEXT-ROW','SELECT-PREV-ROW',
358 'PREV-COLUMN','PREV-SIBLING','PREV-TAB-ITEM','PRIMARY',
H A Dq.php70 … 'plist', 'prd', 'prds', 'prev', 'rand', 'rank', 'ratios', 'raze', 'read0', 'read1', 'reciprocal',
H A Dvhdl.php94 …'prev','restrict','restrict_guarantee','rose','sequence','stable','strong','union','vmode','vprop'…
H A Djquery.php84 'prev', 'prevAll', 'siblings', 'andSelf', 'end',
H A Dsystemverilog.php194 'num', 'first', 'last', 'next', 'prev',
H A Dphp-brief.php85 …', 'usort', 'uasort', 'uksort', 'shuffle', 'array_walk', 'count', 'end', 'prev', 'next', 'reset', …
H A Dmysql.php93 'PARTIAL','PARTITION','PREV','PRIMARY KEY','PRIVILEGES','PROCEDURE',
H A Dmapbasic.php813 'Preferences', 'Prev', 'Printer', 'Projection', 'PushButton',
H A Dphp.php705 'prev','print_r','printf','proc_close','proc_get_status',
H A Drsplus.php251 …'dev.prev', 'dev.print', 'dev.set', 'dev.size', 'dev2bitmap', 'devAskNewPage', 'deviceIsInteractiv…
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css313 .ui-datepicker .ui-datepicker-prev,
320 .ui-datepicker .ui-datepicker-prev-hover,
324 .ui-datepicker .ui-datepicker-prev {
330 .ui-datepicker .ui-datepicker-prev-hover {
336 .ui-datepicker .ui-datepicker-prev span,
438 .ui-datepicker-rtl .ui-datepicker-prev {
446 .ui-datepicker-rtl .ui-datepicker-prev:hover {
1204 .ui-icon-seek-prev { background-position: -48px -160px; }
/dokuwiki/lib/scripts/
H A Dpage.js40 $tgt = $tgt.prev();
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php176 case 'prev':
297 echo '<button type="submit" name="fn[prev]" ' . $page_buttons['prev'] . '>' .
298 $this->lang['prev'] . "</button>";
998 $buttons['start'] = $buttons['prev'] = ($this->start == 0) ? $disabled : '';
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6prev().trigger("focus")},refresh:function(){var t=this.options;this._processPanels(),!1===t.active… method
H A Djquery.min.js2prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!… property
/dokuwiki/inc/
H A Dinfoutils.php132 $ts = prev($committerData);
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php318 positive=next, negative=prev
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1114 * @method phpQueryObject prev() prev($selector = null)
3450 * Use prev() and next().
3457 return $this->prev($selector);
3464 public function prev($selector = null) { function in phpQueryObject