Home
last modified time | relevance | path

Searched refs:has_trailing (Results 1 – 5 of 5) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dparameter_acceptor.cc171 bool has_trailing = class_list[i]->get_section_name().back() == sep; in get_section_path() local
175 if ((previous_path.size() > 0) && has_trailing == false) in get_section_path()
/dports/devel/dparser/dparser-1.31/
H A Dlex.c177 int reversed, i, has_trailing = 0; in build_regex_nfa() local
184has_trailing = build_regex_nfa(ls, &reg, s, (x = new_NFAState(ls)), trailing) || has_trailing; in build_regex_nfa()
241 has_trailing = 1; in build_regex_nfa()
262 return has_trailing; in build_regex_nfa()
265 return has_trailing; in build_regex_nfa()
/dports/www/epiphany/epiphany-41.0/lib/safe-browsing/
H A Dephy-gsb-utils.c761 gboolean has_trailing; in ephy_gsb_utils_compute_path_prefixes() local
772 has_trailing = path[strlen (path) - 1] == '/'; in ephy_gsb_utils_compute_path_prefixes()
783 if ((has_trailing && !g_strcmp0 (value, path)) || in ephy_gsb_utils_compute_path_prefixes()
784 (!has_trailing && !strncmp (value, no_trailing, no_trailing_len))) { in ephy_gsb_utils_compute_path_prefixes()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dsearch_worker.pyj33 has_trailing = text.rstrip() is not text
49 if has_trailing:
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dsearch.py62 has_trailing = text.rstrip() != text
79 if has_trailing: