Home
last modified time | relevance | path

Searched refs:last (Results 51 – 75 of 663) sorted by relevance

12345678910>>...27

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php187 * Retrieve the last value of the attribute.
193 $last = end($this->values);
196 return $last === false ? null : $last;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php280 $last =& $this->get_last();
281 if (!is_null($last) && $this->_suppress_last && $last->isBlockLevel()) {
282 $last->margin->bottom->value = 0;
283 $last->margin->bottom->percentage = null;
/plugin/datatables/assets/datatables.net-buttons-bs/css/
H A Dbuttons.bootstrap.min.css
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test28 5. Escape if last filter is not an escaper
40 7. Escape if last filter is not an escaper
45 8. Escape if last filter is not an escaper
93 5. Escape if last filter is not an escaper
107 7. Escape if last filter is not an escaper
113 8. Escape if last filter is not an escaper
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst24 the last two items of the sequence:
35 * ``and``: The separator for the last pair of input items
H A Dsplit.rst18 limit elements with the last element containing the rest of string;
20 * If ``limit`` is negative, all components except the last -limit are
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19last=true;this.SVGmoveLine(i,l,r,h,q);r.Clean();var p=this.SVGgetAlign(h,q),j=this.SVGgetShift(h,q…
/plugin/barcode/
H A Dsyntax.php42 $last = count($paramsArr);
43 for ($i = 3; $i < $last; $i++) {
/plugin/datatables/assets/datatables.net-bs/css/
H A DdataTables.bootstrap.min.css
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php305 $last = 0;
309 self::reordering_syllable($info, $GSUBdata, $last, $i);
310 $last = $i;
311 $last_syllable = $info[$last]['syllable'];
314 self::reordering_syllable($info, $GSUBdata, $last, $count);
356 * If dotted-circle is the last glyph, it just does nothing.
/plugin/fetchmedia/action/
H A Dajax.php306 static $last = 0;
307 if($init) $last = time();
308 while($last === $now = time()) {
311 $last = $now;
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php333 //If open is one it may be possible that the last ending brace is missing
434 //If open is one it may be possible that the last ending brace is missing
576 * First the last '=' is searched and the value extracted from that.
580 * Then the last ',' is searched and the field extracted from that.
708 $ret['authoryear'] = $ret['authors'][0]['last'] . $ret['year'];
1022 $last = '';
1028 if (1 == $size) { //There is only a last
1029 $last = $tmparray[0];
1030 } elseif (2 == $size) { //There is a first and a last
1032 $last
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php77 public function last() function in Mustache_Context
167 $value = $this->last();
/plugin/accscounter/lang/en/
H A Dmngintro.txt6 * The date when the page was last accessed
9 * The IP address of the visitor who last accessed the page
/plugin/annotate/
H A Danno.php105 static $last;
112 $last = $classes[0];
122 …$renderer->doc .= '<span id="anno_close_' . $last . '"><span class="anno_exit">close</span> </span…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js62 assert.equal(_.last([1, 2, 3]), 3, 'can pull out the last element of an array');
63 assert.equal(_([1, 2, 3]).last(), 3, 'can perform OO-style "last()"');
64 assert.deepEqual(_.last([1, 2, 3], 0), [], 'returns an empty array when n <= 0 (0 case)');
65 … assert.deepEqual(_.last([1, 2, 3], -1), [], 'returns an empty array when n <= 0 (negative case)');
66 assert.deepEqual(_.last([1, 2, 3], 2), [2, 3], 'can fetch the last n elements');
67 assert.deepEqual(_.last([1, 2, 3], 5), [1, 2, 3], 'returns the whole array if n > length');
68 var result = (function(){ return _(arguments).last(); }(1, 2, 3, 4));
70 result = _.map([[1, 2, 3], [1, 2, 3]], _.last);
72 assert.equal(_.last(null), void 0, 'returns undefined when called on null');
76 assert.equal(_.last(arr), void 0, 'return undefined when called on a empty array');
/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/cli/
H A Dsyntax.php147 $last=end($this->stack);
148 $this->current[self::PROMPT]=$last[self::PROMPT];
149 $this->current[self::CONT]=$last[self::CONT];
150 $this->current[self::COMMENT]=$last[self::COMMENT];
151 $this->current[self::TYPE]=$last[self::TYPE];
/plugin/sketchcanvas/script/
H A DSketchCanvas.js677 // If it's the last vertex, there's no control point toward the next vertex.
1180 var last = 0;
1183 if(k <= last)
1185 var ssrc = src.slice(last+1, k);
1199 last = k;
2463 var last = arr[arr.length-1], last2 = arr[arr.length-2], a = [];
2464 if("dx" in last && "dy" in last && (last.dx !== last
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php196 $last = substr($message, \strlen($message) - 1);
197 …$this->assertTrue('.' === $last || '?' === $last, $message, 'Exception message must end with a dot…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php317 $last = substr($hash, -1);
320 if (strpos((self::$borders[$direction][$type]), $last) !== false) {
323 return $base . self::$characterTable[strpos(self::$neighbours[$direction][$type], $last)];
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst6 to produce immutable auto-curried iteratee-first data-last methods.
42 Immutable auto-curried iteratee-first data-last methods sound great, but what
100 // `lodash/filter` is data-first iteratee-last:
106 // `lodash/fp/filter` is iteratee-first data-last:
126 Methods that accept an array as their last, second to last, or only argument:<br>
/plugin/csv/_test/csv/
H A Dc-q-q-comma_in_quotes.csv1 first,last,address,city,zip
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst66 ``loop.last`` True if last iteration
80 ``loop.last`` variables are only available for PHP arrays, or objects that
104 ``loop.last`` will not be defined when using loop conditions.
/plugin/issuelinks/_test/
H A Dutil.test.php30 'last' => 'https://api.github.com/repositories/48178744/commits?page=23'

12345678910>>...27