Home
last modified time | relevance | path

Searched defs:sep (Results 1 – 25 of 8482) sorted by relevance

12345678910>>...340

/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_is_minimal_separator.c32 igraph_vector_t sep; in main() local
60 VECTOR(sep)[0] = 8; in main() local
61 VECTOR(sep)[1] = 9; in main() local
62 VECTOR(sep)[2] = 19; in main() local
63 VECTOR(sep)[3] = 30; in main() local
64 VECTOR(sep)[4] = 31; in main() local
H A Digraph_is_separator.c32 igraph_vector_t sep; in main() local
73 VECTOR(sep)[0] = 8; in main() local
74 VECTOR(sep)[1] = 9; in main() local
75 VECTOR(sep)[2] = 19; in main() local
76 VECTOR(sep)[3] = 30; in main() local
77 VECTOR(sep)[4] = 31; in main() local
/dports/x11-wm/picom/picom-8.2/src/
H A Dmeta.h37 #define LIST_APPLY_000000(fn, sep, ...) argument
38 #define LIST_APPLY_000001(fn, sep, x, ...) fn(x) argument
39 #define LIST_APPLY_000010(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000001(fn, sep, __VA_ARGS__) argument
40 #define LIST_APPLY_000011(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000010(fn, sep, __VA_ARGS__) argument
41 #define LIST_APPLY_000100(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000011(fn, sep, __VA_ARGS__) argument
42 #define LIST_APPLY_000101(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000100(fn, sep, __VA_ARGS__) argument
43 #define LIST_APPLY_000110(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000101(fn, sep, __VA_ARGS__) argument
44 #define LIST_APPLY_000111(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000110(fn, sep, __VA_ARGS__) argument
45 #define LIST_APPLY_001000(fn, sep, x, ...) fn(x) sep() LIST_APPLY_000111(fn, sep, __VA_ARGS__) argument
69 #define LIST_APPLY_(N, fn, sep, ...) CONCAT(LIST_APPLY_, N)(fn, sep, __VA_ARGS__) argument
[all …]
/dports/editors/cream/cream-0.43/
H A Dmultvals.vim224 function! MvAddElement(array, sep, ele, ...) argument
260 function! MvRemoveElement(array, sep, ele, ...) argument
267 function! MvRemovePattern(array, sep, pat, ...) argument
366 function! MvRotateLeftAt(array, sep, index, ...) argument
409 function! MvPushToFront(array, sep, ele, ...) argument
438 function! MvPullToBack(array, sep, ele, ...) argument
597 function! MvNumberOfElements(array, sep, ...) argument
693 function! MvLastElement(array, sep, ...) argument
796 function! MvElementAt(array, sep, index, ...) argument
861 function! MvElementLike(array, sep, pat, ...) argument
[all …]
/dports/devel/agar/agar-1.5.0/gui/
H A Dseparator.c34 AG_Separator *sep; in AG_SeparatorNew() local
53 AG_Separator *sep; in AG_SpacerNew() local
72 AG_Separator *sep = obj; in Init() local
82 AG_Separator *sep = obj; in SizeRequest() local
91 AG_Separator *sep = obj; in SizeAllocate() local
103 AG_Separator *sep = obj; in Draw() local
125 AG_SeparatorSetPadding(AG_Separator *sep, Uint pixels) in AG_SeparatorSetPadding()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/string/
H A Dsplit.cpp21 char sep, const std::string& str, std::string::size_type limit) { in split()
48 char sep, const std::string& str, in split()
57 const char* sep, const std::string& str, in split()
66 const std::string& sep, const std::string& str, in split()
79 char sep, const std::string& str, std::string::size_type limit) { in split()
109 const char* sep, size_t sep_size, const std::string& str, in split()
149 const char* sep, const std::string& str, in split()
157 const std::string& sep, const std::string& str, in split()
168 char sep, const std::string& str, in split()
181 const char* sep, const std::string& str, in split()
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/string/
H A Dsplit.cpp21 char sep, const std::string& str, std::string::size_type limit) { in split()
48 char sep, const std::string& str, in split()
57 const char* sep, const std::string& str, in split()
66 const std::string& sep, const std::string& str, in split()
79 char sep, const std::string& str, std::string::size_type limit) { in split()
109 const char* sep, size_t sep_size, const std::string& str, in split()
149 const char* sep, const std::string& str, in split()
157 const std::string& sep, const std::string& str, in split()
168 char sep, const std::string& str, in split()
181 const char* sep, const std::string& str, in split()
[all …]
/dports/math/vtk9/VTK-9.1.0/Testing/Core/
H A DWindowsMangleList.py1049 sep = '' variable
1052 sep = '|' variable
1061 sep = '' variable
1064 sep = '|' variable
1074 sep = '' variable
1077 sep = '|' variable
/dports/math/vtk8/VTK-8.2.0/Testing/Core/
H A DWindowsMangleList.py1049 sep = '' variable
1052 sep = '|' variable
1061 sep = '' variable
1064 sep = '|' variable
1074 sep = '' variable
1077 sep = '|' variable
/dports/math/vtk6/VTK-6.2.0/Testing/Core/
H A DWindowsMangleList.py1049 sep = '' variable
1052 sep = '|' variable
1061 sep = '' variable
1064 sep = '|' variable
1074 sep = '' variable
1077 sep = '|' variable
/dports/math/octave-forge-io/io-2.6.4/inst/
H A Dobject2json.m78 sep = ','; variable
80 sep = ''; variable
85 sep = ''; variable
125 sep = ''; variable
130 sep = ','; variable
153 sep = ','; variable
163 sep = ','; variable
172 sep = ','; variable
/dports/textproc/py-pymdown-extensions/pymdown-extensions-9.1/pymdownx/
H A Dslugs.py36 def _uslugify(text, sep, case="none", percent_encode=False, normalize='NFC'): argument
72 def uslugify(text, sep): argument
82 def uslugify_encoded(text, sep): argument
92 def uslugify_cased(text, sep): argument
102 def uslugify_cased_encoded(text, sep): argument
112 def gfm(text, sep): argument
122 def gfm_encoded(text, sep): argument
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/apps/
H A Dntp.inc.php44 $sep = ''; variable
57 $sep = ' | '; variable
62 $sep = ''; variable
76 $sep = ' | '; variable
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsemi_empirical_parameters.F83 SUBROUTINE pcharge_default_parameter(sep, z) argument
84 TYPE(semi_empirical_type), POINTER :: sep local
105 SUBROUTINE mndo_default_parameter(sep, z, itype) argument
700 SUBROUTINE pnnl_default_parameter(sep, z) argument
777 SUBROUTINE mndod_default_parameter(sep, z) argument
1026 SUBROUTINE am1_default_parameter(sep, z) argument
1508 SUBROUTINE rm1_default_parameter(sep, z) argument
1719 SUBROUTINE pm3_default_parameter(sep, z) argument
2513 SUBROUTINE pm6_default_parameter(sep, z) argument
3870 SUBROUTINE pm6fm_default_parameter(sep, z) argument
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dsemi_empirical_parameters.F83 SUBROUTINE pcharge_default_parameter(sep, z) argument
84 TYPE(semi_empirical_type), POINTER :: sep local
105 SUBROUTINE mndo_default_parameter(sep, z, itype) argument
700 SUBROUTINE pnnl_default_parameter(sep, z) argument
777 SUBROUTINE mndod_default_parameter(sep, z) argument
1026 SUBROUTINE am1_default_parameter(sep, z) argument
1508 SUBROUTINE rm1_default_parameter(sep, z) argument
1719 SUBROUTINE pm3_default_parameter(sep, z) argument
2513 SUBROUTINE pm6_default_parameter(sep, z) argument
3870 SUBROUTINE pm6fm_default_parameter(sep, z) argument
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Doseparator.h39 explicit oseparator( char const *sep = ", " ) : sep_( sep ), print_( false ) { in sep_() argument
66 char const* sep() const { in sep() function
75 void sep( char const *s ) { in sep() function
86 void sep( StringType const &s ) { in sep() function
/dports/www/hotcrp/hotcrp-2.102/pages/
H A Dhome.php142 $sep = ""; variable
378 $sep = ""; variable
381 $sep = $xsep; variable
387 $sep = $xsep; variable
393 $sep = $xsep; variable
397 $sep = $xsep; variable
401 $sep = $xsep; variable
405 $sep = $xsep; variable
410 $sep = $xsep; variable
/dports/print/hplip/hplip-3.20.6/
H A Dquery.py61 sep = 'lf' variable
83 sep = a variable
115 sep = '\n' variable
117 sep = '\r' variable
119 sep = '\r\n' variable
121 sep = '\t' variable
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/include_external_msproject/
H A Dcheck_utils.cmake93 set(sep "") variable
116 set(sep "\n") variable
124 set(sep "\n") variable
129 set(sep "\n") variable
134 set(sep "\n") variable
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/include_external_msproject/
H A Dcheck_utils.cmake93 set(sep "") variable
116 set(sep "\n") variable
124 set(sep "\n") variable
129 set(sep "\n") variable
134 set(sep "\n") variable
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/include_external_msproject/
H A Dcheck_utils.cmake93 set(sep "") variable
116 set(sep "\n") variable
124 set(sep "\n") variable
129 set(sep "\n") variable
134 set(sep "\n") variable
/dports/devel/liteide/liteide-x37.4/liteidex/src/api/liteenvapi/
H A Dliteenvapi.h107 QString sep = ";"; in getCurrentEnvironment() local
109 QString sep = ":"; in getCurrentEnvironment() local
160 QString sep = ";"; in getSysEnvironment() local
162 QString sep = ":"; in getSysEnvironment() local
194 QString sep = ";"; in getGoEnvironment() local
196 QString sep = ":"; in getGoEnvironment() local
281 QString sep = ";"; in getGOPATH() local
283 QString sep = ":"; in getGOPATH() local
359 QString sep = ";"; variable
361 QString sep = ":"; variable
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/fs/virtfs/
H A Dvirtfs1_getrealdir.cc39 const std::string sep = dirSeparator; variable
119 const std::string sep = dirSeparator; variable
160 const std::string sep = dirSeparator; variable
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/
H A Dslas.inc.php57 $sep = ''; variable
73 $sep = ' | '; variable
80 $sep = ''; variable
94 $sep = ' | '; variable
/dports/devel/R-cran-roxygen2/roxygen2/tests/testthat/
H A Dtest-utils-io.R18 base::writeLines(c("foo", "bar"), win_nl_con, sep = "\r\n") nameattr
21 base::writeLines(c("foo", "bar"), unix_nl_con, sep = "\n") nameattr
47 base::writeLines(c("foo", "bar"), win_nl_con, sep = "\r\n") nameattr
50 base::writeLines(c("foo", "bar"), unix_nl_con, sep = "\n") nameattr

12345678910>>...340