Home
last modified time | relevance | path

Searched refs:ldot (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/util/
H A Dms_fnmatch.c62 struct max_n *max_n, const char *ldot) in ms_fnmatch_core() argument
79 if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) { in ms_fnmatch_core()
93 if (max_n->postdot && max_n->postdot <= n && n <= ldot) { in ms_fnmatch_core()
98 if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) return 0; in ms_fnmatch_core()
99 if (n+i == ldot) { in ms_fnmatch_core()
100 if (ms_fnmatch_core(p, n+i+size_n, max_n+1, ldot) == 0) return 0; in ms_fnmatch_core()
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dms_fnmatch.c62 struct max_n *max_n, const char *ldot, in ms_fnmatch_core() argument
81 if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) { in ms_fnmatch_core()
100 max_n->postdot <= n && n <= ldot) { in ms_fnmatch_core()
105 if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) return 0; in ms_fnmatch_core()
106 if (n+i == ldot) { in ms_fnmatch_core()
107 if (ms_fnmatch_core(p, n+i+size_n, max_n+1, ldot, is_case_sensitive) == 0) return 0; in ms_fnmatch_core()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dms_fnmatch.c57 struct max_n *max_n, const smb_ucs2_t *ldot, in ms_fnmatch_core() argument
71 if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) { in ms_fnmatch_core()
85 if (max_n->postdot && max_n->postdot <= n && n <= ldot) { in ms_fnmatch_core()
89 if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) return 0; in ms_fnmatch_core()
90 if (n+i == ldot) { in ms_fnmatch_core()
91 if (ms_fnmatch_core(p, n+i+1, max_n+1, ldot, is_case_sensitive) == 0) return 0; in ms_fnmatch_core()
/dports/graphics/plotutils/plotutils-2.6/ode-examples/
H A Datwoods.ode18 # The plot will trace out `l' and `ldot' (its time derivative). The `-m 0
34 ldot = 0
37 ldot' = ( m * l * adot * adot - M * g + m * g * cos(a) ) / (m + M)
38 l' = ldot
39 adot' = (-1/l) * (g * sin(a) + 2 * adot * ldot)
42 print l, ldot
/dports/math/amath/amath-1.8.5/build/flexcat/
H A Dmain.c320 char *ldot = strrchr(cdfile, '.'); in main() local
327 if(ldot == NULL) in main()
328 ldot = cdfile + strlen(cdfile); in main()
330 if(ldot - lslash > 0) in main()
332 BaseName = calloc(ldot - lslash + 3, 1); in main()
333 strncpy(BaseName, lslash, ldot - lslash); in main()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DActivationFiberLengthMuscle.cpp135 double ldot = 0; in computeStateVariableDerivatives() local
139 ldot = getFiberVelocity(s); in computeStateVariableDerivatives()
143 setStateVariableDerivativeValue(s, STATE_FIBER_LENGTH_NAME, ldot); in computeStateVariableDerivatives()
H A DActivationFiberLengthMuscle_Deprecated.cpp173 double ldot = 0; in computeStateVariableDerivatives() local
176 ldot = getFiberVelocity(s); in computeStateVariableDerivatives()
180 setStateVariableDerivativeValue(s, STATE_FIBER_LENGTH_NAME, ldot); in computeStateVariableDerivatives()
/dports/archivers/deco/deco-1.6.4/
H A Dlink.c24 size_t ldot, ldir; in complete_first_link() local
34 ldot = Absolute || a->file.p[0] != '/' ? strlen("../") : 0; in complete_first_link()
36 a->links.target.p = alloc(ldot + ldir + elen(a->file) + 1); in complete_first_link()
37 a->links.target.e = str_cp_max(ldir, str_cp_max(ldot, a->links.target.p, "../"), a->file.p); in complete_first_link()
/dports/devel/ga/ga-5.8/ga++/testing/
H A Dmtest.cc1138 int idot, iresult, ldot, lresult; in test_get_diagonal() local
1194 lresult = g_v->ldot (g_v); in test_get_diagonal()
1197 if (MISMATCHED (ldot, lresult)) { in test_get_diagonal()
1275 int idot, iresult, ldot, lresult; in test_add_diagonal() local
1349 ldot = ((long) vdims[0]); in test_add_diagonal()
1350 lresult = g_a->ldot (g_a); in test_add_diagonal()
1353 if (MISMATCHED (ldot, lresult)) { in test_add_diagonal()
1425 int idot, iresult, ldot, lresult; in test_set_diagonal() local
1483 lresult = g_a->ldot (g_a); in test_set_diagonal()
1558 int idot, iresult, ldot, lresult; in test_shift_diagonal() local
[all …]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dresiduals.vlm.q86 type = c("working", "pearson", "response", "deviance", "ldot", argument
93 c("working", "pearson", "response", "deviance", "ldot",
162 ldot = {
175 ans <- c(ans) # ldot residuals can only be a vector
306 ldot = {
307 stop("have not programmed ldot resids yet")
/dports/math/casadi/casadi-3.5.5/docs/examples/python/
H A Dvdp_indirect_multiple_shooting.py48 ldot = -gradient(H,x) variable
66 f = vertcat(xdot,ldot)
H A Dvdp_indirect_single_shooting.py49 ldot = -gradient(H,x) variable
67 f = vertcat(xdot,ldot)
/dports/print/typetools/lcdf-typetools-2.108/t1testpage/
H A Dt1testpage.cc543 const char* ldot = strchr(ln->c_str(), '.'); in glyphcompare() local
545 if (ldot == ln->begin()) in glyphcompare()
546 ldot = 0; in glyphcompare()
549 if (ldot || rdot) { in glyphcompare()
550 PermString l(ln->begin(), ldot ? ldot : ln->end()); in glyphcompare()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1testpage/
H A Dt1testpage.cc543 const char* ldot = strchr(ln->c_str(), '.'); in glyphcompare() local
545 if (ldot == ln->begin()) in glyphcompare()
546 ldot = 0; in glyphcompare()
549 if (ldot || rdot) { in glyphcompare()
550 PermString l(ln->begin(), ldot ? ldot : ln->end()); in glyphcompare()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/t1testpage/
H A Dt1testpage.cc543 const char* ldot = strchr(ln->c_str(), '.'); in glyphcompare() local
545 if (ldot == ln->begin()) in glyphcompare()
546 ldot = 0; in glyphcompare()
549 if (ldot || rdot) { in glyphcompare()
550 PermString l(ln->begin(), ldot ? ldot : ln->end()); in glyphcompare()
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dhewrite.sty325 \def \h@ldot {% left dot for cholem breve
360 \def \the@ldot {\vrule width\h@p height-2\h@p depth3\h@p }%
361 \def \the@shwa {\the@dot \kern-\h@p \the@ldot }%
363 \def \the@segol {\the@dot \the@ldot \the@dot }%
364 \def \the@qibbus {\the@dot \the@mdot \the@ldot }%
381 \def \put@cholem {\h@vowel {}\h@ldot }%
503 \def \h@ldot {% left dot for cholem breve
515 \def \the@shwa {\the@dot \kern-\h@p \the@ldot }%
517 \def \the@segol {\the@dot \the@ldot \the@dot }%
518 \def \the@qibbus {\the@dot \the@mdot \the@ldot }%
[all …]
/dports/math/reduce/Reduce-svn5758-src/doc/manual/
H A Dlistvecops.tex46 The new operator \texttt{*.} (\texttt{ldot})\ttindextype{*.}{(ldot) operator}
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dconfig_file.c1110 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1135 ldot = strrchr(key, '.'); in config_file_write()
1136 name = ldot + 1; in config_file_write()
1137 section = git__strndup(key, ldot - key); in config_file_write()
1140 ldot = strrchr(orig_key, '.'); in config_file_write()
1141 orig_name = ldot + 1; in config_file_write()
1142 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dconfig_file.c1102 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1127 ldot = strrchr(key, '.'); in config_file_write()
1128 name = ldot + 1; in config_file_write()
1129 section = git__strndup(key, ldot - key); in config_file_write()
1132 ldot = strrchr(orig_key, '.'); in config_file_write()
1133 orig_name = ldot + 1; in config_file_write()
1134 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dconfig_file.c1110 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1135 ldot = strrchr(key, '.'); in config_file_write()
1136 name = ldot + 1; in config_file_write()
1137 section = git__strndup(key, ldot - key); in config_file_write()
1140 ldot = strrchr(orig_key, '.'); in config_file_write()
1141 orig_name = ldot + 1; in config_file_write()
1142 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dconfig_file.c1102 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1127 ldot = strrchr(key, '.'); in config_file_write()
1128 name = ldot + 1; in config_file_write()
1129 section = git__strndup(key, ldot - key); in config_file_write()
1132 ldot = strrchr(orig_key, '.'); in config_file_write()
1133 orig_name = ldot + 1; in config_file_write()
1134 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dconfig_file.c1102 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1127 ldot = strrchr(key, '.'); in config_file_write()
1128 name = ldot + 1; in config_file_write()
1129 section = git__strndup(key, ldot - key); in config_file_write()
1132 ldot = strrchr(orig_key, '.'); in config_file_write()
1133 orig_name = ldot + 1; in config_file_write()
1134 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dconfig_file.c1047 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_write() local
1072 ldot = strrchr(key, '.'); in config_write()
1073 name = ldot + 1; in config_write()
1074 section = git__strndup(key, ldot - key); in config_write()
1077 ldot = strrchr(orig_key, '.'); in config_write()
1078 orig_name = ldot + 1; in config_write()
1079 orig_section = git__strndup(orig_key, ldot - orig_key); in config_write()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dconfig_file.c1102 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1127 ldot = strrchr(key, '.'); in config_file_write()
1128 name = ldot + 1; in config_file_write()
1129 section = git__strndup(key, ldot - key); in config_file_write()
1132 ldot = strrchr(orig_key, '.'); in config_file_write()
1133 orig_name = ldot + 1; in config_file_write()
1134 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dconfig_file.c1102 char *orig_section = NULL, *section = NULL, *orig_name, *name, *ldot; in config_file_write() local
1127 ldot = strrchr(key, '.'); in config_file_write()
1128 name = ldot + 1; in config_file_write()
1129 section = git__strndup(key, ldot - key); in config_file_write()
1132 ldot = strrchr(orig_key, '.'); in config_file_write()
1133 orig_name = ldot + 1; in config_file_write()
1134 orig_section = git__strndup(orig_key, ldot - orig_key); in config_file_write()

12345678910>>...12