Home
last modified time | relevance | path

Searched refs:length (Results 426 – 450 of 2103) sorted by relevance

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

/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js28 for ( var i = 0 ; i < tableNode.rows.length ; i++ )
31 for ( var j = 0 ; j < r.cells.length ; j++ )
35 if ( cells.length < 1 )
44 for ( var i = 0 ; i < cells.length ; i++ )
142 for ( var i = 0 ; i < tableMap.length ; i++ )
144 for ( var j = 0 ; j < tableMap[i].length ; j++ )
149 if ( colArray.length <= j )
174 for ( var r = 0 ; r < table.rows.length ; r++ )
177 for ( var c = 0 ; c < row.cells.length ; c++ )
190 for ( var i = 0 ; i < tableMap.length ; i++ )
[all …]
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js29 for ( var i = 0 ; i < tableNode.rows.length ; i++ )
32 for ( var j = 0 ; j < r.cells.length ; j++ )
36 if ( cells.length < 1 )
45 for ( var i = 0 ; i < cells.length ; i++ )
144 for ( var i = 0 ; i < tableMap.length ; i++ )
146 for ( var j = 0 ; j < tableMap[i].length ; j++ )
151 if ( colArray.length <= j )
176 for ( var r = 0 ; r < table.rows.length ; r++ )
179 for ( var c = 0 ; c < row.cells.length ; c++ )
192 for ( var i = 0 ; i < tableMap.length ; i++ )
[all …]
/plugin/datatables/assets/datatables.net-buttons/js/
H A DdataTables.buttons.min.js4 !function(e){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(t){return e(t,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(t,n){n.fn.dataTable||require("datatables.net")(t,n)},"undefined"==typeof window?module.exports=function(t,n){return t=t||window,n=n||o(t),i(t,n),e(n,t,t.document)}:(i(window,o),module.exports=e(o,window,window.document))):e(jQuery,window,document)}(function(y,v,x,w){"use strict";var e=y.fn.dataTable,o=0,C=0,_=e.ext.buttons;function A(t,n,e){y.fn.animate?t.stop().fadeIn(n,e):(t.css("display","block"),e&&e.call(t))}function k(t,n,e){y.fn.animate?t.stop().fadeOut(n,e):(t.css("display","none"),e&&e.call(t))}function B(n,t){if(!(this instanceof B))return function(t){return new B(t,n).container()};!0===(t=void 0===t?{}:t)&&(t={}),Array.isArray(t)&&(t={buttons:t}),this.c=y.extend(!0,{},B.defaults,t),t.buttons&&(this.c.buttons=t.buttons),this.s={dt:new e.Api(n),buttons:[],listenKeys:"",namespace:"dtb"+o++},this.dom={container:y("<"+this.c.dom.container.tag+"/>").addClass(this.c.dom.container.className)},this._constructor()}y.extend(B.prototype,{action:function(t,n){t=this._nodeToButton(t);return n===w?t.conf.action:(t.conf.action=n,this)},active:function(t,n){var t=this._nodeToButton(t),e=this.c.dom.button.active,o=y(t.node);return t.inCollection&&this.c.dom.collection.button&&this.c.dom.collection.button.active!==w&&(e=this.c.dom.collection.button.active),n===w?o.hasClass(e):(o.toggleClass(e,n===w||n),this)},add:function(t,n,e){var o=this.s.buttons;if("string"==typeof n){for(var i=n.split("-"),s=this.s,a=0,r=i.length-1;a<r;a++)s=s.buttons[+i[a]];o=s.buttons,n=+i[i.length-1]}return this._expandButton(o,t,t!==w?t.split:w,(t===w||t.split===w||0===t.split.length)&&s!==w,!1,n),e!==w&&!0!==e||this._draw(),this},collectionRebuild:function(t,n){var e=this._nodeToButton(t);if(n!==w){for(var o=e.buttons.length-1;0<=o;o--)this.remove(e.buttons[o].node);for(e.conf.prefixButtons&&n.unshift.apply(n,e.conf.prefixButtons),e.conf.postfixButtons&&n.push.apply(n,e.conf.postfixButtons),o=0;o<n.length;o++){var i=n[o];this._expandButton(e.buttons,i,i!==w&&i.config!==w&&i.config.split!==w,!0,i.parentConf!==w&&i.parentConf.split!==w,null,i.parentConf)}}this._draw(e.collection,e.buttons)},container:function(){return this.dom.container},disable:function(t){t=this._nodeToButton(t);return y(t.node).addClass(this.c.dom.button.disabled).prop("disabled",!0),this},destroy:function(){y("body").off("keyup."+this.s.namespace);for(var t=this.s.buttons.slice(),n=0,e=t.length;n<e;n++)this.remove(t[n].node);this.dom.container.remove();var o=this.s.dt.settings()[0];for(n=0,e=o.length;n<e;n++)if(o.inst===this){o.splice(n,1);break}return this},enable:function(t,n){return!1===n?this.disable(t):(n=this._nodeToButton(t),y(n.node).removeClass(this.c.dom.button.disabled).prop("disabled",!1),this)},index:function(t,n,e){n||(n="",e=this.s.buttons);for(var o=0,i=e.length;o<i;o++){var s=e[o].buttons;if(e[o].node===t)return n+o;if(s&&s.length){s=this.index(t,o+"-",s);if(null!==s)return s}}return null},name:function(){return this.c.name},node:function(t){return t?(t=this._nodeToButton(t),y(t.node)):this.dom.container},processing:function(t,n){var e=this.s.dt,o=this._nodeToButton(t);return n===w?y(o.node).hasClass("processing"):(y(o.node).toggleClass("processing",n),y(e.table().node()).triggerHandler("buttons-processing.dt",[n,e.button(t),e,y(t),o.conf]),this)},remove:function(t){var n=this._nodeToButton(t),e=this._nodeToHost(t),o=this.s.dt;if(n.buttons.length)fo
[all...]
/plugin/showsamples/
H A Dscript.js5 var showCarouselMax = jQuery ('div.showSamples div.slide ul li').length;
26 var showCarouselMax = jQuery ('div.showSamples div.slide ul li').length;
42 showCarouselItem = (showCarouselItem+1) % (jQuery ('div.showSamples div.slide ul li').length);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_gecko.js62 for ( var i = 0 ; i < element.attributes.length ; i++ )
78 for ( var i = 0 ; i < parent.childNodes.length ; i++ )
83 if ( sId && sId.length > 0 ) aIds[ aIds.length ] = sId ;
102 for ( var i = 0 ; i < e.childNodes.length ; i++ )
160 if ( element.className.length > 0 )
168 if ( sInlineStyle && sInlineStyle.length > 0 )
/plugin/revealjs/lib/js/
H A Dpromise.js2length&&t._immediateFn(function(){e._handled||t._unhandledRejectionFn(e._value)});for(var n=0,r=e.…
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js41 this.size = data.length;
55 , file_ex_code = file_ex_codes.length
127 , buf_len = buf.length
158 if (!arguments.length) {
167 var args = arguments.length;
172 this.data.slice(start, args > 1 ? end : this.data.length)
191 for (var i = 0, len = blobParts.length; i < len; i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php310 * @param int $length
312 public function setKeyLength($length) argument
314 if ($length < 32 || $length > 448) {
315 …throw new \LengthException('Key size of ' . $length . ' bits is not supported by this algorithm. O…
318 $this->key_length = $length >> 3;
320 parent::setKeyLength($length);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19length;b>a;a++)if("undefined"!=typeof this[a])return this[a]},l=function(){for(var a=this.length;-… property in AnonymousFunction85d6629b2d00.e
20length){if(d.is(a,"object")){for(var f in a)a[t](f)&&this.data(f,a[f]);return this}return b("snap.…
21length;)this.pop().remove();return this},g.bind=function(a,b,c){var d={};if("function"==typeof b)t…
/plugin/twistienav/
H A Dscript.js14 if ((JSINFO['conf']['breadcrumbs'] > 0) && (jQuery('.trace').length !== 0)) {
18 if ((JSINFO['conf']['youarehere'] == 1) && (jQuery('.youarehere').length !== 0)) {
23 …if ((JSINFO['conf']['breadcrumbs'] > 0) && (jQuery('.breadcrumbs:has("span.bcsep")').length !== 0)…
26 …NFO['conf']['youarehere'] == 1) && (jQuery('.breadcrumbs:not(:has("span.bcsep"))').length !== 0)) {
30 … if ((JSINFO['plugin_twistienav']['pit_skeleton'] != null) && (jQuery('.pageId').length !== 0)) {
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js21 for (var i = 0; i < list.length; i++)
79 for (var i = 0; i < a.length; i++)
98 for (var i = 0; i < tags.length; i++)
113 if (elements.length === 0)
116 for (var i = 0; i < elements.length; i++)
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js37 for (var i = 0; i < list.length; i++)
95 for (var i = 0; i < a.length; i++)
114 for (var i = 0; i < tags.length; i++)
129 if (elements.length === 0)
132 for (var i = 0; i < elements.length; i++)
/plugin/diagramsnet/lib/math/
H A DMathJax.js19length===1&&f[0]===e){return g}if(!(g instanceof f.callee)){g=new f.callee(e)}return g.Init.apply(…
/plugin/ckgdoku/scripts/
H A Dtable_debugging_code.js.unc8 for(var i=0; i < rows.length; i++) {
11 for(var col=0; col<rows[i].length; col++) {
25 for(var i=0; i < rows.length; i++) {
26 for(var col=0; col<rows[i].length; col++) {
/plugin/bibtex/OSBib/create/
H A Dcommon.js35 var linksLength = links.length; // cache
93 for (index = 0; index < fieldArray.length; index++)
107 String(key).length + ":\"" + String(key) + "\";s:" +
108 String(styleArray[key]).length + ":\"" + String(styleArray[key]) + "\";";
/plugin/searchtablejs/
H A Dscript.js19 for (var r = 1; r < table.rows.length; r++){
31 for (var r = 1; r < table.rows.length; r++){
34 for (var i = 0; i < words.length; i++) {
50 for (var r = 1; r < table.rows.length; r++){
/plugin/ckgedit/scripts/
H A Dtable_debugging_code.js.unc8 for(var i=0; i < rows.length; i++) {
11 for(var col=0; col<rows[i].length; col++) {
25 for(var i=0; i < rows.length; i++) {
26 for(var col=0; col<rows[i].length; col++) {
/plugin/c3chart/assets/
H A Dd3.min.js2length}function o(){return!this.__axis}function u(t,n){function e(e){var p=null==i?n.ticks?n.ticks…
/plugin/acknowledge/
H A Dscript.js31 if ($form.length) {
42 if ($aContainer.length === 0) {
46 return jQuery(el).parents('ul, ol, aside, nav, footer, header').length === 0;
49 if (section.length === 0) {
/plugin/editsections2/
H A Dscript.js68 } else if (matched[2].length) {
182 for (i = 0, iMax = buttonForms.length; i < iMax; i++) {
193 sectionEditForms[sectionEditForms.length] = buttonForms[i];
198 for (i = 0, iMax = sectionEditForms.length; i < iMax; i++) {
214 for (i = 0, iMax = sectionEditForms.length; i < iMax; i++) {
238 for (i = 0, iMax = buttonForms.length; i < iMax; i++) {
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js33 for (var h = 0; h < heads.length; h++) {
76 for (var i = 0; i < filenames.length; i++) {
79 SimileAjax.loadingScriptsCount += filenames.length;
80 …ileAjax.includeJavascriptFile(doc, SimileAjax.urlPrefix + "scripts/signal.js?" + filenames.length);
99 for (var i = 0; i < filenames.length; i++) {
111 for (var i = 0; i < suffixes.length; i++) {
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js33 for (var h = 0; h < heads.length; h++) {
76 for (var i = 0; i < filenames.length; i++) {
79 SimileAjax.loadingScriptsCount += filenames.length;
80 …ileAjax.includeJavascriptFile(doc, SimileAjax.urlPrefix + "scripts/signal.js?" + filenames.length);
99 for (var i = 0; i < filenames.length; i++) {
111 for (var i = 0; i < suffixes.length; i++) {
/plugin/diagrams/script/
H A DDiagramsEditor.js77 * @param {int} length The length of the diagram in the page
79 async editEmbed(pageid, position, length) { argument
80 this.#saveCallback = (svg) => this.#saveEmbed(pageid, position, length, svg);
85 '&len=' + encodeURIComponent(length);
142 * @param {int} length The length of the diagram as it was before
146 async #saveEmbed(pageid, position, length, svg) { argument
150 '&len=' + encodeURIComponent(length) +
306 if (idParts.length >
[all...]
/plugin/mp3play/
H A Dscript.js12 for(var i = 0; i<ap_instances.length; i++) {
30 for(var i=0; i<objectTags.length; i++) {
37 for(var j=0; j<players.length; j++) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js239 this.length = 0;
611 this.length = this.data.length;
1075 useUTF8ForFileName = utfEncodedFileName.length !== file.name.length,
1076 useUTF8ForComment = utfEncodedComment.length !== comment.length,
1531 this.length = this.data.length;
1636 this.length = this.data.length;
1805 if (max > buf.length) { max = buf.length; }
3565 buf.length = size;
3804 if (max > buf.length) { max = buf.length; }
7395 if (copy > state.length) { copy = state.length; }
[all …]

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