Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 143) sorted by relevance

123456

/plugin/asciidocjs/node_modules/function-bind/
Dimplementation.js17 var bound;
19 if (this instanceof bound) {
42bound = 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.js19 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.js19 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/
Dindex.js28 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/
Dauth.php26 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/
Dacronym.php53 $bound = '[\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]';
55 $this->pattern = '(?<=^|'.$bound.')(?:'.join('|',$acronyms).')(?='.$bound.')';
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
DMethodProphecy.php35 private $bound = false; variable in Prophecy\\Prophecy\\MethodProphecy
481 if ($this->bound) {
486 $this->bound = true;
/plugin/confmanager/lang/en/
Dentities.txt13 …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/
Dfunctions.js10 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/
DASCIIToSVG.php2116 $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/
DLICENSE.md18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
/plugin/ckgedit/ckeditor/plugins/scayt/
DLICENSE.md18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
/plugin/ckgdoku/ckeditor/plugins/scayt/
DLICENSE.md18 …, but if you want to explicitly declare the license you have chosen to be bound to when using, rep…
/plugin/ckgedit/ckeditor/plugins/wsc/
DLICENSE.md18 …, 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/
Dmp3.js4534 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/
Dunderscore.js715 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/
Dunderscore.js742 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/
DCHANGELOG.md12 - [Fix] properly include the receiver in the bound length [`dbae7bc`](https://github.com/ljharb/cal…
/plugin/textinsert/
DREADME49 string. In effect, they must be doubly bound to the HTML
/plugin/codemirror/dist/modes/
Dclojure.min.js.map1bound-fn\", \"bound-fn*\",\n \"bound?\", \"bounded-count\", \"butlast\", \"byte\", \"byte-arr…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D12.12.js.map1bound-fn',\n 'bound-fn*',\n 'bound?',\n 'bounded-count',\n 'butlast',\…
/plugin/dw2pdf/
Daction.php999 foreach ($bounds_input as $bound => $values) {
1003 $bounds[$bound] = $value;
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js1792 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/
DLICENSE3 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/
DLICENSE3 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…

123456