Home
last modified time | relevance | path

Searched defs:t (Results 26 – 50 of 625) sorted by path

12345678910>>...25

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php729 public function isPrime($t = false)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php945 protected function testPrimality($t)
989 public function isPrime($t = false)
H A DGMP.php559 protected function testPrimality($t)
/plugin/bbcodeextensions/
H A Dcommon.php22 function setHTMLtag ($t= null) {
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.min.js7 !function(a){"object"==typeof exports&&exports&&"object"==typeof module&&module&&module.exports===exports?a(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){function b(a){var b=a[0];return b.offsetWidth>0&&b.offsetHeight>0}function c(b){if(b.minTime&&(b.minTime=t(b.minTime)),b.maxTime&&(b.maxTime=t(b.maxTime)),b.durationTime&&"function"!=typeof b.durationTime&&(b.durationTime=t(b.durationTime)),"now"==b.scrollDefault)b.scrollDefault=function(){return b.roundingFunction(t(new Date),b)};else if(b.scrollDefault&&"function"!=typeof b.scrollDefault){var c=b.scrollDefault;b.scrollDefault=function(){return b.roundingFunction(t(c),b)}}else b.minTime&&(b.scrollDefault=function(){return b.roundingFunction(b.minTime,b)});if("string"===a.type(b.timeFormat)&&b.timeFormat.match(/[gh]/)&&(b._twelveHourTime=!0),b.showOnFocus===!1&&-1!=b.showOn.indexOf("focus")&&b.showOn.splice(b.showOn.indexOf("focus"),1),b.disableTimeRanges.length>0){for(var d in b.disableTimeRanges)b.disableTimeRanges[d]=[t(b.disableTimeRanges[d][0]),t(b.disableTimeRanges[d][1])];b.disableTimeRanges=b.disableTimeRanges.sort(function(a,b){return a[0]-b[0]});for(var d=b.disableTimeRanges.length-1;d>0;d--)b.disableTimeRanges[d][0]<=b.disableTimeRanges[d-1][1]&&(b.disableTimeRanges[d-1]=[Math.min(b.disableTimeRanges[d][0],b.disableTimeRanges[d-1][0]),Math.max(b.disableTimeRanges[d][1],b.disableTimeRanges[d-1][1])],b.disableTimeRanges.splice(d,1))}return b}function d(b){var c=b.data("timepicker-settings"),d=b.data("timepicker-list");if(d&&d.length&&(d.remove(),b.data("timepicker-list",!1)),c.useSelect){d=a("<select />",{"class":"ui-timepicker-select"});var g=d}else{d=a("<ul />",{"class":"ui-timepicker-list"});var g=a("<div />",{"class":"ui-timepicker-wrapper",tabindex:-1});g.css({display:"none",position:"absolute"}).append(d)}if(c.noneOption)if(c.noneOption===!0&&(c.noneOption=c.useSelect?"Time...":"None"),a.isArray(c.noneOption)){for(var i in c.noneOption)if(parseInt(i,10)==i){var k=e(c.noneOption[i],c.useSelect);d.append(k)}}else{var k=e(c.noneOption,c.useSelect);d.append(k)}if(c.className&&g.addClass(c.className),(null!==c.minTime||null!==c.durationTime)&&c.showDuration){"function"==typeof c.step?"function":c.step;g.addClass("ui-timepicker-with-duration"),g.addClass("ui-timepicker-step-"+c.step)}var l=c.minTime;"function"==typeof c.durationTime?l=t(c.durationTime()):null!==c.durationTime&&(l=c.durationTime);var n=null!==c.minTime?c.minTime:0,o=null!==c.maxTime?c.maxTime:n+v-1;n>o&&(o+=v),o===v-1&&"string"===a.type(c.timeFormat)&&c.show2400&&(o=v);var p=c.disableTimeRanges,w=0,y=p.length,z=c.step;"function"!=typeof z&&(z=function(){return c.step});for(var i=n,A=0;o>=i;A++,i+=60*z(A)){var B=i,C=s(B,c);if(c.useSelect){var D=a("<option />",{value:C});D.text(C)}else{var D=a("<li />");D.addClass(v/2>B%v?"ui-timepicker-am":"ui-timepicker-pm"),D.data("time",u(B,c)),D.text(C)}if((null!==c.minTime||null!==c.durationTime)&&c.showDuration){var E=r(i-l,c.step);if(c.useSelect)D.text(D.text()+" ("+E+")");else{var F=a("<span />",{"class":"ui-timepicker-duration"});F.text(" ("+E+")"),D.append(F)}}y>w&&(B>=p[w][1]&&(w+=1),p[w]&&B>=p[w][0]&&B<p[w][1]&&(c.useSelect?D.prop("disabled",!0):D.addClass("ui-timepicker-disabled"))),d.append(D)}if(g.data("timepicker-input",b),b.data("timepicker-list",g),c.useSelect)b.val()&&d.val(f(t(b.val()),c)),d.on("focus",function(){a(this).data("timepicker-input").trigger("showTimepicker")}),d.on("blur",function(){a(this).data("timepicker-input").trigger("hideTimepicker")}),d.on("change",function(){m(b,a(this).val(),"select")}),m(b,d.val(),"initial"),b.hide().after(d);else{var G=c.appendTo;"string"==typeof G?G=a(G):"function"==typeof G&&(G=G(b)),G.append(g),j(b,d),d.on("mousedown click","li",function(c){b.off("focus.timepicker"),b.on("focus.timepicker-ie-hack",function(){b.off("focus.timepicker-ie-hack"),b.on("focus.timepicker",x.show)}),h(b)||b[0].focus(),d.find("li").removeClass("ui-timepicker-selected"),a(this).addClass("ui-timepicker-selected"),q(b)&&(b.trigger("hideTimepicker"),d.on("mouseup.timepicker click.timepicker","li",function(a){d.off("mouseup.timepicker click.timepicker"),g.hide()}))})}}function e(b,c){var d,e,f;return"object"==typeof b?(d=b.label,e=b.className,f=b.value):"string"==typeof b?d=b:a.error("Invalid noneOption value"),c?a("<option />",{value:f,"class":e,text:d}):a("<li />",{"class":e,text:d}).data("time",String(f))}function f(a,b){return a=b.roundingFunction(a,b),null!==a?s(a,b):void 0}function g(b){if(b.target!=window){var c=a(b.target);c.closest(".ui-timepicker-input").length||c.closest(".ui-timepicker-wrapper").length||(x.hide(),a(document).unbind(".ui-timepicker"),a(window).unbind(".ui-timepicker"))}}function h(a){var b=a.data("timepicker-settings");return(window.navigator.msMaxTouchPoints||"ontouchstart"in document)&&b.disableTouchKeyboard}function i(b,c,d){if(!d&&0!==d)return!1;var e=b.data("timepicker-settings"),f=!1,d=e.roundingFunction(d,e);return c.find("li").each(function(b,c){var e=a(c);if("number"==typeof e.data("time"))return e.data("time")==d?(f=e,!1):void 0}),f}function j(a,b){b.find("li").removeClass("ui-timepicker-selected");var c=t( function
[all...]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof defi… argument
7t=/,?([a-z]),?/gi,kt=parseFloat,Dt=Math,Mt=Dt.PI,Bt=Dt.min,Nt=Dt.max,Ot=Dt.pow,jt=Dt.abs,Lt=/([a-z… argument
12 …*/(i));n=Cr(r,"bpmn:Collaboration")?r:m(e.rootElements,(function(e){if(Cr(e,"bpmn:Collaboration"))… argument
27 function(e){const t=he('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powe… argument
33 !function(e){!function(t,n,i,r){var o,a=["","webkit","Moz","MS","ms","o"],s=n.createElement("div"),… argument
181 …`}var Oc=["contextPad.close","canvas.viewbox.changing","commandStack.changed"];function jc(e,t,n){… argument
194 …`,this._current.container)},jc.prototype.open=function(e,t,n,i){if(!e)throw new Error("Element is … argument
H A Dbpmn-navigated-viewer.production.min.js2t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof defi… argument
7 …*/(i));n=_(r,"bpmn:Collaboration")?r:c(e.rootElements,(function(e){if(_(e,"bpmn:Collaboration"))re… argument
22 function(e){const t=Fe('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powe… argument
H A Dbpmn-viewer.production.min.js2t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof defi… argument
7 …*/(i));n=_(r,"bpmn:Collaboration")?r:c(e.rootElements,(function(e){if(_(e,"bpmn:Collaboration"))re… argument
22 function(e){const t=je('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powe… function
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==… argument
7t,sr=Math,ur=sr.PI,cr=sr.min,lr=sr.max,dr=sr.pow,pr=sr.abs,hr=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?… class in AnonymousFunction9d0550af16e00
12tion Aa(e){return e.join(";")}var Na,Ba='<div class="bjs-powered-by-lightbox" style="'+Aa(["z-inde… argument
21 var t,n;this._container=this._createContainer(),t=this._container,n=xn('<a href="http://bpmn.io" ta… argument
23 !function(e,t){var n;n=ir,e.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=fu… argument
H A Ddmn-navigated-viewer.production.min.js2t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof defi… argument
7tion io(e){return e.join(";")}var oo,ao='<div class="bjs-powered-by-lightbox" style="'+io(["z-inde… argument
16 var t,n;this._container=this._createContainer(),t=this._container,n=on('<a href="http://bpmn.io" ta… argument
H A Ddmn-viewer.production.min.js2t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof defi… argument
7tion no(e){return e.join(";")}var ro,io='<div class="bjs-powered-by-lightbox" style="'+no(["z-inde… argument
16 var t,n;this._container=this._createContainer(),t=this._container,n=rn('<a href="http://bpmn.io" ta… argument
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2923 var attrs = reduce(traits, function(attrs, t) { argument
3267 var paramCounts = { a: 7, c: 6, h: 1, l: 2, m: 2, q: 4, s: 4, t: 2, v: 1, z: 0 }, property in parsePathString.paramCounts
3357 function findDotsAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
3408 function base3(t, p1, p2, p3, p4) { argument
7779 DescriptorBuilder.prototype.addTrait = function(t, inherited) { argument
26338 return some(types, function(t) { argument
57282 tokens.forEach(function(t) { argument
57405 var matched = filter(tokens, function(t) { argument
H A Dbpmn-modeler.production.min.js2 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==… argument
7t=/,?([a-z]),?/gi,St=parseFloat,Ct=Math,Tt=Ct.PI,Rt=Ct.min,Pt=Ct.max,At=Ct.pow,kt=Ct.abs,Mt=/([a-z… argument
28 var t,n;e=F({},Tr,e),this._moddle=this._createModdle(e),this._container=this._createContainer(e),t=… argument
33 …* Licensed under the MIT license */!function(e){!function(t,n,i,r){var o,a=["","webkit","Moz","MS"… argument
34 /*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */!function(t,n){var i;i=e,t.exports… argument
/plugin/c3chart/assets/
H A Dc3.min.js2 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==… argument
H A Dd3.min.js2 (function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof d… argument
H A Djs-yaml.min.js2 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof d… argument
/plugin/callflow/
H A Draphael.js1474 var paramCounts = {a: 7, c: 6, h: 1, l: 2, m: 2, r: 4, q: 4, s: 4, t: 2, v: 1, z: 0}, property in AnonymousFunctionaefe14e83400.paramCounts
1520 var paramCounts = {r: 3, s: 4, t: 2, m: 6}, property in AnonymousFunctionaefe14e83700.paramCounts
1596 R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
1709 function base3(t, p1, p2, p3, p4) { argument
2305 findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { argument
4634 function CubicBezierAtTime(t, p1x, p1y, p2x, p2y, duration) { argument
4641 function sampleCurveX(t) { argument
4904 easyeasy = function (t) { argument
/plugin/chordsheets/js/
H A Djtab.min.js1 function jtabChord(t){if(this.scale=jtab.WesternScale,this.baseNotes=this.scale.BaseNotes,this.base… argument
H A Draphael.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typ… argument
/plugin/ckgdoku/action/
H A Dtagapi.php61 private function tagToName($t) {
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js201 ….parseCssText(b||"",1));a.classes||(a.classes=c?c.split(/\s+/):[])}function t(a,b,d,e){var g=0,h;e… function
234 …on(b,c){a[b]=1;var d=f[b];delete f[b];for(var e=0;e<d.length;e++)d[e](b,c)},t=function(b){if(a[b])… function
275 …(c in CKEDITOR.dtd.head)&&!b.isOrphan||b.type==CKEDITOR.NODE_TEXT}}function t(a,b){return a in CKE… function
625 …id=CKEDITOR.tools.getNextId(),h="",m=this.command,g,n,p;this._.editor=a;var t={id:d,button:this,ed… class in AnonymousFunctione4ea003841800
726 this._.activeChild;c&&(delete c.onHide,delete this._.activeChild,c.hide(),a&&this.focus())}}});CKED… argument
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js7 CKEDITOR.CTRL],p=/\$\{(.*?)\}/g,t=function(){var a=h.keystrokeHandler.keystrokes,b={},d;for(d in a)… function
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js6 …+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function t(a){var b=c.getSelect… function
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …ement||!B.preview){return 1}B.commitContent(m,B.preview);return 0};function t(){var C=arguments;va… class in a
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1 var update_ckgdokuInternalLink,update_ckgdokuMediaLink;var fckgInternalInputId,fckgMediaInputId,ckg… function

12345678910>>...25