Home
last modified time | relevance | path

Searched refs:toUUID (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/hs-git-annex/git-annex-8.20210903/Types/
H A DUUID.hs33 toUUID :: a -> UUID
39 toUUID = id function
46 toUUID b
54 toUUID s = toUUID (encodeBS s) function
60 toUUID (ConfigValue v) = toUUID v function
61 toUUID NoConfigValue = NoUUID function
66 toUUID = toUUID . U.toASCIIBytes function
92 deserialize = Just . toUUID
H A DNumCopies.hs81 toUUID = _getUUID . toV function
105 M.fromListWith strongestVerifiedCopy (zip (map toUUID l) l)
108 mkVerifiedCopy mk u = mk $ V (toUUID u) (return True) (return ())
117 return $ mk $ V (toUUID u) check' invalidate
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/test/internal/
H A DUUIDUtil-test.ts2 import { toUUID, fromUUID } from '../../zkgroup/internal/UUIDUtil';
9 const actual = toUUID(array);
31 const actual = toUUID(array);
39 const actual = toUUID(array);
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DUUID.hs51 genUUID = toUUID <$> U4.nextRandom
57 genUUIDInNameSpace namespace = toUUID . U5.generateNamed namespace . s2w8
72 c <- toUUID <$> getConfig cachekey ""
92 getUncachedUUID = toUUID . Git.Config.get configkeyUUID ""
H A DTaggedPush.hs48 Just (toUUID u, fromB64Maybe info)
50 Just (toUUID u, Nothing)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/aleth-key/
H A DKeyAux.h413 cout << toUUID(u) << endl; in execute()
421 cout << "Created key " << toUUID(u) << endl; in execute()
445 cout << "Successfully imported " << input << " as " << toUUID(u); in execute()
455 cout << " UUID: " << toUUID(u) << ":" << endl; in execute()
478 … (secretStore().recode(u, lockPassword(toUUID(u)), [&](){ return getPassword("Enter passphrase for… in execute()
479 cerr << "Re-encoded " << toUUID(u) << endl; in execute()
499 cout << "Created key " << toUUID(u) << endl; in execute()
535 cout << "Imported key " << toUUID(u) << endl; in execute()
573 cout << " UUID: " << toUUID(u) << endl; in execute()
633 cout << toUUID(u) << " " << a.abridged(); in execute()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/aleth/
H A DAccountManager.cpp92 cout << "Account #" << k << ": " << toUUID(u) << " (Bare)\n"; in execute()
106 cout << "Created key " << toUUID(u) << "\n"; in execute()
131 cout << "Imported key " << toUUID(u) << "\n"; in execute()
/dports/devel/hs-git-annex/git-annex-8.20210903/Logs/
H A DLocation.hs84 loggedLocationsRef ref = map (toUUID . fromLogInfo) . getLog <$> catObject ref
89 map (toUUID . fromLogInfo) <$> getter (locationLogFile config key)
122 let u = toUUID (fromLogInfo (info l))
H A DUUIDBased.hs76 u <- toUUID <$> A8.takeWhile1 (/= ' ')
92 parseLogNew = parseMapLog (toUUID <$> A.takeByteString)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DATNSimulator.java161 public static UUID toUUID(char[] data, int offset) { in toUUID() method in ATNSimulator
162 return ATNDeserializer.toUUID(data, offset); in toUUID()
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/test/
H A DZKGroup-test.ts2 import { toUUID, fromUUID } from '../zkgroup/internal/UUIDUtil';
66 const uuid = toUUID(TEST_ARRAY_16);
114 const uuid = toUUID(TEST_ARRAY_16);
/dports/devel/hs-git-annex/git-annex-8.20210903/Logs/Export/
H A DPure.hs92 <$> (toUUID <$> A8.takeWhile1 (/= ':'))
94 <*> (toUUID <$> A8.takeWhile1 (const True))
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/groups/
H A DClientZkGroupCipher.ts17 import { UUID_LENGTH, UUIDType, fromUUID, toUUID } from '../internal/UUIDUtil';
57 return toUUID(newContents);
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/
H A Dindex.ts28 export { fromUUID, toUUID } from './zkgroup/internal/UUIDUtil';
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcore/
H A DFixedHash.cpp24 std::string toUUID(h128 const& _uuid) in toUUID() function
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/internal/
H A DUUIDUtil.ts6 export function toUUID(array: FFICompatArrayType): UUIDType { function
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DReadPresentKey.hs26 if toUUID us `elem` ls
H A DInitRemote.hs102 | isUUID s -> Just (toUUID s)
105 sameasu = toUUID . fromProposedAccepted <$> M.lookup sameasUUIDField c
H A DReinit.hs35 then return $ toUUID s
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/Branch/
H A DTransitions.hs72 case toUUID . fromProposedAccepted <$> M.lookup sameasUUIDField cm of
110 wantuuid . toUUID . Presence.fromLogInfo . Presence.info
/dports/net-im/zkgroup/zkgroup-0.7.4/ffi/node/zkgroup/profiles/
H A DProfileKey.ts11 import { UUID_LENGTH, UUIDType, fromUUID, toUUID } from '../internal/UUIDUtil';
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DATNDeserializer.h26 static Guid toUUID(const unsigned short *data, size_t offset);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNDeserializer.h26 static Guid toUUID(const unsigned short *data, size_t offset);
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DATNDeserializer.h26 static Guid toUUID(const unsigned short* data, size_t offset);
/dports/devel/hs-git-annex/git-annex-8.20210903/CmdLine/
H A DGitAnnexShell.hs85 check u | u == toUUID expected = noop
90 check (Just u) | u == toUUID expected = noop

123