Home
last modified time | relevance | path

Searched refs:FindNearest (Results 1 – 25 of 75) sorted by relevance

123

/dports/sysutils/py-plumbum/plumbum-1.7.1/tests/
H A Dtest_color.py6 from plumbum.colorlib.names import FindNearest, color_html
12 assert FindNearest(0, 0, 0).all_fast() == 0
17 assert FindNearest(*rgb).all_fast() == n
20 assert FindNearest(1, 2, 2).all_fast() == 0
21 assert FindNearest(7, 7, 9).all_fast() == 232
24 assert FindNearest(1, 2, 4).only_basic() == 0
25 assert FindNearest(0, 255, 0).only_basic() == 2
26 assert FindNearest(100, 100, 0).only_basic() == 3
27 assert FindNearest(140, 140, 140).only_basic() == 7
89 near = FindNearest(r, g, b)
/dports/net-p2p/bitcoin/bitcoin-22.0/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/crc32c/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/devel/crc32c/crc32c-1.1.2/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crc32c/src/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crc32c/src/
H A D.ycm_extra_conf.py73 def FindNearest(target, path, build_root): function
103 return FindNearest(target, parent, build_root)
118 clang_complete_path = FindNearest('.clang_complete', file_path, build_root)
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dobject_manager.h285 CObject* FindNearest(CObject* pThis,
289 CObject* FindNearest(CObject* pThis,
293 CObject* FindNearest(CObject* pThis,
298 CObject* FindNearest(CObject* pThis,
H A Dobject_manager.cpp447 CObject* CObjectManager::FindNearest(CObject* pThis, ObjectType type, float maxDist, bool cbotType… in FindNearest() function in CObjectManager
452 CObject* CObjectManager::FindNearest(CObject* pThis, std::vector<ObjectType> type, float maxDist, … in FindNearest() function in CObjectManager
457 CObject* CObjectManager::FindNearest(CObject* pThis, Math::Vector thisPosition, ObjectType type, f… in FindNearest() function in CObjectManager
462 CObject* CObjectManager::FindNearest(CObject* pThis, Math::Vector thisPosition, std::vector<Object… in FindNearest() function in CObjectManager
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskdeletemark.cpp80 CObject* obj = CObjectManager::GetInstancePointer()->FindNearest(m_object, { in DeleteMark()
H A Dtaskinfo.cpp152 CObjectManager::GetInstancePointer()->FindNearest(m_object, OBJECT_INFO, power/g_unit)); in FindExchangePost()
H A Dtaskflag.cpp209 return CObjectManager::GetInstancePointer()->FindNearest(nullptr, pos, types); in SearchNearest()
H A Dtasksearch.cpp301 CObject* obj = CObjectManager::GetInstancePointer()->FindNearest(nullptr, type); in DeleteMark()
H A Dtaskrecover.cpp379 …return CObjectManager::GetInstancePointer()->FindNearest(nullptr, m_recoverPos, {OBJECT_RUINmobile… in SearchRuin()
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/colorlib/
H A Dstyles.py21 FindNearest,
185 number = FindNearest(*self.rgb).only_basic()
187 number = FindNearest(*self.rgb).only_simple()
189 number = FindNearest(*self.rgb).all_fast()
H A Dnames.py350 class FindNearest(object): class
/dports/games/freesweep/freesweep-1.0.2/
H A Dplay.c347 FindNearest(Game); in GetInput()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Option/
H A DOptionParsingTest.cpp273 TEST(Option, FindNearest) { in TEST() argument
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Option/
H A DOptionParsingTest.cpp273 TEST(Option, FindNearest) { in TEST() argument
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Option/
H A DOptionParsingTest.cpp273 TEST(Option, FindNearest) { in TEST() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Option/
H A DOptionParsingTest.cpp273 TEST(Option, FindNearest) { in TEST() argument

123