Home
last modified time | relevance | path

Searched refs:t (Results 601 – 625 of 2068) sorted by relevance

1...<<21222324252627282930>>...83

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js95 function pad0(v,d){var t=""+v; return t.length>=d?t:fill('0',d-t.length)+t;}
96 function pad_(v,d){var t=""+v;return t.length>=d?t:fill(' ',d-t.length)+t;}
97 function rpad_(v,d){var t=""+v; return t.length>=d?t:t+fill(' ',d-t.length);}
98 function pad0r1(v,d){var t=""+Math.round(v); return t.length>=d?t:fill('0',d-t.length)+t;}
99 function pad0r2(v,d){var t=""+v; return t.length>=d?t:fill('0',d-t.length)+t;}
1736 if(t <= 0x7F) o.write_shift(1, t);
1783 t = S[i]; S[i] = S[j]; S[j] = t;
1789 t = S[i]; S[i] = S[j]; S[j] = t;
7482 else p.t = tag.t || "n";
8589 if(!cell.t) cell.t = 'n';
[all …]
H A Dxlsx.min.js2t=""+v;return t.length>=d?t:fill("0",d-t.length)+t}function pad_(v,d){var t=""+v;return t.length>=… property in case
3t=f+"|"+g;if(mtcache[t]!==undefined)return mtcache[t];return mtcache[t]=new RegExp("<(?:\\w+:)?"+f… property in SummaryPIDSI.5
4t){(ct[t]||[]).forEach(function(v){o[o.length]=writextag("Override",null,{PartName:(v[0]=="/"?"":"… argument
5t"),rpregex=matchtag("rPr"),rregex=/<r>/g,rend=/<\/r>/,nlregex=/\r\n/g;var parse_rpr=function pars… argument
8t==="e"){cell.w=cell.w||BErr[cell.v]}else if(nf==="General"){if(cell.t==="n"){if((cell.v|0)===cell… property in parse_workbook.temp_val
9t==null)return"";if(cell.w!==undefined)return cell.w;if(v===undefined)return safe_format_cell(cell…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D63.63.js1 …bpackJsonp||[]).push([[63],{969:function(e,t,o){"use strict";o.r(t),o.d(t,"conf",(function(){retur… argument
H A D14.14.js1 …bpackJsonp||[]).push([[14],{919:function(e,t,n){"use strict";n.r(t),n.d(t,"conf",(function(){retur… argument
H A D66.66.js1 …66],{908:function(e,n,t){"use strict";t.r(n),t.d(n,"conf",(function(){return r})),t.d(n,"language"… argument
H A D3.3.js1 …66],{908:function(e,n,t){"use strict";t.r(n),t.d(n,"conf",(function(){return i})),t.d(n,"language"… argument
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Derlang.min.js1t={b:"\\b_([A-Z][A-Za-z0-9_]*)?",r:0},f={b:"[A-Z][a-zA-Z0-9_]*",r:0},l={b:"#"+e.UIR,r:0,rB:!0,c:[{… class in AnonymousFunctionf74aa0250100
H A Dcrystal.min.js1t={cN:"subst",b:"#{",e:"}",k:i},a={cN:"template-variable",v:[{b:"\\{\\{",e:"\\}\\}"},{b:"\\{%",e:"… class in AnonymousFunctionf3cc4a0e0100
H A Dpuppet.min.js1t={cN:"string",c:[e.BE,o],v:[{b:/'/,e:/'/},{b:/"/,e:/"/}]};return{aliases:["pp"],c:[r,o,t,{bK:"cla… class in AnonymousFunction2c434d2a0100
H A Dyaml.min.js1t={cN:"attr",v:[{b:b+r+":"},{b:b+'"'+r+'":'},{b:b+"'"+r+"':"}]},c={cN:"template-variable",v:[{b:"{… class in AnonymousFunction576486ff0100
/plugin/diagramsnet/lib/js/
H A Dstencils.min.js203 var t = f[filename.substring(STENCIL_PATH.length + 1)];
205 if (t != null) {
206 t = pako.inflateRaw(Uint8Array.from(atob(t), function (c) {
209 s = decodeURIComponent(t);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js144 var t;
147 t = paper.print(x - bb.x, y - bb.y, text, font.obj_, font['font-size']);
149 t = paper.text(x - bb.x - bb.width / 2, y - bb.y, text);
150 t.attr(font);
151 t.attr({'text-anchor': 'start'});
154 return t;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php472 foreach ($test as $t) {
473 if ($t instanceof Compiler\Llk\Rule\Entry &&
474 $t->getRule() == $rule) {
479 $out[] = $t;
482 $t->getRule() == $rule) {
498 foreach ($this->_trace as $t) {
499 if ($t instanceof Compiler\Llk\Rule\Ekzit &&
500 $t->getRule() == $rule) {
505 $out[] = $t;
507 if ($t instanceof Compiler\Llk\Rule\Ekzit &&
[all …]
/plugin/ckgdoku/action/
H A Dtagapi.php61 private function tagToName($t) { argument
63 $id = $t;
67 $name = $t;
/plugin/ckgedit/action/
H A Dtagapi.php61 private function tagToName($t) { argument
63 $id = $t;
67 $name = $t;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php140 // yet successfully, don't report any errors.
142 // don't report spurious errors
211 * token deletion, if possible. If it can't do that, it bails on the current
253 // If already recovering, don't try to sync
279 // It's possible the next token won't match; information tracked
308 // do nothing if we can't identify the exact kind of ATN state
415 $t = $recognizer->getCurrentToken();
416 $tokenName = $this->getTokenErrorDisplay($t);
425 $recognizer->notifyErrorListeners($msg, $t);
453 $t
727 getTokenErrorDisplay(Token $t) global() argument
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg.woff2 wOFFOTTO3� O�CFF (-(E��lFFTM2h�{GGDEF2POS/2hK`X�])cmapt�z\�G�head56���hhea@ $ i�hmtx2�?<����maxp`�Pname��]rXpost x�c`d``��L���m�2p�0����J� ���v��?�Y�Y:�\&�(= Yx�c`d``���!�E����Vo�
7 ��Z�P�x�c`flf������4�� C?�f|�`���������� �������f;��c��fA�� dt �x�u�?O�@ş�q��
15 [*;�l���#�0�t�r�+��$�:8�����k,�Zλ]��,�Xr��P-8��[º)5�6훩���Mt��h����w-�*ӳ�d:o*+M��\�J�K�;a��\i����[e�+�<�%��JK�r�!A6�e׵����j;;�U=oL�H�d3�� ����+"{�#�J��<���CU�ꌰ?���ɝÚ��>�v���ߣ���\]�Z�J����w��������a6��%el�h����|��x�c```f�`F ��T�1��,L@zC���������<<�y�� �A탞S,y���懌w>�����O�<�����?�y>Jy����ɂ'��,y��ɚ'��{��ɻ��OU��>5|j�4�i��ܧMO/<}�L���3�g�T�< x�R��K��
19 /U_ƾbz����7K�,������A�����&W���4<��`v7=����Q£�G hnzt�S���O��nJ�)��^���i���?R`��"V���a�=����/��&?E�W�Y�^�L^S�H�P�M�F�Z�R�B�L�T����۲ǥWK��^)�Lz���f�B�<�Xi{iikiiiviV��RK�&K�I�J�H%J�IyK�Hi���g���'�k���>~.�L�����8l�����Ø�⒁��Vx�c`f� }x��{\���xބ�W�q�T[��u�^���Uqk�(RdF ���&���
46 �d��� � �p>˓�� ��X�̂Go�ӝ�鬗�d���:9�c���,����*���sZ�X�]��[���G,`�# �E� �f.Zh��u�e�+�8+إZ���� Y���)+�;� SH��#�w9.t�w���2� ����� ��Z�/�;4 �~Ch@��{7����D�����^��Gj��c�u�+���|B�W�i^a �w=���ܹ�Ҁ�Ȉ9�sB�~s7�~e��s���;�Ce���IeQ*
77 X}6`�4�h��N��L�2Ex��& =���/��H�/�r�������E� �������ٱuXG��0m��%��+mM�I�<�<�u�{�M� �!E��J=�u(�8����FN|�qf� W�bW� ��h]�����/:6 l��Q^t�n�JXx�<�6�J@�M����l�R��_��@����l�z��������]y���}Q���)RiT�i�Ӯ�k~Ψ��\���"Q{��[�<{�����.����9�Ʊ��H C����Z(�ɇ�5@ ʰ����C8���y a��P����#��.@gRs�!����R����D:�t�~k�9�ր.���Z�O��t� �7�CҴ�wW�DCTzt�����x� �u)^)����[�P����5�eaj}�����YZ�]���!��U�I�-MP�$�E�+v�����dryx m���p��8S�����e��ݡ��/�Skk�:�$e�Js# �^��R4<�a+�Ù��!�?���YߵꜨj
86 YD\|dx��N,�v�djcj ��RydM�t���2��S]'CDbBdj�6Y:ZW^��0f���O �X]DU������ݺ=���"��:�obP<��=�#"!�DvȮ��cu�� ��K��aQ.���s�-��q�=��������\��H�VHp����T�z��1�~�s�����NrlgN�uZ����p���@��X��^1'U ~��$���J<T�*PAbNF>���Σ@T��3H�k�����XݚS��.j�)�yTbZL�<-議�� b@��D����q��gWB ��˽x�Hxˢ͗h SX[�;H"b��ëk}ݔq��)�\�R�yRy� ����~;E{ B�ZK�7���y��+�&iExUl{��£��������3������ �! �ᭋ(�+� �`K�HtlbHi��Ж���f��O���na����e��9<M�g╀ʌ����+�����H���� ��ٻ�YL�"SF,����NlL�H��p�n��8��不%U��l'憤��� ���~����߁��{ ��Ȧ�'U��G�G�xgŅ�FJCҥ$�JcutGmmG�m�8d1 q��m�h�e�C�G������.�O��m۴Y���}]^� ������1�}������q�Y�+��$���@�RFGD�$��Gu�4���P��(��Y�)���7HĬ���\�NSM���5�i='�Ht,J������[AE+1�o8�S~���c.�܌z����mIG��Z�.迼�lhr/Q��:�N�8�_��b��X����H�����>��c�M_�ʖs��fRL_Zzl�P-��`�>�B�ώڀ|��P2/wm�<,f?ٸ�ݽ�Μc���L����S���u4"MT���?"e =w�+�W����<Ԗ�i �3��$�(����j*= ��(���P]4-��D.������i����]�"�����Z�w�O��x1dd�5�ۻ|:}�@#aN��֯�s���3�;4"4"DA^�ԛz�B�u��ٜ.8*#1:C���������M ����@�J�K�)�g�֮<�qM !��]i�}����Nׅ�����ҳ�si�:AQNnNU��N<
120 ���X���pġ�R����������jXc�� f�����=oC�?O��g���ԁ�����_Y2�af��Z��ak����� N���!��ۈ�-�.f�df:�<���|�?�����ò���و7�]F������\e�~��Ls��_ � �W�^�\�B� �������x�D@�7����f����c�k�z���{�V��8�!M-��x&O5�f�T* �-U`��_r� w�}����E�0>��"��N#��Mh�r��=Ћ�kF�C��#��W�%]L�t �
[all...]
/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo); variable
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1t,ignoreOffset){if(ignoreOffset){return new fabric.Point(t[0]*p.x+t[2]*p.y,t[1]*p.x+t[3]*p.y)}retu… argument
2t,d){return opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOu… argument
5t=this._currentTransform;t.target.set({scaleX:t.original.scaleX,scaleY:t.original.scaleY,left:t.or… argument
8 …ing,drawArc=fabric.util.drawArc,commandLengths={m:2,l:2,h:1,v:1,c:6,s:4,q:4,t:2,a:7},repeatedComma… property in commandLengths
9t=-this.pathOffset.y;if(this.group&&this.group.type==="path-group"){l=0;t=0}ctx.beginPath();for(va…
H A Dfabric.js451 a = 1 / (t[0] * t[3] - t[1] * t[2]);
452 r = [a * t[3], -a * t[1], -a * t[2], a * t[0], 0, 0];
2438 return c * ((t = t / d - 1) * t * t + 1) + b;
2458 return c * (t /= d) * t * t * t + b;
2466 return -c * ((t = t / d - 1) * t * t * t - 1) + b;
2476 return c / 2 * t * t * t * t + b;
2478 return -c / 2 * ((t -= 2) * t * t * t - 2) + b;
2486 return c * (t /= d) * t * t * t * t + b;
2494 return c * ((t = t / d - 1) * t * t * t * t + 1) + b;
2504 return c / 2 * t * t * t * t * t + b;
[all …]
/plugin/pdfjs/pdfjs/web/locale/lv/
H A Dviewer.properties31 zoom_out.title=Attālināt\u0020
32 zoom_out_label=Attālināt
33 zoom_in.title=Pietuvināt
34 zoom_in_label=Pietuvināt
41 print_label=Drukāt
43 download_label=Lejupielādēt
144 attachments.title=Rādīt pielikumus
146 thumbs.title=Parādīt sīktēlus
148 findbar.title=Meklēt dokumentā
149 findbar_label=Meklēt
[all …]
/plugin/pdfjs/pdfjs/web/locale/cs/
H A Dviewer.properties33 zoom_in.title=Zvětší velikost
34 zoom_in_label=Zvětšit
39 open_file_label=Otevřít
51 first_page.label=Přejít na první stránku
52 first_page_label=Přejít na první stránku
54 last_page.label=Přejít na poslední stránku
95 document_properties_subject=Předmět:
128 document_properties_close=Zavřít
149 findbar_label=Najít
160 find_input.title=Najít
[all …]
/plugin/amcharts/assets/amcharts/
H A Dradar.js6t=this.axisWidth*Math.sin(q/180*Math.PI),q=this.axisWidth*Math.cos(q/180*Math.PI);0<m&&(t=d.line(b…
7t+5,q);this.set.push(g);d.setCN(b,g,a.bcn+"title")}}}}})})();(function(){var d=window.AmCharts;d.R…
8 …e.lineAlpha),isNaN(e.dashLength)||(D=e.dashLength),isNaN(e.lineThickness)||(t=e.lineThickness),!0=…
9t),m.push(y),d.setCN(f,y,a.bcn+"tick"),e&&d.setCN(f,y,"guide"),d.setCN(f,y,A,!0));b=Math.abs(b);r=…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js62 var s, u, a = i.config.menuSettings, t = Function.prototype.bind ? function(e, t) {
63 return e.bind(t);
64 } : function(e, t) {
69 var t = []; variable
71 return t;
86 for (var e, t = o(l.defaults), n = 0; e = t[n]; n++) {
95 t.unshift(i.items.pop()), t.unshift(i.items.pop())), t.unshift("Accessibility"),
103 for (var e, t = 0; e = this.modules[t]; t++) e.CreateMenu();
107 for (var e, t = [], n = 0; e = this.modules[n]; n++) a[e.option] && t.push(e.module);
108 return t.length ? i.Startup.loadArray(t) : null;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php72 $t = true; // bar
74 $t = false; // space
82 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];

1...<<21222324252627282930>>...83