Home
last modified time | relevance | path

Searched defs:sep (Results 151 – 175 of 19618) sorted by relevance

12345678910>>...785

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/glob2/glob2/
H A Dimpl.py24 def walk(self, top, followlinks=False, sep=None): argument
49 norm_paths=True, case_sensitive=True, sep=None): argument
64 norm_paths=True, case_sensitive=True, sep=None): argument
88 norm_paths, case_sensitive, sep): argument
133 norm_paths, case_sensitive, sep): argument
211 def _join_paths(paths, sep=None): argument
/dports/devel/py-glob2/glob2-0.7/glob2/
H A Dimpl.py24 def walk(self, top, followlinks=False, sep=None): argument
49 norm_paths=True, case_sensitive=True, sep=None): argument
64 norm_paths=True, case_sensitive=True, sep=None): argument
88 norm_paths, case_sensitive, sep): argument
133 norm_paths, case_sensitive, sep): argument
211 def _join_paths(paths, sep=None): argument
/dports/devel/bglibs/bglibs-2.04/str/
H A Djoin.c22 int str_join(str* s, char sep, const str* in) in str_join()
28 int str_joins(str* s, char sep, const char* in) in str_joins()
34 int str_joinb(str* s, char sep, const char* in, unsigned len) in str_joinb()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/slice/
H A Dslice_split.cc28 static int slice_find_separator_offset(const grpc_slice str, const char* sep, in slice_find_separator_offset()
59 static void grpc_slice_split_inner(grpc_slice str, const char* sep, in grpc_slice_split_inner()
93 void grpc_slice_split(grpc_slice str, const char* sep, grpc_slice_buffer* dst) { in grpc_slice_split()
97 void grpc_slice_split_without_space(grpc_slice str, const char* sep, in grpc_slice_split_without_space()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/slice/
H A Dslice_split.cc28 static int slice_find_separator_offset(const grpc_slice str, const char* sep, in slice_find_separator_offset()
59 static void grpc_slice_split_inner(grpc_slice str, const char* sep, in grpc_slice_split_inner()
93 void grpc_slice_split(grpc_slice str, const char* sep, grpc_slice_buffer* dst) { in grpc_slice_split()
97 void grpc_slice_split_without_space(grpc_slice str, const char* sep, in grpc_slice_split_without_space()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/slice/
H A Dslice_split.cc28 static int slice_find_separator_offset(const grpc_slice str, const char* sep, in slice_find_separator_offset()
59 static void grpc_slice_split_inner(grpc_slice str, const char* sep, in grpc_slice_split_inner()
93 void grpc_slice_split(grpc_slice str, const char* sep, grpc_slice_buffer* dst) { in grpc_slice_split()
97 void grpc_slice_split_without_space(grpc_slice str, const char* sep, in grpc_slice_split_without_space()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/
H A Dstp.inc.php19 $sep = ''; variable
31 $sep = ' | '; variable
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/loadbalancer/
H A Dgtm_pool_common.inc.php49 $sep = ''; variable
61 $sep = ' | '; variable
H A Dltm_vs_common.inc.php48 $sep = ''; variable
60 $sep = ' | '; variable
H A Dgtm_wide_common.inc.php49 $sep = ''; variable
61 $sep = ' | '; variable
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gamegui/
H A Dseperatorh.c37 gg_seperatorh_t *sep = GG_SEPERATORH(widget); in gg_seperatorh_render() local
47 void gg_seperatorh_init(gg_seperatorh_t *sep) { in gg_seperatorh_init()
57 gg_seperatorh_t *sep = malloc(sizeof(gg_seperatorh_t)); in gg_seperatorh_create() local
H A Dseperatorv.c37 gg_seperatorv_t *sep = GG_SEPERATORV(widget); in gg_seperatorv_render() local
47 void gg_seperatorv_init(gg_seperatorv_t *sep) { in gg_seperatorv_init()
57 gg_seperatorv_t *sep = malloc(sizeof(gg_seperatorv_t)); in gg_seperatorv_create() local
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DStringList.h36 StringList(const char *str, const char *sep) { Create(str, sep); } in StringList()
37 StringList(const String &str, const char *sep) { Create(str, sep); } in StringList()
42 int Create(const String &str, const char *sep) { return Create(str.get(), sep); } in Create()
/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DStringList.h36 StringList(const char *str, const char *sep) { Create(str, sep); } in StringList()
37 StringList(const String &str, const char *sep) { Create(str, sep); } in StringList()
42 int Create(const String &str, const char *sep) { return Create(str.get(), sep); } in Create()
/dports/devel/py-celery/celery-4.4.7/celery/utils/
H A Dtext.py49 def dedent(s, n=4, sep='\n'): argument
55 def fill_paragraphs(s, width, sep='\n'): argument
61 def join(l, sep='\n'): argument
67 def ensure_sep(sep, s, n=2): argument
98 def indent(t, indent=0, sep='\n'): argument
120 def pretty(value, width=80, nl_width=80, sep='\n', **kw): argument
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dasn2fast.c43 static void PrintQualScores (SeqEntryPtr sep, Pointer data, Int4 index, Int2 indent) in PrintQualScores()
68 static void PrintFarQualScores (SeqEntryPtr sep, Pointer data, Int4 index, Int2 indent) in PrintFarQualScores()
100 SeqEntryPtr sep; in Main() local
340 Boolean CheckIsGenBank(SeqEntryPtr sep) in CheckIsGenBank()
349 void FindGenBank (SeqEntryPtr sep, Pointer data, Int4 index, Int2 indent) in FindGenBank()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_offsetbox.py130 def test_get_packed_offsets(wd_list, total, sep, mode): argument
150 def test_get_packed_offsets_fixed(wd_list, total, sep, expected): argument
164 def test_get_packed_offsets_expand(wd_list, total, sep, expected): argument
181 def test_get_packed_offsets_equal(wd_list, total, sep, expected): argument
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/backend/
H A Dini.py52 def _parse(val_s, sep=_SEP): argument
75 def _to_s(val, sep=", "): argument
92 def _parsed_items(items, sep=_SEP, **options): argument
124 def _load(stream, container, sep=_SEP, dkey=DEFAULTSECT, **kwargs): argument
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dtok.c49 EXPORTED void tok_init(tok_t *t, const char *str, const char *sep, int flags) in tok_init()
54 EXPORTED void tok_initm(tok_t *t, char *str, const char *sep, int flags) in tok_initm()
71 const char *sep; in tok_next() local
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dtok.c49 EXPORTED void tok_init(tok_t *t, const char *str, const char *sep, int flags) in tok_init()
54 EXPORTED void tok_initm(tok_t *t, char *str, const char *sep, int flags) in tok_initm()
71 const char *sep; in tok_next() local
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dtok.c49 EXPORTED void tok_init(tok_t *t, const char *str, const char *sep, int flags) in tok_init()
54 EXPORTED void tok_initm(tok_t *t, char *str, const char *sep, int flags) in tok_initm()
71 const char *sep; in tok_next() local
/dports/net-mgmt/observium/observium/html/pages/device/
H A Dservices.inc.php23 $sep = ""; variable
31 $sep = " | "; variable
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dsplit_container.cpp78 int sep = get_constant("separation"); in _resort() local
127 int sep = get_constant("separation"); in get_minimum_size() local
184 int sep = dragger_visibility != DRAGGER_HIDDEN_COLLAPSED ? get_constant("separation") : 0; in _notification() local
213 int sep = get_constant("separation"); in _gui_input() local
273 int sep = get_constant("separation"); in get_cursor_shape() local
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dsplit_container.cpp78 int sep = get_constant("separation"); in _resort() local
127 int sep = get_constant("separation"); in get_minimum_size() local
184 int sep = dragger_visibility != DRAGGER_HIDDEN_COLLAPSED ? get_constant("separation") : 0; in _notification() local
213 int sep = get_constant("separation"); in _gui_input() local
273 int sep = get_constant("separation"); in get_cursor_shape() local
/dports/devel/boost-docs/boost_1_72_0/boost/range/adaptor/
H A Dformatted.hpp134 formatted(const Sep& sep, const Prefix& prefix, const Postfix& postfix) in formatted()
142 formatted(const Sep& sep, const Prefix& prefix) in formatted()
149 formatted(const Sep& sep) in formatted()
170 const Sep& sep, in format()
195 const Sep& sep, in format()
206 format(const SinglePassRange& rng, const Sep& sep) in format()

12345678910>>...785