Home
last modified time | relevance | path

Searched refs:Mo (Results 1 – 25 of 40) sorted by relevance

12

/plugin/statdisplay/pchart/
H A DConversionHelpers.php54 $Mo = floor ( ($Value - $Go * 1000000000) / 1000000 );
55 $Ko = floor ( ($Value - $Go * 1000000000 - $Mo * 1000000) / 1000 );
56 $o = floor ( $Value - $Go * 1000000000 - $Mo * 1000000 - $Ko * 1000 );
59 return ($Go . "." . $Mo . "g");
61 if ($Mo != 0) {
62 return ($Mo . "." . $Ko . "m");
75 $Mo = floor ( ($Value - $Go * 1000000000) / 1000000 );
76 $Ko = floor ( ($Value - $Go * 1000000000 - $Mo * 1000000) / 1000 );
77 $o = floor ( $Value - $Go * 1000000000 - $Mo * 1000000 - $Ko * 1000 );
90 if ($Mo != 0) {
[all …]
/plugin/statistics/inc/pchart/
H A DConversionHelpers.php54 $Mo = floor(($Value - $Go * 1000000000) / 1000000);
55 $Ko = floor(($Value - $Go * 1000000000 - $Mo * 1000000) / 1000);
56 $o = floor($Value - $Go * 1000000000 - $Mo * 1000000 - $Ko * 1000);
59 return ($Go.".".$Mo."g");
61 if($Mo != 0) {
62 return ($Mo.".".$Ko."m");
78 $Mo = floor(($Value - $Go * 1000000000) / 1000000);
79 $Ko = floor(($Value - $Go * 1000000000 - $Mo * 1000000) / 1000);
80 $o = floor($Value - $Go * 1000000000 - $Mo * 1000000 - $Ko * 1000);
93 if($Mo !
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/vi/
H A Dvi.txt28 Tất cả mọi người sinh ra đều được tự do và bình đẳng về nhân phẩm và quyền. Mọi con người đều được tạo hoá ban cho lý trí và lương tâm và cần phải đối xử với nhau trong tình bằng hữu.
31 Mọi người đều được hưởng tất cả những quyền và tự do nêu trong Bản tuyên ngôn này, không phân biệt chủng tộc, màu da, giới tính, ngôn ngữ, tôn giáo, quan điểm chính trị hay các quan điểm khác, nguồn gốc quốc gia hay xã hội, tài sản, thành phần xuất thân hay địa vị xã hội.
36 Mọi người đều có quyền sống, tự do và an toàn cá nhân.
45 Mọi người đều có quyền được thừa nhận tư cách là con người trước pháp luật ở khắp mọi nơi.
51 Mọi người đều có quyền được các toà án quốc gia có thẩm quyền bênh vực theo pháp luật trước những hành vi vi phạm các quyền cơ bản do hiến pháp hay luật pháp quy định.
57 Mọi người, với tư cách bình đẳng về mọi phương diện, đều có quyền được một toà án độc lập và vô tư phân xử công bằng và công khai để xác định quyền, nghĩa vụ hoặc bất cứ một lời buộc tội nào đối với người đó.
60 1. Mọi người, nếu bị quy tội hình sự, đều có quyền được coi là vô tội cho đến khi một toà án công khai, nơi người đó đã có được tất cả những đảm bảo cần thiết để bào chữa cho mình, chứng minh được tội trạng của người đó dựa trên cơ sở luật pháp.
65 Không ai bị can thiệp một cách độc đoán đối với cuộc sống riêng tư, gia đình, nơi ở hay thư tín của cá nhân người đó cũng như không bị xâm phạm tới danh dự và uy tín. Mọi người đều được pháp luật bảo vệ chống lại những hành vi can thiệp hoặc xâm phạm như vậy.
68 1. Mọi người đều có quyền tự do đi lại và cư trú trong phạm vi lãnh thổ của mỗi quốc gia.
70 2. Mọ
[all...]
/plugin/fedauth/lang/pl/
H A Dadmproviders.txt4 Możesz również ustawić kolejność wyświetlania przycisków dostawców oraz wybrać, które przyciski będ…
17 Możesz dodać własnego dostawcę autoryzacji i skonfigurować dla niego ustawienia.
/plugin/loglog/lang/hr/
H A Dintro.txt3 Ovdje su prikazane sve prijave i odjave korisnika u zadnjih 7 dana. Možete koristiti tipke za navig…
/plugin/smtp/lang/pl/
H A Dintro.txt3 Ta strona umożliwia wysyłanie testowej wiadomości e-mail w DokuWiki. Możesz go użyć do sprawdzenia,…
/plugin/feedback/lang/pl/
H A Dintro.txt5 Przydzielone adresy e-mail są automatycznie używane w pod-katalogach. Możesz podać wiele adresów od…
/plugin/projects/pchart/pchart/
H A Dpchart.php3432 $Mo = floor(($Value - $Go*1000000000)/1000000);
3433 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3434 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3436 if ($Go != 0) { return($Go.".".$Mo."g"); }
3437 if ($Mo != 0) { return($Mo.".".$ko."m"); }
3446 $Mo = floor(($Value - $Go*1000000000)/1000000);
3447 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3448 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3455 if ( $Mo != 0 ) { $ResultString = $Mo.".".$ResultString; }
/plugin/charter/lib/pchart/
H A DpChart.class.php3457 $Mo = floor(($Value - $Go*1000000000)/1000000);
3458 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3459 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3461 if ($Go != 0) { return($Go.".".$Mo."g"); }
3462 if ($Mo != 0) { return($Mo.".".$ko."m"); }
3471 $Mo = floor(($Value - $Go*1000000000)/1000000);
3472 $Ko = floor(($Value - $Go*1000000000 - $Mo*1000000)/1000);
3473 $o = floor($Value - $Go*1000000000 - $Mo*1000000 - $Ko*1000);
3480 if ( $Mo != 0 ) { $ResultString = $Mo.".".$ResultString; }
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js16Mo(e)}function Oo(e){return Mo(e)||!1===e||function(e){return!0===e}(e)||Do(e)}function So(e){retu… function
H A Ddmn-navigated-viewer.production.min.js16Mo(e,t){return t.get(e,!1)}function jo(e){e.preventDefault(),"function"==typeof e.stopPropagation?… function
H A Ddmn-modeler.production.min.js7Mo(e,t,n,i,r,o){ti.call(this,t);var a=Ro.next(),s=i.computeStyle,u={},c=e&&e.defaultFillColor||"wh… class
/plugin/pdfjs/pdfjs/web/locale/oc/
H A Dviewer.properties84 document_properties_mb={{size_mb}} Mo ({{size_b}} octets)
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_de.js.map1 …\", \" Donnerstag\", \"Freitag\", \"Samstag\"],\n\t\tday_short: [\"So\", \"Mo\", \"Di\", \"Mi\", \…
/plugin/diagramsnet/lib/resources/
H A Ddia_cs.txt273 exportOptionsDisabled=Možnost exportu je vypnutá
476 mermaid=Mořská pana
548 options=Možnosti
1001 …agramu „{1}“ se nezdařil. Nedaří se najít jeho nový identifikátor stránky. Možná odkazuje na strán…
1015 …gramu „{1}“ se nezdařila. Nedaří se najít identifikátor jeho nové stránky. Možná odkazuje na strán…
/plugin/pdfjs/pdfjs/web/locale/gn/
H A Dviewer.properties64 cursor_text_select_tool_label=Moñe'ẽrã jeporavo rembipuru
/plugin/pdfjs/pdfjs/web/locale/fr/
H A Dviewer.properties92 document_properties_mb={{size_mb}} Mo ({{size_b}} octets)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/bi/
H A Dbi.txt2 Deklereisen Blong Raet Blong Evri Man Mo Woman Raon Wol
/plugin/subjectindex/plugins/
H A Dbible_verses.txt495 In time the firstborn became mother to a son and called his name Mo'ab. He is the father of Mo'ab, …
4379 And Mo'ab became very frightened at the people, because they were many; and Mo'ab began to feel a s…
6229 A'mam and She'ma and Mo·la'dah,
6320 and Miz'peh and Che·phi'rah and Mo'zah,
10893 Then he struck Mo'ab down, and the Mo'ab·ites came to be David's servants bearing tribute.
12615 and in Jesh'u·a and in Mo·la'dah and in Beth-pel'et
17962 …inst Mo'ab: Because in the night it has been despoiled, Ar of Mo'ab itself has been silenced. Beca…
17977 Therefore Mo'ab will howl for Mo'ab; even all of it will howl. For the raisin cakes of Kir-har'e·se…
19556 E'dom and Mo'ab and the sons of Am'mon;
20101 Mo'ab has been put to shame, for she has been struck with terror. Howl and cry out. Tell in Ar'non,…
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js88 …{var t=Ve(n),t=typeof t=="function"?t:T;return mr(i(n,hu),T,t)}),Do=fr(He),Mo=fr(function(n){var t…
109 …,ot)},An.zipObjectDeep=function(n,t){return Ar(n||[],t||[],lr)},An.zipWith=Mo,An.entries=zf,An.ent…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js27Mo(e){return Do(e,0)}function Bo(e){var t=To(e)||e;return!!Mo(e)&&(/mac/i.test(navigator.platform)… function
194Mo(e)){var t=e.originalEvent,n=e.element;if(n.waypoints)return o(t,n)}})),e.on("selection.changed"…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3 …ly(this,arguments);return n?Math.sqrt(n):n};var Mo=u(e);ao.bisectLeft=Mo.left,ao.bisect=ao.bisectR…
/plugin/mermaid/
H A Dmermaid.min.js1325 `)}return e&&(e.stack||n(t[Cat]))}function Vyt(t){qm();var e;switch(e=t.Pc(),e.length){case 0:return iut;case 1:return new gnt(zr(e[0]));default:return new Knt(Icn(e))}}function e global() function
[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe39795 Mo ore
/plugin/c3chart/assets/
H A Dd3.min.js2Mo,j:To,L:No,m:So,M:Eo,p:function(t){return a[+(t.getUTCHours()>=12)]},Q:Fo,s:Io,S:Ao,u:Co,U:zo,V:… function

12