Home
last modified time | relevance | path

Searched refs:ba (Results 76 – 100 of 112) sorted by last modified time

12345

/plugin/pdfjs/pdfjs/web/locale/az/
H A Dviewer.properties77 spread_odd.title=Yan-yana birləşdirilmiş səhifələri tək nömrəli səhifələrdən başlat
79 spread_even.title=Yan-yana birləşdirilmiş səhifələri cüt nömrəli səhifələrdən başlat
140 toggle_sidebar_notification.title=Yan paneli çevir (sənəddə icmal/bağlama var)
/plugin/pdfjs/pdfjs/web/locale/oc/
H A Dviewer.properties152 find_previous.title=Tròba l'ocurréncia precedenta de la frasa
154 find_next.title=Tròba l'ocurréncia venenta de la frasa
/plugin/pdfjs/pdfjs/web/locale/crh/
H A Dviewer.properties77 spread_odd.title=Saife yaymalarını tek-sayılı saifeler ile başlayaraq qoş
79 spread_even.title=Saife yaymalarını çift-sayılı saifeler ile başlayaraq qoş
/plugin/pdfjs/pdfjs/web/locale/hto/
H A Dviewer.properties125 text_annotation_type.alt=[{{type}} baítade]
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties29 zoom_out_label=Zuum ba abɔnten
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties105 document_properties_page_count=Ličba stronow:
/plugin/datatables/assets/datatables.net/js/
H A Djquery.dataTables.min.js13 d.sSortableNone,b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sS global() function
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/securelogin/
H A Drsalib.js808 function rng_get_bytes(ba) { argument
810 for (i = 0; i < ba.length; ++i)
811 ba[i] = rng_get_byte();
848 var ba = new Array();
851 ba[--n] = s.charCodeAt(i--);
852 ba[--n] = 0;
859 ba[--n] = x[0];
861 ba[--n] = 2;
862 ba[--n] = 0;
863 return new BigInteger(ba);
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_tr.js.map1 …ağlantı\",\n\t\tconfirm_link_deleting: \"silinecek\",\n\t\tlink_start: \" (başlangıç)\",\n\t\tlink…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …"}.mdi-vector-difference-ab::before{content:"\F55B"}.mdi-vector-difference-ba::before{content:"\F5…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css38 color: #1883ba;
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js2ba(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2)… function
7 …Node&&a.parentNode.removeChild(a)};function I(a,b,c,d,f,e,g){this.O=a;this.ba=b;this.a=c;this.g=d;…
9 …&&N(a,b,c)&&(null===a.T||a.T.hasOwnProperty(a.g.getName()))?O(a,a.O):O(a,a.ba):ha(a):O(a,a.O)}func…
/plugin/sphinxsearch-was/
H A Dsphinx.conf22ba, U+c0..U+d6->U+e0..U+f6, U+d8..U+de->U+f8..U+fe, U+df..U+f6, U+f8..U+ff, U+100..U+12f/2, U…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBankAccountTest.php17 protected $ba; variable in BankAccountTest
21 $this->ba = new BankAccount;
32 $ba = new BankAccount;
35 $balance = $ba->getBalance();
49 $this->ba->withdrawMoney(1);
51 $this->assertEquals(0, $this->ba->getBalance());
67 $this->ba->depositMoney(-1);
69 $this->assertEquals(0, $this->ba->getBalance());
H A DBankAccountTest.test.php17 protected $ba; variable in BankAccountWithCustomExtensionTest
21 $this->ba = new BankAccount;
31 $this->assertEquals(0, $this->ba->getBalance());
42 $this->ba->withdrawMoney(1);
44 $this->assertEquals(0, $this->ba->getBalance());
60 $this->ba->depositMoney(-1);
62 $this->assertEquals(0, $this->ba->getBalance());
H A DBankAccountTest2.php15 private $ba; variable in BankAccountTest
19 $this->ba = new BankAccount;
24 $ba = new BankAccount;
26 $balance = $ba->getBalance();
34 $this->ba->withdrawMoney(1);
36 $this->assertEquals(0, $this->ba->getBalance());
47 $this->ba->depositMoney(-1);
49 $this->assertEquals(0, $this->ba->getBalance());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=ba.t:this.s=ba.t},reset:function(){this.s=this.t… variable
H A Djquery.min.js2ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufff…
3ba=["Top","Right","Bottom","Left"],ca=function(a,b){return a=b||a,"none"===a.style.display||""===a…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A DBankAccountTest.php6 protected $ba; variable in BankAccountTest
10 $this->ba = new BankAccount;
18 $this->assertEquals(0, $this->ba->getBalance());
27 $this->ba->withdrawMoney(1);
29 $this->assertEquals(0, $this->ba->getBalance());
43 $this->ba->depositMoney(-1);
60 $this->assertEquals(0, $this->ba->getBalance());
61 $this->ba->depositMoney(1);
62 $this->assertEquals(1, $this->ba->getBalance());
63 $this->ba->withdrawMoney(1);
[all …]
/plugin/orgapp/
H A DOrgApplet.jarMETA-INF/MANIFEST.MF OrganigramApplet.class <Unknown> package public OrganigramApplet extends javax. ...
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js374 …for(m(G,R);p<G.length;p++){t=G[p];if(M=t.isLineBreak){M=R;W=I;var X=void 0,ba=void 0;t.hasBlockSib…
375 (ba=X.getPosition(W),ba==CKEDITOR.POSITION_IDENTICAL||ba==CKEDITOR.POSITION_CONTAINS?M=0:(W=M.split…
376 …ame();aa=!p;M=p==G.length-1;W=e(t.node,W);for(var X=[],ba=W.length,da=0,ia=void 0,ja=0,ea=-1;da<ba
974 …ion(),e={},g={},h={},k={},l=ba.length;l--;)e[ba[l]]=parseInt(b.getComputedStyle.call(b,"border-"+b…
975 ba[l]),10)||0,g[ba[l]]=parseInt(b.getComputedStyle.call(b,"margin-"+ba[l]),10)||0;c&&!d||A(a,d);k.t…
988 !1:w(c,e)&&w(c,f)&&a(c,e,f)?!0:!1}return e?d:null}}(),ba=["top","left","right","bottom"]}(),CKEDITO…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1735 var o = ba.next(l);
7962 var ba = buf_array();
7965 write_record(ba, "BrtBeginSheet");
8004 write_record(ba, "BrtEndSheet");
8005 return ba.end();
8400 var ba = buf_array();
8401 write_record(ba, "BrtBeginBook");
8407 write_BOOKVIEWS(ba, wb, opts);
8408 write_BUNDLESHS(ba, wb, opts);
8423 write_record(ba, "BrtEndBook");
[all …]
H A Dxlsx.min.js3ba,type,payload,length){var t=evert_RE[type],l;if(!length)length=XLSBRecordEnum[t].p||(payload||[]… argument
H A Dxlsx.min.map1 …_endbuf","next","ba_next","end","ba_end","ba_push","_bufs","write_record","ba","payload","evert_RE…

12345