Home
last modified time | relevance | path

Searched refs:find_program_in_path (Results 1 – 25 of 96) sorted by relevance

1234

/dports/deskutils/synapse/synapse-0.2.99.4/src/plugins/
H A Ddictionary.vala76 Environment.find_program_in_path ("gnome-dictionary") != null
77 || Environment.find_program_in_path ("mate-dictionary") != null,
93 if (Environment.find_program_in_path ("gnome-dictionary") != null)
95 else if (Environment.find_program_in_path ("mate-dictionary") != null)
H A Ddevhelp-search.vala73 Environment.find_program_in_path ("devhelp") != null,
90 Environment.find_program_in_path ("devhelp") != null;
H A Dchromium-plugin.vala70 …Environment.find_program_in_path ("chromium") != null || Environment.find_program_in_path ("chromi…
/dports/x11-wm/awesome/awesome-4.3/spec/awful/
H A Dcompletion_spec.lua11 local has_bash = GLib.find_program_in_path("bash")
12 local has_zsh = GLib.find_program_in_path("zsh")
29 local target = GLib.find_program_in_path(cmd)
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/
H A Dbase.c184 static char *find_program_in_path(const char *prog) in find_program_in_path() function
275 result = find_program_in_path(g_argv[0]); in fs_get_application_exe_path()
/dports/math/polymake/polymake-4.5/perllib/Polymake/
H A DConfigureStandalone.pm54 sub find_program_in_path { subroutine
112 my ($first_shot, $full_path)=find_program_in_path(defined($_[0]) ? $_[0] : (), @prognames);
H A DConfigure.pm66 … my ($first_shot, $full_path, $error)=find_program_in_path(defined($_[0]) ? $_[0] : (), @prognames,
132 my ($first_shot, $full_path)=find_program_in_path($_[0]);
/dports/math/polymake/polymake-4.5/bundled/ppl/support/
H A Dconfigure.pl35 } elsif ($ppl_config=Polymake::Configure::find_program_in_path("ppl-config")) {
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DInternational.vala25 … File.new_for_path(Environment.find_program_in_path(args[0])).get_parent().get_parent().get_child(
/dports/x11-fonts/font-manager/font-manager-0.8.7/tests/
H A DTestUtils.vala20 string? xmllint = Environment.find_program_in_path("xmllint");
/dports/math/polymake/polymake-4.5/bundled/singular/support/
H A Dconfigure.pl84 if($pkg_config = Polymake::Configure::find_program_in_path("pkg-config")){
/dports/graphics/gimmage/gimmage-0.2.3/src/
H A Dmain.cpp43 iconpath = Glib::find_program_in_path( progname ); in find_iconpath()
/dports/games/lordsawar/lordsawar-0.3.2/src/ghs/
H A Dmain.cpp104 Glib::ustring lordsawar = Glib::find_program_in_path(PACKAGE); in main()
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/util/
H A Dutils.py121 if GLib.find_program_in_path("cinnamon-session-quit"):
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtest_glib.py31 bash_path = GLib.find_program_in_path('bash')
35 self.assertEqual(GLib.find_program_in_path('non existing'), None)
/dports/devel/py-gobject3/pygobject-3.38.0/tests/
H A Dtest_glib.py31 bash_path = GLib.find_program_in_path('bash')
35 self.assertEqual(GLib.find_program_in_path('non existing'), None)
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dutils_file.py176 if GLib.find_program_in_path("youtube-dl"):
/dports/x11/swaysettings/SwaySettings-709b482/src/Functions/
H A DFunctions.vala68 return GLib.Environment.find_program_in_path ("swaync") != null;
/dports/net-im/dino/dino-0.2.2/libdino/src/
H A Dutil.vala34 exec_path = Environment.find_program_in_path(this.exec_path);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/
H A DGir.toml112 name = "find_program_in_path"
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/
H A DGir.toml112 name = "find_program_in_path"
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-sys-0.14.0/
H A DGir.toml112 name = "find_program_in_path"
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/
H A DGir.toml112 name = "find_program_in_path"
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-sys-0.14.0/
H A DGir.toml112 name = "find_program_in_path"
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-sys-0.14.0/
H A DGir.toml112 name = "find_program_in_path"

1234