Home
last modified time | relevance | path

Searched refs:b (Results 1476 – 1500 of 2511) sorted by last modified time

1...<<51525354555657585960>>...101

/plugin/sketchcanvas/script/
H A Djs-yaml.min.js2 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.jsyaml=e()}}(function(){return function e(t,n,i){function r(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return r(n?n:e)},l,l.exports,e,t,n,i)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<i.length;a++)r(i[a]);return r}({1:[function(e,t,n){"use strict";function i(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}var r=e("./js-yaml/loader"),o=e("./js-yaml/dumper");t.exports.Type=e("./js-yaml/type"),t.exports.Schema=e("./js-yaml/schema"),t.exports.FAILSAFE_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.JSON_SCHEMA=e("./js-yaml/schema/json"),t.exports.CORE_SCHEMA=e("./js-yaml/schema/core"),t.exports.DEFAULT_SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_FULL_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.load=r.load,t.exports.loadAll=r.loadAll,t.exports.safeLoad=r.safeLoad,t.exports.safeLoadAll=r.safeLoadAll,t.exports.dump=o.dump,t.exports.safeDump=o.safeDump,t.exports.YAMLException=e("./js-yaml/exception"),t.exports.MINIMAL_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.scan=i("scan"),t.exports.parse=i("parse"),t.exports.compose=i("compose"),t.exports.addConstructor=i("addConstructor")},{"./js-yaml/dumper":3,"./js-yaml/exception":4,"./js-yaml/loader":5,"./js-yaml/schema":7,"./js-yaml/schema/core":8,"./js-yaml/schema/default_full":9,"./js-yaml/schema/default_safe":10,"./js-yaml/schema/failsafe":11,"./js-yaml/schema/json":12,"./js-yaml/type":13}],2:[function(e,t,n){"use strict";function i(e){return"undefined"==typeof e||null===e}function r(e){return"object"==typeof e&&null!==e}function o(e){return Array.isArray(e)?e:i(e)?[]:[e]}function a(e,t){var n,i,r,o;if(t)for(o=Object.keys(t),n=0,i=o.length;i>n;n+=1)r=o[n],e[r]=t[r];return e}function s(e,t){var n,i="";for(n=0;t>n;n+=1)i+=e;return i}function u(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e}t.exports.isNothing=i,t.exports.isObject=r,t.exports.toArray=o,t.exports.repeat=s,t.exports.isNegativeZero=u,t.exports.extend=a},{}],3:[function(e,t,n){"use strict";function i(e,t){var n,i,r,o,a,s,u;if(null===t)return{};for(n={},i=Object.keys(t),r=0,o=i.length;o>r;r+=1)a=i[r],s=String(t[a]),"!!"===a.slice(0,2)&&(a="tag:yaml.org,2002:"+a.slice(2)),u=e.compiledTypeMap[a],u&&F.call(u.styleAliases,s)&&(s=u.styleAliases[s]),n[a]=s;return n}function r(e){var t,n,i;if(t=e.toString(16).toUpperCase(),255>=e)n="x",i=2;else if(65535>=e)n="u",i=4;else{if(!(4294967295>=e))throw new I("code point within a string may not be greater than 0xFFFFFFFF");n="U",i=8}return"\\"+n+j.repeat("0",i-t.length)+t}function o(e){this.schema=e.schema||S,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flowLevel=j.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=i(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function a(e,t){for(var n,i=j.repeat(" ",t),r=0,o=-1,a="",s=e.length;s>r;)o=e.indexOf("\n",r),-1===o?(n=e.slice(r),r=s):(n=e.slice(r,o+1),r=o+1),n.length&&"\n"!==n&&(a+=i),a+=n;return a}function s(e,t){return"\n"+j.repeat(" ",e.indent*t)}function u(e,t){var n,i,r;for(n=0,i=e.implicitTypes.length;i>n;n+=1)if(r=e.implicitTypes[n],r.resolve(t))return!0;return!1}function c(e){this.source=e,this.result="",this.checkpoint=0}function l(e,t,n){var i,r,o,s,l,f,m,g,y,x,v,A,b,w,C,k,j,I,S,O,E;if(0===t.length)return void(e.dump="''");if(-1!==te.indexOf(t))return void(e.dump="'"+t+"'");for(i=!0,r=t.length?t.charCodeAt(0):0,o=M===r||M===t.charCodeAt(t.length-1),(K===r||G===r||V===r||J===r)&&(i=!1),o?(i=!1,s=!1,l=!1):(s=!0,l=!0),f=!0,m=new c(t),g=!1,y=0,x=0,v=e.indent*n,A=80,40>v?A-=v:A=40,w=0;w<t.length;w++){if(b=t.charCodeAt(w),i){if(h(b))continue;i=!1}f&&b===P&&(f=!1),C=ee[b],k=d(b),(C||k)&&(b!==T&&b!==D&&b!==P?(s=!1,l=!1):b
[all...]
/plugin/forceuserchange/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/imagecarousel/
H A DLICENSE126 Component, and (b) serves only to enable use of the work with that
217 b) The work must carry prominent notices stating that it is
257 b) Convey the object code in, or embodied in, a physical product
273 with subsection 6b.
368 b) Requiring preservation of specified reasonable legal notices or
418 finally terminates your license, and (b) permanently, if the copyright
531 conveyed by you (or copies made from those copies), or (b) primarily
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.min.js2b,c,d){c.swipebox=function(e,f){var g,h,i={useCSS:!0,useSVG:!0,initialIndexOnArray:0,removeBarsOnM… argument
/plugin/imagecarousel/vendor/slick/fonts/
H A Dslick.woff1 …VFFTM��8������m�ȯGDEF��T������ �2�OS/2��p���R���`P��cmap������P��b" D�head�����.���6�…
5 [��7q7�*dK'��Z�&��,�6˰DݲdE�G�W��#o��ʥ|Op���{��j5H�l�[-��4���b/k �A�V��|�(I�r�ʬLm K8Ϟg�y�8���/�…
10 �x������x�c```d��s�o��� +�a4�Zy���x�c`d``�b `b`B0��v�7x�c`fb`�������Ø������2H2�0001�r2�…
12 f���9-x�c`d``�b;�0�x~�� �L p���N�2�2�f�
13 …��x�c`d``��������@6#*`�0b������%�%�%�%����P����x�m�=j�@�?ْC~H�"�ڥAB�\��R�7f"B��}�T�R�9…
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17b=window.Slick||{};b=function(){function c(c,d){var f,e=this;e.defaults={accessibility:!0,adaptive… argument
18b.prototype.startLoad=function(){var a=this;a.options.arrows===!0&&a.slideCount>a.options.slidesTo…
/plugin/tagadd/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.min.js2b="jQuery.fx.interval is deprecated";n.requestAnimationFrame&&Object.defineProperty(s.fx,"interval…
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13b="<div class='"+y+"'"+this.$gantt._waiAria.getTimelineCellAttr(f)+" style='"+v+"'>"+f+"</div>";a.… function
H A Ddhtmlxgantt.js.map1b","sort","throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Function","delay…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1b","sort","throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefine…
H A Ddhtmlxgantt_keyboard_navigation.js.map1b","canStringifyThis","toString","canStringifyThat","eventFacade","setAttribute","$eventAttached",…
H A Ddhtmlxgantt_tooltip.js.map1b","sort","throttle","timeout","wait","setTimeout","pop","isValidDate","getTime","Function","delay…
H A Ddhtmlxgantt_multiselect.js.map1b","getGlobalTaskIndex","forSelected","callback","isSameLevel","calculateTaskLevel","getTask","ref…
H A Ddhtmlxgantt_drag_timeline.js.map1b","sort","throttle","timeout","wait","apply","arguments","setTimeout","isArray","Array","undefine…
H A Ddhtmlxgantt_undo.js.map1b","parent","$index","weightA","entities","actions","methods","isExists","batchUpdate","method","g…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js519 var compare = function(a, b) { argument
520 return a < b;
523 arr.sort(function(a, b) { argument
524 if (a[field] === b[field]) return 0;
526 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
H A Ddhtmlxgantt_undo.js735 action.commands.sort(function (a, b) { argument
736 if (a.entity === "task" && b.entity === "task") {
737 if (a.type !== b.type) {
738 return (actionWeights[b.type] || 0) - (actionWeights[a.type] || 0);
740 …else if (a.type === "move" && a.oldValue && b.oldValue && b.oldValue.parent === a.oldValue.parent)…
741 return a.oldValue.$index - b.oldValue.$index;
749 var weightB = weights[b.entity] || weights.any;
H A Ddhtmlxgantt_tooltip.js1008 var compare = function(a, b) { argument
1009 return a < b;
1012 arr.sort(function(a, b) { argument
1013 if (a[field] === b[field]) return 0;
1015 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
H A Ddhtmlxgantt_click_drag.js739 var compare = function(a, b) { argument
740 return a < b;
743 arr.sort(function(a, b) { argument
744 if (a[field] === b[field]) return 0;
746 return desc ? compare(a[field], b[field]) : compare(b[field], a[field]);
H A Ddhtmlxgantt_keyboard_navigation.js1184 compareTo: function (b) { argument
1186 if (!b) return false;
1188 if (!!this[i] != !!b[i]) return false;
1191 var canStringifyThat = !!(b[i] && b[i].toString);
1194 if (b[i] != this[i]) return false;
1196 if (b[i].toString() != this[i].toString())
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_es.js.map1 …\n\t\tday_short: [\"Dom\", \"Lun\", \"Mar\", \"Mié\", \"Jue\", \"Vie\", \"Sáb\"]\n\t},\n\tlabels: …
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_skyblue.css1b;border-bottom:1px solid #a4bed4;box-sizing:border-box}.gantt_grid_scale,.gantt_task_scale,.gantt…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js10976 if(a[field] == b[field]){
10986 criteria = function (a, b) { argument
25239 scales.sort(function (a, b) { argument
25240 if (cellSize(a.unit, a.step) < cellSize(b.unit, b.step)) {
25242 } else if (cellSize(a.unit, a.step) > cellSize(b.unit, b.step)) {
29599 for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
29601 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
29790 var compare = function(a, b) { argument
29791 return a < b;
29794 arr.sort(function(a, b) { argument
[all …]

1...<<51525354555657585960>>...101