| /plugin/asciidocjs/node_modules/function-bind/ |
| D | implementation.js | 17 var bound; 19 if (this instanceof bound) { 42 …bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(thi… 47 bound.prototype = new Empty(); class 51 return bound;
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _bind.js | 19 var bound = function (/* args... */) { function 21 return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that); 23 if (isObject(fn.prototype)) bound.prototype = fn.prototype; 24 return bound;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _bind.js | 19 var bound = function (/* args... */) { function 21 return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that); 23 if (isObject(fn.prototype)) bound.prototype = fn.prototype; 24 return bound;
|
| /plugin/asciidocjs/node_modules/call-bind/test/ |
| D | index.js | 28 var bound = callBind(func); 29 …t.equal(bound.length, func.length + 1, 'function length is preserved', { skip: !functionsHaveConfi… 30 t.deepEqual(bound(), [undefined, undefined, undefined], 'bound func with too few args'); 31 t.deepEqual(bound(1, 2), [1, 2, undefined], 'bound func with right args'); 32 t.deepEqual(bound(1, 2, 3), [1, 2, 3], 'bound func with too many args');
|
| /plugin/authldaplocal/ |
| D | auth.php | 26 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser variable in auth_plugin_authldaplocal 97 $this->bound = 2; 132 $this->bound = 1; 149 $this->bound = 1; 183 if($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) { 189 $this->bound = 2; 190 } elseif($this->bound == 0 && !$inbind) { 719 $this->bound = 0; 722 $bound = false; 783 …$bound = @ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw… [all …]
|
| /plugin/nodetailsxhtml/syntax/ |
| D | acronym.php | 53 $bound = '[\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]'; 55 $this->pattern = '(?<=^|'.$bound.')(?:'.join('|',$acronyms).')(?='.$bound.')';
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ |
| D | MethodProphecy.php | 35 private $bound = false; variable in Prophecy\\Prophecy\\MethodProphecy 481 if ($this->bound) { 486 $this->bound = true;
|
| /plugin/confmanager/lang/en/ |
| D | entities.txt | 13 …r pages. This includes HTML. However you should be aware that doing so is bound to break when used…
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | functions.js | 10 var bound = _.bind(func, context); 11 assert.equal(bound(), 'name: moe', 'can bind a function to a context'); 13 bound = _(func).bind(context); 14 assert.equal(bound(), 'name: moe', 'can do OO-style binding'); 16 bound = _.bind(func, null, 'curly'); 17 var result = bound();
|
| /plugin/a2s/ |
| D | ASCIIToSVG.php | 2116 $bound = count($this->points); 2117 for ($i = 0, $j = count($this->points) - 1; $i < $bound; $i++) { 2593 $bound = count($this->points); 2594 for ($i = 0; $i < $bound; $i++) { 2715 $bound = count($this->ticks); 2716 for ($i = 0; $i < $bound; $i++) { 2838 $bound = count($matches[1]); 2839 for ($i = 0; $i < $bound; $i++) { 3094 $bound = count($this->grid); 3095 for ($r = 0; $r < $bound; $r++) { [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/wsc/ |
| D | LICENSE.md | 18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
|
| /plugin/ckgedit/ckeditor/plugins/scayt/ |
| D | LICENSE.md | 18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
|
| /plugin/ckgdoku/ckeditor/plugins/scayt/ |
| D | LICENSE.md | 18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
|
| /plugin/ckgedit/ckeditor/plugins/wsc/ |
| D | LICENSE.md | 18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | mp3.js | 4534 var bound = 32; 4537 bound = 4 + header.mode_extension * 4; 4546 for (var sb = 0; sb < bound; sb++) { 4556 for (var sb = bound; sb < 32; sb++) { 4583 for (var sb = 0; sb < bound; sb++) { 4590 for (var sb = bound; sb < 32; sb++) { 4749 var bound = 32; 4752 bound = 4 + header.mode_extension * 4; 4755 if (bound > sblimit) 4756 bound = sblimit; [all …]
|
| /plugin/sequencediagram/bower_components/underscore/ |
| D | underscore.js | 715 var bound = function() { function 716 return executeBound(func, bound, context, this, args.concat(slice.call(arguments))); 718 return bound; 726 var bound = function() { function 733 return executeBound(func, bound, this, this, args); 735 return bound;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore.js | 742 var bound = restArgs(function(callArgs) { 743 return executeBound(func, bound, context, this, args.concat(callArgs)); 745 return bound; 754 var bound = function() { function 761 return executeBound(func, bound, this, this, args); 763 return bound;
|
| /plugin/asciidocjs/node_modules/call-bind/ |
| D | CHANGELOG.md | 12 - [Fix] properly include the receiver in the bound length [`dbae7bc`](https://github.com/ljharb/cal…
|
| /plugin/textinsert/ |
| D | README | 49 string. In effect, they must be doubly bound to the HTML
|
| /plugin/codemirror/dist/modes/ |
| D | clojure.min.js.map | 1 …bound-fn\", \"bound-fn*\",\n \"bound?\", \"bounded-count\", \"butlast\", \"byte\", \"byte-arr…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 12.12.js.map | 1 …bound-fn',\n 'bound-fn*',\n 'bound?',\n 'bounded-count',\n 'butlast',\…
|
| /plugin/dw2pdf/ |
| D | action.php | 999 foreach ($bounds_input as $bound => $values) { 1003 $bounds[$bound] = $value;
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test.js | 1792 bound = _.bind(fn, object); 1794 assert.deepEqual(bound('a'), [object, 'a']); 1805 var bound = _.bind(fn, value); 1806 return bound(); 1818 var bound = _.bind(fn, null), 1819 actual = bound('a'); 1825 bound = index ? _.bind(fn, undefined) : _.bind(fn); 1826 actual = bound('b'); 1837 bound = _.bind(fn, object, 'a'); 1839 assert.deepEqual(bound(), [object, 'a']); [all …]
|
| /plugin/diagramsnet/lib/stencils/ |
| D | LICENSE | 3 By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms an… 87 …The Licensor shall not be bound by any additional or different terms or conditions communicated by…
|
| /plugin/diagramsnet/lib/templates/ |
| D | LICENSE | 3 By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms an… 87 …The Licensor shall not be bound by any additional or different terms or conditions communicated by…
|