Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 25 of 77295) sorted by last modified time

12345678910>>...3092

/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Drootmenu.c2307 char * prefixes[2]; in convert_to_proplist() local
2308 prefixes[0] = get_gnustep_path ("Library/WindowMaker/"); in convert_to_proplist()
2309 prefixes[1] = g_strdup ("/etc/X11/WindowMaker/"); in convert_to_proplist()
2314 filename = g_strconcat (prefixes[i], cfilename, NULL); in convert_to_proplist()
2317 Free (prefixes[0]); in convert_to_proplist()
2318 Free (prefixes[1]); in convert_to_proplist()
/dports/x11-wm/sway/sway-1.5.1/
H A Dmeson.build208 # Strip relative path prefixes from the code if possible, otherwise hide them.
H A Dmeson.build.nogit208 # Strip relative path prefixes from the code if possible, otherwise hide them.
/dports/x11-wm/lxsession/lxsession-0.5.4/
H A Dinstall-sh393 prefixes=
401 prefixes=
413 prefixes="$prefixes '$qprefix'"
419 if test -n "$prefixes"; then
422 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A Dsogui.doxygen.in646 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
/dports/x11-toolkits/soqt/soqt/data/
H A DINSTALL92 You can specify separate installation prefixes for
/dports/x11-toolkits/soqt/soqt/
H A DINSTALL.GNU92 You can specify separate installation prefixes for
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp1854 const wxArrayString prefixes = GetSearchPrefixes(); in GetFullSearchPath() local
1856 for ( wxArrayString::const_iterator i = prefixes.begin(); in GetFullSearchPath()
1857 i != prefixes.end(); in GetFullSearchPath()
1912 const wxArrayString prefixes = GetSearchPrefixes(); in GetAvailableTranslations() local
1917 prefixes in GetAvailableTranslations()
1920 for ( wxArrayString::const_iterator i = prefixes.begin(); in GetAvailableTranslations()
1921 i != prefixes.end(); in GetAvailableTranslations()
/dports/x11-toolkits/p5-Alien-wxWidgets/Alien-wxWidgets-0.69/lib/Alien/wxWidgets/
H A DUtility.pm254 my @prefixes;
263 push @prefixes, [ $match, $^O eq 'MSWin32' ?
275 foreach my $prefix ( @prefixes ) {
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/
H A Dprima-gencls.pod463 A method can have one of six prefixes that govern C code
/dports/x11-themes/irssi-themes/irssi-themes-2016082001/
H A DlitE.theme113 # join/part/quit prefixes
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/bin/
H A Dxlet-about-dialog105 prefixes = [
111 for prefix in prefixes:
/dports/x11/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2/lightdm_gtk_greeter_settings/
H A Dhelpers.py340 def __init__(self, source, *prefixes): argument
345 self._prefixes = tuple(prefixes)
348 self._prefixes = source._prefixes + tuple(prefixes)
/dports/x11/wf-shell/wf-shell-0.7.0/src/dock/
H A Dtoplevel-icon.cpp207 std::vector<std::string> prefixes = { in get_from_desktop_app_info() local
226 for (auto& prefix : prefixes) in get_from_desktop_app_info()
/dports/x11/wf-shell/wf-shell-0.7.0/src/panel/widgets/window-list/
H A Dtoplevel.cpp600 std::vector<std::string> prefixes = { in get_from_desktop_app_info() local
619 for (auto& prefix : prefixes) in get_from_desktop_app_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/api/music_manager_private/
H A Ddevice_id_linux.cc110 const char* const prefixes[], in ProcessInterface() argument
160 if (!IsValidPrefix(ifinfo->ifa_name, prefixes, prefixes_count)) in ProcessInterface()
163 if (!IsValidPrefix(ifinfo.ifr_name, prefixes, prefixes_count)) in ProcessInterface()
177 const char* const prefixes[], in IsValidPrefix() argument
180 if (strncmp(prefixes[i], name, strlen(prefixes[i])) == 0) in IsValidPrefix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/config/compiler/
H A DBUILD.gn1153 cflags += [ "-no-canonical-prefixes" ]
/dports/www/firefox/firefox-99.0/third_party/rust/cc/src/
H A Dlib.rs2615 fn find_working_gnu_prefix(&self, prefixes: &[&'static str]) -> Option<&'static str> { in find_working_gnu_prefix()
2626 for prefix in prefixes { in find_working_gnu_prefix()
2641 prefixes.first().map(|prefix| *prefix)) in find_working_gnu_prefix()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/config/compiler/
H A DBUILD.gn1165 cflags += [ "-no-canonical-prefixes" ]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cc/src/
H A Dlib.rs2611 fn find_working_gnu_prefix(&self, prefixes: &[&'static str]) -> Option<&'static str> { in find_working_gnu_prefix()
2622 for prefix in prefixes { in find_working_gnu_prefix()
2637 prefixes.first().map(|prefix| *prefix)) in find_working_gnu_prefix()
/dports/www/firefox-esr/firefox-91.8.0/build/moz.configure/
H A Dinit.configure791 # prefixes. We need to be more specific about the LLVM target on Mac
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py262 prefixes = ('Processing ', '64 bit Processing ')
264 for x in lines if x.startswith(prefixes))
266 if not line.startswith(prefixes) and line not in processing:
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit_x86.dasc3283 uint32_t prefixes = 0;
3289 return result + x + (prefixes & 4);
3291 prefixes |= x;
3302 result -= (prefixes & 2);
3309 } else if ((prefixes & 2) && (x == 0x66)) {
3334 result -= (prefixes & 2);
/dports/www/p5-RT-Extension-LDAPImport/RT-Extension-LDAPImport-0.36/inc/Module/Install/
H A DRTx.pm41 my @prefixes = qw( /opt /usr/local /home /usr /sw /usr/share/request-tracker4);
49 map { ( "$_/rt4/lib", "$_/lib/rt4", "$_/lib" ) } @prefixes;
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py262 prefixes = ('Processing ', '64 bit Processing ')
264 for x in lines if x.startswith(prefixes))
266 if not line.startswith(prefixes) and line not in processing:

12345678910>>...3092