Home
last modified time | relevance | path

Searched refs:path_as_string (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Server/
H A Dtm_debug.cpp46 path_as_string (path p) { in path_as_string() function
68 << path_as_string (ed->rp) << "\n" in get_editor_status_report()
70 << path_as_string (ed->the_path ()) << "\n" in get_editor_status_report()
72 << path_as_string (ed->the_shifted_path ()) << "\n" in get_editor_status_report()
74 << path_as_string (start_p) << " -- " in get_editor_status_report()
75 << path_as_string (end_p) << "\n"; in get_editor_status_report()
80 << path_as_string (sel->start) << " -- " in get_editor_status_report()
81 << path_as_string (sel->end) << "\n"; in get_editor_status_report()
91 s << " -- " << path_as_string (p) << "\n"; in tree_report()
95 s << " -- " << path_as_string (p) << "\n"; in tree_report()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dcsek_utils.py257 def __init__(self, path_as_string): argument
258 if not path_as_string.startswith('http'):
259 raise BadPatternException('uri', path_as_string)
261 path_as_string).RelativeName()
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/
H A Drmq_route.hh172 std::string path_as_string(bool with_exchange = true) const in path_as_string() function
189 return path_as_string(); in string_id()
H A Dhttp_route.hh207 std::string path_as_string(bool with_verb = true) const in path_as_string() function
222 return path_as_string(); in string_id()
H A Dapi_description.hh102 res << route.exchange_as_string() << ": " << route.path_as_string(false); in procedure_description()
H A Dservice.hh45 return prefix_path{route_.path_as_string(false)}; in instantiate()