Home
last modified time | relevance | path

Searched refs:rep (Results 26 – 50 of 50) sorted by relevance

12

/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e}) (…) variable
/plugin/tokenbucketauth/lang/fr/
H A Dbanned.txt4 été repérée comme étant abusive sur le formulaire de connexion.
/plugin/date/
H A Dsyntax.php260 foreach($replacers as $rep) {
261 list ($k, $v) = explode('=', $rep, 2);
/plugin/templater/
H A Dsyntax.php314 foreach($replacers as $rep) {
315 if ( str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
316 list($k, $v) = explode('=', $rep, 2);
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid-1.js133 function build_chords(sb){var s,i,w,bt,rep,bars=[],chords=[],chord=[],beat=get_beat(voice_tb[0].meter),wm=voice_tb[0].meter.wmeasure,cur_beat=0,beat_i=0,wmx=0
156 rep=true
167 wmx+=abc.strwh(rep?' ':' ')[0]
/plugin/icalevents/
H A Dsyntax-impl.php262 $rep = $this->nowikiStart() . $summaryLinkToken . $this->nowikiEnd();
263 $dokuwikiOutput = str_replace('{summary_link}', $rep, $dokuwikiOutput);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1479 var rep=null;
1487 parts.push({rep:rep,precision:precision,type:("%"+type)})
1544 }return rep
3019 }if(rep&&typeof rep==="object"){length=rep.length;
4244 var tag=rep.shortTag||rep.tag;
4260 var tag=rep.shortTag?rep.shortTag:rep.tag;
4269 var tag=rep.shortTag?rep.shortTag:rep.tag;
4452 var tag=rep.shortTag?rep.shortTag:rep.tag;
5704 }},appendObject:function(object,row,rep){if(!rep){rep=Firebug.getRep(object) argument
5742 if(rep){rep.tag.replace({objects:objects},innerRow)
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6218 parts.push({rep: rep, precision: precision, type: ("%" + type)});
12200 rep; variable
12311 if (rep && typeof rep === 'object') {
15780 var tag = rep.shortTag || rep.tag;
15916 var tag = rep.shortTag ? rep.shortTag : rep.tag;
15932 var tag = rep.shortTag ? rep.shortTag : rep.tag;
16756 var tag = rep.shortTag ? rep.shortTag : rep.tag;
22142 if (!rep)
22230 if (rep)
22786 parts.push({rep: rep, precision: precision, type: ("%" + type)});
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1490 var rep=null;
1491 switch(type){case"s":rep=FirebugReps.Text;
1493 case"f":case"i":case"d":rep=FirebugReps.Number;
1495 case"o":rep=null;
1498 parts.push({rep:rep,precision:precision,type:("%"+type)})
1547 }},setDefaultReps:function(funcRep,rep){FBL.defaultRep=rep; argument
1553 ++i){var rep=reps[i];
1554 try{if(rep
3009 }var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00 global() variable
5599 log(object,context,className,rep,noThrottle,sourceLink) global() argument
5601 openGroup(objects,context,className,rep,noThrottle,sourceLink,noPush) global() argument
5603 logRow(appender,objects,context,className,rep,sourceLink,noThrottle,noRow) global() argument
5686 AnonymousFunction4beb612320900(appender,objects,context,className,rep,sourceLink,noThrottle,noRow) global() argument
5692 AnonymousFunction4beb612320a00(appender,objects,className,rep,sourceLink,noRow) global() argument
5715 AnonymousFunction4beb612320f00(object,row,rep) global() argument
5717 AnonymousFunction4beb612321000(objects,row,rep) global() argument
5748 AnonymousFunction4beb612321100(objects,row,rep) global() argument
5768 AnonymousFunction4beb612321300(object,row,rep) global() argument
[all...]
/plugin/odt/helper/
H A Dcssimport.php1429 $rep = $this->getReplacement($part);
1430 if ( !empty ($rep) ) {
1431 $part = $rep;
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1 …ing.gsub\",\n \"string.len\",\"string.lower\",\"string.match\",\"string.rep\",\"string.reverse\…
/plugin/diagramsnet/lib/resources/
H A Ddia_fr.txt17 addWaypoint=Ajouter un repère
124 clearWaypoints=Effacer les repères
620 removeWaypoint=Effacer le repère
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19rep),p);var E=this.createChar(t,(o.right||o.rep),p);v.Add(r,-r.l,0);var D=(r.r-r.l)+(E.r-E.l),B=r.…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19rep),H,z);this.createChar(D,(F.right||F.rep),H,z);var m=this.Element("span");this.createChar(m,F.r…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe15349 rep resent
24119 Ġdisc rep
42463 Ġg rep
49678 rep air
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js16282 this.repeatables.forEach(function(rep) {
16283 this.writer.addFragment(rep, true);
16286 this.repeatables.forEach(function(rep) {
16287 this.writer.context.moveDown(rep.height);
16343 var rep = { items: [] };
16346 rep.items.push(item);
16349 rep.xOffset = this.originalX;
16352 rep.height = unbreakableContext.y;
16354 return rep;
16357 PageElementWriter.prototype.pushToRepeatables = function(rep) {
[all …]
H A Dpdfmake.min.js.map1rep","originalX","pushContext","forcedX","forcedY","unbreakableContext","popContext","nbPages","xO…
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML-full.js56rep),H,z);this.createChar(D,(F.right||F.rep),H,z);var m=this.Element("span");this.createChar(m,F.r…
H A DAM_HTMLorMML-full.js56rep),H,z);this.createChar(D,(F.right||F.rep),H,z);var m=this.Element("span");this.createChar(m,F.r…
H A DAccessible-full.js78rep),H,z);this.createChar(D,(F.right||F.rep),H,z);var m=this.Element("span");this.createChar(m,F.r…
H A DTeX-MML-AM_HTMLorMML-full.js76rep),H,z);this.createChar(D,(F.right||F.rep),H,z);var m=this.Element("span");this.createChar(m,F.r…
H A DTeX-MML-AM_SVG-full.js68rep),p);var E=this.createChar(t,(o.right||o.rep),p);v.Add(r,-r.l,0);var D=(r.r-r.l)+(E.r-E.l),B=r.…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php12035 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$colctr - 1]);
12036 $textbuffer[0][0] = preg_replace('/{colsum[0-9_]*}/', $rep, $textbuffer[0][0]);
22841 $rep = sprintf("%01." . intval($m[1]) . "f", $this->colsums[$j]);
22842 $cell['textbuffer'][0][0] = preg_replace('/{colsum[0-9_]*}/', $rep, $cell['textbuffer'][0][0]);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1rep';\n case 'dd':\n return numberNoun + ' jaj';\n case 'MM':…

12