Home
last modified time | relevance | path

Searched refs:s (Results 301 – 325 of 3948) sorted by relevance

1...<<11121314151617181920>>...158

/plugin/diagramsnet/lib/js/
H A Dmath-print.js36 var s = document.createElement('script'); variable
37 s.setAttribute('type', 'text/javascript');
38 s.setAttribute('src', window.opener.DRAW_MATH_URL + '/MathJax.js');
45 s.onload = s.onreadystatechange = function()
61 t.parentNode.insertBefore(s, t);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNoSeekStreamTest.php16 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
19 $s->expects($this->never())->method('seek');
20 $s->expects($this->never())->method('isSeekable');
21 $wrapped = new NoSeekStream($s);
28 $s = Stream::factory('foo');
29 $wrapped = new NoSeekStream($s);
H A DStreamTest.php183 $s = Stream::factory();
184 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $s);
190 $s = Stream::factory($r);
191 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $s);
192 $this->assertSame(file_get_contents(__FILE__), (string) $s);
198 $s = Stream::factory($r);
199 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $s);
200 $this->assertEquals('foo', (string) $s);
205 $s = Stream::factory('foo');
206 $this->assertSame($s, Strea
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DSwitch_48_port_L3_POE.svg1s.852.094 1.312.016a4.32 4.32 0 0 0 1.25-.399c.55-.277.865-.587.947-.927s-.17-.687-.758-1.04L77.86…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.min.js17s,]+/,function(e){this[e]=!0},{})),e}function s(e,t,n,r){var i,a,l=m.length,s=null;R=!0;try{for(;l… class in AnonymousFunction87c77c130100.s
/plugin/tindexmenu/jsmenu/
H A Dadmmenu.js40 function indexmenu_reqpage(b,s,id,n) { argument
43 r = id + s + n;
47 r = id + s + r;
52 function indexmenu_srchpage(u,s,isdir,nid) { argument
58 fnid = fnid.substring(0,nid.lastIndexOf(s));
60 var b=u,re = new RegExp(s, 'g');
H A Dusrmenu.js38 function indexmenu_reqpage(b,s,id,n) { argument
41 r = id + s + n;
45 r = id + s + r;
50 function indexmenu_srchpage(u,s,isdir,nid) { argument
56 fnid = fnid.substring(0,nid.lastIndexOf(s));
58 var b=u,re = new RegExp(s, 'g');
/plugin/diagramsnet/lib/img/lib/mscae/
H A DCognitive_Services_luis.svg1s-11.35 5.07-11.35 11.35c0 4.65 2.79 8.628 6.767 10.395-.372.628-1.28 1.488-2.186 2.047-1.744 1.11…
H A DConnection.svg1s-.29 2.934-.867 4.26-1.36 2.482-2.344 3.467a11.14 11.14 0 0 1-3.467 2.344 10.55 10.55 0 0 1-4.26.…
H A DSQL_Servers.svg1s-1.938.924-3.373.924c-1.22 0-2.24-.22-3.06-.66v-2.64c.946.803 1.988 1.205 3.126 1.205.55 0 .975-.…
H A DGlobe.svg1s.904-2.37 0-3.274l-8.37-8.37c-.904-.904-.904-2.37 0-3.274s2.37-.904 3.274 0L28 14.96c-.904-.904-.…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_immutable.test8 {{ date1|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }}
9 {{ date1|date('d/m/Y H:i:s', timezone1) }}
10 {{ date1|date('d/m/Y H:i:s') }}
11 {{ date1|date_modify('+1 hour')|date('d/m/Y H:i:s') }}
13 {{ date2|date('d/m/Y H:i:s P', 'Europe/Paris') }}
14 {{ date2|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }}
15 {{ date2|date('d/m/Y H:i:s P', false) }}
H A Ddate.test6 {{ date1|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }}
7 {{ date1|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }}
8 {{ date1|date('d/m/Y H:i:s P', 'America/Chicago') }}
10 {{ date1|date('d/m/Y H:i:s') }}
14 {{ date2|date('d/m/Y H:i:s', 'Asia/Hong_Kong') }}
15 {{ date2|date('d/m/Y H:i:s', timezone1) }}
16 {{ date2|date('d/m/Y H:i:s') }}
27 {{ date6|date('d/m/Y H:i:s P', 'Europe/Paris') }}
28 {{ date6|date('d/m/Y H:i:s P', 'Asia/Hong_Kong') }}
29 {{ date6|date('d/m/Y H:i:s P', false) }}
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19s=null;if(o){this.div.style.fontFamily=r+","+this.comparisonFont[0];if(this.div.offsetWidth==o[0])… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php989 $s = [
1016 $z .= pack('V2', $s[$i][$j][1], $s[$i][$j++][0]);
1034 * @param array $s
1081 $s[0][$i][0] ^ $s[1][$i][0] ^ $s[2][$i][0] ^ $s[3][$i][0] ^ $s[4][$i][0],
1082 $s[0][$i][1] ^ $s[1][$i][1] ^ $s[2][$i][1] ^ $s[3][$i][1] ^ $s[4][$i][1]
1101 $st = $s;
1182 $s = [
1226 * @param array $s
1269 $parity[] = $s[0][$i] ^ $s[1][$i] ^ $s[2][$i] ^ $s[3][$i] ^ $s[4][$i];
1284 $st = $s;
[all …]
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.js34 this.core.s = $.extend({}, defaults, this.core.s);
35 if (this.core.s.pager && this.core.$items.length > 1) {
51 if (_this.core.s.dynamic) {
52 for (var i = 0; i < _this.core.s.dynamicEl.length; i++) {
53 …g-pager-thumb-cont"><span class="lg-caret"></span> <img src="' + _this.core.s.dynamicEl[i].thumb +…
58 if (!_this.core.s.exThumbImage) {
61 …-cont"><span class="lg-caret"></span> <img src="' + $(this).attr(_this.core.s.exThumbImage) + '" /…
H A Dlg-pager.min.js4s=a.extend({},b,this.core.s),this.core.s.pager&&this.core.$items.length>1&&this.init(),this};c.pro…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php103 $s = 0;
107 $s = $diff / ($max + $min);
109 $s = $diff / (2 - $max - $min);
133 return [$h, $s, $l];
137 * Input is HSL value of complementary colour, held in $h2, $s, $l as fractions of 1
141 * @param float $s
146 public function hsl2rgb($h, $s, $l) argument
148 if ($s == 0) {
154 $tmp = $l * (1 + $s);
156 $tmp = ($l + $s)
[all...]
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Daccessibility-menu.js2 var s, u, a = i.config.menuSettings, t = Function.prototype.bind ? function(e, t) { variable
34 …t.unshift(s.RULE()), o.submenu.items.push.apply(o.submenu.items, t)) : ((i = (u.FindId("Settings",…
36 …o = s.SUBMENU.apply(s.SUBMENU, t), (a = u.IndexOfId("Locale")) ? u.items.splice(a, 0, o) : u.items…
42 s = MathJax.Menu.ITEM, u = MathJax.Menu.menu;
63 …this.submenu ? this.placeHolder = s.SUBMENU(this.name, s.CHECKBOX([ "Activate", "Activate" ], l.Ma…
65 }), s.RULE(), s.COMMAND([ "OptionsWhenActive", "(Options when Active)" ], null, {
67 })) : this.placeHolder = s.CHECKBOX(this.name, l.MakeOption(this.option), {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dteamcity-inner-exceptions.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
18 ##teamcity[testSuiteStarted name='ExceptionStackTest' locationHint='php_qn://%s/tests/_files/Except…
20 ##teamcity[testStarted name='testPrintingChildException' locationHint='php_qn://%s/tests/_files/Exc…
22s/tests/_files/ExceptionStackTest.php:10|n |n Caused by|n message|n Failed asserting that two arra…
26 ##teamcity[testStarted name='testNestedExceptions' locationHint='php_qn://%s/tests/_files/Exception…
28 ##teamcity[testFailed name='testNestedExceptions' message='Exception : One' details=' %s/tests/_fil…
35 Time: %s, Memory: %s
/plugin/abc2/abc-libraries/abc2svg/
H A Ddiag-1.js364 var s,i,gch
365 for(s=voice_tb[0].sym;s;s=s.next){if(!s.a_gch)
367 for(i=0;i<s.a_gch.length;i++){gch=s.a_gch[i]
370 this.deco_cnv([ch_cnv(gch.otext)],s,null)}}},output_music:function(of){if(this.cfmt().diag)
/plugin/diagramsnet/lib/img/lib/ibm/analytics/
H A Ddata_repositories.svg1s-2.3 1.1-2.3 2.4l-9.4 8c-.9-.9-2.3-1-3.3-.1-.9.9-1 2.3-.1 3.3.9.9 2.3 1 3.3.1.5-.4.7-1.1.7-1.7 0-…
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):"object"==typeof exports?exports.JSONEditor=t():e.JSONEditor=t()}(this,function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){function i(e,t,n){if(!(this instanceof i))throw new Error('JSONEditor constructor called without "new".');var o=l.getInternetExplorerVersion();if(-1!=o&&9>o)throw new Error("Unsupported browser, IE9 or newer required. Please install the newest version of your browser.");if(t&&(t.error&&(console.warn('Option "error" has been renamed to "onError"'),t.onError=t.error,delete t.error),t.change&&(console.warn('Option "change" has been renamed to "onChange"'),t.onChange=t.change,delete t.change),t.editable&&(console.warn('Option "editable" has been renamed to "onEditable"'),t.onEditable=t.editable,delete t.editable),t)){var r=["ace","theme","ajv","schema","onChange","onEditable","onError","onModeChange","escapeUnicode","history","search","mode","modes","name","indentation"];Object.keys(t).forEach(function(e){-1===r.indexOf(e)&&console.warn('Unknown option "'+e+'". This option will be ignored')})}arguments.length&&this._create(e,t,n)}var o;try{o=n(!function(){var e=new Error('Cannot find module "ajv/dist/ajv.bundle.js"');throw e.code="MODULE_NOT_FOUND",e}())}catch(r){}var s=n(1),a=n(2),l=n(3);i.modes={},i.prototype.DEBOUNCE_INTERVAL=150,i.prototype._create=function(e,t,n){this.container=e,this.options=t||{},this.json=n||{};var i=this.options.mode||"tree";this.setMode(i)},i.prototype._delete=function(){},i.prototype.set=function(e){this.json=e},i.prototype.get=function(){return this.json},i.prototype.setText=function(e){this.json=l.parse(e)},i.prototype.getText=function(){return JSON.stringify(this.json)},i.prototype.setName=function(e){this.options||(this.options={}),this.options.name=e},i.prototype.getName=function(){return this.options&&this.options.name},i.prototype.setMode=function(e){var t,n,o=this.container,r=l.extend({},this.options),s=r.mode;r.mode=e;var a=i.modes[e];if(!a)throw new Error('Unknown mode "'+r.mode+'"');try{var c="text"==a.data;if(n=this.getName(),t=this[c?"getText":"get"](),this._delete(),l.clear(this),l.extend(this,a.mixin),this.create(o,r),this.setName(n),this[c?"setText":"set"](t),"function"==typeof a.load)try{a.load.call(this)}catch(d){console.error(d)}if("function"==typeof r.onModeChange&&e!==s)try{r.onModeChange(e,s)}catch(d){console.error(d)}}catch(d){this._onError(d)}},i.prototype.getMode=function(){return this.options.mode},i.prototype._onError=function(e){if(!this.options||"function"!=typeof this.options.onError)throw e;this.options.onError(e)},i.prototype.setSchema=function(e){if(e){var t;try{t=this.options.ajv||o({allErrors:!0,verbose:!0})}catch(n){console.warn("Failed to create an instance of Ajv, JSON Schema validation is not available. Please use a JSONEditor bundle including Ajv, or pass an instance of Ajv as via the configuration option `ajv`.")}t&&(this.validateSchema=t.compile(e),this.options.schema=e,this.validate())}else this.validateSchema=null,this.options.schema=null,this.validate()},i.prototype.validate=function(){},i.registerMode=function(e){var t,n;if(l.isArray(e))for(t=0;t<e.length;t++)i.registerMode(e[t]);else{if(!("mode"in e))throw new Error('Property "mode" missing');if(!("mixin"in e))throw new Error('Property "mixin" missing');if(!("data"in e))throw new Error('Property "data" missing');var o=e.mode;if(o in i.modes)throw new Error('Mode "'+o+'" already registered');if("function"!=typeof e.mixin.create)throw new Error('Required function "create" missing on mixin');var r=["setMode","registerMode","modes"];for(t=0;t<r.length;t++)if(n=r[t],n in e.mixin)throw new Error('Reserved property "'+n+'" not allowed in mixin');i.modes[o]=e}},i.registerMode(s),i.registerMode(a),e.exports=i},function(e,t,n){var i=n(4),o=n(5),r=n(6),s=n(7),a=n(8),l=n(9),c=n(3),d={};d.create=function(e,t){if(!e)throw new Error("No container element provided.");this.container=e,this.dom={},this.highlighter=new i,this.selection=void 0,this.multiselection={nodes:[]},this.validateSchema=null,this.errorNodes=[],this._setOptions(t),this.options.history&&"view"!==this.options.mode&&(this.history=new o(this)),this._createFrame(),this._createTable()},d._delete=function(){this.frame&&this.container&&this.frame.parentNode==this.container&&this.container.removeChild(this.frame)},d._setOptions=function(e){if(this.options={search:!0,history:!0,mode:"tree",name:void 0,schema:null},e)for(var t in e)e.hasOwnProperty(t)&&(this.options[t]=e[t]);this.setSchema(this.options.schema),this._debouncedValidate=c.debounce(this.validate.bind(this),this.DEBOUNCE_INTERVAL)};var h=void 0,u=null;d.set=function(e,t){if(t&&(console.warn('Second parameter "name" is deprecated. Use setName(name) instead.'),this.options.name=t),e instanceof Function||void 0===e)this.clear();else{this.content.removeChild(this.table);var n={field:this.options.name,value:e},i=new a(this,n);this._setRoot(i),this.validate();var o=!1;this.node.expand(o),this.content.appendChild(this.table)}this.history&&this.history.clear(),this.searchBox&&this.searchBox.clear()},d.get=function(){return h&&h.blur(),this.node?this.node.getValue():void 0},d.getText=function(){return JSON.stringify(this.get())},d.setText=function(e){this.set(c.parse(e))},d.setName=function(e){this.options.name=e,this.node&&this.node.updateField(this.options.name)},d.getName=function(){return this.options.name},d.focus=function(){var e=this.content.querySelector("[contenteditable=true]");e?e.focus():this.node.dom.expand?this.node.dom.expand.focus():this.node.dom.menu?this.node.dom.menu.focus():(e=this.frame.querySelector("button"),e&&e.focus())},d.clear=function(){this.node&&(this.node.collapse(),this.tbody.removeChild(this.node.getDom()),delete this.node)},d._setRoot=function(e){this.clear(),this.node=e,this.tbody.appendChild(e.getDom())},d.search=function(e){var t;return this.node?(this.content.removeChild(this.table),t=this.node.search(e),this.content.appendChild(this.table)):t=[],t},d.expandAll=function(){this.node&&(this.content.removeChild(this.table),this.node.expand(),this.content.appendChild(this.table))},d.collapseAll=function(){this.node&&(this.content.removeChild(this.table),this.node.collapse(),this.content.appendChild(this.table))},d._onAction=function(e,t){this.history&&this.history.add(e,t),this._onChange()},d._onChange=function(){if(this._debouncedValidate(),this.options.onChange)try{this.options.onChange()}catch(e){console.error("Error in onChange callback: ",e)}},d.validate=function(){this.errorNodes&&this.errorNodes.forEach(function(e){e.setError(null)});var e=this.node;if(e){var t=e.validate(),n=[];if(this.validateSchema){var i=this.validateSchema(e.getValue());i||(n=this.validateSchema.errors.map(function(e){return c.improveSchemaError(e)}).map(function(t){return{node:e.findNode(t.dataPath),error:t}}).filter(function(e){return null!=e.node}))}this.errorNodes=t.concat(n).reduce(function(e,t){return t.node.findParents().map(function(e){return{node:e,child:t.node,error:{message:"object"===e.type?"Contains invalid properties":"Contains invalid items"}}}).concat(e,[t])},[]).map(function(e){return e.node.setError(e.error,e.child),e.node})}},d.startAutoScroll=function(e){var t=this,n=this.content,i=c.getAbsoluteTop(n),o=n.clientHeight,r=i+o,s=24,a=50;i+s>e&&n.scrollTop>0?this.autoScrollStep=(i+s-e)/3:e>r-s
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dmipsasm.min.js1s){return{cI:!0,aliases:["mips"],l:"\\.?"+s.IR,k:{meta:".2byte .4byte .align .ascii .asciz .balign… argument
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13s=161)}([function(t,e,i){var n,r=i(2);t.exports={copy:function t(e){var i,n;if(e&&"object"==typeof… argument

1...<<11121314151617181920>>...158