Searched refs:getByName (Results 1 – 7 of 7) sorted by relevance
| /plugin/gtime/gtlib/tsp/ |
| D | GTHashAlgorithm.php | 128 public static function getByName($name) { function in GTHashAlgorithm 138 return GTHashAlgorithm::getByName('SHA256');
|
| D | GTPublicationsFile.php | 432 if ($digestAlgorithm->getAlgorithm() != GTHashAlgorithm::getByName('SHA256')->getOid()) {
|
| D | GTTimestamp.php | 231 …if ($signerInfo->getDigestAlgorithm()->getAlgorithm() != GTHashAlgorithm::getByName('SHA256')->get…
|
| /plugin/gtime/gtlib/asn1/x509/ |
| D | X509Certificate.php | 250 $hash = new GTDataHash(GTHashAlgorithm::getByName('SHA256'));
|
| /plugin/gtime/action/ |
| D | timestamp.php | 237 $dataHash = new GTDataHash(GTHashAlgorithm::getByName('DEFAULT'));
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 38127 var charStringOffset = topDict.getByName('CharStrings'); 38129 var fontMatrix = topDict.getByName('FontMatrix'); 38135 var fontBBox = topDict.getByName('FontBBox'); 38146 var fdArrayIndex = this.parseIndex(topDict.getByName('FDArray')).obj; 38156 …charset = this.parseCharsets(topDict.getByName('charset'), charStringIndex.count, cff.strings, tru… 38157 cff.fdSelect = this.parseFDSelect(topDict.getByName('FDSelect'), charStringIndex.count); 38159 …charset = this.parseCharsets(topDict.getByName('charset'), charStringIndex.count, cff.strings, fal… 38160 …encoding = this.parseEncoding(topDict.getByName('Encoding'), properties, cff.strings, charset.char… 38569 var nominalWidth = privateDictToUse.getByName('nominalWidthX'); 38572 var defaultWidth = privateDictToUse.getByName('defaultWidthX'); [all …]
|
| D | pdf.worker.js.map | 1 …getByName","removeByName","keyToNameMap","nameToKeyMap","defaults","types","opcodes","order","layo…
|