Home
last modified time | relevance | path

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

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DGit.php64 * @param string $git_location (optional) verified git directory
66 public function isGitRevision(&$git_location = null): bool argument
78 $git_location = $_SESSION['git_location'];
94 $git_location = $git;
118 $git_location = $gitmatch[1];
126 $_SESSION['git_location'] = $git_location;
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/git/
H A Dgbp-git-workbench-addin.c105 g_autofree gchar *git_location = NULL; in gbp_git_workbench_addin_load_project_discover_cb() local
113 if (!ipc_git_service_call_discover_finish (service, &git_location, result, &error)) in gbp_git_workbench_addin_load_project_discover_cb()
121 git_location, in gbp_git_workbench_addin_load_project_discover_cb()
H A Dgbp-git-vcs-initializer.c45 g_autofree gchar *git_location = NULL;
52 if (!ipc_git_service_call_create_finish (service, &git_location, result, &error))
H A Dgbp-git-vcs-cloner.c163 g_autofree gchar *git_location = NULL; in gbp_git_vcs_cloner_clone_cb() local
169 if (!ipc_git_service_call_clone_finish (service, &git_location, result, &error)) in gbp_git_vcs_cloner_clone_cb()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DConfig.php364 public function isGitRevision(&$git_location = NULL) argument
377 $git_location = $_SESSION['git_location'];
386 $git_location = $git;
404 $git_location = $gitmatch[1];
417 $_SESSION['git_location'] = $git_location;
/dports/devel/git-lfs/git-lfs-3.0.2/script/windows-installer/
H A Dinno-setup-git-lfs-installer.iss96 TmpFileName := ExpandConstant('{tmp}') + '\git_location.txt';