Home
last modified time | relevance | path

Searched refs:localIdentifier (Results 1 – 25 of 47) sorted by relevance

12

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ramsey/uuid/src/Generator/
H A DDceSecurityGenerator.php82 ?IntegerObject $localIdentifier = null, argument
92 if ($localIdentifier && $localIdentifier->isNegative()) {
106 if ($localIdentifier === null) {
114 if ($localIdentifier === null) {
115 $localIdentifier = $this->dceSecurityProvider->getUid();
121 if ($localIdentifier === null) {
122 $localIdentifier = $this->dceSecurityProvider->getGid();
128 $identifierHex = $this->numberConverter->toHex($localIdentifier->toString());
H A DDceSecurityGeneratorInterface.php35 * @param IntegerObject|null $localIdentifier The local identifier for the
49 ?IntegerObject $localIdentifier = null, argument
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/ramsey/uuid/src/Generator/
H A DDceSecurityGenerator.php82 ?IntegerObject $localIdentifier = null, argument
92 if ($localIdentifier && $localIdentifier->isNegative()) {
106 if ($localIdentifier === null) {
114 if ($localIdentifier === null) {
115 $localIdentifier = $this->dceSecurityProvider->getUid();
121 if ($localIdentifier === null) {
122 $localIdentifier = $this->dceSecurityProvider->getGid();
128 $identifierHex = $this->numberConverter->toHex($localIdentifier->toString());
H A DDceSecurityGeneratorInterface.php35 * @param IntegerObject|null $localIdentifier The local identifier for the
49 ?IntegerObject $localIdentifier = null, argument
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/ramsey/uuid/src/Generator/
H A DDceSecurityGenerator.php82 ?IntegerObject $localIdentifier = null, argument
92 if ($localIdentifier && $localIdentifier->isNegative()) {
106 if ($localIdentifier === null) {
114 if ($localIdentifier === null) {
115 $localIdentifier = $this->dceSecurityProvider->getUid();
121 if ($localIdentifier === null) {
122 $localIdentifier = $this->dceSecurityProvider->getGid();
128 $identifierHex = $this->numberConverter->toHex($localIdentifier->toString());
H A DDceSecurityGeneratorInterface.php35 * @param IntegerObject|null $localIdentifier The local identifier for the
49 ?IntegerObject $localIdentifier = null, argument
/dports/www/nextcloud/nextcloud/3rdparty/ramsey/uuid/src/Generator/
H A DDceSecurityGenerator.php82 ?IntegerObject $localIdentifier = null, argument
92 if ($localIdentifier && $localIdentifier->isNegative()) {
106 if ($localIdentifier === null) {
114 if ($localIdentifier === null) {
115 $localIdentifier = $this->dceSecurityProvider->getUid();
121 if ($localIdentifier === null) {
122 $localIdentifier = $this->dceSecurityProvider->getGid();
128 $identifierHex = $this->numberConverter->toHex($localIdentifier->toString());
H A DDceSecurityGeneratorInterface.php35 * @param IntegerObject|null $localIdentifier The local identifier for the
49 ?IntegerObject $localIdentifier = null, argument
/dports/net-im/libsignal-client/libsignal-client-0.9.6/java/java/src/main/java/org/whispersystems/libsignal/fingerprint/
H A DFingerprintIdentifierMismatchException.java10 private final String localIdentifier; field in FingerprintIdentifierMismatchException
15 public FingerprintIdentifierMismatchException(String localIdentifier, String remoteIdentifier, in FingerprintIdentifierMismatchException() argument
18 this.localIdentifier = localIdentifier; in FingerprintIdentifierMismatchException()
37 return localIdentifier; in getLocalIdentifier()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ramsey/uuid/src/
H A Dfunctions.php45 * @param IntegerObject|null $localIdentifier The local identifier for the
59 ?IntegerObject $localIdentifier = null, argument
63 return Uuid::uuid2($localDomain, $localIdentifier, $node, $clockSeq)->toString();
H A DUuidFactoryInterface.php57 * @param IntegerObject|null $localIdentifier The local identifier for the
72 ?IntegerObject $localIdentifier = null, argument
H A DUuid.php538 * @param IntegerObject|null $localIdentifier The local identifier for the
554 ?IntegerObject $localIdentifier = null, argument
558 return self::getFactory()->uuid2($localDomain, $localIdentifier, $node, $clockSeq);
/dports/www/nextcloud/nextcloud/3rdparty/ramsey/uuid/src/
H A Dfunctions.php45 * @param IntegerObject|null $localIdentifier The local identifier for the
59 ?IntegerObject $localIdentifier = null, argument
63 return Uuid::uuid2($localDomain, $localIdentifier, $node, $clockSeq)->toString();
H A DUuidFactoryInterface.php57 * @param IntegerObject|null $localIdentifier The local identifier for the
72 ?IntegerObject $localIdentifier = null, argument
H A DUuid.php538 * @param IntegerObject|null $localIdentifier The local identifier for the
554 ?IntegerObject $localIdentifier = null, argument
558 return self::getFactory()->uuid2($localDomain, $localIdentifier, $node, $clockSeq);
/dports/net-im/libsignal-client/libsignal-client-0.9.6/swift/Tests/SignalClientTests/
H A DPublicAPITests.swift148 localIdentifier: aliceStableId, in testFingerprint()
154 localIdentifier: bobStableId, in testFingerprint()
168 localIdentifier: aliceStableId, in testFingerprint()
174 localIdentifier: bobStableId, in testFingerprint()
190 localIdentifier: aliceStableId, in testFingerprint()
196 localIdentifier: bobStableId, in testFingerprint()
214 localIdentifier: aliceStableId, in testFingerprint()
220 localIdentifier: bobStableId, in testFingerprint()
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/ramsey/uuid/src/
H A Dfunctions.php45 * @param IntegerObject|null $localIdentifier The local identifier for the
59 ?IntegerObject $localIdentifier = null, argument
63 return Uuid::uuid2($localDomain, $localIdentifier, $node, $clockSeq)->toString();
H A DUuidFactoryInterface.php57 * @param IntegerObject|null $localIdentifier The local identifier for the
72 ?IntegerObject $localIdentifier = null, argument
H A DUuid.php565 * @param IntegerObject|null $localIdentifier The local identifier for the
581 ?IntegerObject $localIdentifier = null, argument
585 return self::getFactory()->uuid2($localDomain, $localIdentifier, $node, $clockSeq);
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DFaxServer.c++106 modem->setLID(localIdentifier); in setupModem()
253 if (localIdentifier == "") in readConfig()
269 const fxStr& FaxServer::getLocalIdentifier() const { return (localIdentifier); } in getLocalIdentifier()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/swift/Sources/SignalClient/
H A DFingerprint.swift50 localIdentifier: LocalBytes,
56 try localIdentifier.withUnsafeBytes { localBytes in
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DStatus.c++50 fxStr localIdentifier; // to use in place of FAXNumber member in ModemConfig
90 localIdentifier = value; in setConfigItem()
275 buf.fput(fspec, (const char*) config.localIdentifier); in Mprintf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/async_image/
H A DAsyncImageView.java200 Object localIdentifier = mIdentifier; in retrieveDrawableIfNeeded() local
202 -> setAsyncImageDrawableResponse(drawable, localIdentifier), in retrieveDrawableIfNeeded()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Dsnmp_ciscobgp.go30 localIdentifier = ".1.3.6.1.4.1.9.9.187.1.2.5.1.9.1.4"
82 localIdentifiersRaw, err := snmp_ip_tree(host, community, localIdentifier)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/source/local/
H A Dlocal.go53 localIdentifier, ok := id.(*source.LocalIdentifier)
59 src: *localIdentifier,

12