OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gnome
(Results
1 - 25
of
214
) sorted by null
1
2
3
4
5
6
7
8
9
/external/openssh/contrib/
Makefile
2
@echo "Valid targets:
gnome
-ssh-askpass1
gnome
-ssh-askpass2"
4
gnome
-ssh-askpass1:
gnome
-ssh-askpass1.c
5
$(CC) `
gnome
-config --cflags
gnome
gnomeui` \
6
gnome
-ssh-askpass1.c -o
gnome
-ssh-askpass1 \
7
`
gnome
-config --libs
gnome
gnomeui
[
all
...]
gnome-ssh-askpass1.c
26
* This is a simple
GNOME
SSH passphrase grabber. To use it, set the
28
*
gnome
-ssh-askpass before calling "ssh-add < /dev/null".
31
* "GNOME_SSH_ASKPASS_GRAB_SERVER=true" then
gnome
-ssh-askpass will grab
40
* cc `
gnome
-config --cflags
gnome
gnomeui` \
41
*
gnome
-ssh-askpass1.c -o
gnome
-ssh-askpass \
42
* `
gnome
-config --libs
gnome
gnomeui`
49
#include <
gnome
.h
[
all
...]
README
33
gnome
-ssh-askpass[12]:
35
A
GNOME
and Gtk2 passphrase requesters. Use "make
gnome
-ssh-askpass1" or
36
"make
gnome
-ssh-askpass2" to build.
/external/openssh/contrib/redhat/
gnome-ssh-askpass.csh
1
setenv SSH_ASKPASS /usr/libexec/openssh/
gnome
-ssh-askpass
gnome-ssh-askpass.sh
1
SSH_ASKPASS=/usr/libexec/openssh/
gnome
-ssh-askpass
/external/chromium_org/third_party/libxml/src/
xml2-config.1
1
.TH
GNOME
-XML 1 "3 July 1999" Version 1.1.0
3
xml-config - script to get information about the installed version of
GNOME
-XML
xml2Conf.sh.in
2
# Configuration file for using the XML library in
GNOME
applications
README
2
XML toolkit from the
GNOME
project
27
A mailing-list xml@
gnome
.org is available, to subscribe:
28
http://mail.
gnome
.org/mailman/listinfo/xml
31
http://mail.
gnome
.org/archives/xml/
/external/libxslt/
README
2
XSLT support for libxml2 (XML toolkit from the
GNOME
project)
12
A mailing-list xslt@
gnome
.org is available, to subscribe:
13
http://mail.
gnome
.org/mailman/listinfo/xslt
16
http://mail.
gnome
.org/archives/xslt/
AUTHORS
3
DV on #
gnome
IRC channel
/external/chromium_org/chrome/installer/linux/common/
default-app.template
2
<!DOCTYPE default-apps SYSTEM "
gnome
-da-list.dtd">
3
<!-- This file should be put in /usr/share/
gnome
-control-center/default-apps,
5
/usr/share/
gnome
-control-center/
gnome
-default-applications.xml -->
postinst.include
66
# If /usr/share/
gnome
-control-center/
gnome
-default-applications.xml exists, it
70
GNOME_DFL_APPS=/usr/share/
gnome
-control-center/
gnome
-default-applications.xml
73
# first "<web-browsers>" line we find in
gnome
-default-applications.xml
/external/chromium_org/third_party/libxml/
README.chromium
17
- Import XPath fix http://git.
gnome
.org/browse/libxml2/commit/?id=91d19754d46acd4a639a8b9e31f50f31c78f8c9c
18
- Import follow-on for above commit: http://git.
gnome
.org/browse/libxml2/commit/?id=ea90b894146030c214a7df6d8375310174f134b9
19
- Import additional XPath fix http://git.
gnome
.org/browse/libxml2/commit/?id=df83c17e5a2646bd923f75e5e507bc80d73c9722
20
- Import follow-on fix for above commit: http://git.
gnome
.org/browse/libxml2/commit/?id=fec31bcd452e77c10579467ca87a785b41115de6
21
- And a follow-on fix to the previous two fixes, committed upstream: http://git.
gnome
.org/browse/libxml2/commit/?id=f5048b3e71fc30ad096970b8df6e7af073bae4cb (slightly differently, but we can drop our local fix on the next roll).
24
- Add fix for entities, commit upstream is http://git.
gnome
.org/browse/libxml2/commit/?id=5bd3c061823a8499b27422aee04ea20aae24f03e
25
- Import UTF-8 fix from upstream: http://git.
gnome
.org/browse/libxml2/commit/?id=0795348aeb86648723bc391e4d02e20631c10bca
26
- Import XPath fix http://git.
gnome
.org/browse/libxml2/commit/xpath.c?id=2ddecc23862bab1a9a9e51e097aefc92ec305e28
27
- Merge clang warning fix http://git.
gnome
.org/browse/libxml2/commit/?id=aae48e64dfbf2b46b157a4c1857e30645116388f
34
- Merge a clang warning fix http://git.
gnome
.org/browse/libxml2/commit/?id=713434d2309da469d64b35e163ea6556dadccad
[
all
...]
/build/core/
process_wrapper.sh
16
gnome
-terminal -t "Wrapper: $1" --disable-factory -x $2/process_wrapper_gdb.sh "$@"
/external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc
29
// Command used to configure
GNOME
2 proxy settings.
30
const char* kGNOME2ProxyConfigCommand[] = {"
gnome
-network-properties", NULL};
31
// In
GNOME
3, we might need to run
gnome
-control-center instead. We try this
32
// only after
gnome
-network-properties is not found, because older
GNOME
also
34
const char* kGNOME3ProxyConfigCommand[] = {"
gnome
-control-center", "network",
118
// command existed in older versions of
GNOME
, but it didn't do the
121
// between
GNOME
2 and 3, so we can't necessarily detect what the
/external/icu4c/samples/layout/
GnomeGUISupport.cpp
15
#include <
gnome
.h>
gnomeglue.h
10
#include <
gnome
.h>
gnomeglue.cpp
7
#include <
gnome
.h>
/external/chromium_org/base/nix/
xdg_util.cc
57
else if (xdg_current_desktop == "
GNOME
")
64
if (desktop_session == "
gnome
") {
97
return "
GNOME
";
/external/chromium_org/chrome/installer/linux/debian/
prerm
23
update-alternatives --remove
gnome
-www-browser /usr/bin/@@USR_BIN_SYMLINK_NAME@@
/external/chromium_org/third_party/libxml/patches/
bug_651202
1
Fix for https://bugzilla.
gnome
.org/show_bug.cgi?id=651202
/external/chromium_org/third_party/libxslt/
AUTHORS
3
DV on #
gnome
IRC channel
/external/chromium/base/nix/
xdg_util.cc
37
if (desktop_session == "
gnome
") {
70
return "
GNOME
";
/external/chromium/chrome/browser/ui/gtk/
gconf_titlebar_listener.h
21
// On
GNOME
desktops, subscribes to the gconf key which controlls button order.
31
// Sets the current titlebar button order. On
GNOME
desktops, also subscribes
/external/chromium_org/chrome/browser/ui/gtk/
gconf_titlebar_listener.h
20
// On
GNOME
desktops, subscribes to the gconf key which controlls button order.
30
// Sets the current titlebar button order. On
GNOME
desktops, also subscribes
Completed in 683 milliseconds
1
2
3
4
5
6
7
8
9