Home
last modified time | relevance | path

Searched refs:length (Results 451 – 475 of 2103) sorted by relevance

1...<<11121314151617181920>>...85

/plugin/acmenu/
H A Dscript.js24 for (var i = 0; i < all_cookies.length; i++) {
27 var items = cookie.substring((_COOKIE_NAME + "=").length, cookie.length);
30 for (var j = 0; j < items.length; j++) {
/plugin/diagramsnet/lib/
H A Delectron.js401 if (files.length > 0)
452 if (fileIndex < files.length)
780 if (windowsRegistry.length === 0)
967 dataLen = key.length + data.length + 2; //we add 2 zeros with compressed data
997 while (inOffset < origBuff.length)
1032 outOffset += key.length;
1047 outOffset += data.length;
1070 outBuff.writeInt32BE(length, outOffset);
1077 inOffset += length + 4;
1078 outOffset += length + 4;
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js156 for(var i=0,length=options.length;
1900 for(var i=0,length=items.length;
2416 }for(var i=1,length=options.length;
4219 length+=title.length;
4226 length+=name.length+value.length+4;
4940 var offsetEnd=preParsed.length+preExpr.length+completion.length;
6088 for(var i=4,length=items.length;
6102 for(var i=2,length=items.length;
6881 }}for(var i=0,length=rules.length;
6946 for(var i=0,length=rules.length;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js79 }if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("FBL.initialize",namespaces.length/2+" namespaces BEGIN")
81 i<namespaces.length;
85 }if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("FBL.initialize",namespaces.length/2+" namespaces END");
145 if(backDir){var j=backDir[1].length/3;
167 for(var i=0,length=options.length;
168 i<length;
192 loc.baseDir=path.substr(0,path.length-m[1].length-1);
230 i<list.length;
1221 setSelectionRange(input,start,length) global() argument
3014 }function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key]; global() variable
[all...]
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js89 if (this.customFonts.length > 0)
168 for (var i = 0; i < elts.length; i++)
195 for (var i = 0; i < sizes.length; i++)
202 if (this.customFontSizes.length > 0)
357 if (roots != null && roots.length > 0)
396 if (roots != null && roots.length > 0)
855 for (var i = 0; i < tmp.length; i++)
867 if (newTables.length == oldTables.length + 1)
1143 for (i = 0; i < td.length; i++)
1432 for (var i = 0; i < keys.length; i++)
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php87 $x[$i]['length'] = $this->read_ushort();
93 $N = $this->get_chunk($string_data_offset + $x[$i]['offset'] , $x[$i]['length'] );
100 $length = $x[$i]['length'] ;
101 if ($length % 2 != 0)
102 $length -= 1;
103 // die("PostScript name is UTF-16BE string of odd length");
104 $length /= 2;
106 while ($length > 0) {
109 $length
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktoolbarset.js249 for ( var x = 0 ; x < ToolbarSet.length ; x++ )
269 for ( var j = 0 ; j < oToolbarItems.length ; j++ )
298 this.Toolbars[ this.Toolbars.length ] = oToolbar ;
322 for ( var i = 0 ; i < aItems.length ; i++ )
334 for ( var i = 0 ; i < aItems.length ; i++ )
349 for ( var i = 0 ; i < aItems.length ; i++ )
361 for ( var j = 0 ; j < aItems.length ; j++ )
371 for ( var i = 0 ; i < aItems.length ; i++ )
/plugin/wysiwyg/
H A Dscript.js8 var length = elements.length;
9 for(var i=0; i<length; i++){
41 for(i=0;i<buttons.length;++i) {
52 for(i=0;i<buttons.length;++i) {
142 for(var i = 0; i < pairs.length; i++) {
160 for (i=0;i<page_blocks.length;i++) {
230 for(i=0;i<__wysiwyg_started.length;i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php316 * @param int $length in bits
319 public function setKeyLength($length) argument
321 if ($length < 8 || $length > 1024) {
322 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
325 $this->default_key_length = $this->current_key_length = $length;
326 $this->explicit_key_length = $length >> 3;
363 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
H A DRijndael.php205 * @param int $length
207 public function setKeyLength($length) argument
209 switch ($length) {
215 $this->key_length = $length >> 3;
221 parent::setKeyLength($length);
256 * @param int $length
258 public function setBlockLength($length) argument
260 switch ($length) {
271 $this->Nb = $length >> 5;
272 $this->block_size = $length >> 3;
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dnewcommand.js19length){j=this.GetNext();if(j==="#"){if(d!==this.i){g[h]=this.string.substr(d,this.i-d)}j=this.str…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1length;r++)n[r]=arguments[r];return this._getClient().then((function(t){e=t})).then((function(e){r…
/plugin/structgeohash/
H A Dgeohash.js37 var lastChr = srcHash.charAt(srcHash.length-1);
38 var type = (srcHash.length % 2) ? 'odd' : 'even';
39 var base = srcHash.substring(0,srcHash.length-1);
52 for (i=0; i<geohash.length; i++) {
85 while (geohash.length < precision) {
/plugin/combo/resources/webcode/
H A Dwebcode-console.js42 if (input.length <= 0) {
58 for (let i = 0; i < input.length; i++) {
108 for (let i = 0; i < keys.length; i++) {
135 if (v.length === 0) {
141 if (v.length === 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php915 $length = $this->getLengthInBytes();
919 if ($length >= 163) { $t = 2; } // floor(1300 / 8)
920 else if ($length >= 106) { $t = 3; } // floor( 850 / 8)
921 else if ($length >= 81 ) { $t = 4; } // floor( 650 / 8)
922 else if ($length >= 68 ) { $t = 5; } // floor( 550 / 8)
1238 $length = max(strlen($left), strlen($right));
1240 $left = str_pad($left, $length, chr(0), STR_PAD_LEFT);
1257 $length = max(strlen($left), strlen($right));
1259 $left = str_pad($left, $length, chr(0), STR_PAD_LEFT);
1276 $length = max(strlen($left), strlen($right));
[all …]
/plugin/ckgdoku/
H A Dscript.js65 return this[ this.length - 1 ];
90 html = html.substring( match[0].length );
100 html = html.substring( match[0].length );
182 for ( var pos = stack.length - 1; pos >= 0; pos-- )
188 for ( var i = stack.length - 1; i >= pos; i-- )
193 stack.length = pos;
201 for ( var i = 0; i < items.length; i++ )
211 for ( i=0; i < results.length; i++) {
374 if (jQuery('.editbutton_section', $dokuWiki).length > 0) {
387 if(JSINFO['template'].match(/bootstrap/) && jQuery('div.editButtons').length>0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php105 $QA = self::query($xpath, 'ecdsakeyvalue')->length ?
135 if (!$result->length) {
155 if (!$nodes->length) {
187 if (!$x->length || !$x->item(0)->hasAttribute('Value')) {
190 if (!$y->length || !$y->item(0)->hasAttribute('Value')) {
213 if ($namedCurve->length == 1) {
229 if ($params->length) {
234 if (!$params->length) {
249 if (!$result->length) {
300 if (!$result->length) {
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js92 var lastLength = lastPart.length;
95 var doStop = stopClickEnabled && drawPoints.length > 0 &&
96 lastPart != null && lastPart.length < 2;
129 if (partPathes.length > 0)
133 for (var i = 1; i < drawPoints.length; i++)
164 for (var i = 0; i < drawPoints.length; i++)
227 for (var i = 0; i < partPathes.length; i++)
351 while (buffer.length > bufferSize)
360 var len = buffer.length;
400 for (var offset = 2; offset < buffer.length; offset += 2)
H A DEditorUi.js683 if (label.substring(label.length - 3, label.length) != '...' &&
1241 if (text.length > 0)
1686 if (s.length > 0)
2191 if (realData.length > 0)
3673 if (cells.length > 0)
5595 if (tb.length > 0)
7559 if (svgs.length > 0)
12947 while (index < lines.length && text.charAt(text.length - 1) == '\\' &&
13420 if (cells.length > 0)
13488 (layout == 'auto' && select.length == 2 * cells.length - 1 && roots.length == 1))
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js480 for (var i = 0, length = options.length; i < length; i++)
8089 for (var i=0, length=items.length; i<length; i++)
12292 length = value.length;
12312 length = rep.length;
15676 length += title.length;
15702 length += name.length + value.length + 4;
21810 for (var i=0, length=consoleQueue.length; i<length; i++)
25829 for(var i=0, length=styleSheets.length; i<length; i++)
25960 for (var i=0, length=rules.length; i<length; i++)
26167 for (var i = 0, length = rules.length; i < length; i++)
[all …]
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js16 for (var n = this.dependents.length - 1; 0 <= n; n--) {
43 for (var o, i = 0, a = t.data.length; i < a; i++) {
50 …for (var e = [], n = 0, o = t.length; n < o; n++) t[n] && (e = e.concat(t[n].sort(this.sortActions…
62 m: e.length,
72 if (t.changed = !1, o && o.action.length && (o.cwidth < o.m || o.cwidth > o.M)) {
79 if (0 !== e.length) return 1 === e.length && (e = e[0]), c.Rerender(e);
82 for (var n = t.width, o = n, i = 1e6, a = t.action.length - 1; 0 <= a; a--) {
104 for (n.width = t.sreGetRootWidth(i), e = o.length - 1; 0 <= e; e--) o[e].selection = 2;
105 for (e = o.length - 1; 0 <= e; e--) {
116 …}), s = [], r = 0, l = i.length; r < l; r++) o = (n = i[r]).root, SRE = o.SRE, SRE && SRE.action.l…
[all …]
/plugin/imapmarkers/
H A Dscript.js44 switch (split_coords.length) {
54 if (split_coords.length >= 6) {
70 if (a_ids.length >= 1) {
71 if (a_ids[0].length > 0) {
85 for (var i = 0; i < a_areas.length; i++) {
87 for (var j = 0; j < a_areas[i].length; j++) {
97 for (var j = 0; j < a_areas[imap_index].length; j++) {
145 if (this.length) {
148 for (var i = 0, ii = css.length; i < ii; i++) {
207 if ($("img.mapster_el").length == 0) {
[all …]
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Djquery-3.5.1.min.js2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(n){return this.pushStack(S.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(S.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||S.isPlainObject(n)?n:{},i=!1,a[t]=S.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},S.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?S.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length
[all...]
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php88 $length = 65;
89 if(strlen($url) > $length) {
90 $text = substr($url, 0, intval($length * 0.5)).' ... '.substr($url, - intval($length * 0.3));
/plugin/codify/
H A Dcodify.js1length)&&(n=t.length);for(var r=0,e=new Array(n);r<n;r++)e[r]=t[r];return e}function n(n,r){var e=…

1...<<11121314151617181920>>...85