Home
last modified time | relevance | path

Searched refs:GlobSpec (Results 1 – 14 of 14) sorted by relevance

/dports/devel/git-gui/git-2.34.1/perl/Git/SVN/
H A DGlobSpec.pm1 package Git::SVN::GlobSpec;
/dports/devel/git-p4/git-2.34.1/perl/Git/SVN/
H A DGlobSpec.pm1 package Git::SVN::GlobSpec;
/dports/devel/git-svn/git-2.34.1/perl/Git/SVN/
H A DGlobSpec.pm1 package Git::SVN::GlobSpec;
/dports/devel/git/git-2.34.1/perl/Git/SVN/
H A DGlobSpec.pm1 package Git::SVN::GlobSpec;
/dports/devel/git-cvs/git-2.34.1/perl/Git/SVN/
H A DGlobSpec.pm1 package Git::SVN::GlobSpec;
/dports/devel/cgit/cgit-1.2.3/git/perl/Git/SVN/
H A DGlobSpec.pm1 package Git::SVN::GlobSpec;
/dports/devel/git-gui/git-2.34.1/perl/Git/
H A DSVN.pm218 require Git::SVN::GlobSpec;
222 path => Git::SVN::GlobSpec->new($local_ref, 1),
223 ref => Git::SVN::GlobSpec->new($remote_ref, 0) };
/dports/devel/git-p4/git-2.34.1/perl/Git/
H A DSVN.pm218 require Git::SVN::GlobSpec;
222 path => Git::SVN::GlobSpec->new($local_ref, 1),
223 ref => Git::SVN::GlobSpec->new($remote_ref, 0) };
/dports/devel/git-svn/git-2.34.1/perl/Git/
H A DSVN.pm218 require Git::SVN::GlobSpec;
222 path => Git::SVN::GlobSpec->new($local_ref, 1),
223 ref => Git::SVN::GlobSpec->new($remote_ref, 0) };
/dports/devel/git/git-2.34.1/perl/Git/
H A DSVN.pm218 require Git::SVN::GlobSpec;
222 path => Git::SVN::GlobSpec->new($local_ref, 1),
223 ref => Git::SVN::GlobSpec->new($remote_ref, 0) };
/dports/devel/git-cvs/git-2.34.1/perl/Git/
H A DSVN.pm218 require Git::SVN::GlobSpec;
222 path => Git::SVN::GlobSpec->new($local_ref, 1),
223 ref => Git::SVN::GlobSpec->new($remote_ref, 0) };
/dports/devel/cgit/cgit-1.2.3/git/perl/Git/
H A DSVN.pm218 require Git::SVN::GlobSpec;
222 path => Git::SVN::GlobSpec->new($local_ref, 1),
223 ref => Git::SVN::GlobSpec->new($remote_ref, 0) };
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Darchiver.py51 …from .helpers import PrefixSpec, GlobSpec, CommentSpec, SortBySpec, HUMAN_SORT_KEYS, FilesCacheMode
2831 type=GlobSpec, default=None,
H A Dhelpers.py763 GlobSpec = replace_placeholders variable