Home
last modified time | relevance | path

Searched refs:absolute_path (Results 226 – 250 of 2013) sorted by relevance

12345678910>>...81

/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/mkspecs/features/
H A Dmoc.prf10 MOC_INCLUDEPATH += $$absolute_path($$inc, $$_PRO_FILE_PWD_)
24 write_file($$absolute_path($$WIN_INCLUDETEMP, $$OUT_PWD), WIN_INCLUDETEMP_CONT)|error()
60 else: RET += --include $$shell_quote($$absolute_path($$moc_predefs.output, $$OUT_PWD))
105 INCLUDEPATH += $$absolute_path($$MOC_DIR, $$OUT_PWD)
/dports/devel/cquery/cquery-20180718/src/
H A Dplatform_win.cc119 bool TryMakeDirectory(const AbsolutePath& absolute_path) { in TryMakeDirectory() argument
120 if (_mkdir(absolute_path.path.c_str()) == -1) { in TryMakeDirectory()
157 optional<int64_t> GetLastModificationTime(const AbsolutePath& absolute_path) { in GetLastModificationTime() argument
159 if (_stat(absolute_path.path.c_str(), &buf) != 0) { in GetLastModificationTime()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/mkspecs/features/
H A Dmoc.prf10 MOC_INCLUDEPATH += $$absolute_path($$inc, $$_PRO_FILE_PWD_)
24 write_file($$absolute_path($$WIN_INCLUDETEMP, $$OUT_PWD), WIN_INCLUDETEMP_CONT)|error()
60 else: RET += --include $$shell_quote($$absolute_path($$moc_predefs.output, $$OUT_PWD))
105 INCLUDEPATH += $$absolute_path($$MOC_DIR, $$OUT_PWD)
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/mkspecs/features/
H A Dmoc.prf10 MOC_INCLUDEPATH += $$absolute_path($$inc, $$_PRO_FILE_PWD_)
24 write_file($$absolute_path($$WIN_INCLUDETEMP, $$OUT_PWD), WIN_INCLUDETEMP_CONT)|error()
60 else: RET += --include $$shell_quote($$absolute_path($$moc_predefs.output, $$OUT_PWD))
105 INCLUDEPATH += $$absolute_path($$MOC_DIR, $$OUT_PWD)
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/mkspecs/features/
H A Dmoc.prf10 MOC_INCLUDEPATH += $$absolute_path($$inc, $$_PRO_FILE_PWD_)
24 write_file($$absolute_path($$WIN_INCLUDETEMP, $$OUT_PWD), WIN_INCLUDETEMP_CONT)|error()
60 else: RET += --include $$shell_quote($$absolute_path($$moc_predefs.output, $$OUT_PWD))
105 INCLUDEPATH += $$absolute_path($$MOC_DIR, $$OUT_PWD)
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/mkspecs/features/
H A Dmoc.prf10 MOC_INCLUDEPATH += $$absolute_path($$inc, $$_PRO_FILE_PWD_)
24 write_file($$absolute_path($$WIN_INCLUDETEMP, $$OUT_PWD), WIN_INCLUDETEMP_CONT)|error()
60 else: RET += --include $$shell_quote($$absolute_path($$moc_predefs.output, $$OUT_PWD))
105 INCLUDEPATH += $$absolute_path($$MOC_DIR, $$OUT_PWD)
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/mkspecs/features/
H A Dmoc.prf10 MOC_INCLUDEPATH += $$absolute_path($$inc, $$_PRO_FILE_PWD_)
24 write_file($$absolute_path($$WIN_INCLUDETEMP, $$OUT_PWD), WIN_INCLUDETEMP_CONT)|error()
60 else: RET += --include $$shell_quote($$absolute_path($$moc_predefs.output, $$OUT_PWD))
105 INCLUDEPATH += $$absolute_path($$MOC_DIR, $$OUT_PWD)
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-http.php963 $absolute_path = $url_parts['scheme'] . '://';
968 $absolute_path .= $relative_url_parts['host'];
970 $absolute_path .= ':' . $relative_url_parts['port'];
973 $absolute_path .= $url_parts['host'];
975 $absolute_path .= ':' . $url_parts['port'];
1008 return $absolute_path . '/' . ltrim( $path, '/' );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-http.php963 $absolute_path = $url_parts['scheme'] . '://';
968 $absolute_path .= $relative_url_parts['host'];
970 $absolute_path .= ':' . $relative_url_parts['port'];
973 $absolute_path .= $url_parts['host'];
975 $absolute_path .= ':' . $url_parts['port'];
1008 return $absolute_path . '/' . ltrim( $path, '/' );
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp310 llvm::Optional<FileSpec::Style> FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle() argument
311 if (absolute_path.startswith("/")) in GuessPathStyle()
313 if (absolute_path.startswith(R"(\\)")) in GuessPathStyle()
315 if (absolute_path.size() > 3 && llvm::isAlpha(absolute_path[0]) && in GuessPathStyle()
316 absolute_path.substr(1, 2) == R"(:\)") in GuessPathStyle()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/lv2/state/
H A Dstate.h299 const char* absolute_path);
314 char* (*absolute_path)(LV2_State_Map_Path_Handle handle, member
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/core-foundation-0.9.2/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/core-foundation-0.9.1/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/core-foundation-0.9.1/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/core-foundation-0.9.2/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/www/castor/castor-0.8.16/cargo-crates/core-foundation-0.7.1/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/dns/dog/dog-0.1.0/cargo-crates/core-foundation-0.7.0/src/
H A Durl.rs150 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
151 absolute_path.push(file); in absolute_file_url()
155 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/net/routinator/routinator-0.10.2/cargo-crates/core-foundation-0.9.1/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/core-foundation/src/
H A Durl.rs150 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
151 absolute_path.push(file); in absolute_file_url()
155 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/www/rearx/rearx-0.1.4/cargo-crates/core-foundation-0.9.1/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/core-foundation-0.7.0/src/
H A Durl.rs150 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
151 absolute_path.push(file); in absolute_file_url()
155 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/core-foundation-0.9.1/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/core-foundation-0.7.0/src/
H A Durl.rs150 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
151 absolute_path.push(file); in absolute_file_url()
155 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/core-foundation-0.6.3/src/
H A Durl.rs150 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
151 absolute_path.push(file); in absolute_file_url()
155 absolute_path.to_str().unwrap()); in absolute_file_url()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/core-foundation-0.9.2/src/
H A Durl.rs149 let mut absolute_path = PathBuf::from(path); in absolute_file_url() localVariable
150 absolute_path.push(file); in absolute_file_url()
154 absolute_path.to_str().unwrap()); in absolute_file_url()

12345678910>>...81