Home
last modified time | relevance | path

Searched refs:checkOptions (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DmenuCheckItem.c41 static GnoclOption checkOptions[] = variable
201 ret = configure ( interp, para, checkOptions ); in checkItemFunc()
204 gnoclClearOptions ( checkOptions ); in checkItemFunc()
215 checkOptions, &idx ) ) in checkItemFunc()
222 return cget ( interp, para, checkOptions, idx ); in checkItemFunc()
238 if ( gnoclGetCmdsAndOpts ( interp, cmds, checkOptions, objv, objc ) == TCL_OK ) in gnoclMenuCheckItemCmd()
247 if ( gnoclParseOptions ( interp, objc, objv, checkOptions ) != TCL_OK ) in gnoclMenuCheckItemCmd()
249 gnoclClearOptions ( checkOptions ); in gnoclMenuCheckItemCmd()
267 ret = gnoclSetOptions ( interp, checkOptions, G_OBJECT ( para->widget ), -1 ); in gnoclMenuCheckItemCmd()
270 ret = configure ( interp, para, checkOptions ); in gnoclMenuCheckItemCmd()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/
H A Dnetconvert_main.cpp84 checkOptions() { in checkOptions() function
85 bool ok = NIFrame::checkOptions(); in checkOptions()
86 ok &= NBFrame::checkOptions(); in checkOptions()
87 ok &= NWFrame::checkOptions(); in checkOptions()
88 ok &= SystemFrame::checkOptions(); in checkOptions()
114 if (!checkOptions()) { in main()
/dports/www/joomla3/joomla3-3.9.24/installation/controller/
H A Ddefault.php60 $checkOptions = false;
73 $checkOptions = false;
81 $checkOptions = true;
92 if ($vName !== $defaultView && $checkOptions && empty($options))
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/linkvalidator/Classes/
H A DLinkAnalyzer.php130 * @param array $checkOptions List of hook object to activate
133 public function getLinkStatistics($checkOptions = [], $considerHidden = false) argument
136 if (empty($checkOptions) || empty($this->pids)) {
142 array_keys($checkOptions)
187 $this->checkLinks($results, $checkOptions);
190 protected function checkLinks(array $links, array $checkOptions) argument
193 if (!is_array($links[$key]) || (!empty($checkOptions) && !$checkOptions[$key])) {
245 * @param array $checkOptions
253 array $checkOptions, argument
299 $this->checkLinks($resultsLinks, $checkOptions);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/server/
H A Dserver.go76 var checkOptions []cel.EnvOption = []cel.EnvOption{cel.StdLib()}
78 checkOptions = []cel.EnvOption{}
80 checkOptions = append(checkOptions, cel.Container(in.Container))
81 checkOptions = append(checkOptions, cel.Declarations(in.TypeEnv...))
82 checkOptions = append(checkOptions, cel.Types(&test2pb.TestAllTypes{}))
83 checkOptions = append(checkOptions, cel.Types(&test3pb.TestAllTypes{}))
84 env, _ := cel.NewCustomEnv(checkOptions...)
/dports/cad/sumo/sumo-1.2.0/src/netgen/
H A Dnetgen_main.cpp94 checkOptions() { in checkOptions() function
95 bool ok = NGFrame::checkOptions(); in checkOptions()
96 ok &= NBFrame::checkOptions(); in checkOptions()
97 ok &= NWFrame::checkOptions(); in checkOptions()
98 ok &= SystemFrame::checkOptions(); in checkOptions()
215 if (!checkOptions()) { in main()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmpui/
H A Dcommandlinemanager.cpp38 void CommandLineManager::checkOptions() in checkOptions() function in CommandLineManager
78 checkOptions(); in executeCommand()
102 checkOptions(); in hasOption()
120 checkOptions(); in printUsage()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dproto_logencoder_test.go100 type checkOptions struct { struct
105 type checkOption func(*checkOptions)
108 return func(opts *checkOptions) {
114 return func(opts *checkOptions) {
120 opts := checkOptions{
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dproto_logencoder_test.go100 type checkOptions struct { struct
105 type checkOption func(*checkOptions)
108 return func(opts *checkOptions) {
114 return func(opts *checkOptions) {
120 opts := checkOptions{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dproto_logencoder_test.go100 type checkOptions struct { struct
105 type checkOption func(*checkOptions)
108 return func(opts *checkOptions) {
114 return func(opts *checkOptions) {
120 opts := checkOptions{
/dports/audio/midifile/midifile-988d55b/tools/
H A Dasciimidi.cpp19 void checkOptions (Options& opts, int argc, char* argv[]);
26 checkOptions(options, argc, argv); in main()
69 void checkOptions(Options& opts, int argc, char* argv[]) { in checkOptions() function
H A Dtoascii.cpp25 void checkOptions (Options& opts);
33 checkOptions(options); in main()
63 void checkOptions(Options& opts) { in checkOptions() function
H A D80off.cpp25 void checkOptions (Options& opts);
37 checkOptions(options); in main()
71 void checkOptions(Options& opts) { in checkOptions() function
H A Dtextmidi.cpp26 void checkOptions (Options& opts);
37 checkOptions(options); in main()
65 void checkOptions(Options& opts) { in checkOptions() function
H A Dtobinary.cpp26 void checkOptions (Options& opts);
34 checkOptions(options); in main()
76 void checkOptions(Options& opts) { in checkOptions() function
H A Dtype0.cpp24 void checkOptions (Options& opts);
32 checkOptions(options); in main()
80 void checkOptions(Options& opts) { in checkOptions() function
H A Dmiditime.cpp21 void checkOptions (Options& opts);
38 checkOptions(options); in main()
99 void checkOptions(Options& opts) { in checkOptions() function
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dcmd_check.go35 return runCheck(checkOptions, globalOptions, args)
38 return checkFlags(checkOptions)
50 var checkOptions CheckOptions var
56 f.BoolVar(&checkOptions.ReadData, "read-data", false, "read all data blobs")
57 …f.StringVar(&checkOptions.ReadDataSubset, "read-data-subset", "", "read a `subset` of data packs, …
58 f.BoolVar(&checkOptions.CheckUnused, "check-unused", false, "find unused blobs")
59 f.BoolVar(&checkOptions.WithCache, "with-cache", false, "use the cache")
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DArgumentHandler.java118 protected void checkOptions() {
119 super.checkOptions();
152 checkOptions();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DArgumentHandler.java118 protected void checkOptions() { in checkOptions() method in ArgumentHandler
119 super.checkOptions(); in checkOptions()
152 checkOptions(); in parseOptionString()
/dports/science/cdk/cdk-cdk-2.3/storage/inchi/src/main/java/org/openscience/cdk/inchi/
H A DJniInChIInputAdapter.java49 this.options = options == null ? "" : checkOptions(options); in JniInChIInputAdapter()
53 this.options = options == null ? "" : checkOptions(options); in JniInChIInputAdapter()
75 private static String checkOptions(final String ops) throws JniInchiException { in checkOptions() method in JniInChIInputAdapter
140 private static String checkOptions(List<INCHI_OPTION> ops) throws JniInchiException { in checkOptions() method in JniInChIInputAdapter
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DArgumentHandler.java142 protected void checkOptions() { in checkOptions() method in ArgumentHandler
143 super.checkOptions(); in checkOptions()
176 checkOptions(); in parseOptionString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DArgumentHandler.java142 protected void checkOptions() { in checkOptions() method in ArgumentHandler
143 super.checkOptions(); in checkOptions()
176 checkOptions(); in parseOptionString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DArgumentHandler.java142 protected void checkOptions() { in checkOptions() method in ArgumentHandler
143 super.checkOptions(); in checkOptions()
176 checkOptions(); in parseOptionString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DArgumentHandler.java142 protected void checkOptions() { in checkOptions() method in ArgumentHandler
143 super.checkOptions(); in checkOptions()
176 checkOptions(); in parseOptionString()

12345678910>>...20