Home
last modified time | relevance | path

Searched refs:usedefault (Results 1 – 25 of 100) sorted by relevance

1234

/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DUnixFaxServer.c++81 usedefault = true; in UnixFaxServer()
89 usedefault = true; in initServer()
168 usedefault = 1; in openDataConn()
171 if (usedefault) in openDataConn()
173 usedefault = 1; in openDataConn()
207 usedefault = false; in portCmd()
H A DInetFaxServer.c++123 usedefault = true; in InetFaxServer()
152 usedefault = true; in initServer()
452 else if (!usedefault) in netStatus()
531 usedefault = 1; in openDataConn()
534 if (usedefault) in openDataConn()
536 usedefault = 1; in openDataConn()
653 usedefault = false; in portCmd()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/digestion/
H A Dxargs.tex16 \newcommandx{\hihi}[2][1=honey, 2=mustard, usedefault]{``{#1}'' - ``{#2}''}
17 \newcommandx{\hihihi}[2][1=honey, 2=mustard, usedefault=ha]{``{#1}'' - ``{#2}''}
20 \newcommandx{\greetingUsedef}[2][1=Hello, 2=World, usedefault]{#1 #2!}
21 \newcommandx{\greetingUsedefAt}[2][1=Hello, 2=World, usedefault=@]{#1 #2!}
/dports/ftp/smbftpd/smbftpd-2.4/cmd/
H A Dcmd_passive.c227 usedefault = 1;
230 if (usedefault)
232 usedefault = 1;
701 usedefault = 1;
711 usedefault = 1;
714 usedefault = 0;
731 usedefault = 1;
760 usedefault = 1;
769 usedefault = 1;
772 usedefault = 0;
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dclock.c156 if( clck->usedefault && clck->clocktype != defaultclocktype ) in clockUpdateDefaultType()
206 …"resetting clock %p of type %d (usedefault=%u)\n", (void*)clck, clck->clocktype, clck->usedefault); in SCIPclockReset()
232 …("enabling clock %p of type %d (usedefault=%u)\n", (void*)clck, clck->clocktype, clck->usedefault); in SCIPclockEnable()
244 …"disabling clock %p of type %d (usedefault=%u)\n", (void*)clck, clck->clocktype, clck->usedefault); in SCIPclockDisable()
273 (void*)clck, clck->clocktype, clck->usedefault, clocktype); in SCIPclockSetType()
276 clck->usedefault = (clocktype == SCIP_CLOCKTYPE_DEFAULT); in SCIPclockSetType()
305 …ge("starting clock %p (type %d, usedefault=%u)\n", (void*)clck, clck->clocktype, clck->usedefault); in SCIPclockStart()
376 …ge("stopping clock %p (type %d, usedefault=%u)\n", (void*)clck, clck->clocktype, clck->usedefault); in SCIPclockStop()
438 (void*)clck, clck->clocktype, clck->usedefault, clck->nruns); in SCIPclockGetTime()
527 (void*)clck, clck->clocktype, clck->usedefault, clck->nruns, sec); in SCIPclockSetTime()
H A Dstruct_clock.h65 …SCIP_Bool usedefault; /**< should the clock's type be overruled by the default… member
/dports/mail/ecartis/ecartis-1.0.0/src/modules/send/
H A Dsend.c191 int usedefault; in HOOK_HANDLER() local
196 usedefault = 1; in HOOK_HANDLER()
211usedefault = !LMAPI->send_textfile_expand_append(LMAPI->get_string("fromaddress"),&inbuffer[0],LMA… in HOOK_HANDLER()
216 if (!usedefault) in HOOK_HANDLER()
302 int usedefault; in HOOK_HANDLER() local
306 usedefault = 1; in HOOK_HANDLER()
315usedefault = !LMAPI->send_textfile_expand(LMAPI->get_string("fromaddress"),&inbuffer[0]); in HOOK_HANDLER()
318 if (usedefault) { in HOOK_HANDLER()
526 int usedefault = 1; in HOOK_HANDLER() local
534 usedefault = !LMAPI->send_textfile_expand(LMAPI->get_string("fromaddress"),inbuffer); in HOOK_HANDLER()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dxargs.sty.ltxml27 DefKeyVal('xargs', 'usedefault', undef, '');
34 my ($gullet, $default, $usedefault, $inner) = @_;
36 if (($usedefault && ToString($value) eq ToString($usedefault)) ||
37 (!defined $usedefault && ToString($value) eq '')) {
58 my $usedef = ($keyval) ? $keyval->getValue('usedefault') : undef;
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Druserpass.c67 int t, usedefault = 0; in ruserpass() local
83 usedefault = 1; in ruserpass()
87 if (!usedefault) { in ruserpass()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/annotations/
H A DAnnotationTest.java204 protected void deployAnnotationTest(String sourcename, boolean incremental, boolean usedefault) { in deployAnnotationTest() argument
207 if (usedefault) { in deployAnnotationTest()
232 …d void deployAnnotationTestWithErrors(String sourcename, boolean incremental, boolean usedefault) { in deployAnnotationTestWithErrors() argument
235 if (usedefault) { in deployAnnotationTestWithErrors()
/dports/net-im/p5-Net-XMPP/Net-XMPP-1.05/lib/Net/XMPP/
H A DDebug.pm192 $args{usedefault} = 0 if !exists($args{usedefault});
196 if ($args{usedefault} == 1)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dutils.class.php191 …* @param int $usedefault 1=Use default backup profile (Set this to 1 when used as…
197 …public function dumpDatabase($compression = 'none', $type = 'auto', $usedefault = 1, $file = 'auto… argument
263 if (GETPOST("disable_fk", "alpha") || $usedefault) $param .= " -K";
267 if (GETPOST("sql_structure", "alpha") || $usedefault)
269 if (GETPOST("drop", "alpha") || $usedefault) $param .= " --add-drop-table=TRUE";
275 if (GETPOST("sql_data", "alpha") || $usedefault)
278 if (GETPOST("showcolumns", "alpha") || $usedefault) $param .= " -c";
279 if (GETPOST("extended_ins", "alpha") || $usedefault) $param .= " -e";
283 if (GETPOST("hexforbinary", "alpha") || $usedefault) $param .= " --hex-blob";
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dutils.class.php187 …* @param int $usedefault 1=Use default backup profile (Set this to 1 when used as…
193 …public function dumpDatabase($compression = 'none', $type = 'auto', $usedefault = 1, $file = 'auto… argument
274 if (GETPOST("disable_fk", "alpha") || $usedefault) {
286 if (GETPOST("sql_structure", "alpha") || $usedefault) {
287 if (GETPOST("drop", "alpha") || $usedefault) {
298 if (GETPOST("sql_data", "alpha") || $usedefault) {
300 if (GETPOST("showcolumns", "alpha") || $usedefault) {
303 if (GETPOST("extended_ins", "alpha") || $usedefault) {
314 if (GETPOST("hexforbinary", "alpha") || $usedefault) {
/dports/net/py-eventlet/eventlet-0.33.0/tests/stdlib/
H A Dtest_asyncore.py11 def new_closeall_check(self, usedefault): argument
22 if usedefault:
/dports/print/texlive-tlmgr/texlive-20150523-extra/tlpkg/TeXLive/
H A DTLPSRC.pm266 my $usedefault;
281 $usedefault = 1;
297 $usedefault = 0;
300 $usedefault = 0;
304 if ($usedefault) {
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Druserpass.c135 int t, i, c, usedefault = 0; local
156 usedefault = 1;
160 if (!usedefault) {
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Druserpass.c95 int t, i, c, usedefault = 0; local
121 usedefault = 1;
125 if (!usedefault) {
/dports/ftp/tnftp/tnftp-20210827/src/
H A Druserpass.c95 int t, i, c, usedefault = 0; in ruserpass() local
115 usedefault = 1; in ruserpass()
119 if (!usedefault) { in ruserpass()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Druserpass.c105 int t, usedefault = 0; local
140 usedefault = 1;
144 if (!usedefault) {
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftpd/
H A Dftpcmd.y330 usedefault = 1;
351 usedefault = 1;
398 usedefault = 1;
452 usedefault = 1;
1914 usedefault = 1;
1923 usedefault = 1;
1926 usedefault = 0;
2045 usedefault = 1;
2054 usedefault = 1;
2057 usedefault = 0;
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/metadata/
H A Dmod_expires.c483 int usedefault = 1; in expires_filter() local
505 usedefault = (expiry == NULL); in expires_filter()
508 if (usedefault) { in expires_filter()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dxargs.cwl51 usedefault
52 usedefault=%<flag%>
/dports/www/apache24/httpd-2.4.53/modules/metadata/
H A Dmod_expires.c486 int usedefault = 1; in expires_filter() local
508 usedefault = (expiry == NULL); in expires_filter()
511 if (usedefault) { in expires_filter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/
H A DLaunchPluginValidator.java33 boolean usedefault = configuration.getAttribute(IPDELauncherConstants.USE_DEFAULT, true); in getSelectedWorkspacePlugins()
37 if (usedefault || models.length == 0) in getSelectedWorkspacePlugins()
/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DXml.pm1484 my $usedefault = 1;
1498 $usedefault = 0;
1522 $usedefault = 0;
1535 $usedefault = 0;
1543 $usedefault = 0;
1548 $usedefault = 0;
1555 $usedefault = 0;
1559 if ($usedefault) {

1234