Home
last modified time | relevance | path

Searched refs:url_encode_path (Results 1 – 17 of 17) sorted by relevance

/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Durlencode.h49 url_encode_path(std::string & res, const std::string &str) in url_encode_path() function
56 url_encode_path(std::string & res, const char * p) in url_encode_path() function
H A Domindex.cc782 url_encode_path(baseurl, start_url); in main()
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Durlencode.h49 url_encode_path(std::string & res, const std::string &str) in url_encode_path() function
56 url_encode_path(std::string & res, const char * p) in url_encode_path() function
/dports/devel/monotone/monotone-1.1/test/func/clone_creates_right__MTN_options/
H A D__driver__.lua13 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?testbranch"
27 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?foobar"
/dports/devel/monotone/monotone-1.1/test/func/branch_leaves_sync_bug/
H A D__driver__.lua50 test_uri="file://" .. url_encode_path(test.root .. "/beth.db") .. "?*"
85 test_uri="file://" .. url_encode_path(test.root .. "/abe.db") .. "?*"
/dports/devel/monotone/monotone-1.1/test/func/netsync_over_pipes/
H A D__driver__.lua10 test_uri="file://" .. url_encode_path(test.root .. "/test2.db") .. "?testbranch"
/dports/devel/monotone/monotone-1.1/test/func/clone_weird_branch_names/
H A D__driver__.lua11 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") ..
/dports/devel/monotone/monotone-1.1/test/func/clone_creates__MTN_log/
H A D__driver__.lua17 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?testbranch"
/dports/devel/monotone/monotone-1.1/test/func/clone_aborts_on_branch_pattern_in_uri/
H A D__driver__.lua10 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?mybranch*"
/dports/devel/monotone/monotone-1.1/test/func/clone_branch_no_dir/
H A D__driver__.lua10 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?mybranch"
/dports/devel/monotone/monotone-1.1/test/func/attr_mtn_execute/
H A D__driver__.lua32 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?testbranch"
/dports/devel/monotone/monotone-1.1/test/func/clone_validates_target_directory/
H A D__driver__.lua10 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?testbranch"
/dports/devel/monotone/monotone-1.1/test/func/imp_test_filesync_confdir/
H A D__driver__.lua21 test_uri="file://" .. url_encode_path(test.root .. "/test2.db") .. "?testbranch"
/dports/devel/monotone/monotone-1.1/test/func/clone_warning_with_multiple_heads/
H A D__driver__.lua20 test_uri="file://" .. url_encode_path(test.root .. "/test-clone.db") .. "?testbranch"
/dports/devel/monotone/monotone-1.1/test/func/serve-automate/
H A D__driver__.lua59 test_uri="file://" .. url_encode_path(test.root .. "/test.db")
/dports/devel/monotone/monotone-1.1/test/func/serve-automate-single-run/
H A D__driver__.lua63 test_uri="file://" .. url_encode_path(test.root .. "/test.db")
/dports/devel/monotone/monotone-1.1/test/src/
H A Dtestlib.lua156 function url_encode_path(path) function