Home
last modified time | relevance | path

Searched +full:last -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 131) sorted by last modified time

123456

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php274 // We should only use the last Content-Type header. c.f. issue #1
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmysql.php88 'ISOLATION LEVEL','JOIN','KEYS','KEY','KILL','LANGUAGE SQL','LAST',
H A Dnewlisp.php73 'lambda','lambda?','last','last-error','legal?','length','let',
H A Dperl.php89 'xor', 'or', 'and', 'unless', 'next', 'last', 'redo', 'not', 'our',
H A Dperl6.php75 'unless', 'next', 'last', 'redo', 'not', 'our', 'let',
86 'ENTER', 'LEAVE', 'KEEP', 'UNDO', 'NEXT', 'LAST', 'PRE',
H A Dphp.php29 * * Make sure the last few function I may have missed
H A Drebol.php29 * * Make sure the last few function I may have missed
92 'integer?','intersect','issue?','join','last','layout','length?',
H A Dscheme.php77 'l', 'lambda', 'last-pair', 'lcm', 'length', 'let', 'let*', 'letrec',
H A Dcss.php286 'text-align-last',
834 'last-child',
835 'last-of-type',
839 'nth-last-child',
840 'nth-last-of-type',
H A Dgambas.php61 'INPUT', 'FROM', 'IS', 'KILL', 'LAST', 'LIBRARY', 'LIKE', 'LINE INPUT', 'LINK', 'LOCK', 'LOOP', 'ME',
H A Dmapbasic.php797 'Justify', 'Key', 'Label', 'Labels', 'Landscape', 'Large', 'Last',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php311 // This is last, as behaviour of this varies with OS userland and PHP version
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php170 * RFC 4291 allows you to represent the last two parts of an IPv6 address
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php90 * If there is no '.', the string is truncated after the last ' ' character.
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php926 ); // last mod file time and date
972 ); // last mod file time and date
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php55 // Less than the configured time period passed since last
183 * but determines the last known revision first
187 * @param int $lastupdate Time of the last notification
/dokuwiki/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) {
/dokuwiki/lib/plugins/revert/
H A Dadmin.php93 // find the last non-spammy revision
/dokuwiki/inc/Utf8/tables/
H A Dromanization.php297 // Japanese characters (last update: 2008-05-09)
/dokuwiki/inc/
H A Dcommon.php42 * filled up with the $default value. If the input string contains more elements, the last
828 // still here? just use the last address
1268 * Checks if the current page version is newer than the last entry in the page's
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css432 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
475 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php348 * @return string|bool The date of the last update or false if not available
496 * Get the last used download URL of the extension if there is any
518 * If the download URL has changed since the last download
586 * Get the date of the last available update
588 * @return string|bool The last available update in the form yyyy-mm-dd if there is any, false otherwise
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php31 protected $last = 0; // index of the last user to be displayed
37 protected $lastdisabled = false; // set to true if last user is unknown and last button is hence buggy
181 case 'last':
222 $this->last,
300 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' .
301 $this->lang['last'] . '</button>';
983 $this->last
26 protected $last = 0; // index of the last user to be displayed global() variable in admin_plugin_usermanager
[all...]

123456