/plugin/nodetailsxhtml/syntax/ |
H A D | acronym.php | 53 $bound = '[\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]'; 55 $this->pattern = '(?<=^|'.$bound.')(?:'.join('|',$acronyms).')(?='.$bound.')';
|
/plugin/authldaplocal/ |
H A D | auth.php | 97 $this->bound = 2; 132 $this->bound = 1; 149 $this->bound = 1; 189 $this->bound = 2; 190 } elseif($this->bound == 0 && !$inbind) { 719 $this->bound = 0; 722 $bound = false; 784 $this->bound = 2; 786 $bound = @ldap_bind($this->con); 788 if($bound) { [all …]
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ |
H A D | MethodProphecy.php | 35 private $bound = false; variable in Prophecy\\Prophecy\\MethodProphecy 481 if ($this->bound) { 486 $this->bound = true;
|
/plugin/confmanager/lang/en/ |
H A D | entities.txt | 13 Even though by default it is used with simple character replacements only, the entity system can also be used to insert more complex constructs into your pages. This includes HTML. However you should be aware that doing so is bound to break when used in combination with non-HTML renderers.
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A 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/ |
H A D | ASCIIToSVG.php | 2116 $bound = count($this->points); 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++) { 3371 $bound = count($boxes); [all …]
|
/plugin/ckgdoku/ckeditor/plugins/wsc/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | mp3.js | 4534 var bound = 32; 4546 for (var sb = 0; sb < bound; sb++) { 4749 var bound = 32; 4755 if (bound > sblimit) 4756 bound = sblimit; 4760 for (var sb = 0; sb < bound; sb++) { 5803 lower = start = max = bound[0] = bound[1] = bound[2] = 0; 5850 if (i < bound[w]) 5856 var bound = 0; 5862 bound = sfbi; [all …]
|
/plugin/sequencediagram/bower_components/underscore/ |
H A 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/ |
H A 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/textinsert/ |
H A D | README | 49 string. In effect, they must be doubly bound to the HTML
|
/plugin/codemirror/dist/modes/ |
H A D | clojure.min.js.map | 1 …bound-fn\", \"bound-fn*\",\n \"bound?\", \"bounded-count\", \"butlast\", \"byte\", \"byte-arr…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 12.12.js.map | 1 …bound-fn',\n 'bound-fn*',\n 'bound?',\n 'bounded-count',\n 'butlast',\…
|
/plugin/dw2pdf/ |
H A D | action.php | 999 foreach ($bounds_input as $bound => $values) { 1003 $bounds[$bound] = $value;
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | test.js | 1792 bound = _.bind(fn, object); 1806 return bound(); 1818 var bound = _.bind(fn, null), 1819 actual = bound('a'); 1826 actual = bound('b'); 1841 bound = _.bind(fn, object, 'a'); 1883 bound = _.bind(fn, {}); 1887 bound = _.bind(fn, {}, 1); 1899 newBound = new bound; 1947 var bound = _.bind(Foo), [all …]
|
/plugin/diagramsnet/lib/stencils/ |
H A 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/ |
H A 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/img/ |
H A 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/findologicxmlexport/vendor/hoa/compiler/ |
H A D | CHANGELOG.md | 51 * Rule: Cast and bound min and max in a repetition. (Ivan Enderlin, 2016-08-12T07:54:43+02:00)
|
/plugin/bible/bible_douayRheims/ |
H A D | 2_Thessalonians.txt | 3 …1:3. We are bound to give thanks always to God for you, brethren, as it is fitting, because your f…
|
/plugin/diagramsnet/lib/js/croppie/ |
H A D | croppie.min.js | 1 …bound&&(t.data.bound=!0,n[g]=o.toString(),n[v]=r.toString(),n.opacity=1,b(i,n),e=t.elements.previe…
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | LICENSE | 45 without being bound by section 3 of the GNU GPL.
|