| /dokuwiki/inc/Feed/ |
| H A D | FeedMediaProcessor.php | 55 $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 D | FeedPageProcessor.php | 130 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 D | Revisions.php | 86 * Navigation buttons for Pagination (prev/next) 101 $html .= '<div class="pagenav-prev">';
|
| H A D | Recent.php | 175 * Navigation buttons for Pagination (prev/next) 189 $html .= '<div class="pagenav-prev">';
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _recent.css | 71 .dokuwiki div.pagenav-prev,
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Table.php | 197 … $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 D | progress.php | 80 '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 D | q.php | 70 … 'plist', 'prd', 'prds', 'prev', 'rand', 'rank', 'ratios', 'raze', 'read0', 'read1', 'reciprocal',
|
| H A D | vhdl.php | 94 …'prev','restrict','restrict_guarantee','rose','sequence','stable','strong','union','vmode','vprop'…
|
| H A D | jquery.php | 84 'prev', 'prevAll', 'siblings', 'andSelf', 'end',
|
| H A D | systemverilog.php | 194 'num', 'first', 'last', 'next', 'prev',
|
| H A D | php-brief.php | 85 …', 'usort', 'uasort', 'uksort', 'shuffle', 'array_walk', 'count', 'end', 'prev', 'next', 'reset', …
|
| H A D | mysql.php | 93 'PARTIAL','PARTITION','PREV','PRIMARY KEY','PRIVILEGES','PROCEDURE',
|
| H A D | mapbasic.php | 813 'Preferences', 'Prev', 'Printer', 'Projection', 'PushButton',
|
| H A D | php.php | 705 'prev','print_r','printf','proc_close','proc_get_status',
|
| H A D | rsplus.php | 251 …'dev.prev', 'dev.print', 'dev.set', 'dev.size', 'dev2bitmap', 'devAskNewPage', 'deviceIsInteractiv…
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 313 .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 D | page.js | 40 $tgt = $tgt.prev();
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 176 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 D | jquery-ui.min.js | 6 …prev().trigger("focus")},refresh:function(){var t=this.options;this._processPanels(),!1===t.active… method
|
| H A D | jquery.min.js | 2 …prev(?: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 D | infoutils.php | 132 $ts = prev($committerData);
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLog.php | 318 positive=next, negative=prev
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 1114 * @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
|