Home
last modified time | relevance | path

Searched defs:header_delimiter (Results 1 – 9 of 9) sorted by relevance

/dports/biology/py-ete3/ete3-3.1.2/ete3/parser/
H A Dfasta.py48 def read_fasta(source, obj=None, header_delimiter="\t", fix_duplicates=True): argument
H A Dpaml.py50 def read_paml (source, obj=None, header_delimiter="\t", fix_duplicates=True): argument
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-http.c65 const char *header_delimiter = "\r\n\r\n"; in _mongoc_http_send() local
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_config.php582 public function header_delimiter() function in rcube_config
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/http/
H A Dconstants.hpp56 static char const header_delimiter[] = "\r\n"; variable
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/http/
H A Dconstants.hpp56 static char const header_delimiter[] = "\r\n"; variable
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/http/
H A Dconstants.hpp56 static char const header_delimiter[] = "\r\n"; variable
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/http/
H A Dconstants.hpp56 static char const header_delimiter[] = "\r\n"; variable
/dports/www/davix/davix-0.7.6/src/fileops/
H A Dhttpiovec.cpp76 inline char* header_delimiter(char* buffer, dav_size_t len){ in header_delimiter() function