Home
last modified time | relevance | path

Searched defs:open (Results 126 – 150 of 16347) sorted by relevance

12345678910>>...654

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.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
/dports/lang/erlang-wx/otp-OTP-24.1.7/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-runtime24/otp-OTP-24.1.7/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/otp-OTP-24.1.7/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-java/otp-OTP-24.1.7/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-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dgen_sctp.erl118 open() -> function
139 open(Opts0) when is_list(Opts0) -> function
148 open(Port) when is_integer(Port) -> function
150 open(X) -> function
166 open(Port, Opts) when is_integer(Port), is_list(Opts) -> function
168 open(Port, Opts) -> function
/dports/biology/protomol/protomol/framework/io/
H A DXYZTrajectoryWriter.cpp26 bool XYZTrajectoryWriter::open(const XYZ& xyz){ in open() function in ProtoMol::XYZTrajectoryWriter
33 bool XYZTrajectoryWriter::open(const std::vector<std::string>& names){ in open() function in ProtoMol::XYZTrajectoryWriter
40 …bool XYZTrajectoryWriter::open(const std::vector<Atom>& atoms, const std::vector<AtomType>& atomTy… in open() function in ProtoMol::XYZTrajectoryWriter
47 bool XYZTrajectoryWriter::open(const std::string& filename, const XYZ& xyz){ in open() function in ProtoMol::XYZTrajectoryWriter
54 …bool XYZTrajectoryWriter::open(const std::string& filename, const std::vector<std::string>& names){ in open() function in ProtoMol::XYZTrajectoryWriter
61 …bool XYZTrajectoryWriter::open(const std::string& filename,const std::vector<Atom>& atoms, const s… in open() function in ProtoMol::XYZTrajectoryWriter
H A DDCDTrajectoryWriter.h37 virtual bool open(){myFirst = false;return File::open();} in open() function
38 virtual bool open(const std::string& filename){myFirst = false;return File::open(filename);} in open() function
39 virtual bool open(const char* filename){myFirst = false;return File::open(filename);} in open() function
/dports/databases/xapian-core/xapian-core-1.4.18/include/xapian/
H A Ddbfactory.h104 open() in open() function
123 open(const std::string &dir) in open() function
149 open(const std::string &dir, int action, int block_size) in open() function
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/javascript/
H A Djavascript-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "`", "close": "`", "notIn": ["string", "comment"] }, string
18 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/javascript/
H A Djavascript-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "`", "close": "`", "notIn": ["string", "comment"] }, string
18 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/javascript/
H A Djavascript-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "`", "close": "`", "notIn": ["string", "comment"] }, string
18 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/javascript/
H A Djavascript-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "`", "close": "`", "notIn": ["string", "comment"] }, string
18 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/
H A Ddbfactory.cc60 Brass::open(const string &dir) { in open() function in Xapian::Brass
66 Brass::open(const string &dir, int action, int block_size) { in open() function in Xapian::Brass
74 Chert::open(const string &dir) { in open() function in Xapian::Chert
80 Chert::open(const string &dir, int action, int block_size) { in open() function in Xapian::Chert
88 Flint::open(const string &dir) { in open() function in Xapian::Flint
94 Flint::open(const string &dir, int action, int block_size) { in open() function in Xapian::Flint
102 InMemory::open() { in open() function in Xapian::InMemory
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/javascript/
H A Djavascript-language-configuration.json12 { "open": "{", "close": "}" }, string
13 { "open": "[", "close": "]" }, string
14 { "open": "(", "close": ")" }, string
15 { "open": "'", "close": "'", "notIn": ["string", "comment"] }, string
16 { "open": "\"", "close": "\"", "notIn": ["string"] }, string
17 { "open": "`", "close": "`", "notIn": ["string", "comment"] }, string
18 { "open": "/**", "close": " */", "notIn": ["string"] } string
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/sound/sampled/gstreamer/lines/
H A DGstSourceDataLine.java53 private boolean open = false; field in GstSourceDataLine
60 public void open() throws LineUnavailableException in open() method in GstSourceDataLine
73 public void open(AudioFormat fmt) throws LineUnavailableException in open() method in GstSourceDataLine
81 public void open(AudioFormat fmt, int size) throws LineUnavailableException in open() method in GstSourceDataLine
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/sound/sampled/gstreamer/lines/
H A DGstSourceDataLine.java53 private boolean open = false; field in GstSourceDataLine
60 public void open() throws LineUnavailableException in open() method in GstSourceDataLine
73 public void open(AudioFormat fmt) throws LineUnavailableException in open() method in GstSourceDataLine
81 public void open(AudioFormat fmt, int size) throws LineUnavailableException in open() method in GstSourceDataLine
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/sound/sampled/gstreamer/lines/
H A DGstSourceDataLine.java53 private boolean open = false; field in GstSourceDataLine
60 public void open() throws LineUnavailableException in open() method in GstSourceDataLine
73 public void open(AudioFormat fmt) throws LineUnavailableException in open() method in GstSourceDataLine
81 public void open(AudioFormat fmt, int size) throws LineUnavailableException in open() method in GstSourceDataLine
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/sound/sampled/gstreamer/lines/
H A DGstSourceDataLine.java53 private boolean open = false; field in GstSourceDataLine
60 public void open() throws LineUnavailableException in open() method in GstSourceDataLine
73 public void open(AudioFormat fmt) throws LineUnavailableException in open() method in GstSourceDataLine
81 public void open(AudioFormat fmt, int size) throws LineUnavailableException in open() method in GstSourceDataLine

12345678910>>...654