Home
last modified time | relevance | path

Searched refs:SHA256 (Results 1 – 8 of 8) sorted by relevance

/plugin/securelogin/
H A DTODO9 ## Add SHA256 verification codes.
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt129 - Add support for RSA-SHA256
H A Dxmlseclibs.php523 const SHA256 = 'http://www.w3.org/2001/04/xmlenc#sha256'; define in XMLSecurityDSig
704 case XMLSecurityDSig::SHA256:
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
H A Dcacert.pem17 ## SHA256: fffa309937c3be940649293f749b8207fabc6eb224e50e4bb3f2c5e44e0d6a6b
/plugin/xtern/ca/
H A Dcacert.pem17 ## SHA256: 18372117493b5b7ec006c31d966143fc95a9464a2b5f8d5188e23c5557b2292d
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js49666 var SHA256 = require('./256');
49670 SHA256.call(this);
49674 utils.inherits(SHA224, SHA256);
49709 function SHA256() {
49710 if (!(this instanceof SHA256)) return new SHA256();
49717 utils.inherits(SHA256, BlockHash);
49718 module.exports = SHA256;
49719 SHA256.blockSize = 512;
49720 SHA256.outSize = 256;
49721 SHA256.hmacStrength = 192;
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dokuprism/prism/
H A Dprism.js162 Prism.languages.sparql=Prism.languages.extend("turtle",{boolean:/\b(?:false|true)\b/i,variable:{pattern:/[?$]\w+/,greedy:!0}}),Prism.languages.insertBefore("sparql","punctuation",{keyword:[/\b(?:A|ADD|ALL|AS|ASC|ASK|BNODE|BY|CLEAR|CONSTRUCT|COPY|CREATE|DATA|DEFAULT|DELETE|DESC|DESCRIBE|DISTINCT|DROP|EXISTS|FILTER|FROM|GROUP|HAVING|INSERT|INTO|LIMIT|LOAD|MINUS|MOVE|NAMED|NOT|NOW|OFFSET|OPTIONAL|ORDER|RAND|REDUCED|SELECT|SEPARATOR|SERVICE|SILENT|STRUUID|UNION|USING|UUID|VALUES|WHERE)\b/i,/\b(?:ABS|AVG|BIND|BOUND|CEIL|COALESCE|CONCAT|CONTAINS|COUNT|DATATYPE|DAY|ENCODE_FOR_URI|FLOOR|GROUP_CONCAT|HOURS|IF|IRI|isBLANK|isIRI|isLITERAL|isNUMERIC|isURI|LANG|LANGMATCHES|LCASE|MAX|MD5|MIN|MINUTES|MONTH|REGEX|REPLACE|ROUND|sameTerm|SAMPLE|SECONDS|SHA1|SHA256|SHA384|SHA512|STR|STRAFTER|STRBEFORE|STRDT|STRENDS|STRLANG|STRLEN|STRSTARTS|SUBSTR|SUM|TIMEZONE|TZ|UCASE|URI|YEAR)\b(?=\s*\()/i,/\b(?:BASE|GRAPH|PREFIX)\b/i]}),Prism.languages.rq=Prism.languages.sparql;