Home
last modified time | relevance | path

Searched refs:sign (Results 26 – 50 of 629) sorted by path

12345678910>>...26

/plugin/amazonlight/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js377 function write_num_f1(r, aval, sign) { argument
382 function write_num_f2(r, aval, sign) { argument
412 var r, ri, ff, aval = Math.abs(val), sign = val < 0 ? "-" : "";
413 if(fmt.match(/^00+$/)) return sign + pad0r(aval,fmt.length);
418 if((r = fmt.match(frac1)) !== null) return write_num_f1(r, aval, sign);
446 o = "" + sign;
521 var r, ri, ff, aval = Math.abs(val), sign = val < 0 ? "-" : "";
522 if(fmt.match(/^00+$/)) return sign + pad0(aval,fmt.length);
527 if((r = fmt.match(frac1)) !== null) return write_num_f2(r, aval, sign);
555 o = "" + sign;
[all …]
H A Dxlsx.min.js2sign){var den=parseInt(r[4]),rr=Math.round(aval*den),base=Math.floor(rr/den);var myn=rr-base*den,m… argument
H A Dxlsx.min.map1 …riod","ee","fakee","$$","$1","$2","$3","frac1","write_num_f1","r","aval","sign","den","parseInt","…
/plugin/appendtoquery/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/approve/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/archivegenerator/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/archiveupload/
H A DCOPYING327 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/asana/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/asiansearch/
H A DCOPYING326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/attribute/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authclientcert/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authdjango/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authdrupal7/
H A DCOPYING326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authfacebook/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authg2fa/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authgoogle/
H A DREADME.md3 Google Authentication Plugin allows to sign in to DokuWiki
/plugin/authgoogle/google/auth/
H A DGoogle_Auth.php28 abstract public function sign(Google_HttpRequest $request); function in Google_Auth
H A DGoogle_AuthNone.php41 public function sign(Google_HttpRequest $request) { function in Google_AuthNone
H A DGoogle_OAuth2.php200 public function sign(Google_HttpRequest $request) { function in Google_OAuth2
H A DGoogle_P12Signer.php60 function sign($data) { function in Google_P12Signer
H A DGoogle_Signer.php29 abstract public function sign($data); function in Google_Signer
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php63 $request = Google_Client::$auth->sign($request);
H A DGoogle_HttpStreamIO.php50 $request = Google_Client::$auth->sign($request);
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php167 $httpRequest = Google_Client::$auth->sign($httpRequest);

12345678910>>...26