Home
last modified time | relevance | path

Searched refs:fromurl (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Dsite_detect.py32 def __init__(self, fromurl, **kwargs): argument
41 if fromurl.endswith('$1'):
42 fromurl = fromurl[:-2]
44 r = fetch(fromurl, **kwargs)
47 if fromurl != r.url:
49 fromurl = r.url
51 self.fromurl = fromurl
55 wp = WikiHTMLPageParser(fromurl)
90 '{}'.format(self.fromurl))
94 self.__class__.__name__, self.fromurl)
[all …]
/dports/deskutils/dosage/dosage-2.17/dosagelib/plugins/
H A Dwlpcomics.py47 def link_modifier(self, fromurl, tourl): argument
49 if tourl == fromurl:
52 if '263.html' in fromurl and '265.html' in tourl:
104 def link_modifier(self, fromurl, tourl): argument
/dports/audio/ampache/ampache-php74-5.0.0/public/
H A D.maintenance.example18 $fromurl = rawurlencode($scheme . "://" . $domain . $_SERVER[REQUEST_URI]);
20 header("Location: https://ampache.org/maintenance/?from=" . $fromurl);
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dclone.c361 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
369 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
374 path = fromurl.ptr; in git_clone__should_clone_local()
381 git_buf_free(&fromurl); in git_clone__should_clone_local()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dclone.c359 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
367 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
372 path = fromurl.ptr; in git_clone__should_clone_local()
379 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dclone.c361 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
369 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
374 path = fromurl.ptr; in git_clone__should_clone_local()
381 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dclone.c359 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
367 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
372 path = fromurl.ptr; in git_clone__should_clone_local()
379 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dclone.c361 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
369 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
374 path = fromurl.ptr; in git_clone__should_clone_local()
381 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dclone.c359 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
367 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
372 path = fromurl.ptr; in git_clone__should_clone_local()
379 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/py-prance/prance-0.21.2/tests/specs/
H A Dissue_5.yaml11 operationId: test_api.api.fromurl.post
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dclone.c419 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
427 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
432 path = fromurl.ptr; in git_clone__should_clone_local()
439 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dclone.c419 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
427 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
432 path = fromurl.ptr; in git_clone__should_clone_local()
439 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dclone.c419 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
427 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
432 path = fromurl.ptr; in git_clone__should_clone_local()
439 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dclone.c440 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
448 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
453 path = fromurl.ptr; in git_clone__should_clone_local()
460 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dclone.c440 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
448 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
453 path = fromurl.ptr; in git_clone__should_clone_local()
460 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dclone.c440 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
448 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
453 path = fromurl.ptr; in git_clone__should_clone_local()
460 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dclone.c429 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
437 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
442 path = fromurl.ptr; in git_clone__should_clone_local()
449 git_buf_dispose(&fromurl); in git_clone__should_clone_local()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dclone.c440 git_buf fromurl = GIT_BUF_INIT; in git_clone__should_clone_local() local
448 if (git_path_fromurl(&fromurl, url_or_path) < 0) { in git_clone__should_clone_local()
453 path = fromurl.ptr; in git_clone__should_clone_local()
460 git_buf_dispose(&fromurl); in git_clone__should_clone_local()

123