Home
last modified time | relevance | path

Searched refs:contentHash (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games/
H A DSnapshotDataResource.php20 public $contentHash; variable in Google_Service_Games_SnapshotDataResource
25 public function setContentHash($contentHash) argument
27 $this->contentHash = $contentHash;
31 return $this->contentHash;
H A DSnapshotCoverImageResource.php20 public $contentHash; variable in Google_Service_Games_SnapshotCoverImageResource
27 public function setContentHash($contentHash) argument
29 $this->contentHash = $contentHash;
33 return $this->contentHash;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudSearch/
H A DPushItem.php20 public $contentHash; variable in Google_Service_CloudSearch_PushItem
29 public function setContentHash($contentHash) argument
31 $this->contentHash = $contentHash;
35 return $this->contentHash;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/
H A DPushItem.php20 public $contentHash; variable in Google_Service_CloudSearch_PushItem
29 public function setContentHash($contentHash) argument
31 $this->contentHash = $contentHash;
35 return $this->contentHash;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/
H A DContaineranalysisResource.php28 public function setContentHash(Google_Service_ContainerAnalysis_Hash $contentHash) argument
30 $this->contentHash = $contentHash;
37 return $this->contentHash;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis/
H A DContaineranalysisResource.php28 public function setContentHash(Google_Service_ContainerAnalysis_Hash $contentHash) argument
30 $this->contentHash = $contentHash;
37 return $this->contentHash;
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dfile-transfer-channel-creation-properties.cpp75 QString contentHash; member
175 FileHashType contentHashType, const QString &contentHash) in setContentHash() argument
184 mPriv->contentHash = contentHash; in setContentHash()
330 QString FileTransferChannelCreationProperties::contentHash() const in contentHash() function in Tp::FileTransferChannelCreationProperties
336 return mPriv->contentHash; in contentHash()
457 contentHash()); in createRequest()
H A Dfile-transfer-channel-creation-properties.h61 FileHashType contentHashType, const QString &contentHash);
76 QString contentHash() const;
H A Dfile-transfer-channel.cpp60 QString contentHash; member
135 contentHash = qdbus_cast<QString>(props[QLatin1String("ContentHash")]); in extractProperties()
381 QString FileTransferChannel::contentHash() const in contentHash() function in Tp::FileTransferChannel
392 return mPriv->contentHash; in contentHash()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/
H A Dfile-transfer-channel-creation-properties.cpp28 QVERIFY(ftprops.contentHash().isEmpty()); in testFileTransferCreationPropertiesDefaultConstructor()
33 QVERIFY(ftprops.contentHash().isEmpty()); in testFileTransferCreationPropertiesDefaultConstructor()
68 QVERIFY(ftprops.contentHash().isEmpty()); in testFileTransferCreationPropertiesDefaultByMandatoryProperties()
73 QCOMPARE(ftprops.contentHash(), QLatin1String("ffffffffffffffff")); in testFileTransferCreationPropertiesDefaultByMandatoryProperties()
113 QVERIFY(ftprops.contentHash().isEmpty()); in testFileTransferCreationPropertiesDefaultByPath()
134 QVERIFY(ftprops.contentHash().isEmpty()); in testFileTransferCreationPropertiesDefaultByPathFail()
/dports/misc/py-toil/toil-5.4.0/src/toil/
H A Dresource.py77 contentHash = hashlib.md5()
82 contentHash.update(userScript)
87 contentHash=contentHash.hexdigest())
93 contentHash=self.contentHash)
160 tempDirPath = mkdtemp(dir=os.path.dirname(dirPath), prefix=self.contentHash + "-")
189 return os.path.join(rootDirPath, self.contentHash)
240 contentHash = hashlib.md5(buf)
241 assert contentHash.hexdigest() == self.contentHash
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/edgegrid/
H A Dsigner.go157 contentHash string
177 contentHash = createHash(preparedBody)
179 EdgegridLog.Debugf("Content hash is '%s'", contentHash)
180 return contentHash
/dports/net/traefik/traefik-2.6.1/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/edgegrid/
H A Dsigner.go157 contentHash string
177 contentHash = createHash(preparedBody)
179 EdgegridLog.Debugf("Content hash is '%s'", contentHash)
180 return contentHash
/dports/benchmarks/polygraph/polygraph-4.13.0/src/csm/
H A DInjectIter.cc39 theTdbPosGen.seed(GlbPermut(theBodyIter->contentHash(), rndInjTbdPos)); in start()
40 theInjGap->rndGen()->seed(GlbPermut(theBodyIter->contentHash(), rndInjOff)); in start()
H A DContentCfg.cc354 const int seed = GlbPermut(contentHash(oid), rndRepSize); in calcRawRepSize()
420 RndGen rng(GlbPermut(contentHash(oid), rndInjProb)); in shouldInject()
533 int ContentCfg::contentHash(const ObjId &oid) const { in contentHash() function in ContentCfg
542 RndGen rng(GlbPermut(contentHash(oid), rndCdbStart)); in selectCdbStart()
618 res->oidCfg(oid, contentHash(oid)); in getBodyIter()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Autopatcher/AutopatcherMySQLRepository/
H A DAutopatcherMySQLRepository.cpp27 char contentHash [HASH_LENGTH]; member
305 const char * contentHash = row [0]; in GetPatches() local
309 if (memcmp(contentHash, userHash, HASH_LENGTH)!=0) in GetPatches()
359 memcpy(temp, contentHash, HASH_LENGTH); in GetPatches()
474 memcpy (fi.contentHash, row [1], HASH_LENGTH); in UpdateApplicationFiles()
499 if (fi.createFile && memcmp(fi.contentHash, hardDriveHash, HASH_LENGTH)==0) in UpdateApplicationFiles()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/api/
H A Dstorage.go91 func (s *Storage) Modify(ctx context.Context, rootHash, path, contentHash, contentType string) (new…
100 addr, err = s.api.Modify(ctx, addr, path, contentHash, contentType)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/
H A Dcrawl.go179 contentHash key member
237 keys = append(keys, [2]key{v.contentHash, v.urlHash})
263 e.contentHash.Str(*datadirlevelsFlag), e.urlHash.Str(0),
374 e.contentHash = h
475 contentHash: hash(data),
483 …filename := filepath.Join(*outdirFlag, "data", filepath.FromSlash(e.contentHash.Str(*datadirlevels…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/
H A Dcrawl.go179 contentHash key member
237 keys = append(keys, [2]key{v.contentHash, v.urlHash})
263 e.contentHash.Str(*datadirlevelsFlag), e.urlHash.Str(0),
374 e.contentHash = h
475 contentHash: hash(data),
483 …filename := filepath.Join(*outdirFlag, "data", filepath.FromSlash(e.contentHash.Str(*datadirlevels…
/dports/astro/stellarium/stellarium-0.21.3/plugins/Scenery3d/src/
H A DShaderManager.cpp165 QByteArray contentHash = hash.result(); in findOrLoadShader() local
166 if(m_shaderContentCache.contains(contentHash)) in findOrLoadShader()
171 prog = m_shaderContentCache[contentHash]; in findOrLoadShader()
190 m_shaderContentCache[contentHash] = prog; in findOrLoadShader()
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/
H A Dedgegrid.go134 contentHash string
154 contentHash = createHash(preparedBody)
156 log.Debugf("Content hash is '%s'", contentHash)
157 return contentHash
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dqt_playlist.cpp676 const QHash<QString, QString> &contentHash) in updateCurrentPlaylistEntry() argument
712 contentHash.isEmpty() || in updateCurrentPlaylistEntry()
713 !contentHash.contains("index")) in updateCurrentPlaylistEntry()
716 index = contentHash.value("index").toUInt(&ok); in updateCurrentPlaylistEntry()
721 path = contentHash.value("path"); in updateCurrentPlaylistEntry()
722 label = contentHash.value("label"); in updateCurrentPlaylistEntry()
723 coreName = contentHash.value("core_name"); in updateCurrentPlaylistEntry()
724 corePath = contentHash.value("core_path"); in updateCurrentPlaylistEntry()
725 dbName = contentHash.value("db_name"); in updateCurrentPlaylistEntry()
726 crc32 = contentHash.value("crc32"); in updateCurrentPlaylistEntry()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Package/
H A DLocker.php38 private $contentHash; variable in Composer\\Package\\Locker
59 $this->contentHash = self::getContentHash($composerFileContents);
131 return $this->contentHash === $lock['content-hash'];
/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/
H A Dui_qt.cpp2710 QHash<QString, QString> contentHash; in getSelectedCore() local
2726 if (contentHash.isEmpty() || contentHash["core_path"].isEmpty()) in getSelectedCore()
2737 if (contentHash.isEmpty()) in getSelectedCore()
2741 contentHash["db_name"] : contentHash["pl_name"]; in getSelectedCore()
2796 if (contentHash.contains("path")) in loadContent()
2856 contentHash["db_name"] : contentHash["pl_name"]; in loadContent()
2931 QHash<QString, QString> contentHash; in onRunClicked() local
2936 contentHash = getFileContentHash( in onRunClicked()
2940 contentHash = getCurrentContentHash(); in onRunClicked()
2944 if (contentHash.isEmpty()) in onRunClicked()
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/web/src/js/components/ContentView/
H A DContentLoader.jsx33 nextProps.message.contentHash !== this.props.message.contentHash ||

1234