Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 25 of 122) sorted by relevance

12345

/plugin/asciidocjs/node_modules/async/internal/
DDoublyLinkedList.js12 this.head = this.tail = null;
18 if (node.next) node.next.prev = node.prev;else this.tail = node.prev;
33 if (node.next) node.next.prev = newNode;else this.tail = newNode;
51 if (this.tail) this.insertAfter(this.tail, node);else setInitial(this, node);
59 return this.tail && this.removeLink(this.tail);
90 dll.head = dll.tail = node;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
DNormalizer.php120 $result = $tail = '';
132 if ($tail) {
133 $lastUchr .= $tail;
134 $tail = '';
162 $tail .= $uchr;
164 if ($tail) {
165 $lastUchr .= $tail;
166 $tail = '';
194 return $result.$lastUchr.$tail;
/plugin/asciidocjs/node_modules/lodash/
Dtail.js17 function tail(array) { function
22 module.exports = tail;
/plugin/combo/ComboStrap/
H A DPipelineUtility.php136 $message = self::tail($commandArgs, $message);
195 $tail = $commandArgs[1] ?? null;
196 if ($tail !== null) {
197 $headValue .= $tail;
221 static function tail(array $commandArgs, $value) function in ComboStrap\\PipelineUtility
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
DLibrary.php88 $tail = substr($part, $pos);
89 $out[] = $head . strtolower($tail);
/plugin/redirect2/
Dhelper.php75 $tail = (substr($token[0],-1) ==':') ? ':' : '';
76 $ptn = $head . cleanID($token[0]) . $tail;
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js699 let tail
700 tail = re.slice(pl.reStart + pl.open.length)
703 tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => {
719 this.debug('tail=%j\n %s', tail, tail, pl, re)
725 re = re.slice(0, pl.reStart) + t + '\\(' + tail
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dupdate_authors.sh2 tail --lines=+3 AUTHORS > AUTHORS.tmp
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js549 var tail = re.slice(pl.reStart + pl.open.length)
552 tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) {
567 this.debug('tail=%j\n %s', tail, tail, pl, re)
573 re = re.slice(0, pl.reStart) + t + '\\(' + tail
/plugin/projects/lib/
Dtools.php47 $tail = substr($name, $l - $n);
48 return stristr($tail, $ext) != false;
/plugin/oauthdoorkeeper/
DDockerfile10 bundle exec rake db:setup | tail -n4 > public/secrets.txt
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
DEntries.php77 public function tail(TailLogEntriesRequest $postBody, $optParams = []) function in Google\\Service\\Logging\\Resource\\Entries
/plugin/codemirror/dist/modes/
Dperl.min.js1tail=null;b.tokenize=function(a,b){var f=false,g,h=0;while(g=a.next()){if(g===c[h]&&!f){if(c[++h]!…
/plugin/html2pdf/html2pdf/html2ps/
Dcss.ruleset.class.php131 $tail = $matches[2];
140 $css = $tail;
/plugin/wavedrom/
DREADME.md14 { "name": "Data", "wave": "x.345x|=.x", "data": ["head", "body", "tail", "data"] },
/plugin/fedauth/Auth/OpenID/
DMessage.php797 $tail = $ns_key;
799 $tail = sprintf('%s.%s', $ns_alias, $ns_key);
802 return 'openid.' . $tail;
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
Dreadme.helperapps.txt54 * Remove obsolete md5sum.exe, sha1sum.exe, tail.exe
/plugin/openid/Auth/OpenID/
DMessage.php871 $tail = $ns_key;
873 $tail = sprintf('%s.%s', $ns_alias, $ns_key);
876 return 'openid.' . $tail;
/plugin/database2/
Ddatabase2.php2762 $tail = trim( $matches[3] );
2763 if ( ( $tail[0] == '"' ) || ( $tail[0] == "'" ) )
2768 $argument = $this->parseString( $tail, $pos );
2775 $pos = strcspn( $tail, " \r\n\t\f&|" );
2777 $argument = trim( substr( $tail, 0, $pos ) );
2800 $in = ltrim( substr( $tail, $pos ) );
3018 $tail = ">$label</option>";
3021 strtr( $tail, array( '%' => '%%' ) );
3055 $tail = ">$label</option>";
3058 strtr( $tail, array( '%' => '%%' ) );
[all …]
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js326 elem.tail = this.tok.type === tt.backQuote
336 while (!curElt.tail) {
344 curElt.tail = true
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js305 elem.tail = this.tok.type === tt.backQuote
315 while (!curElt.tail) {
323 curElt.tail = true
/plugin/findologicxmlexport/vendor/hoa/ustring/
DUstring.php658 $tail = mb_substr($this->_string, $offset + 1);
659 $this->_string = $head . $value . $tail;
/plugin/asciidocjs/node_modules/async/dist/
Dasync.min.js1tail=t}function B(e,t,n){function a(e,t){f[e].push(t)}function i(e,t){const n=(...a)=>{r(e,n),t(..…
Dasync.js1372 this.head = this.tail = null;
1380 else this.tail = node.prev;
1396 else this.tail = newNode;
1416 if (this.tail) this.insertAfter(this.tail, node);
1425 return this.tail && this.removeLink(this.tail);
1455 dll.head = dll.tail = node;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js779 var tail = Array(array.length - at);
782 for (i = 0; i < tail.length; i++) tail[i] = array[i + at];
784 for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];
1212 head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3, property

12345