| /plugin/asciidocjs/node_modules/async/internal/ |
| D | DoublyLinkedList.js | 12 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/ |
| D | Normalizer.php | 120 $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/ |
| D | tail.js | 17 function tail(array) { function 22 module.exports = tail;
|
| /plugin/combo/ComboStrap/ |
| H A D | PipelineUtility.php | 136 $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/ |
| D | Library.php | 88 $tail = substr($part, $pos); 89 $out[] = $head . strtolower($tail);
|
| /plugin/redirect2/ |
| D | helper.php | 75 $tail = (substr($token[0],-1) ==':') ? ':' : ''; 76 $ptn = $head . cleanID($token[0]) . $tail;
|
| /plugin/asciidocjs/node_modules/minimatch/ |
| D | minimatch.js | 699 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/ |
| D | update_authors.sh | 2 tail --lines=+3 AUTHORS > AUTHORS.tmp
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | minimatch.js | 549 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/ |
| D | tools.php | 47 $tail = substr($name, $l - $n); 48 return stristr($tail, $ext) != false;
|
| /plugin/oauthdoorkeeper/ |
| D | Dockerfile | 10 bundle exec rake db:setup | tail -n4 > public/secrets.txt
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/ |
| D | Entries.php | 77 public function tail(TailLogEntriesRequest $postBody, $optParams = []) function in Google\\Service\\Logging\\Resource\\Entries
|
| /plugin/codemirror/dist/modes/ |
| D | perl.min.js | 1 …tail=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/ |
| D | css.ruleset.class.php | 131 $tail = $matches[2]; 140 $css = $tail;
|
| /plugin/wavedrom/ |
| D | README.md | 14 { "name": "Data", "wave": "x.345x|=.x", "data": ["head", "body", "tail", "data"] },
|
| /plugin/fedauth/Auth/OpenID/ |
| D | Message.php | 797 $tail = $ns_key; 799 $tail = sprintf('%s.%s', $ns_alias, $ns_key); 802 return 'openid.' . $tail;
|
| /plugin/jplayer/vendor/james-heinrich/getid3/helperapps/ |
| D | readme.helperapps.txt | 54 * Remove obsolete md5sum.exe, sha1sum.exe, tail.exe
|
| /plugin/openid/Auth/OpenID/ |
| D | Message.php | 871 $tail = $ns_key; 873 $tail = sprintf('%s.%s', $ns_alias, $ns_key); 876 return 'openid.' . $tail;
|
| /plugin/database2/ |
| D | database2.php | 2762 $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/ |
| D | expression.js | 326 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/ |
| D | expression.js | 305 elem.tail = this.tok.type === tt.backQuote 315 while (!curElt.tail) { 323 curElt.tail = true
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | Ustring.php | 658 $tail = mb_substr($this->_string, $offset + 1); 659 $this->_string = $head . $value . $tail;
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.min.js | 1 …tail=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(..…
|
| D | async.js | 1372 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/ |
| D | backbone.js | 779 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
|