Home
last modified time | relevance | path

Searched refs:options3 (Results 76 – 93 of 93) sorted by relevance

1234

/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DESS_butterfly_tfocus_NOFOCUS_test.instr47 char options1[256],options2[256],options3[256],options4[256],options5[256];
71 …sprintf(options3,"user1 bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),…
H A DESS_butterfly_tfocus_test.instr48 char options1[256],options2[256],options3[256],options4[256],options5[256];
72 …sprintf(options3,"user1 bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),…
H A DESS_butterfly_Guide_curved_test.instr47 char options1[256],options2[256],options3[256],options4[256];
98 …sprintf(options3,"user1 bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),…
H A DESS_butterfly_MCPL_test.instr47 char options1[256],options2[256],options3[256],options4[256];
98 …sprintf(options3,"user1 bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DNullAnnotationTest.java8908 Map options3 = getCompilerOptions(); in testMultipleAnnotations() local
8909options3.put(JavaCore.COMPILER_NONNULL_ANNOTATION_SECONDARY_NAMES, "org.foo1.NonNull,org.foo2.NonN… in testMultipleAnnotations()
8910options3.put(JavaCore.COMPILER_NULLABLE_ANNOTATION_SECONDARY_NAMES, " org.foo1.Nullable , org.foo2… in testMultipleAnnotations()
8911 options3.put(JavaCore.COMPILER_NONNULL_BY_DEFAULT_ANNOTATION_SECONDARY_NAMES, "org.foo2.NoNulls2"); in testMultipleAnnotations()
8935 options3, in testMultipleAnnotations()
/dports/devel/aegis/aegis-4.25.D510/script/
H A Dtkaegis.in1485 frame .panel.options3
1497 checkbutton .panel.options3.revmayint -text "Reviewer may integrate" \
1509 .panel.options3 .panel.options4 .panel.options5 .panel.bottom \
1514 pack .panel.options3.revmayint -side left
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/nfc/android/junit/src/org/chromium/device/nfc/
H A DNFCTest.java1253 NdefScanOptions options3 = createNdefScanOptions(); in testWatchMatching() local
1254 options3.recordType = NdefMessageUtils.RECORD_TYPE_URL; in testWatchMatching()
1257 nfc.watch(options3, watchId3, mockWatchCallback3); in testWatchMatching()
1329 NdefScanOptions options3 = createNdefScanOptions(); in testWatchMatchingExternalType() local
1330 options3.recordType = "abcd.com:xyz"; in testWatchMatchingExternalType()
1333 nfc.watch(options3, watchId3, mockWatchCallback3); in testWatchMatchingExternalType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A Dservice_worker_provider_host_unittest.cc135 blink::mojom::ServiceWorkerRegistrationOptions options3; in SetUp() local
136 options3.scope = GURL("https://other.example.com/"); in SetUp()
138 new ServiceWorkerRegistration(options3, 3L, context_->AsWeakPtr()); in SetUp()
/dports/games/spacezero/spacezero/src/
H A Dgraphics.c70 GtkWidget *options3; variable
374 options3=gtk_check_button_new_with_label(GetLocale(L_SOUNDOFF));/* "Sound OFF" */ in InitGraphics()
375 gtk_widget_show(options3); in InitGraphics()
376 gtk_signal_connect(GTK_OBJECT (options3),"toggled", in InitGraphics()
481 gtk_box_pack_start(GTK_BOX(vbox2),options3,FALSE,FALSE,0); in InitGraphics()
3883 gtk_toggle_button_set_active((GtkToggleButton *)options3,FALSE); in SetDefaultOptions()
3884 state=gtk_toggle_button_get_active((GtkToggleButton *)options3); in SetDefaultOptions()
3964 gtk_toggle_button_set_active((GtkToggleButton *)options3,FALSE); in ShowWindowOptions()
3967 gtk_toggle_button_set_active((GtkToggleButton *)options3,TRUE); in ShowWindowOptions()
4037 state=gtk_toggle_button_get_active((GtkToggleButton *)options3); in SaveWindowOptions()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dbridge.cpp766 const char *options3[] = { in negotiateWithElasiCereth() local
795 …choice = showText(&StarTrekEngine::readTextFromArrayWithChoices, (uintptr)options3, 160, 130, 176,… in negotiateWithElasiCereth()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/service_worker/
H A Dservice_worker_container_host_unittest.cc129 blink::mojom::ServiceWorkerRegistrationOptions options3; in SetUp() local
130 options3.scope = GURL("https://other.example.com/"); in SetUp()
132 new ServiceWorkerRegistration(options3, 3L, context_->AsWeakPtr()); in SetUp()
/dports/devel/p5-Getopt-ArgvFile/Getopt-ArgvFile-1.11/
H A DREADME108 my @options=('@options1', '@options2', '@options3');
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dthree.asy2638 string options3="3Dlights="+
2640 if(defaultembed3Doptions != "") options3 += ","+defaultembed3Doptions;
2643 options3 += ",activate=pagevisible";
2644 options3 += ",3Dtoolbar="+(settings.toolbar ? "true" : "false")+
2652 if(options != "") options3 += ","+options;
2656 options3 += ",add3Djscript="+prefix+".js";
2657 options3 += ",add3Djscript=asylabels.js";
2659 return text == "" ? Embed(prefix+".prc","",options3,width,height) :
2661 options3);
/dports/math/asymptote/asymptote-2.67/base/
H A Dthree.asy2595 string options3="3Dlights="+
2597 if(defaultembed3Doptions != "") options3 += ","+defaultembed3Doptions;
2600 options3 += ",activate=pagevisible";
2601 options3 += ",3Dtoolbar="+(settings.toolbar ? "true" : "false")+
2609 if(options != "") options3 += ","+options;
2612 options3 += ",add3Djscript=asylabels.js";
2614 return text == "" ? Embed(prefix+".prc","",options3,width,height) :
2616 options3);
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dconfig_parser_unittest.cc3772 OptionContainerPtr options3 = in TEST_F() local
3774 ASSERT_EQ(1, options3->size()); in TEST_F()
3776 const OptionContainerTypeIndex& idx3 = options3->get<1>(); in TEST_F()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dndb_condition_pushdown.test3581 options3 enum('zero','one','foo','two','three','four'),
3835 CALL test_query("SELECT pk INTO @res FROM t1 WHERE options1 = options3",false);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/r/
H A Dndb_condition_pushdown.result3612 CALL test_query("SELECT pk INTO @res FROM t1 WHERE options1 = options3",false);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D2201.0e38943fa459e872fe93.js.map1options3;\n\n // If lockTarget exist return\n if (locks.some(function (_ref2) {\n var t…

1234