Home
last modified time | relevance | path

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

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DGit.php563 $is_remote_branch = false;
567 $is_remote_branch = $_SESSION['PMA_VERSION_REMOTEBRANCH_' . $hash];
578 $is_remote_branch = false;
612 'is_remote_branch' => $is_remote_branch,
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/home/
H A Dgit_info.twig14 {% elseif is_remote_branch %}
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/source_control/
H A Dgit.py473 elif is_remote_branch(git_path, module, dest, repo, version) \
575 elif is_remote_branch(git_path, module, dest, remote, version):
638 def is_remote_branch(git_path, module, dest, remote, version): function
764 elif is_remote_branch(git_path, module, dest, repo, version):
899 if is_remote_branch(git_path, module, dest, remote, version):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dgit.py474 elif is_remote_branch(git_path, module, dest, repo, version) \
576 elif is_remote_branch(git_path, module, dest, remote, version):
639 def is_remote_branch(git_path, module, dest, remote, version):
765 elif is_remote_branch(git_path, module, dest, repo, version):
904 if is_remote_branch(git_path, module, dest, remote, version):
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DConfig.php686 $is_remote_branch = false;
690 $is_remote_branch = $_SESSION['PMA_VERSION_REMOTEBRANCH_' . $hash];
705 $is_remote_branch = false;
756 $this->set('PMA_VERSION_GIT_ISREMOTEBRANCH', $is_remote_branch);
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dgit.py509 …is_branch_or_tag = is_remote_branch(git_path, module, dest, repo, version) or is_remote_tag(git_pa…
625 elif is_remote_branch(git_path, module, dest, remote, version):
688 def is_remote_branch(git_path, module, dest, remote, version): function
814 elif is_remote_branch(git_path, module, dest, repo, version):
953 if is_remote_branch(git_path, module, dest, remote, version):