Home
last modified time | relevance | path

Searched refs:inv (Results 26 – 34 of 34) sorted by path

12

/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties184 invalid_file_error=Ficheru PDF inválidu o corruptu.
/plugin/pdfjs/pdfjs/web/locale/es-AR/
H A Dviewer.properties239 password_invalid=Contraseña inválida. Intente nuevamente.
/plugin/pdfjs/pdfjs/web/locale/es-CL/
H A Dviewer.properties225 invalid_file_error=Archivo PDF inválido o corrupto.
239 password_invalid=Contraseña inválida. Por favor, vuelve a intentarlo.
/plugin/pdfjs/pdfjs/web/locale/es-MX/
H A Dviewer.properties235 password_invalid=Contraseña inválida. Por favor intenta de nuevo.
/plugin/pdfjs/pdfjs/web/locale/pt-BR/
H A Dviewer.properties225 invalid_file_error=Arquivo PDF corrompido ou inválido.
239 password_invalid=Senha inválida. Tente novamente.
/plugin/pdfjs/pdfjs/web/locale/pt-PT/
H A Dviewer.properties225 invalid_file_error=Ficheiro PDF inválido ou danificado.
239 password_invalid=Palavra-passe inválida. Por favor, tente novamente.
/plugin/register/
H A Dregister.php234 $inv = abs($bit - $bitmax);
235 return ($inv * $bitdim) + floor($inv / 4) + 1;
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js323 },grep:function(elems,callback,inv){var ret=[]; argument
326 i++){if(!inv!=!callback(elems[i],i)){ret.push(elems[i]);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js32752 var inv = a._invmp(this.m);
32754 if (inv.negative !== 0) {
32755 inv.negative = 0;
32756 return this.imod(inv).redNeg();
32758 return this.imod(inv);
36455 var inv = a._invmp(this.m);
36457 if (inv.negative !== 0) {
36458 inv.negative = 0;
36459 return this.imod(inv).redNeg();
36461 return this.imod(inv);

12