Searched refs:default (Results 126 - 150 of 1240) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
17 <policy context="default">
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in101 # don't start if /etc/default/avahi-daemon says so.
103 test -f /etc/default/avahi-daemon && . /etc/default/avahi-daemon
106 log_warning_msg "Not starting $DESC $NAME, disabled via /etc/default/$NAME"
H A Davahi-dnsconfd.in101 # don't start if /etc/default/avahi-dnsconfd says so.
103 test -f /etc/default/avahi-dnsconfd && . /etc/default/avahi-dnsconfd
106 log_warning_msg "Not starting $DESC $NAME, disabled via /etc/default/$NAME"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dffprobe.mak14 fate-ffprobe_default: CMD = run $(FFPROBE_COMMAND) -of default
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/Netware/
H A Dbuild.bat23 rem If no arguments are specified the default is to build non-debug with
24 rem no assembly. NOTE: there is no default BLD_TARGET.
29 rem No assembly is the default - Uncomment section below to change
30 rem the assembler default
35 rem Uncomment to default to the Metrowerks assembler
40 rem Uncomment to default to the NASM assembler
45 rem No default Bld target
54 rem Uncomment to default to debug build
230 echo . If no debug or assembly opts are specified the default is to build
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dmakefile.gcc45 ifeq ($(DEBUG_FLAG),default)
95 ifeq ($(DEBUG_FLAG),default)
160 ifeq ($(DEBUG_INFO),default)
165 ifeq ($(DEBUG_INFO),default)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dmakefile.gcc45 ifeq ($(DEBUG_FLAG),default)
98 ifeq ($(DEBUG_FLAG),default)
157 ifeq ($(DEBUG_INFO),default)
162 ifeq ($(DEBUG_INFO),default)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/MacOSX/
H A Ddefs-global.sh45 pc $BLUE "\tAutomatically setting SDK to 10.4u (tiger with i386 and ppc, gcc 4.0) - set SDKNUMBER to your preferred SDK if you want to target it (10.5, 10.6, 10.7) or \"default\" for the default SDK."
57 default)
60 pc $RED "Valid SDKNUMBER values are 10.4, 10.5, 10.6, 10.7 and default."
67 if [ "$SDKNUMBER" != "default" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddebugrptpvwstd.tex36 Trivial default constructor.
H A Dindlgevt.tex5 The default handler calls \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}.
H A Dtglbtn.tex68 \docparam{id}{Toggle button identifier. A value of $-1$ indicates a default value.}
72 \docparam{pos}{Toggle button position. If the position $(-1, -1)$ is specified then a default position is chosen.}
74 \docparam{size}{Toggle button size. If the default size $(-1, -1)$ is specified then a default size is chosen.}
H A Dwizard.tex24 using either the non-default constructor or a default one followed by call to the
65 style. You will need to use two-step construction (use the default constructor, call {\bf SetExtraStyle}, then call {\bf Create}).
96 default size by default. If you want to change this, you should use the
107 \docparam{bitmap}{The default bitmap used in the left side of the wizard. See
111 by default.}
120 Creates the wizard dialog. Must be called if the default constructor had been
125 default size by default
[all...]
H A Dfiledlg.tex20 \twocolitem{\windowstyle{wxFD\_OPEN}}{This is an open dialog; usually this means that the default button's label of the dialog is "Open". Cannot be combined with wxFD\_SAVE.}
21 \twocolitem{\windowstyle{wxFD\_SAVE}}{This is a save dialog; usually this means that the default button's label of the dialog is "Save". Cannot be combined with wxFD\_OPEN.}
29 {\bf NB:} Previous versions of wxWidgets used {\tt wxFD\_CHANGE\_DIR} by default
47 no default filename will be supplied. The wildcard determines what files
84 \docparam{defaultDir}{The default directory, or the empty string.}
86 \docparam{defaultFile}{The default filename, or the empty string.}
112 Returns the default directory.
118 Returns the default filename.
171 Sets the default directory.
177 Sets the default filenam
[all...]
H A Dbutton.tex27 \twocolitem{\windowstyle{wxBU\_EXACTFIT}}{Creates the button as small as possible instead of making it of the standard size (which is the default behaviour ).}
59 The preferred way to create standard buttons is to use default value of
68 \docparam{id}{Button identifier. A value of \texttt{wxID\_ANY} indicates a default value.}
74 \docparam{size}{Button size. If the default size is specified then the button is sized
120 Returns the default size for the buttons. It is advised to make all the dialog
128 This sets the button to be the default item for the panel or dialog
134 normal under Windows and Motif, pressing return causes the default button to
141 will cause misalignment of the row of buttons, since default
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A Drc.atalk.debian.tmpl24 # Set defaults. Please change these options in /etc/default/netatalk
43 # old /etc/default/netatalk expected hostname in $HOSTNAME by default
47 if [ -f /etc/default/netatalk ]; then
48 . /etc/default/netatalk
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/Netware/
H A Dbuild.bat23 rem If no arguments are specified the default is to build non-debug with
24 rem no assembly. NOTE: there is no default BLD_TARGET.
29 rem No assembly is the default - Uncomment section below to change
30 rem the assembler default
35 rem Uncomment to default to the Metrowerks assembler
40 rem Uncomment to default to the NASM assembler
45 rem No default Bld target
54 rem Uncomment to default to debug build
230 echo . If no debug or assembly opts are specified the default is to build
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dbuild.bat22 rem If no arguments are specified the default is to build non-debug with
23 rem no assembly. NOTE: there is no default BLD_TARGET.
28 rem No assembly is the default - Uncomment section below to change
29 rem the assembler default
34 rem Uncomment to default to the Metrowerks assembler
39 rem Uncomment to default to the NASM assembler
44 rem No default Bld target
53 rem Uncomment to default to debug build
204 echo . If no debug or assembly opts are specified the default is to build
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dc.exp28 in word set default
H A Dtest-7.exp28 NOT in word set default
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A DMakefile120 .PHONY: default
121 default: print-extensions all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Difcfg136 ip ro append default dev $dev metric 30000 scope global
139 ip ro append default via $peer dev $dev metric 30001
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsystem.conf44 <policy context="default">
54 by default -->
59 <!-- All messages may be received by default -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A DMakefile.MPW104 {PPCC} {depDir}{default}.c -o {targDir}{default}.c.o {PPCCOptions}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A DMakefile25 default: $(TARGETS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dbpalogin.conf.sh113 When prompted, the default information is displayed in square brackets.
114 Press Enter to use the default information in your configuration file, or

Completed in 162 milliseconds

1234567891011>>