Home
last modified time | relevance | path

Searched refs:verify (Results 126 – 133 of 133) sorted by path

123456

/plugin/securelogin/
H A DREADME.md53 …- Click the "Test" button to verify your setup. If all is working, a bubble will appear containing…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt28312 …r of those who are circumcised in behalf of God's truthfulness, so as to verify the promises He ma…
/plugin/tuxquote/
H A Dquotes.txt650 …ng about anything, and that all the pains that I have so humbly taken to verify my notions have on…
2581 …eth than men; although he was twice married, it never occurred to him to verify this statement by …
/plugin/twofactor/action/
H A Dlogin.php66 if ($this->verify(
215 protected function verify($code, $providerID, $sticky)
208 protected function verify($code, $providerID, $sticky) global() function in action_plugin_twofactor_login
/plugin/vbsso/
H A DREADME.md74 6. Back to DokuWiki vBSSO Settings page and verify that API Connections fields are filled out.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38297 var verify = require('./verify');
38372 return verify(sig, hash, key, this._signType, this._tag);
38572 function verify(sig, hash, key, signType, tag) {
38625 return curve.verify(hash, sig, pubkey);
38649 module.exports = verify;
47694 EC.prototype.verify = function verify(msg, signature, key, enc) {
47871 KeyPair.prototype.verify = function verify(msg, signature) {
47872 return this.ec.verify(msg, signature, this);
48118 EDDSA.prototype.verify = function verify(message, sig, pub) {
48261 KeyPair.prototype.verify = function verify(message, sig) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5224 "application/vnd.ms-excel.Timeline+xml": "TODO", /* verify */
5225 "application/vnd.ms-excel.TimelineCache+xml": "TODO", /* verify */
6282 rval.FMTID = [FMTID0, FMTID1]; // TODO: verify FMTID0/1
7257 /* [MS-XLS] 2.4.106 TODO: verify filename encoding */
8817 // TODO: R9 appears to encode control codes this way -- verify against other versions
8855 /* TODO: verify no collisions */
9013 } else if(opts.works) { // TODO: verify with more complex works3-4 examples
22075 // TODO: verify interplay with grouping et al
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …nvalid[id] = mode;\n\t}\n\n\t/**\n\t * @desc: check mandatory fields and verify values of cells, i…

123456