Home
last modified time | relevance | path

Searched refs:last (Results 126 – 150 of 663) sorted by last modified time

12345678910>>...27

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php172 $columns[$idx] += ($remain); // add to last column
205 $last = count($columns) - 1;
221 if ($col != $last) {
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt459 | reverse | display the last items in the feed first |
465 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
/plugin/const/
H A Dclass.evalmath.php314 …while ( $stack->count > 0 && ( $o2 = $stack->last() ) && in_array( $o2, $ops, true ) && ( $ops_r[ …
336 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
386 …if ( 0 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
425 if ( '(' !== $stack->last() || 1 !== $stack->last( 2 ) ) {
429 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 3 ), $matches…
784 public function last( $n = 1 ) { function in EvalMath_Stack
/plugin/approve/
H A Dscript.js126 $tr.children().last().css('border-right', '0');
/plugin/openid/Auth/Yadis/
H A DXRDS.php134 $last = [];
148 $last[] = $uri_string;
163 Auth_Yadis_array_scramble($last));
/plugin/openid/Auth/OpenID/
H A DKVForm.php36 $last = array_pop($lines);
37 if ($last !== '') {
38 array_push($lines, $last);
/plugin/blogtng/
H A Dstyle.css286 div.dokuwiki ul.blogtng_tags li:last-child div.li:after {
H A Dadmin.php412 $last = 0;
414 if($page - $last > 1) {
422 $last = $page;
/plugin/blogtng/helper/
H A Dentry.php349 $last = 0;
351 if($page - $last > 1){
362 $last = $page;
1136 $last = $ins[$i-1];
1140 $ins[] = array('p_close', array(), $last[2]);
1147 $ins[] = array('listu_close', array(), $last[2]);
1150 $ins[] = array('table_close', array(), $last[2]);
1153 $ins[] = array('section_close', array(), $last[2]);
1157 $ins[] = array('p_open', array(), $last[2]);
1159 $ins[] = array('p_close', array(), $last[2]);
[all …]
/plugin/autoindex/
H A Dsyntax.php73 $last = '';
76 if ($first !== $last) {
77 if ($last !== '') {
82 $last = $first;
95 if ($last !== '') {
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki85 …ue addressed by "last_change date" (that's the page's "timestamp, date of last modification") and …
/plugin/edittable/action/
H A Deditor.php173 $last = '|'; // used to close the last cell
222 … $last = (isset($meta[$row][$col]['tag']) && $meta[$row][$col]['tag'] == 'th') ? '^' : '|';
223 $table .= $last;
228 $table .= "$last\n";
/plugin/edittable/lib/
H A Dhandsontable.full.js23643 last;
23658 last = arr[a].length - 1;
23659 arr[a][last] = arr[a][last] + '\n' + rows[r][0];
23664 arr[a][last] = arr[a][last].substring(0, arr[a][last].length - 1).replace(/""/g, '"');
49422 var head, last, notify;
49434 else last = undefined;
49437 } last = undefined;
49475 if (last) last.next = task;
49479 } last = task;
H A Dhandsontable.less192 .handsontable th:last-child {
228 .ht_master:not(.innerBorderTop) thead tr:last-child th,
229 .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,
578 .handsontable.listbox tr:last-child th,
651 .handsontable tbody tr th:nth-last-child(2) {
655 .handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
661 .ht_clone_top_left_corner thead tr th:nth-last-child(2) {
/plugin/edittable/script/
H A Deditor.js31 var last = dmarray.slice(Math.max(endIndex + 1, target));
33 return [].concat(first, moving, between, last);
35 return [].concat(first, between, moving, last);
/plugin/blog/syntax/
H A Dblog.php171 $last = $first+$num;
183 $ret .= '<a href="'.wl($ID, 'first='.$last).'" class="wikilink1">'.
/plugin/captcha/
H A Daction.php210 $last = @filemtime($lastrun);
211 if (time() - $last < 24 * 60 * 60) return;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0bbd30b9be3e54ff3028b9f4459634d2.asciidoc11 'last' => [
H A D179f0a3e84ff4bbac18787a018eabf89.asciidoc14 'last',
H A D3cd50a789b8e1f0ebbbc53a8d7ecf656.asciidoc16 'last',
H A Dad0dcbc7fc619e952c8825b8f307b7b2.asciidoc14 'last',
15 'last.edge',
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php49 // Check if date math if used at all. Find last '>'. E.g. /<log-{now/d}>,log-2011.12.01/log/_refresh
56 // Should be next slash '/' after last '>' E.g. /<log-{now/d}>,log-2011.12.01/log/_refresh
222 $last = \array_pop($parts);
223 $last = \preg_replace('/Query$/', '', $last); // for BoolQuery and MatchQuery
225 return self::toSnakeCase($last);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc125 $params['if_seq_no'] = (number) only update the watch if the last operation that has changed the watch has the specified sequence number
126 $params['if_primary_term'] = (number) only update the watch if the last operation that has changed the watch has the specified primary term
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc133 // Send the last batch if it exists
H A Dset-retries.asciidoc21 When the client runs out of retries, it will throw the last exception that it

12345678910>>...27