Home
last modified time | relevance | path

Searched refs:s (Results 151 – 175 of 3948) sorted by relevance

12345678910>>...158

/plugin/abc2/abc-libraries/abc-ui/
H A Dabc-ui-1.0.0.min.js8 function external_eval(param){return eval(param)}function isQuoted(e){return e.q}function quote(e){return e.q=!0,e}function unquote(e){return delete e.q,e}function Symbol(e){return this.nm=e,this}function isSymbol(e){return e&&e.constructor===Symbol}function symbolName(e){return e.nm}function isArray(e){return e&&e.constructor===Array}function inDs(e,t){for(var n=e.length-1;0<=n;--n)if("undefined"!=typeof e[n][t])return e[n];return!1}function member(e,t){return 0<=t.indexOf(e)}function PsParser(){function t(t){e.L=t,e.N=t.length,e.I=0,e.D=0}function n(){return e.I<e.N&&e.L[e.I]}function r(){return e.I<e.N&&e.L[e.I++]}function i(){while(e.I<e.N&&member(e.L[e.I]," \n"))e.I++}function s(){while("%"==n()){while(n()&&"\n"!=n())r();i()}}function o(){r();var e=[],t=1;while(0<t&&n()){var i=r();switch(i){case"(":t++;break;case")":t--,t<=0&&(i=!1);break;case"\\":i=r();switch(i){case"(":break;case")":break;case"\\":break;case"n":i="\n";break;case"r":i="\r";break;case"t":i=" ";break;default:i=!1}}i!==!1&&e.push(i)}return e.join("")}function u(){var e=r();if(member(e,"()<>/% \n"))throw new Error("Symbol expected, got "+e);var t=member(e,"+-0123456789."),i="."==e,s=[e];while(n()&&!member(n(),"()<>[]{}/% \n"))e=r(),s.push(e),t&&!member(e,"0123456789")&&(!i&&"."==e?i=!0:t=!1);return s=s.join(""),1==s.length&&member(s,"+-.")&&(t=!1),t?i?parseFloat(s):parseInt(s,10):new Symbol(s)}functio function
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1s=function(e,t,n,r){return new(n||(n=Promise))((function(i,o){function s(e){try{u(r.next(e))}catch… argument
H A D51.51.js.map1s*<!--\\\\s*#?region\\\\b.*-->'),\n end: new RegExp('^\\\\s*<!--\\\\s*#?endregion\\\\b.…
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Cumulus.js19 this.createVertexTemplateEntry(s + 'switch_out_of_band.svg;',
21 this.createVertexTemplateEntry(s + 'switch_voyager.svg;',
29 this.createVertexTemplateEntry(s + 'rack_bare_metal.svg;',
35 this.createVertexTemplateEntry(s + 'rack_voyager.svg;',
44 this.createVertexTemplateEntry(s + 'netq_chassis.svg;',
62 this.createVertexTemplateEntry(s + 'netq_agent.svg;',
66 this.createVertexTemplateEntry(s + 'netq_server.svg;',
72 this.createVertexTemplateEntry(s + 'container.svg;',
85 this.createVertexTemplateEntry(s + 'ddos_server.svg;',
87 this.createVertexTemplateEntry(s + 'switch.svg;',
[all …]
H A DSidebar-Flowchart.js7 var s = 'strokeWidth=2;html=1;shape=mxgraph.flowchart.';
21 …this.createVertexTemplateEntry(s + 'database;whiteSpace=wrap;', w * 0.6, h * 0.6, '', 'Database', …
22 …this.createVertexTemplateEntry(s + 'decision;whiteSpace=wrap;', w, h, '', 'Decision', null, null, …
23 …this.createVertexTemplateEntry(s + 'delay;whiteSpace=wrap;', w, h * 0.6, '', 'Delay', null, null, …
24 …this.createVertexTemplateEntry(s + 'direct_data;whiteSpace=wrap;', w, h * 0.6, '', 'Direct Data', …
25 …this.createVertexTemplateEntry(s + 'display;whiteSpace=wrap;', w, h * 0.6, '', 'Display', null, nu…
26 …this.createVertexTemplateEntry(s + 'document2;whiteSpace=wrap;size=0.25;', w, h * 0.6, '', 'Docume…
29 …this.createVertexTemplateEntry(s + 'loop_limit;whiteSpace=wrap;', w, h * 0.6, '', 'Loop Limit', nu…
44 …this.createVertexTemplateEntry(s + 'start_1;whiteSpace=wrap;', w, h * 0.6, '', 'Start', null, null…
45 …this.createVertexTemplateEntry(s + 'start_2;whiteSpace=wrap;', w, h, '', 'Start', null, null, this…
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js239 s.textBB = bb;
240 s.width = bb.width;
241 s.height = bb.height;
250 if (s.isSelf()) {
256 a = Math.min(s.actorA.index, s.actorB.index);
257 b = Math.max(s.actorA.index, s.actorB.index);
273 } else if (s.placement == PLACEMENT.OVER && s.hasManyActors()) {
275 a = Math.min(s.actor[0].index, s.actor[1].index);
276 b = Math.max(s.actor[0].index, s.actor[1].index);
367 if (s.isSelf()) {
[all …]
/plugin/photogallery/lightGallery/js/
H A Dlg-autoplay.js50 this.core.s = $.extend({}, defaults, this.core.s);
60 this.fourceAutoplayTemp = this.core.s.fourceAutoplay;
64 this.core.s.progressBar = false;
76 if (_this.core.s.autoplayControls) {
81 if (_this.core.s.progressBar) {
89 if (_this.core.s.autoplay) {
120 if (_this.core.s.progressBar && _this.fromAuto) {
127 … _$progress.css('transition', 'width ' + (_this.core.s.speed + _this.core.s.pause) + 'ms ease 0s');
154 _this.core.s.fourceAutoplay = false;
168 …er.find('.lg-progress').css('transition', 'width ' + (_this.core.s.speed + _this.core.s.pause) + '…
[all …]
H A Dlg-autoplay.min.js4s=a.extend({},b,this.core.s),this.interval=!1,this.fromAuto=!0,this.canceledOnTouch=!1,this.fource…
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js3901 return a.s - b.s;
4074 var curS = s.s;
4076 while(s != null && s.s == curS)
4354 if (s.s >= maxE) break;
4355 curS = s.s;
4365 while(s != null && s.s == curS)
4367 curStyles[s.n] = s;
4389 if (openTagsCount.length == 0 && (s == null || s.s != curE))
4392 ends.splice(j, 0, {e: s? s.s : maxE, n: 'dummy', v: ''});
5338 return (s.length == 1? '0' : '') + s;
[all …]
/plugin/projects/
H A Dcodemirror-compressed.js1s.fixedGutter&&(st.style.left=K.scrollLeft+"px"),s.onScroll&&s.onScroll(on)}function hn(e){functio… function
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19s){if(l.loadingMathMenu){return n.False(t)}var q=b[s.jaxID];if(!t){t=window.event}t.isContextMenu=… variable
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/abc2/abc-libraries/abc2svg/
H A DMIDI-1.js33 var n,v,s,maps,o,q,n,qs,a=parm.split(/\s+/),abc=this,cfmt=abc.cfmt(),curvoice=abc.get_curvoice()
61 if(abc.get_curvoice()){s=abc.new_block("midigch")
62 s.play=true
63 s.on=a[1][7]=='n'}else{cfmt.chord.gchon=a[1][7]=='n'}
68 if(--v!=9){if(abc.parse.state==3){s=abc.new_block("midichn");s.play=true
69 s.chn=v}else{abc.set_v_param("channel",v)}
91 if(abc.parse.state==3){s=abc.new_block("midiprog");s
[all...]
/plugin/codehighlight/cp/languages/
H A Dvbscript.css11 big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, stron…
21 s, s b, span s u, span s cite, strong span s { selector
26 strong s,strong s b, strong s u, strong s cite {
68 cite, s cite {
H A Dasp.css11 big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, stron…
21 s, s b, span s u, span s cite, strong span s { selector
26 strong s,strong s b, strong s u, strong s cite {
68 cite, s cite {
/plugin/diagramsnet/lib/img/lib/mscae/
H A DDNS.svg1s-4.784-.184-6.992-.552c1.748-4.508 4.324-7.176 6.808-7.268zm-6.532 1.196c-1.104 1.472-2.116 3.312…
H A DForPlacementOnly.svg1s-1.105.813-1.828 1.08-1.55.398-2.477.398h-1.807V32.7h-2.53V17.446h4.7c.914 0 1.7.1 2.392.33s1.247…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckbrowserinfo.js24 var s = navigator.userAgent.toLowerCase() ; variable
29 IsIE7 : /*@cc_on!@*/false && s.Contains('msie 7'),
30 IsGecko : s.Contains('gecko/'),
31 IsSafari : s.Contains(' applewebkit/'), // Read "IsWebKit"
33 IsMac : s.Contains('macintosh')
43 var geckoVersion = s.match( /gecko\/(\d+)/ )[1] ;
54 browserInfo.IsGecko10 = ( ( geckoVersion < 20051111 ) || ( /rv:1\.7/.test(s) ) ) ;
55 browserInfo.IsGecko19 = /rv:1\.9/.test(s) ;
/plugin/code3/src/
H A Dpsyhi.js97 var s = "";
99 return s
106 var s = [];
110 s[s.length] = escapeHtml(t[i].token);
122s[s.length] = "<span class=\""+t[i].style+"\">"+escapeHtml(t[i].token)+"</span>";
127 if (s.length>0) rows[rows.length] = getColorizedString(++nl,s.join(""));
134 for (var i in s) {
142 var s = [];
159 ,i=pre.length-1, m, s, id
169 s = colorize(txt);
[all …]
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dcollapsible.js1 !function(s) {
6 config: s.CombineConfig("collapsible", {
91 t && s.Queue([ "Reprocess", s ]);
99 t && s.Queue([ "Reprocess", s ]);
136 …for (var s, l = i.attrNames.length - 1; s = i.attrNames[l]; l--) "data-semantic-" === s.substr(0, …
137 a.attrNames.push(s), delete i.attr[s], i.attrNames.splice(l, 1));
150 …return s && (this["Collapse_" + s] ? t = this["Collapse_" + s](t) : this.COLLAPSE[s] && this.MARKE…
171 if (s) return s;
246s ? null !== (t = s.IndexOfId("CollapsibleMath")) ? s.items[t] = a : s.items.push(i.RULE(), a) : (…
264 …this.attrNames || "complexity" in this || this.attrNames.push(s), this.attr && (this.attr[s] = t),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-xml.phpt15 PHPUnit %s by Sebastian Bergmann and contributors.
19 …ettifiedClassName="Status" prettifiedMethodName="Success" status="0" time="%s" size="-1" groups="d…
22 …ifiedClassName="Status" prettifiedMethodName="Incomplete" status="2" time="%s" size="-1" groups="d…
23 …ettifiedClassName="Status" prettifiedMethodName="Skipped" status="1" time="%s" size="-1" groups="d…
24 …prettifiedClassName="Status" prettifiedMethodName="Risky" status="5" time="%s" size="-1" groups="d…
25 …ettifiedClassName="Status" prettifiedMethodName="Warning" status="6" time="%s" size="-1" groups="d…
29 Time: %s, Memory: %s
34 Exception:%s
36 %s/StatusTest.php:%d
44 %s/StatusTest.php:%d
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/
H A Dfontdata-extra.js19s="H",f="V";var ah=[8722,E,0,0,0,-0.26,-0.26];var u="STIXMathJax_Alphabets-bold-italic",G="STIXMat… variable
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
H A Dfontdata-extra.js19s="H",f="V";var ag=[8722,E,0,0,0,-0.26,-0.26];var u="STIXMathJax_Alphabets-bold-italic",G="STIXMat… variable
/plugin/translation/flags/
H A Des.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><path fill="#AA151B" d="M0 0h640v480H0z"/><path fill="#F1BF00" d="M0 120h640v240H0z"/><path fill="#ad1519" d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".3" d="m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z"/><path fill="#c8b100" d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5"/><path fill="none" stroke="#000" stroke-width=".3" d="M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z"/><path fill="#c8b100" d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2"/><path fill="none" stroke="#000" stroke-width=".3" d="M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z"/><path fill="#c8b100" d="M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9"/><path fill="#c8b100" d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"/><path fill="none" stroke="#000" stroke-width=".3" d="M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"/><path fill="#c8b100" d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"/><path fill="none" stroke="#000" stroke-width=".3" d="M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"/><path fill="none" stroke="#000" stroke-width=".3" d="M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s
[all...]
/plugin/amcharts/assets/
H A Djs-yaml.min.js2s){if(!n[a]){if(!t[a]){var c="function"==typeof require&&require;if(!s&&c)return c(a,!0);if(o)retu… argument
3s){"undefined"!=typeof window&&(a=window.esprima)}var c=e("../../type");t.exports=new c("tag:yaml.…

12345678910>>...158