Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlast.test2 "last" filter
4 {{ [1, 2, 3, 4]|last }}
5 {{ {a: 1, b: 2, c: 3, d: 4}|last }}
6 {{ '1234'|last }}
7 {{ arr|last }}
8 {{ 'Ä€é'|last }}
9 {{ ''|last }}
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Files/
H A DClosingTagSniff.php59 for ($last = ($phpcsFile->numTokens - 1); $last > 0; $last--) {
60 if (trim($tokens[$last]['content']) !== '') {
65 if ($tokens[$last]['code'] === T_CLOSE_TAG) {
67 $fix = $phpcsFile->addFixableError($error, $last, 'NotAllowed');
69 $phpcsFile->fixer->replaceToken($last, '');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DClosingTagSniff.php67 for ($last = ($phpcsFile->numTokens - 1); $last > 0; $last--) {
68 if (trim($tokens[$last]['content']) !== '') {
73 if ($tokens[$last]['code'] === T_CLOSE_TAG) {
75 $fix = $phpcsFile->addFixableError($error, $last, 'NotAllowed');
78 $phpcsFile->fixer->replaceToken($last, $phpcsFile->eolChar);
79 … $prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($last - 1), null, true);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlast.rst1 ``last``
5 The ``last`` filter was added in Twig 1.12.2.
7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
12 {{ [1, 2, 3, 4]|last }}
15 {{ { a: 1, b: 2, c: 3, d: 4 }|last }}
18 {{ '1234'|last }}
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php22 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
30 $last->expects($this->never())
43 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
51 $last->expects($this->once())
66 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
74 $last->expects($this->once())
89 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
97 $last->expects($this->never())
110 … $last = $this->getMockBuilder('JMS\Serializer\Exclusion\ExclusionStrategyInterface')->getMock(),
118 $last->expects($this->once())
[all …]
/plugin/fckg/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
43 stack.last = function(){ function
51 if ( !stack.last() || !special[ stack.last() ] ) {
96 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){
106 parseEndTag( "", stack.last() );
109 if ( html == last )
111 last = html;
119 while ( stack.last() && inline[ stack.last() ] ) {
120 parseEndTag( "", stack.last() );
124 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
/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/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/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php460 $last = array_pop($this->_trace);
481 $rule = $last->getRule();
483 $this->_depth = $last->getDepth();
484 $this->_todo = $last->getTodo();
624 $last = current($children);
626 if (!is_object($last)) {
630 if ($cId !== $last->getId()) {
643 $last->appendChild($child);
644 $child->setParent($last);
671 $last = current($children);
[all …]
/plugin/fckg/scripts/
H A Dscript-cmpr.js1last=function(){return this[this.length-1]};while(m){q=true;if(!r.last()||!g[r.last()]){if(m.index… function
/plugin/sketchcanvas/phplib/
H A Dimage.php356 $last = $pts[count($pts)-1]; variable
359 if(isset($last["dx"]) && isset($last["dy"]) && ($last["dx"] !== $last["x"] || $last["dy"] !== $last["y"]))
360 $a[0] = array($last["dx"], $last["dy"]);
361 else if(isset($last["c
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DSea.php214 $last = 0;
218 self::initial_reordering_syllable($info, $GSUBdata, $scriptblock, $last, $i);
219 $last = $i;
220 $last_syllable = $info[$last]['syllable'];
223 self::initial_reordering_syllable($info, $GSUBdata, $scriptblock, $last, $count);
253 * If dotted-circle is the last glyph, it just does nothing. */
290 $last = 0;
294 self::final_reordering_syllable($info, $GSUBdata, $scriptblock, $last, $i);
295 $last = $i;
296 $last_syllable = $info[$last]['syllabl
[all...]
/plugin/autoindex/
H A Dsyntax.php73 $last = '';
76 if ($first !== $last) {
77 if ($last !== '') {
82 $last = $first;
95 if ($last !== '') {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_multiselect.js161 var last = gantt.$data.tasksStore.getSelectedId();
162 if (last && gantt.isTaskExists(last))
163 return last;
220 var last = this.getLastSelected();
221 if (!last)
249 var last = this.getLastSelected();
266 if (!last)
267 last = target_ev;
271 var last_indx = gantt.getGlobalTaskIndex(last);
274 var tmp = last;
[all …]
/plugin/editsections/action/
H A Des.php204 $last = max(count($edits)-1,0);
205 for ($i=0; $i<=$last; $i++) {
208 $start = $edits[min($i+1,$last)][1][0];
209 $level = $edits[min($i+1,$last)][1][2];
210 $name = $edits[min($i+1,$last)][1][3];
221 $end = $edits[min($i+1,$last)][1][1];
229 $edits[max($last-1,0)][1][1] = 0; // set new last section
230 $edits[$last][1][0] = -1; // hide old last section
/plugin/codemirror/dist/modes/
H A Dsmarty.min.js1last=="variable"){if(c=="@"){a.eatWhile(i.validIdentifier);return k("property","property")}else if…
/plugin/ckgdoku/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
64 stack.last = function(){ function
72 if ( !stack.last() || !special[ stack.last() ] ) {
117 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){
127 parseEndTag( "", stack.last() );
130 if ( html == last )
132 last = html;
140 while ( stack.last() && inline[ stack.last() ] ) {
141 parseEndTag( "", stack.last() );
145 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
/plugin/ckgedit/
H A Dscript.js42 var index, chars, match, stack = [], last = html; variable
88 stack.last = function(){ function
96 if ( !stack.last() || !special[ stack.last() ] ) {
141 html = html.replace(new RegExp("(.*)<\/" + stack.last() + "[^>]*>"), function(all, text){
151 parseEndTag( "", stack.last() );
154 if ( html == last )
156 last = html;
164 while ( stack.last() && inline[ stack.last() ] ) {
165 parseEndTag( "", stack.last() );
169 if ( closeSelf[ tagName ] && stack.last() == tagName ) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php333 $last = array_pop($this->_trace);
335 if ($last instanceof Compiler\Llk\Rule\Entry) {
336 $rule = $this->_rules[$last->getRule()];
338 } elseif ($last instanceof Compiler\Llk\Rule\Ekzit) {
339 $rule = $this->_rules[$last->getRule()];
348 $rule = $last->getRule();
349 $next = $last->getData() + 1;
350 $this->_todo = $last->getTodo();
/plugin/diagramsnet/lib/js/diagramly/
H A DUrlLibrary.js18 var last = fname.lastIndexOf('/');
20 if (last >= 0)
22 fname = fname.substring(last + 1);
/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/combo/.travis/
H A D.travis.yml19 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
23 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
27 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
30 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
33 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
/plugin/owncloud/
H A Dwork.php45 $last = array_pop($parts);
46 $fileid = intval($last); // Last element maybe fileid
48 if($fileid == 0 ) $desc .= "|".$last; // no fileid, is part of description

12345678910>>...27