Home
last modified time | relevance | path

Searched defs:skip_ws (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dis_ws.c20 skip_ws( const char *p ) in skip_ws() function
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dis_ws.c20 skip_ws( const char *p ) in skip_ws() function
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dis_ws.c20 skip_ws( const char *p ) in skip_ws() function
/dports/devel/elixir-hex/hex-1.0.1/lib/hex/
H A Dhttp.ex270 defp skip_ws(<<char, rest::binary>>) when char in @space, do: skip_ws(rest) function
271 defp skip_ws(rest), do: rest function
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dstringskip.h5 static inline char *skip_ws(const char *s) { while ( isspace_c(*s)) s++; return (char *)… in skip_ws() function
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dutils.hpp20 Iterator skip_ws(Iterator it, Iterator last) { in skip_ws() function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/
H A Dsql.py232 def token_first(self, skip_ws=True, skip_cm=False): argument
260 def token_prev(self, idx, skip_ws=True, skip_cm=False): argument
270 def token_next(self, idx, skip_ws=True, skip_cm=False, _reverse=False): argument
327 def insert_after(self, where, token, skip_ws=True): argument
554 def get_cases(self, skip_ws=False): argument
/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/
H A Dsql.py249 def token_first(self, skip_ws=True, skip_cm=False): argument
276 def token_prev(self, idx, skip_ws=True, skip_cm=False): argument
286 def token_next(self, idx, skip_ws=True, skip_cm=False, _reverse=False): argument
344 def insert_after(self, where, token, skip_ws=True): argument
567 def get_cases(self, skip_ws=False): argument
/dports/devel/toml11/toml11-3.7.0/toml/
H A Dliteral.hpp29 using skip_ws = ::toml::detail::repeat< in literal_internal_impl() typedef
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/asn1/
H A Dlex.l218 int skip_ws = 0; variable
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/asn1/
H A Dlex.l212 int skip_ws = 0; variable
/dports/games/widelands/widelands-build21/src/graphic/text/
H A Dtextstream.cc57 void TextStream::skip_ws() { in skip_ws() function in RT::TextStream
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj++/
H A Dscanner.hpp200 void advance_n(unsigned N, bool skip_ws=true) in advance_n()
215 void skip_ws() in skip_ws() function in Pj_Scanner
/dports/games/py-discord.py/discord.py-1.7.3/discord/ext/commands/
H A Dview.py69 def skip_ws(self): member in StringView
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/maintenance/
H A DDumpAsserter.php297 public function assertEmptyNode( $name, $skip = true, $skip_ws = true ) {
346 public function assertTextNode( $name, $text, $skip_ws = true ) {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/maintenance/
H A DDumpAsserter.php298 public function assertEmptyNode( $name, $skip = true, $skip_ws = true ) {
347 public function assertTextNode( $name, $text, $skip_ws = true ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/maintenance/
H A DDumpAsserter.php297 public function assertEmptyNode( $name, $skip = true, $skip_ws = true ) {
346 public function assertTextNode( $name, $text, $skip_ws = true ) {
/dports/graphics/sane-backends/sane-backends-1.0.32/sanei/
H A Dsanei_codec_ascii.c53 skip_ws (Wire *w) in skip_ws() function
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/include/pjlib-util/
H A Dscanner.h201 int skip_ws; /**< Skip whitespace flag. */ member
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dparse_configfile.c36 static bool skip_ws(bstr *s) in skip_ws() function
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dparse_hname2.c40 static inline char* skip_ws(char* p, unsigned int size) in skip_ws() function
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Djson_parser_base.cpp64 void parser_base::skip_ws() in skip_ws() function in orcus::json::parser_base
/dports/audio/din/din-52/src/
H A Dtokenizer.cc111 void tokenizer::skip_ws () { in skip_ws() function in tokenizer
/dports/devel/ncc/ncc-2.8/
H A Dlex.C64 static inline void skip_ws () in skip_ws() function
/dports/devel/p5-Parser-MGC/Parser-MGC-0.19/lib/Parser/
H A DMGC.pm862 sub skip_ws subroutine

123456789