Home
last modified time | relevance | path

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

12345678910>>...27

/plugin/publish/
H A Dsyntax.php104 $last = $keys[count($keys)-1];
106 $page[1][$last][1],
107 wl($page[0], 'rev=' . $last),
108 dformat($last));
109 if($last == $page[2]) { $updated = 'Unchanged'; } //shouldn't be possible:
/plugin/box/
H A Dprint.css125 /* must come last to override coloured background when using rounded corners */
H A Dstyle.css125 /* must come last to override coloured background when using rounded corners */
/plugin/wrap/
H A Dexample.txt303 After using any of the float classes, you might come across following text protruding into the space where only the floating containers should be. To prevent that, you should simply add this after your last column:
/plugin/avtaskbox/
H A DREADME.md22 DESCRIPTION: Some stuff for you. You can have newlines in this part. Description must be the last i…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md8 after the (previous) last request in the queue was resolved.
186 * Fixed: Doing a GET request with the client uses the last used HTTP method
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js874 var last = +new Date() - timestamp;
875 if (last < wait) {
876 timeout = setTimeout(later, wait - last);
14600 .last().addClass(theme.getClass('cornerRight')).end();
H A Dfullcalendar.print.less65 .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
/plugin/pot/
H A DREADME.md122 …simple rule in the automatically set name, it ads an rising number to the last potid set. Simply s…
/plugin/indexmenu/scripts/
H A Dcontextmenu.js252 IndexmenuContextmenu.ajaxmenu(get, $toc_picker, jQuery('#' + btn), $toc_picker.children().last(), null);
372 $cmenu.children().last().append(item);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2LogEntryOperation.php33 public $last; variable in Google\\Service\\ServiceControl\\V2LogEntryOperation
70 public function setLast($last) argument
72 $this->last = $last;
79 return $this->last;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntryOperation.php24 public $last; variable in Google\\Service\\Networkconnectivity\\LogEntryOperation
43 public function setLast($last) argument
45 $this->last = $last;
49 return $this->last;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php781 $last = count($arguments) - 1;
784 if ($i != $last) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md235 For example, let's say we wanted to call a specific function each time the last
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md447 …ponse by adding an 'alt' argument to optional params that is normally the last argument to a metho…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntryOperation.php33 public $last; variable in Google\\Service\\Logging\\LogEntryOperation
70 public function setLast($last) argument
72 $this->last = $last;
79 return $this->last;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php492 $last = strlen($nonce) - 1;
494 $index = $nonce[$last] & $mask;
495 $nonce[$last] = $nonce[$last] ^ $index;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md459 * Relative redirects are now based on the last response, not the first response.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php393 $last = count($temp) - 1;
394 for ($i = 0; $i < $last; $i++) {
402 if ($temp[$last]['type'] != self::TYPE_BIT_STRING) {
405 …$current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content…
H A DX509.php3643 $last = $key;
3658 case isset($last):
3659 $attributes[$last]['value'][] = $value;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md165 // Public and private keys are expected to be Base64 encoded. The last
/plugin/tablelayout/script/
H A Dtablelayout_functions.js177 $rowCells.last().after($cell.clone(true, true));
H A Dscript.js48 $lastHeaderRow = $table.closest('.table').find('table.tablelayout_head tr').last();
/plugin/layeranimation/
H A Dstyle.less21 /* div.layer:not(:nth-last-child(2)) { */
30 &:not(.fixed):not(div:last-of-type):after {
129 div.box:last-child *:last-child,
130 div.layer:last-child div.box, &.scripting div.box {
H A Dscript.js204 self.setActive( this.elem.parent().children().last(), true, true );
270 self.setActive( self.layerList.children().last(), true, true );
280 self.setActive( self.layerList.children().last(), false, true );

12345678910>>...27