Home
last modified time | relevance | path

Searched refs:OPT_DEFAULT (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/www/p5-WWW-Mediawiki-Client/WWW-Mediawiki-Client-0.31/t/
H A Dclient.t191 is($mvs->watch, OPT_DEFAULT, 'Is the watch OPT_DEFAULT by default?');
192 foreach my $val (OPT_YES, OPT_NO, OPT_DEFAULT, OPT_KEEP) {
199 is($mvs->minor_edit, OPT_DEFAULT, 'Is the minor_edit OPT_DEFAULT by default?');
200 foreach my $val (OPT_YES, OPT_NO, OPT_DEFAULT) {
/dports/archivers/unrar-iconv/unrar/
H A Dglobal.hpp13 #define OPT_DEFAULT "IGNORE" /* ignore unrepresentable chars */ macro
/dports/www/p5-WWW-Mediawiki-Client/WWW-Mediawiki-Client-0.31/lib/WWW/Mediawiki/
H A DClient.pm211 use constant OPT_DEFAULT => -1; constant
218 OPT_DEFAULT, 'OPT_DEFAULT',
223 use constant MINOR_DEFAULT => OPT_DEFAULT;
224 use constant WATCH_DEFAULT => OPT_DEFAULT;
646 [OPT_YES, OPT_NO, OPT_KEEP, OPT_DEFAULT]);
695 [OPT_YES, OPT_NO, OPT_DEFAULT]);
1756 if ($value == OPT_DEFAULT) {
/dports/textproc/p5-PerlPoint-Converters/PerlPoint-Converters-1.0205/
H A Dppcfg_edit79 my %OPT_DEFAULT;
228 $OPT_DEFAULT{$opt_name} = $defval;
/dports/devel/elm-format/elm-format-0.8.3/tests/test-files/CommonMark/tools/
H A Dmake_spec.lua34 local label = trim(cmark.render_commonmark(children, OPT_DEFAULT, 0))
122 local label = trim(cmark.render_commonmark(children, OPT_DEFAULT, 0))
254 local doc1 = cmark.parse_string(inp, cmark.OPT_DEFAULT)
/dports/devel/p5-POE/POE-1.368/lib/POE/
H A DSession.pm25 sub OPT_DEFAULT () { 'default' } subroutine
179 $self->[SE_OPTIONS]->{+OPT_DEFAULT} = 1;
428 if ($self->[SE_OPTIONS]->{+OPT_DEFAULT} and $state ne EN_SIGNAL) {
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Doptions.h58 OPT_DEFAULT, enumerator
H A Doptions.c98 {"--default", OPT_DEFAULT, 0}
/dports/textproc/flex/flex-2.6.4/src/
H A Doptions.h56 OPT_DEFAULT, enumerator
H A Doptions.c94 {"--default", OPT_DEFAULT, 0}
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9HLSLProgram.cpp240 case OPT_DEFAULT: in compileMicrocode()
650 , mOptimisationLevel(OPT_DEFAULT) in D3D9HLSLProgram()
800 case OPT_DEFAULT: in doGet()
817 static_cast<D3D9HLSLProgram*>(target)->setOptimisationLevel(OPT_DEFAULT); in doSet()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9HLSLProgram.cpp232 case OPT_DEFAULT: in compileMicrocode()
652 , mOptimisationLevel(OPT_DEFAULT) in D3D9HLSLProgram()
785 case OPT_DEFAULT: in doGet()
802 static_cast<D3D9HLSLProgram*>(target)->setOptimisationLevel(OPT_DEFAULT); in doSet()
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Doption.c672 if (op->flags & OPT_DEFAULT) in showop()
798 op->flags &= ~OPT_DEFAULT; in setop()
802 op->flags |= OPT_DEFAULT; in setop()
1486 if (op->flags & OPT_DEFAULT) in genop()
1521 if (op->flags & OPT_DEFAULT) in genop()
1548 if (op->flags & OPT_DEFAULT) in genop()
1585 if (op->flags & OPT_DEFAULT) in genop()
1682 mask = Ox|OPT_DEFAULT; in listops()
1683 test = OPT_DEFAULT; in listops()
H A Doptions.h51 #define OPT_DEFAULT (1L<<28) /* := default value */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Doption.c672 if (op->flags & OPT_DEFAULT) in showop()
798 op->flags &= ~OPT_DEFAULT; in setop()
802 op->flags |= OPT_DEFAULT; in setop()
1486 if (op->flags & OPT_DEFAULT) in genop()
1521 if (op->flags & OPT_DEFAULT) in genop()
1548 if (op->flags & OPT_DEFAULT) in genop()
1585 if (op->flags & OPT_DEFAULT) in genop()
1682 mask = Ox|OPT_DEFAULT; in listops()
1683 test = OPT_DEFAULT; in listops()
H A Doptions.h51 #define OPT_DEFAULT (1L<<28) /* := default value */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Doption.c672 if (op->flags & OPT_DEFAULT) in showop()
798 op->flags &= ~OPT_DEFAULT; in setop()
802 op->flags |= OPT_DEFAULT; in setop()
1486 if (op->flags & OPT_DEFAULT) in genop()
1521 if (op->flags & OPT_DEFAULT) in genop()
1548 if (op->flags & OPT_DEFAULT) in genop()
1585 if (op->flags & OPT_DEFAULT) in genop()
1682 mask = Ox|OPT_DEFAULT; in listops()
1683 test = OPT_DEFAULT; in listops()
H A Doptions.h51 #define OPT_DEFAULT (1L<<28) /* := default value */ macro
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dset_var.h75 OPT_DEFAULT= 0, OPT_SESSION, OPT_GLOBAL enumerator
185 case OPT_DEFAULT: return scope() & (SESSION | ONLY_SESSION); in check_scope()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPIOptions.h96 OPT_DEFAULT) \ argument
102 inline static llvm::StringRef getDefault() { return OPT_DEFAULT; } \
/dports/comms/comserv/comserv-1.4.4/
H A Dcomserv.h135 #define OPT_DEFAULT (OPT_BLOCK) /* default options */ macro
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dset_var.h75 OPT_DEFAULT= 0, OPT_SESSION, OPT_GLOBAL enumerator
212 case OPT_DEFAULT: return scope() & (SESSION | ONLY_SESSION); in check_scope()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dset_var.h75 OPT_DEFAULT= 0, OPT_SESSION, OPT_GLOBAL enumerator
212 case OPT_DEFAULT: return scope() & (SESSION | ONLY_SESSION); in check_scope()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dset_var.h75 OPT_DEFAULT= 0, OPT_SESSION, OPT_GLOBAL enumerator
201 case OPT_DEFAULT: return scope() & (SESSION | ONLY_SESSION); in check_scope()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dset_var.h75 OPT_DEFAULT= 0, OPT_SESSION, OPT_GLOBAL enumerator
201 case OPT_DEFAULT: return scope() & (SESSION | ONLY_SESSION); in check_scope()

123456789