Home
last modified time | relevance | path

Searched defs:find (Results 301 – 325 of 21963) sorted by relevance

1...<<11121314151617181920>>...879

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_temp_map.erl104 find(Temp, Map) when Temp < tuple_size(Map) -> element(Temp+1, Map); function
105 find(_, Map) when is_tuple(Map) -> unknown. % consistency with cols2tuple/3 function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dsedit.cpp26 bool sedit(string& line, const string& find, const string& replace) in sedit()
37 const string sedit2(const string& line, const string& find, const string& replace) in sedit2()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/postage-0.4.1/src/stream/
H A Dmap.rs64 let mut find = MapStream::new(source, |i| i + 10); in map() localVariable
77 let mut find = MapStream::new(source, identity); in forward_pending() localVariable
87 let mut find = MapStream::new(source, identity); in forward_closed() localVariable
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDeepFrameBuffer.cpp185 DeepFrameBuffer::find (const char name[]) in find() function in DeepFrameBuffer
192 DeepFrameBuffer::find (const char name[]) const in find() function in DeepFrameBuffer
199 DeepFrameBuffer::find (const string &name) in find() function in DeepFrameBuffer
206 DeepFrameBuffer::find (const string &name) const in find() function in DeepFrameBuffer
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDeepFrameBuffer.cpp185 DeepFrameBuffer::find (const char name[]) in find() function in DeepFrameBuffer
192 DeepFrameBuffer::find (const char name[]) const in find() function in DeepFrameBuffer
199 DeepFrameBuffer::find (const string &name) in find() function in DeepFrameBuffer
206 DeepFrameBuffer::find (const string &name) const in find() function in DeepFrameBuffer
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDeepFrameBuffer.cpp185 DeepFrameBuffer::find (const char name[]) in find() function in DeepFrameBuffer
192 DeepFrameBuffer::find (const char name[]) const in find() function in DeepFrameBuffer
199 DeepFrameBuffer::find (const string &name) in find() function in DeepFrameBuffer
206 DeepFrameBuffer::find (const string &name) const in find() function in DeepFrameBuffer
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDeepFrameBuffer.cpp156 DeepFrameBuffer::find (const char name[]) in find() function in DeepFrameBuffer
163 DeepFrameBuffer::find (const char name[]) const in find() function in DeepFrameBuffer
170 DeepFrameBuffer::find (const string &name) in find() function in DeepFrameBuffer
177 DeepFrameBuffer::find (const string &name) const in find() function in DeepFrameBuffer
/dports/math/cvc4/CVC4-1.7/src/theory/idl/
H A Didl_assertion_db.cpp32 var_to_unsigned_map::iterator find = d_variableLists.find(var); in add() local
45 var_to_unsigned_map::const_iterator find = d_db.d_variableLists.find(var); in iterator() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/
H A DTypedBytesMapApp.java30 private String find; field in TypedBytesMapApp
32 public TypedBytesMapApp(String find) { in TypedBytesMapApp()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/test/org/apache/hadoop/streaming/
H A DTypedBytesMapApp.java30 private String find; field in TypedBytesMapApp
32 public TypedBytesMapApp(String find) { in TypedBytesMapApp()
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-list_quizzes.php29 $find = $_REQUEST["find"]; variable
31 $find = ''; variable
H A Dtiki-list_trackers.php40 $find = $_REQUEST["find"]; variable
42 $find = ''; variable
H A Dtiki-usermenu.php68 $find = $_REQUEST["find"]; variable
70 $find = ''; variable
H A Dtiki-webmail_contacts.php66 $find = $_REQUEST["find"]; variable
68 $find = ''; variable
H A Dtiki-admin_dsn.php62 $find = $_REQUEST["find"]; variable
64 $find = ''; variable
H A Dtiki-survey_stats_survey.php41 $find = $_REQUEST["find"]; variable
43 $find = ''; variable
H A Dtiki-view_faq.php53 $find = $_REQUEST["find"]; variable
55 $find = ''; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DFactoryFinder.java69 static Object find(String factoryId) in find() method in FactoryFinder
95 static Object find(String factoryId, String fallbackClassName) in find() method in FactoryFinder
125 static Object find(String factoryId, String defaultClassName, in find() method in FactoryFinder
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DFactoryFinder.java69 static Object find(String factoryId) in find() method in FactoryFinder
95 static Object find(String factoryId, String fallbackClassName) in find() method in FactoryFinder
125 static Object find(String factoryId, String defaultClassName, in find() method in FactoryFinder
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dstring.cpp438 inline bool do_replace_substrings(String& in, View const& find, View const& replacement) in do_replace_substrings()
454 std::string replaced_substrings(std::string_view const& in, std::string_view const& find, std::stri… in replaced_substrings()
461 std::wstring replaced_substrings(std::wstring_view const& in, std::wstring_view const& find, std::w… in replaced_substrings()
468 std::string replaced_substrings(std::string_view const& in, char find, char replacement) in replaced_substrings()
475 std::wstring replaced_substrings(std::wstring_view const& in, wchar_t find, wchar_t replacement) in replaced_substrings()
483 bool replace_substrings(std::string& in, std::string_view const& find, std::string_view const& repl… in replace_substrings()
488 bool replace_substrings(std::wstring& in, std::wstring_view const& find, std::wstring_view const& r… in replace_substrings()
493 bool replace_substrings(std::string& in, char find, char replacement) in replace_substrings()
498 bool replace_substrings(std::wstring& in, wchar_t find, wchar_t replacement) in replace_substrings()
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/data/retryable-reads/
H A DfindOne-serverErrors.json75 "find": "coll", string
86 "find": "coll", string
129 "find": "coll", string
140 "find": "coll", string
183 "find": "coll", string
194 "find": "coll", string
237 "find": "coll", string
248 "find": "coll", string
291 "find": "coll", string
302 "find": "coll", string
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DfindOne-serverErrors.json75 "find": "coll", string
86 "find": "coll", string
129 "find": "coll", string
140 "find": "coll", string
183 "find": "coll", string
194 "find": "coll", string
237 "find": "coll", string
248 "find": "coll", string
291 "find": "coll", string
302 "find": "coll", string
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DfindOne-serverErrors.json75 "find": "coll", string
86 "find": "coll", string
129 "find": "coll", string
140 "find": "coll", string
183 "find": "coll", string
194 "find": "coll", string
237 "find": "coll", string
248 "find": "coll", string
291 "find": "coll", string
302 "find": "coll", string
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DfindOne-serverErrors.json75 "find": "coll", string
86 "find": "coll", string
129 "find": "coll", string
140 "find": "coll", string
183 "find": "coll", string
194 "find": "coll", string
237 "find": "coll", string
248 "find": "coll", string
291 "find": "coll", string
302 "find": "coll", string
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DfindOne-serverErrors.json75 "find": "coll", string
86 "find": "coll", string
129 "find": "coll", string
140 "find": "coll", string
183 "find": "coll", string
194 "find": "coll", string
237 "find": "coll", string
248 "find": "coll", string
291 "find": "coll", string
302 "find": "coll", string
[all …]

1...<<11121314151617181920>>...879