Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 25 of 50) sorted by last modified time

12

/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/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe15349 rep resent
24119 Ġdisc rep
42463 Ġg rep
49678 rep air
/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/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/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/move/script/
H A Djson2.js208 rep; variable
250 if (typeof rep === 'function') {
251 value = rep.call(holder, key, value);
318 if (rep && typeof rep === 'object') {
319 length = rep.length;
321 if (typeof rep[i] === 'string') {
322 k = rep[i];
388 rep = replacer;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata.js19rep:[61,v]}},91:{dir:d,HW:[[0.91,v],[1.476,m],[2.045,l],[2.556,k],[2.615,k,1.023]],stretch:{bot:[9…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
H A Dfontdata-extra.js19rep:[57593,e],right:[57594,e]}},831:{dir:q,HW:[[0.333,l],[0.5,k]],stretch:{left:[57598,e],rep:[575… property in C.10145.stretch
H A Dfontdata.js19rep:[57345,f],right:[57346,f]}},91:{dir:d,HW:[[0.836,v],[0.998,m],[1.19,l],[1.422,k],[1.698,i],[2.…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
H A Dfontdata-extra.js19rep:[57593,e],right:[57594,e]}},831:{dir:r,HW:[[0.392,m],[0.568,l]],stretch:{left:[57598,e],rep:[5… property in D.8653.stretch
H A Dfontdata.js19rep:[57345,e],right:[57346,e]}},91:{dir:d,HW:[[1,w],[1.1,n],[1.2,m],[1.45,l],[1.8,j],[2.1,h],[2.4,…
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/TeX/
H A Dfontdata-extra.js19rep:[61,h]}},8606:{dir:l,HW:[[1000,k]],stretch:{left:[8606,k],rep:j}},8608:{dir:l,HW:[[1000,k]],st… property in e.9181.stretch
/plugin/diagramsnet/lib/math/config/
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 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 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/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
H A Dfontdata.js19rep:[57363,X]}},780:{dir:s,HW:[[0.311,E],[0.56,ae],[0.979,ac],[1.46,aa],[1.886,Y],[2.328,X]]},816:…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
H A Dfontdata.js19rep:[175,m]}},710:{dir:j,HW:[[0.267+0.25,m],[0.567+0.25,g],[1.005+0.33,f],[1.447+0.33,e],[1.909,c]…
/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/HTML-CSS/fonts/STIX/
H A Dfontdata-extra.js19rep:[61,l]}},8606:{dir:m,HW:[[0.926,l]],stretch:{left:[8606,l],rep:[8722,l]}},8608:{dir:m,HW:[[0.9… property in e.9185.stretch
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/
H A Dfontdata-extra.js19rep:[61,E]}},711:{dir:s,HW:[[311,E],[560,af],[979,ad],[1460,ab],[1886,Z],[2328,Y]]},717:{dir:s,HW:… property in n.8651.stretch
H A Dfontdata.js19rep:[57363,Z]}},780:{dir:t,HW:[[311,F],[560,ag],[979,ae],[1460,ac],[1886,aa],[2328,Z]]},816:{dir:t…

12