Home
last modified time | relevance | path

Searched refs:s (Results 176 – 200 of 3948) sorted by relevance

12345678910>>...158

/plugin/reproduce/
H A Dsyntax.php56 …$this->Lexer->addSpecialPattern('<reproduce\s+' . $this->LABEL_PATTERN . '\s*' . $this->PAGE_ID_PA…
65 …if (preg_match('/<reproduce\s+(' . $this->LABEL_PATTERN . ')\s*(' . $this->PAGE_ID_PATTERN . ')\s*…
87 …if (preg_match('/<label\s+' . $labelName . '\s*>(.*?)<\/label>/ms', $sourcePageContent, $matches))…
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php13 function file_put_contents($filename, $s) { argument
15 @fwrite($fp, $s);
43 $s = "<?php\r\n";
46 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
48 $s .= "\r\n?>";
49 @file_put_contents(UC_DATADIR."./cache/$cachefile.php", $s);
53 $s = "<?php\r\n";
56 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
58 $s .= "\r\n?>";
59 @file_put_contents(UC_DATADIR."./cache/$file.php", $s);
/plugin/diagramsnet/lib/img/lib/ibm/security/
H A Dgateway.svg1s.5.3.6.6v28.9l10.1-3V18c0-.4.4-.6.7-.6s.5.3.6.6v23.4l-12.7 3.8z"/><path d="M16.5 44c-.2 0-.4-.2-.…
H A Didentity_provider.svg1s.6-1.5 1.1-2.1c1-1.4 2.6-2.4 4.3-2.7.6-.1 1.3-.2 1.9-.1.7.1 1.4.2 2 .5.7.3 1.4.7 2 1.3.5.4.9.9 1.…
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat14 my ($comment) = $source =~ m{^\s*(/\*.*?\*/)}s;
15 my %parts = reverse($source =~ m[(//\s*{{{ [ \t]* (\w*) .*? //[ \t]* }}})]sgx);
23 $newComment =~ s/\*\s*\w+[^\r\n]*/$& ($k support only!)/s;
36 my ($comment) = readFile($from) =~ m{^\s*(/\*.*?\*/)}s;
37 …$comment =~ s/\*\s*\w+[^\r\n]*\s*\*/$& Minimized version: see debug directory for the complete one…
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dlt.js1s=163)}({0:function(i,n){i.exports=e},1:function(e,n){e.exports=i},163:function(e,i,n){Object.defi… argument
/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;retur argument
[all...]
/plugin/combo/resources/library/combo/
H A Dcombo.min.js1 (function(u,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("bootstrap")):typeof define=="function"&&define.amd?define(["exports","bootstrap"],c):(u=typeof globalThis<"u"?globalThis:u||self,c(u.combo={},u.bootstrap))})(this,function(u,c){"use strict";var et=Object.defineProperty;var it=(u,c,H)=>c in u?et(u,c,{enumerable:!0,configurable:!0,writable:!0,value:H}):u[c]=H;var i=(u,c,H)=>(it(u,typeof c!="symbol"?c+"":c,H),H);class H{static toBoolean(t){return typeof t=="boolean"?t:t==="true"}}let F;class E{static getLogger(){return F===void 0&&(F=new E),F}error(t){if(console.error(t),process.env.NODE_ENV!=="production")throw new Error(t)}}let J=g=>crypto.getRandomValues(new Uint8Array(g)),q=(g,t,e)=>{let s=(2<<Math.log(g.length-1)/Math.LN2)-1,l=-~(1.6*s*t/g.length);return()=>{let r="";for(;;){let n=e(l),o=l;for(;o--;)if(r+=g[n[o]&s]||"",r.length===t)return r}}},G=(g,t)=>q(g,t,J);class ${static toHtmlId(t){return t.toString().replace(/[_.\s:\/\\]/g,"-")}static createRandomId(){return G("abcdefghijklmnopqrstuvwxyz",10)()}static createRandomIdWithPrefix(t){return t+"-"+this.createRandomId()}static toEntities(t){let e=[];for(let s=0;s<t.length;s++){let l=`&#${t.charCodeAt(s)};`;e.push(l)}return e.join("")}}class Q{static isString(t){return typeof t=="string"||t instanceof String}}const w=class{constructor(t){i(this,"tab","unknown");i(this,"mutable",!0);i(this,"values",[]);i(this,"defaultValues",[]);i(this,"multiple",!1);i(this,"children",{});i(this,"name");i(this,"type");i(this,"label");i(this,"url");i(this,"description");i(this,"parent");i(this,"domainValues");i(this,"width");this.name=t}getLabelAnchor(){if(this.getUrl()===void 0&&this.getDescription()===void 0)return this.getLabel();let t=this.getUrl();return this.getUrl()===void 0?(t="#",`
4 </span>`):`<a href="${t}" title="${this.getDescription()}" data-bs-toggle="tooltip" style="text-decoration:none" target="_blank">${this.getLabel()}</a>`}setType(t){return this.type=t,this}setLabel(t){return this.label=t,this}setUrl(t){return this.url=t,this}addValue(t,e){return this.values.push(t),this.defaultValues.push(e),this}getType(){return this.type}getLabel(){return this.label===void 0?this.getName().split(/[_\-]/).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" "):this.label}getUrl(){return this.url}getName(){return this.name}getDescription(){return this.description}getTab(){return this.tab}static createFromJson(t,e=null){t.hasOwnProperty("name")||E.getLogger().error("To create a form meta field, the name property is mandatory.");let s=t.name,l=w.createFromName(s); argument
[all...]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DMachineLearningServicePlans.svg1s-.117.378-.117.586a1.49 1.49 0 0 0 .117.586 1.51 1.51 0 0 0 .32.477c.136.136.294.242.477.32s.378.…
H A DManaged_Applications.svg1s-.17-.04-.247 0l-8.08 4.476c-.074.042-.12.12-.12.205v8.983c0 .086.046.16.12.204.04.02.08.03.12.03…
/plugin/diagramsnet/lib/img/lib/allied_telesis/security/
H A DDVS_Surveillance_Monitor.svg1s{fill:#eb008b}.t{stroke-width:.504}]]></style><g stroke="#626366" stroke-width="3.375" class="g l…
/plugin/prettytables/
H A Dscript.js82 var s;
85 s = t.match(/^[\^|]+/);
86 mr.push(s[0]);
87 t = t.substr(s[0].length);
92 s = s[1].replace(/^[ ]+/,"");
93 s = s.replace(/[ ]+$/,"");
94 c.push(s);
103 s = t.match(/^[\^|]+/);
104 t = t.substr(s[0].length);
109 s = s[1];
[all …]
/plugin/aceeditor/
H A Dbuild.js1s,o,a,f,l,c,h,p=t&&t.split("/"),d=u.map,v=d&&d["*"]||{};if(e&&e.charAt(0)===".")if(t){p=p.slice(0,… function
/plugin/select/
H A Dsyntax.php41 $s = '<form class="dw_pl_select">'.NL;
42 $s .= '<select onChange="location.href = this.options[this.selectedIndex].value">'.NL;
43 $s .= '<option selected>'.hsc($title).'</option>'.NL;
79 $s .= '<option value="'.hsc($url).'">'.hsc($name).'</option>'.NL;
83 $s .= '</select>'.NL;
85 $s .= '<noscript>|';
86 foreach ($link_items as $value){ $s .= $value.'|'; }
87 $s .= '</noscript>'.NL;
89 $s .= '</form>'.NL;
91 $renderer->doc.=$s;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php40 * outgoing transition in `s`. If the closure from transition
44 * @param ATNState|null $s The ATN state
47 * each outgoing transition of `s`.
49 public function getDecisionLookahead(?ATNState $s) : ?array argument
51 if ($s === null) {
56 for ($alt = 0; $alt < $s->getNumberOfTransitions(); $alt++) {
62 $s->getTransition($alt)->target,
85 * Compute set of tokens that can follow `s` in the ATN in the
89 * `s` is reached, {@see Token::EPSILON} is added to the result set.
93 * @param ATNState $s Th
103 look(ATNState $s, ATNState $stopState, RuleContext $context) global() argument
175 lookRecursively(ATNState $s, ATNState $stopState, PredictionContext $context, IntervalSet $look, Set $lookBusy, BitSet $calledRuleStack, bool $seeThruPreds, bool $addEOF) global() argument
[all...]
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
H A Dfontdata.js19s="H",f="V",L={load:"extra",dir:s},y={load:"extra",dir:f};var ag=[8722,E,0,0,0,-0.26,-0.26];aj.Aug… variable
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DBuilding_Cluster.svg1s-.432-5.094-3.42-8.993c-2.74-3.57-3.594-3.93-3.594-3.93M19.617 36.872l7.025 4.24-.016 8.688s-.43-…
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1s=m.document.createElement("img",{attributes:{src:w,"data-cke-saved-src":w,title:v,alt:v,width:u.$… argument
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1s=m.document.createElement("img",{attributes:{src:w,"data-cke-saved-src":w,title:v,alt:v,width:22,… argument
/plugin/diagramsnet/lib/img/lib/ibm/blockchain/
H A Dnode.svg1s-.2-.1-.2-.2V9c0-.4-.1-.5-.5-.5H22c-.4 0-.5.1-.5.5v12.8c0 .4.1.5.5.5h2.6c.2 0 .3 0 .4.1s.3.1.4.2l…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php14 $s = ''; // S initially be the empty string
30 // If I is initially 0, and there is an additive tuple with a weight of 0, append that tuple's counter glyph to S and return S.
40 // Append the current tuple's counter glyph to S x floor( I / current tuple's weight ) times (this may be 0).
46 $s = UtfString::code2utf($ag) . $s;
48 $s .= UtfString::code2utf($ag);
53 $s = UtfString::code2utf($additive_glyphs[$t]) . $s;
55 $s
[all...]
/plugin/achart/assets/
H A Dapexcharts.min.js6s(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!… function
10s){return this.put(new SVG.DisplacementMapEffect(t,e,i,a,s))},specularLighting:function(t,e,i,a){r… function
14s=this.startPoints.box.y+i.y-this.startPoints.point.y,r=this.constraint,o=i.x-this.startPoints.poi… argument
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js40 this.core.s = $.extend({}, defaults, this.core.s);
55 if (_this.core.s.videojs) {
93 if (_this.core.s.videojs) {
108 if (_this.core.s.dynamic) {
154 if (_this.core.s.videojs) {
204 if (_this.core.s.videojs) {
218 if (_this.core.s.dynamic) {
257 if (this.core.s.youtubePlayerParams) {
266 if (this.core.s.vimeoPlayerParams) {
275 if (this.core.s.dailymotionPlayerParams) {
[all …]
H A Dlg-video.min.js4s=a.extend({},e,this.core.s),this.videoLoaded=!1,this.init(),this};f.prototype.init=function(){var…

12345678910>>...158