Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 2103) sorted by relevance

12345678910>>...85

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php34 * @param int $length
39 protected function binaryToBitString(int $length, int $unused): string
41 if ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) << ord($this->binary[$this->pos + ($length - 1)])) !== 0) {
48 return parent::binaryToBitString($length, $unused);
141 # Encode each child and record the length, we need it later
144 $child['length'] = strlen($child['original']);
148 # Sort the encoded types by length firs
32 binaryToBitString(int $length, int $unused) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js46 oListText.selectedIndex = oListText.options.length - 1 ;
47 oListValue.selectedIndex = oListValue.options.length - 1 ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
137 for ( var i = oOptions.length - 1 ; i >= 0 ; i-- )
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
165 oOption.innerHTML = optionText.length > 0 ? HTMLEncode( optionText ) : '&nbsp;' ;
/plugin/eventline/timeline_js/
H A Dtimeline-api.js57 if (document.location.search.length > 0) {
59 for (var i = 0; i < params.length; i++) {
127 for (var p = 0; p < params.length; p++) {
150 for (var h = 0; h < heads.length; h++) {
152 for (var s = 0; s < scripts.length; s++) {
194 for (var l = 0; l < supportedLocales.length; l++) {
215 for (var l = 0; l < desiredLocales.length; l++) {
221 for (var l = 0; l < defaultClientLocales.length; l++) {
229 for (var l = 0; l < supportedLocales.length; l++) {
/plugin/tline/timeline_js/
H A Dtimeline-api.js57 if (document.location.search.length > 0) {
59 for (var i = 0; i < params.length; i++) {
127 for (var p = 0; p < params.length; p++) {
150 for (var h = 0; h < heads.length; h++) {
152 for (var s = 0; s < scripts.length; s++) {
194 for (var l = 0; l < supportedLocales.length; l++) {
215 for (var l = 0; l < desiredLocales.length; l++) {
221 for (var l = 0; l < defaultClientLocales.length; l++) {
229 for (var l = 0; l < supportedLocales.length; l++) {
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js46 oListText.selectedIndex = oListText.options.length - 1 ;
47 oListValue.selectedIndex = oListValue.options.length - 1 ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
137 for ( var i = oOptions.length - 1 ; i >= 0 ; i-- )
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
165 oOption.innerHTML = optionText.length > 0 ? HTMLEncode( optionText ) : '&nbsp;' ;
/plugin/gtime/gtlib/util/
H A DGTBaseX.php119 * @param int $length the number of bytes to encode
124 …public function encode($bytes, $offset = null, $length = null, $separator = null, $frequency = nul… argument
138 if ($length == null) {
139 $length = count($bytes);
143 $length = (int) $length;
149 if ($length < 0 || $offset + $length > count($bytes)) {
176 while ($this->bits * $i < 8 * $length) {
184 $next = ($j < $length ? $bytes[$offset + $j] : 0);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js5 equal(d.actors.length, 1, 'Correct actors count');
19 equal(d.actors.length, 2, 'Correct actors count');
26 equal(d.signals.length, 1, 'Correct signals count');
41 equal(d.signals.length, 1, 'Correct notes count');
50 equal(d.actors.length, actors.length, 'Correct actors count');
52 equal(note.actor.length, actors.length, 'Correct note actors');
53 for (var i = 0; i < actors.length; i++) {
59 equal(d.actors.length, 1, 'Correct actors count');
66 equal(d.actors.length, 0, 'Zero actors');
67 equal(d.signals.length, 0, 'Zero signals');
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.js36 …if ( ( version.length < 2 ) || Number( version[ 0 ] ) < 3 || ( Number( version[ 0 ] ) === 3 && Num…
1024 for ( var i = 0; i < arr.length; i++ ) {
1077 while ( r.overridden.length > 0 ) {
1120 …if ( ( currentValue.length > 0 && !isObject( currentValue[ 0 ] ) ) || ( overrideValue.length > 0 &…
1126 for ( var k = 0; k < overrideValue.length; k++ ) {
1135 for ( var i = 0; i < overrideValue.length; i++ ) {
1146 if ( overrideValue.length <= currentValue.length ) {
1147 for ( var l = 0; l < overrideValue.length; l++ ) {
1158 for ( var j = 0; j < currentValue.length; j++ ) {
1188 for ( var i = 0; i < r.rules.length; i++ ) {
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js61 var rb=Lp.text.length;
62 if(rb>obj.value.length){
80 var rb=Lp.text.length;
81 if(rb>obj.value.length){
206 var plen = actb_curr.value.length;
226 for (i=plen+p;i<n.length;i++){
483 l = str.length;
488 if (i != actb_delimwords.length - 1){
591 for (i=0,j=actb_curr.value.length;i<actb_curr.value.length;i++,j--){
608 l+=actb_delimwords[i].length + 1;
[all …]
/plugin/remotescript/
H A Dscript.js9length){O=this._openArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+l+"#"+thi…
79 for (var i = 0; i < s.length; i++) {
111 for (var i = 0; i < s.length; i++) {
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js48 for (var i = 0; i < selects.length; ++i) {
98 for (var i = 0; i < list.length; i++) {
214 if (steppers.length === 1) {
225 for (i = 0; i < steppers.length; ++i) {
234 for (i = 0; i < options.length; ++i) {
272 if (i < args.length) {
361 if (str.length > 0) {
368 if (str.length > 0) {
516 for (var i = 0; i < tools.length; ++i) {
560 for (var i = 0; i < tools.length; ++i) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)<0?r=u+1:i=u}return …
2length?(a=(u=n*n)>0&&16,t):Math.sqrt(u)},t}function re(n){var t=ee(function(t,e){return n([t*Zo,e*…
3length&&(l(),d=[],y=[]);return d.length&&l(),v.length?v.join(""):null}var e=Ce,r=Ce,i=0,u=ze,o=zt,…
4length;++r<i;)ht(e[r].geometry,t)}},wa={Sphere:function(n,t){t.sphere()},Point:function(n,t){n=n.c… function
5length?(c=n,u):c},u.padding=function(n){function t(t){var e=n.call(u,t,t.depth);return null==e?Oi(…
/plugin/googlemaps/
H A Dscript.js8 for (var i=0; i<haystack.length; i++)
28 if (googlemap.length == 0) return;
40 for (var j=0; j<nodes.length; j++) {
47 for (i=0; i<googlemap.length; i++) {
62 if (googlemap[i].overlay && overlay.length > 0) {
63 for (j=0; j<overlay.length; j++) {
/plugin/authfacebook/lib/PseudoRandomString/
H A DMcryptPseudoRandomStringGenerator.php53 public function getPseudoRandomString($length) argument
55 $this->validateLength($length);
57 $binaryString = mcrypt_create_iv($length, MCRYPT_DEV_URANDOM);
66 return $this->binToHex($binaryString, $length);
/plugin/dokucrypt2/
H A Dscript.js188 if (s.length == 1) {
392 return(opentag.substring(loff+attr.length+1,opentag.length-1));
438 if (akey.length === 0) {
469 i = plaintext.length;
506 dl=result.length;
1370 this.length = n;
1758 s = s.substring(i + hexSentinel.length, s.length);
2017 s = s.substring(j + base64sent.length, s.length);
2026 while (i < s.length) {
2037 while (i < s.length) {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js79 switch (length) {
342 var length = Math.max(0, arguments.length - 1);
780 var length = insert.length;
784 for (i = 0; i < tail.length; i++) array[i + length + at] = tail[i];
851 if (at > this.length) at = this.length;
921 this.length = this.models.length;
925 this.length = this.models.length;
939 if (toAdd.length || toRemove.length || toMerge.length) {
1036 var length = comparator.length;
1112 this.length = 0;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdocumentprocessor.js60 var i = aLinks.length - 1 ;
64 if ( oLink.name.length > 0 )
92 var i = aDIVs.length - 1 ;
95 …if ( eDIV.style.pageBreakAfter == 'always' && eDIV.childNodes.length == 1 && eDIV.childNodes[0].st…
133 var i = aEmbeds.length - 1 ;
172 if ( fakeElement.style.width.length > 0 )
175 if ( fakeElement.style.height.length > 0 )
192 var i = aHRs.length - 1 ;
213 var i = aInputs.length - 1 ;
H A Dfckxhtml_ie.js34 for ( var n = 0 ; n < aAttributes.length ; n++ )
60 if ( sAttValue.length == 0 )
89 if ( oHttpEquiv == null || oHttpEquiv.value.length == 0 )
107 if ( node.attributes.length == 0 )
154 if ( sShape && sShape.length > 0 )
163 if ( htmlNode.htmlFor.length > 0 )
173 …if ( htmlNode.acceptCharset && htmlNode.acceptCharset.length > 0 && htmlNode.acceptCharset != 'UNK…
180 if ( nameAtt && nameAtt.value.length > 0 )
202 if ( htmlNode.align.length > 0 )
/plugin/eventline/
H A Dscript.js29 for (var i = 0; i < theme.event.highlightColors.length; i++) {
44 td = tr.insertCell(tr.cells.length);
74 if (text.length > 0) {
83 for (var x = 1; x < tr.cells.length - 1; x++) {
86 if (text2.length > 0) {
96 for (var x = 0; x < regexes.length; x++) {
105 for (var i = 0; i < bandIndices.length; i++) {
114 for (var x = 0; x < tr.cells.length - 1; x++) {
118 for (var i = 0; i < bandIndices.length; i++) {
/plugin/dokucrypt/
H A Dscript.js132 if (s.length == 1) {
322 return(opentag.substring(loff+attr.length+1,opentag.length-1));
366 if (akey.length === 0) {
397 i = plaintext.length;
434 dl=result.length;
1298 this.length = n;
1686 s = s.substring(i + hexSentinel.length, s.length);
1945 s = s.substring(j + base64sent.length, s.length);
1954 while (i < s.length) {
1965 while (i < s.length) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceKernighanRitchieSniff.php157 $length = 0;
159 $length = '\t';
161 $length = strlen($tokens[($openingBrace - 1)]['content']);
164 if ($length !== 1) {
166 $data = array($length);
169 if ($length === 0 || $length === '\t') {
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1length;a++){var o=r[a];o.remove?o.remove():o.parentNode&&o.parentNode.removeChild(o)}for(var i=e.q…
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php27 private int $length;
56 $this->length = $numDelims;
107 return $this->length;
110 public function setLength(int $length): void
112 $this->length = $length;
25 private $length; global() variable in League\\CommonMark\\Delimiter\\Delimiter
126 setLength(int $length) global() argument
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js106 this.wordFlags = new Array( this.wordWin.textInputs.length );
108 for( var i=0; i<this.wordFlags.length; i++ ) {
155 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
220 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
271 for( var i = 0; i < this.textInputs.length; i++ ) {
377 if( this.currentTextIndex < this.wordWin.textInputs.length ) {
414 for( var ii = 0; ii < a_suggests.length; ii++ ) {
431 for( var i = 0; i < this.wordFlags.length; i++ ) {
432 for( var j = 0; j < this.wordFlags[i].length; j++ ) {
453 for( var i = 0; i < document.forms.length; i++ ) {
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js106 this.wordFlags = new Array( this.wordWin.textInputs.length );
108 for( var i=0; i<this.wordFlags.length; i++ ) {
160 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
231 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
283 for( var i = 0; i < this.textInputs.length; i++ ) {
389 if( this.currentTextIndex < this.wordWin.textInputs.length ) {
426 for( var ii = 0; ii < a_suggests.length; ii++ ) {
443 for( var i = 0; i < this.wordFlags.length; i++ ) {
444 for( var j = 0; j < this.wordFlags[i].length; j++ ) {
465 for( var i = 0; i < document.forms.length; i++ ) {
[all …]

12345678910>>...85