Home
last modified time | relevance | path

Searched refs:end_of_path (Results 1 – 25 of 43) sorted by relevance

12

/dports/science/py-obspy/obspy-1.2.2/obspy/io/xseed/
H A Dutils.py187 end_of_path = '[text()="%s"]/parent::*'
191 end_of_path % identifier
195 end_of_path % identifier
199 end_of_path % identifier
203 end_of_path % identifier
208 end_of_path % identifier
/dports/graphics/drawing/drawing-0.8.4/src/optionsbars/
H A Dabstract_optionsbar.py30 def _build_ui(self, end_of_path): argument
36 builder = Gtk.Builder.new_from_resource(RSRC_PREFIX + end_of_path)
46 def _hydrate_transform_tool(self, end_of_path): argument
51 builder = Gtk.Builder.new_from_resource(RSRC_PREFIX + end_of_path)
/dports/devel/aegis/aegis-4.25.D510/common/nstring/
H A Dhtml_quote.cc151 const char *end_of_path = at_urlpath(cp); in at_url() local
152 if (end_of_path) in at_url()
153 cp = end_of_path; in at_url()
179 const char *end_of_path = at_urlpath(cp); in at_url2() local
180 if (end_of_path) in at_url2()
181 cp = end_of_path; in at_url2()
/dports/games/blockattack/blockattack-game-2.7.0/source/code/sago/
H A DSagoMisc.cpp88 size_t end_of_path = path.find_last_of("/"); in CreatePathToFile() local
89 if (end_of_path == std::string::npos) { in CreatePathToFile()
93 std::string path2dir = path.substr(0, end_of_path); in CreatePathToFile()
/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Durl.cc235 const char *end_of_path = strpbrk(cp, "?#"); in split() local
236 if (!end_of_path) in split()
242 path = nstring(cp, end_of_path - cp); in split()
243 cp = end_of_path; in split()
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dpathfinding.cpp295 bool end_of_path= false; in move_along_path() local
306 end_of_path= true; in move_along_path()
314 return end_of_path; in move_along_path()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dchecker-path.cc956 checker_event *end_of_path in add_final_event() local
961 add_event (end_of_path); in add_final_event()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dchecker-path.cc956 checker_event *end_of_path in add_final_event() local
961 add_event (end_of_path); in add_final_event()
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dchecker-path.cc956 checker_event *end_of_path in add_final_event() local
961 add_event (end_of_path); in add_final_event()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dchecker-path.cc993 checker_event *end_of_path in add_final_event() local
998 add_event (end_of_path); in add_final_event()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dchecker-path.cc1001 checker_event *end_of_path in add_final_event() local
1006 add_event (end_of_path); in add_final_event()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dchecker-path.cc993 checker_event *end_of_path in add_final_event() local
998 add_event (end_of_path); in add_final_event()
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dchecker-path.cc993 checker_event *end_of_path in add_final_event() local
998 add_event (end_of_path); in add_final_event()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dpath.c2318 char *end_of_path = (char *)fname; in path_to_absolute() local
2339 end_of_path = (char *)(p + 1); in path_to_absolute()
2342 end_of_path = (char *)fname; in path_to_absolute()
2351 return append_path((char *)buf, end_of_path, len); in path_to_absolute()
/dports/net/netatalk3/netatalk-3.1.12/libevent/
H A Dhttp.c4128 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4246 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4253 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4260 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4489 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/
H A Dhttp.c4470 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4588 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4595 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4602 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4831 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/net/openmpi/openmpi-4.1.1/opal/mca/event/libevent2022/libevent/
H A Dhttp.c4142 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4260 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4267 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4274 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4503 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/event/libevent2022/libevent/
H A Dhttp.c4142 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4260 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4267 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4274 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4503 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/
H A Dhttp.c4139 end_of_path(char *cp, enum uri_part part, unsigned flags)
4257 readp = end_of_path(path, PART_PATH, flags);
4264 readp = end_of_path(readp, PART_QUERY, flags);
4271 readp = end_of_path(readp, PART_FRAGMENT, flags);
4500 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/databases/percona56-server/percona-server-5.6.51-91.0/extra/libevent/
H A Dhttp.c4637 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4755 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4762 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4769 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4998 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Dhttp.c4711 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4829 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4836 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4843 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
5102 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/databases/percona56-client/percona-server-5.6.51-91.0/extra/libevent/
H A Dhttp.c4637 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4755 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4762 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4769 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4998 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/extra/libevent/
H A Dhttp.c4637 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4755 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4762 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4769 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4998 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Dhttp.c4700 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4818 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4825 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4832 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
5091 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/
H A Dhttp.c4637 end_of_path(char *cp, enum uri_part part, unsigned flags) in end_of_path() function
4755 readp = end_of_path(path, PART_PATH, flags); in evhttp_uri_parse_with_flags()
4762 readp = end_of_path(readp, PART_QUERY, flags); in evhttp_uri_parse_with_flags()
4769 readp = end_of_path(readp, PART_FRAGMENT, flags); in evhttp_uri_parse_with_flags()
4998 ((const char*)(end_of_path(((char*)(cp)), (p), (f))))

12