Home
last modified time | relevance | path

Searched refs:last (Results 26 – 50 of 663) sorted by relevance

12345678910>>...27

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php49 // Check if date math if used at all. Find last '>'. E.g. /<log-{now/d}>,log-2011.12.01/log/_refresh
56 // Should be next slash '/' after last '>' E.g. /<log-{now/d}>,log-2011.12.01/log/_refresh
222 $last = \array_pop($parts);
223 $last = \preg_replace('/Query$/', '', $last); // for BoolQuery and MatchQuery
225 return self::toSnakeCase($last);
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php33 $last = array_pop($lines);
34 if ($last !== '') {
35 array_push($lines, $last);
/plugin/openid/Auth/OpenID/
H A DKVForm.php36 $last = array_pop($lines);
37 if ($last !== '') {
38 array_push($lines, $last);
/plugin/ckgdoku/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/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js47 let lastChunk = _.last(chunks);
51 lastChunk = _.last(chunks);
78 build(_.last(process.argv));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dad0dcbc7fc619e952c8825b8f307b7b2.asciidoc14 'last',
15 'last.edge',
/plugin/pagenav/
H A Ddeleted.files5 img/last-off.png
6 img/last.png
H A Dsyntax.php77 $last = '';
96 $last = $list[$i]['id'];
112 if ($mode & 4) $renderer->doc .= $this->buildImgLink($last, 'last');
/plugin/combo/resources/theme/default/components/css/
H A Dnote.css2 .note-cs p:last-child { margin-bottom: 0; }
3 .note-cs ul:last-child { margin-bottom: 0; }
H A Dblockquote.css4 .blockquote-cs p:last-child { margin-bottom: 0; }
5 .blockquote-cs ul:last-child { margin-bottom: 0; }
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,bloc…
/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 {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dloop_not_defined.test5 {{ loop.last }}
10 Twig\Error\SyntaxError: The "loop.last" variable is not defined when looping with a condition in "i…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php79 $last = \substr($value, -1);
80 if (($first === '"' && $last === '"') || ($first === "'" && $last === "'") && \strlen($value) > 1) {
/plugin/blogtng/helper/
H A Dentry.php349 $last = 0;
351 if($page - $last > 1){
362 $last = $page;
1136 $last = $ins[$i-1];
1140 $ins[] = array('p_close', array(), $last[2]);
1147 $ins[] = array('listu_close', array(), $last[2]);
1150 $ins[] = array('table_close', array(), $last[2]);
1153 $ins[] = array('section_close', array(), $last[2]);
1157 $ins[] = array('p_open', array(), $last[2]);
1159 $ins[] = array('p_close', array(), $last[2]);
[all …]
/plugin/mobiletable/
H A Daction.php74 $last = '';
82 $schema[] = $last = trim($th) ?: $last;
/plugin/structpublish/action/
H A Dbanner.php188 $last = array_pop($parts);
190 if (is_numeric($last)) {
191 $last++;
193 $parts[] = $last;
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php674 $last = '';
681 $last = $tmparray[0];
684 $last = $tmparray[1];
690 $last .= ' '.$tmparray[$j];
709 $last .= ' '.$tmparray[$j];
732 $last .= ' '.$tmparray[$size-1];
742 $last = $vonlastarray[0];
747 $last .= ' '.$vonlastarray[$j];
762 $last .= ' '.$vonlastarray[$j];
771 $last .= ' '.$vonlastarray[$size-1];
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php674 $last = '';
681 $last = $tmparray[0];
684 $last = $tmparray[1];
690 $last .= ' '.$tmparray[$j];
709 $last .= ' '.$tmparray[$j];
732 $last .= ' '.$tmparray[$size-1];
742 $last = $vonlastarray[0];
747 $last .= ' '.$vonlastarray[$j];
762 $last .= ' '.$vonlastarray[$j];
771 $last .= ' '.$vonlastarray[$size-1];
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php674 $last = '';
681 $last = $tmparray[0];
684 $last = $tmparray[1];
690 $last .= ' '.$tmparray[$j];
709 $last .= ' '.$tmparray[$j];
732 $last .= ' '.$tmparray[$size-1];
742 $last = $vonlastarray[0];
747 $last .= ' '.$vonlastarray[$j];
762 $last .= ' '.$vonlastarray[$j];
771 $last .= ' '.$vonlastarray[$size-1];
[all …]
/plugin/structsection/
H A Daction.php69 $last = end($event->data->calls);
72 $pos = $last[$INSTRUCTION_POSITION_INDEX];
/plugin/edittable/action/
H A Deditor.php173 $last = '|'; // used to close the last cell
222 … $last = (isset($meta[$row][$col]['tag']) && $meta[$row][$col]['tag'] == 'th') ? '^' : '|';
223 $table .= $last;
228 $table .= "$last\n";
/plugin/codemirror/dist/modes/
H A Dsmarty.min.js.map1last","cont","style","lastType","chain","stream","state","parser","tokenize","doesNotCount","pos",…
/plugin/dirtylittlehelper/mermaid/editor/src/
H A DApp.svelte11 // Using named parameters, with last being optional
18 // This is optional, but if present it must be the last
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md32 * Update the ASN.1 Message Queue to use the last position of the encoder.
33 * Change 'trailing data' to 'last position' for the messages.

12345678910>>...27