Home
last modified time | relevance | path

Searched defs:open (Results 101 – 125 of 15067) sorted by relevance

12345678910>>...603

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_general_db.erl62 open({mnesia,Nodes,clear}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
66 open({mnesia,Nodes,_}, Name, RecName, Attr, Type) -> function
70 open({mnesia,Nodes}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
75 open({dets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
77 open({dets, Dir}, Name, _RecName, _Attr, Type) -> function
81 open(ets, Name, _RecName, _Attr, Type) -> function
85 open({ets, Dir}, Name, _RecName, _Attr, Type) -> function
87 open({ets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmpa_general_db.erl62 open({mnesia,Nodes,clear}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
66 open({mnesia,Nodes,_}, Name, RecName, Attr, Type) -> function
70 open({mnesia,Nodes}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
75 open({dets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
77 open({dets, Dir}, Name, _RecName, _Attr, Type) -> function
81 open(ets, Name, _RecName, _Attr, Type) -> function
85 open({ets, Dir}, Name, _RecName, _Attr, Type) -> function
87 open({ets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmpa_general_db.erl62 open({mnesia,Nodes,clear}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
66 open({mnesia,Nodes,_}, Name, RecName, Attr, Type) -> function
70 open({mnesia,Nodes}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
75 open({dets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
77 open({dets, Dir}, Name, _RecName, _Attr, Type) -> function
81 open(ets, Name, _RecName, _Attr, Type) -> function
85 open({ets, Dir}, Name, _RecName, _Attr, Type) -> function
87 open({ets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_general_db.erl62 open({mnesia,Nodes,clear}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
66 open({mnesia,Nodes,_}, Name, RecName, Attr, Type) -> function
70 open({mnesia,Nodes}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
75 open({dets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
77 open({dets, Dir}, Name, _RecName, _Attr, Type) -> function
81 open(ets, Name, _RecName, _Attr, Type) -> function
85 open({ets, Dir}, Name, _RecName, _Attr, Type) -> function
87 open({ets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_general_db.erl62 open({mnesia,Nodes,clear}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
66 open({mnesia,Nodes,_}, Name, RecName, Attr, Type) -> function
70 open({mnesia,Nodes}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
75 open({dets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
77 open({dets, Dir}, Name, _RecName, _Attr, Type) -> function
81 open(ets, Name, _RecName, _Attr, Type) -> function
85 open({ets, Dir}, Name, _RecName, _Attr, Type) -> function
87 open({ets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmpa_general_db.erl62 open({mnesia,Nodes,clear}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
66 open({mnesia,Nodes,_}, Name, RecName, Attr, Type) -> function
70 open({mnesia,Nodes}, Name, RecName, Attr, Type) when is_list(Nodes) -> function
75 open({dets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
77 open({dets, Dir}, Name, _RecName, _Attr, Type) -> function
81 open(ets, Name, _RecName, _Attr, Type) -> function
85 open({ets, Dir}, Name, _RecName, _Attr, Type) -> function
87 open({ets, Dir, Action}, Name, _RecName, _Attr, Type) -> function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dsimple_file.h273 virtual void open(Common::SeekableReadStream *stream) { in open() function
280 virtual void open(Common::OutSaveFile *stream) { in open() function
301 virtual void open(Common::SeekableReadStream *stream) {} in open() function
306 virtual void open(Common::OutSaveFile *stream) {} in open() function
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dsimple_file.h273 void open(Common::SeekableReadStream *stream) override { in open() function
280 void open(Common::OutSaveFile *stream) override { in open() function
301 void open(Common::SeekableReadStream *stream) override {} in open() function
306 void open(Common::OutSaveFile *stream) override {} in open() function
/dports/biology/protomol/protomol/framework/io/
H A DXYZTrajectoryWriter.h30 virtual bool open(){myFirst = false;return File::open();} in open() function
31 virtual bool open(const std::string& filename){myFirst = false;return File::open(filename);} in open() function
32 virtual bool open(const char* filename){myFirst = false;return File::open(filename);} in open() function
H A DPARReader.h46 virtual bool open(){return File::open();}; in open() function
47 virtual bool open(const std::string& filename){return File::open(filename);}; in open() function
48 virtual bool open(const char* filename){return File::open(filename);} in open() function
102 inline bool PARReader::open(const char* filename, PAR::CharmmTypeEnum charmmType){ in open() function
H A DDCDTrajectoryReader.h35 virtual bool open(){myFirst=true;return File::open();} in open() function
36 virtual bool open(const std::string& filename){myFirst=true;return File::open(filename);} in open() function
37 virtual bool open(const char* filename){myFirst=true;return File::open(filename);} in open() function
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/filesystem/v3/
H A Dfstream.hpp58 open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem3::basic_filebuf
88 void open(const path& p) in open() function in boost::filesystem3::basic_ifstream
91 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem3::basic_ifstream
120 void open(const path& p) in open() function in boost::filesystem3::basic_ofstream
123 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem3::basic_ofstream
153 void open(const path& p) in open() function in boost::filesystem3::basic_fstream
157 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem3::basic_fstream
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/eetcd/src/
H A Deetcd.erl13 open(Name, Hosts) -> function
22 open(Name, Hosts, Transport, TransportOpts) -> function
50 open(Name, Hosts, Options, Transport, TransportOpts) -> function
/dports/biology/protomol/protomol/applications/iSGProtomol-app/io/
H A DXSCReader.h36 virtual bool open(){return File::open();} in open() function
37 virtual bool open(const std::string& filename){return File::open(filename);} in open() function
38 virtual bool open(const char* filename){return File::open(filename);} in open() function
H A DiSGPARReader.h43 virtual bool open(){return File::open();}; in open() function
44 virtual bool open(const std::string& filename){return File::open(filename);}; in open() function
45 virtual bool open(const char* filename){return File::open(filename);} in open() function
101 inline bool iSGPARReader::open(const char* filename, iSGPAR::CharmmTypeEnum charmmType){ in open() function
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dfile.cpp41 bool File::open(const String &filename) { in open() function in Common::File
45 bool File::open(const String &filename, Archive &archive) { in open() function in Common::File
62 bool File::open(const FSNode &node) { in open() function in Common::File
77 bool File::open(SeekableReadStream *stream, const String &name) { in open() function in Common::File
154 bool DumpFile::open(const String &filename, bool createPath) { in open() function in Common::DumpFile
175 bool DumpFile::open(const FSNode &node) { in open() function in Common::DumpFile
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dwrap_log_reader.erl64 open(File) when is_atom(File) -> function
66 open(File) when is_list(File) -> function
91 open(File, FileNo) when is_atom(File), is_integer(FileNo) -> function
93 open(File, FileNo) when is_list(File), is_integer(FileNo) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tftp/src/
H A Dtftp_binary.erl78 open(Peer, Access, Filename, Mode, SuggestedOptions, Initial) when is_list(Initial) -> function
86 open(_Peer, Access, Filename, Mode, NegotiatedOptions, State) when is_record(State, read_state) -> function
96 open(_Peer, Access, Filename, Mode, NegotiatedOptions, State) when is_record(State, write_state) -> function
106 open(Peer, Access, Filename, Mode, NegotiatedOptions, State) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tftp/src/
H A Dtftp_binary.erl78 open(Peer, Access, Filename, Mode, SuggestedOptions, Initial) when is_list(Initial) -> function
86 open(_Peer, Access, Filename, Mode, NegotiatedOptions, State) when is_record(State, read_state) -> function
96 open(_Peer, Access, Filename, Mode, NegotiatedOptions, State) when is_record(State, write_state) -> function
106 open(Peer, Access, Filename, Mode, NegotiatedOptions, State) -> function

12345678910>>...603