Home
last modified time | relevance | path

Searched refs:last (Results 176 – 200 of 663) sorted by relevance

12345678910>>...27

/plugin/dw2pdf/tpl/default/
H A DREADME.txt29 * ''back.html'' -- Added once after last page
58 * ''@UPDATE@'' -- Time of the last update of the article
/plugin/bez/mdl/
H A DThreadFactory.php19 $last = (int) date('Y');
22 for ($year = $first; $year <= $last; $year++) {
/plugin/linkback/
H A Dadmin.php114 // finally sort by time of last comment
123 * Used for sorting targets in descending order by date of last linkback.
249 $last = $first+$num;
267 $params['first'] = $last;
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng434 property-last-mod? &
479 property-last-mod? &
522 property-last-mod? &
573 property-last-mod? &
1163 property-last-mod = element last-modified {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng434 property-last-mod? &
479 property-last-mod? &
522 property-last-mod? &
573 property-last-mod? &
1163 property-last-mod = element last-modified {
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8last:"Last",loop:{tip:"Click to toggle loop mode",loop:"Loop",sweep:"Sweep",none:"None"},speed:{sp… property in e.fn.scianimator.defaults.labels.text
/plugin/rack/
H A Dprint.css25 table.rack .last{
H A Dstyle.css32 table.rack .last{
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md25 - Fixed looping bug for PHP 7 when determining the last specified weekday of a month
/plugin/metaeditor/
H A Dstyle.css413 .jstree-default .jstree-last {
475 .jstree-default.jstree-rtl .jstree-last {
540 .jstree-default.jstree-rtl .jstree-last {
577 .jstree-default-small .jstree-last {
639 .jstree-default-small.jstree-rtl .jstree-last {
704 .jstree-default-small.jstree-rtl .jstree-last {
741 .jstree-default-large .jstree-last {
803 .jstree-default-large.jstree-rtl .jstree-last {
868 .jstree-default-large.jstree-rtl .jstree-last {
1017 .jstree-default-responsive .jstree-last {
[all …]
/plugin/clock/
H A Dstyle.css69 * fallback or switch if it is now available at last as Freeware.
144 * fallback or switch if it is now available at last as Freeware.
/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/authyubikey/lib/
H A DNEWS24 ** Improve last request/response messages, for debugging purposes.
/plugin/database2/
H A Dstyle.css62 table.database2 tr.data-list table tbody tr.last td
67 table.database2 tr.data-list table tbody tr.last td.counter
/plugin/preservefilenames/
H A Daction_anteater.php186 $last = count($calls) - 1;
188 for ($i = 0; $i <= $last; $i++) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js604 while (stream.available(1) && !this.last) {
607 this.last = (tmp & 0x80) === 0x80,
733 if (this.last && this.metadata)
737 while (stream.available(1) && this.last) {
/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js.map1last","startState","ctx","prev","start","indentTo","token","sol","style","indentUnit","column","in…
H A Derlang.min.js.map1last","push","slice","d","g","i","e","r","E","stack","tt","tokens","ss","concat","indenter","textA…
/plugin/navbox/
H A Dstyle.css72 .pgnb_list li:last-child::after {
/plugin/menu/
H A Dstyle.css74 div#menu ul.menubar li:not(:last-child) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php120 * Retrieve the last option, if it exists.
124 public function last(): ?Option
116 public function last(): ?Option global() function in FreeDSx\\Ldap\\Entry\\Options
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst6 if ``raw`` is the last filter applied to it:
/plugin/approve/
H A Dscript.js126 $tr.children().last().css('border-right', '0');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar125 $last = (binary)fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php507 $last = $element->parent->get_last();
513 if (!is_null($last) && $last->uid === $element->uid) {
1013 $last = $this->content[$i];
1019 $last = $this->content[$i];

12345678910>>...27