Home
last modified time | relevance | path

Searched refs:MANDATORY (Results 1 – 25 of 3532) sorted by relevance

12345678910>>...142

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntityData.cpp38 { "width", OptionalFlag::MANDATORY, FieldValue(16) },
39 { "height", OptionalFlag::MANDATORY, FieldValue(16) },
40 { "pattern", OptionalFlag::MANDATORY, FieldValue("") },
47 { "width", OptionalFlag::MANDATORY, FieldValue(16) },
48 { "height", OptionalFlag::MANDATORY, FieldValue(16) },
49 { "pattern", OptionalFlag::MANDATORY, FieldValue("") },
56 { "width", OptionalFlag::MANDATORY, FieldValue(16) },
57 { "height", OptionalFlag::MANDATORY, FieldValue(16) },
88 { "sprite", OptionalFlag::MANDATORY, FieldValue("") },
117 { "price", OptionalFlag::MANDATORY, FieldValue(0) },
[all …]
/dports/net/pichi/pichi-1.4.0/test/
H A Dvo_egress.cpp29 enum class Present { MANDATORY, OPTIONAL, UNUSED }; enumerator
45 static const auto server_ = Present::MANDATORY;
55 static const auto server_ = Present::MANDATORY;
67 static const auto option_ = Present::MANDATORY;
75 static const auto server_ = Present::MANDATORY;
77 static const auto option_ = Present::MANDATORY;
85 static const auto server_ = Present::MANDATORY;
86 static const auto credential_ = Present::MANDATORY;
88 static const auto tls_ = Present::MANDATORY;
95 static const auto server_ = Present::MANDATORY;
[all …]
H A Dvo_ingress.cpp29 enum class Present { MANDATORY, OPTIONAL, UNUSED }; enumerator
56 static const Present option_ = Present::MANDATORY;
65 static const Present option_ = Present::MANDATORY;
73 static const Present credential_ = Present::MANDATORY;
74 static const Present option_ = Present::MANDATORY;
75 static const Present tls_ = Present::MANDATORY;
105 if constexpr (Trait::option_ == Present::MANDATORY) in defaultIngressJson()
107 if constexpr (Trait::tls_ == Present::MANDATORY) in defaultIngressJson()
123 if constexpr (Trait::option_ == Present::MANDATORY) in defaultIngress()
192 if constexpr (Trait::option_ == Present::MANDATORY) in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cdrom/src/
H A Dscsidefs.pp42 SCSI_INQUIRY = $12; // Inquiry (MANDATORY)
50 SCSI_REQ_SENSE = $03; // Request Sense (MANDATORY)
59 SCSI_FORMAT = $04; // Format Unit (MANDATORY)
63 SCSI_READ6 = $08; // Read 6-byte (MANDATORY)
64 SCSI_READ10 = $28; // Read 10-byte (MANDATORY)
70 SCSI_RELEASE = $17; // Release Unit (MANDATORY)
91 SCSI_ERASE = $19; // Erase (MANDATORY)
99 SCSI_REWIND = $01; // Rewind (MANDATORY)
100 SCSI_SPACE = $11; // Space (MANDATORY)
108 SCSI_PRINT = $0A; // Print (MANDATORY)
[all …]
/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dtestengine.c131 &err, MANDATORY, lineNum); in sctptest_start()
196 ipStr = (unsigned char *)getStrParam(sc, "IP", &errors, MANDATORY, lineNum); in processScriptCommand()
202 … port = (unsigned short) getIntParam(sc, "PORT", 1, 0xFFFF, DECIMAL, &errors, MANDATORY, lineNum); in processScriptCommand()
326 contentsStr = getStrParam(sc, "CONTENTS", &errors, MANDATORY, lineNum); in processScriptCommand()
377 contentsStr = getStrParam(sc, "CONTENTS", &errors, MANDATORY, lineNum); in processScriptCommand()
448 delay = (unsigned int) getIntParam(sc, "TIME", 1, 0, DECIMAL, &errors, MANDATORY, lineNum); in processScriptCommand()
465 num = (unsigned int) getIntParam(sc, "NUM", 1, 0, DECIMAL, &errors, MANDATORY, lineNum); in processScriptCommand()
542 rwnd = (unsigned int) getIntParam(sc, "SIZE", 0, 0, DECIMAL, &errors, MANDATORY, lineNum); in processScriptCommand()
648 recModeStr = getStrParam(sc, "MODE", &errors, MANDATORY, lineNum); in processScriptCommand()
673 ip = getStrParam(sc, "IP", &errors, MANDATORY, lineNum); in processScriptCommand()
[all …]
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/acquisition/
H A DRequirement.java75 @UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2)
83 @UML(identifier="requestor", obligation=MANDATORY, specification=ISO_19115_2)
91 @UML(identifier="recipient", obligation=MANDATORY, specification=ISO_19115_2)
99 @UML(identifier="priority", obligation=MANDATORY, specification=ISO_19115_2)
107 @UML(identifier="requestedDate", obligation=MANDATORY, specification=ISO_19115_2)
123 @UML(identifier="expiryDate", obligation=MANDATORY, specification=ISO_19115_2)
H A DEvent.java66 @UML(identifier="identifier", obligation=MANDATORY, specification=ISO_19115_2)
74 @UML(identifier="trigger", obligation=MANDATORY, specification=ISO_19115_2)
82 @UML(identifier="context", obligation=MANDATORY, specification=ISO_19115_2)
90 @UML(identifier="sequence", obligation=MANDATORY, specification=ISO_19115_2)
106 @UML(identifier="time", obligation=MANDATORY, specification=ISO_19115_2)
H A DEnvironmentalRecord.java63 @UML(identifier="averageAirTemperature", obligation=MANDATORY, specification=ISO_19115_2)
79 @UML(identifier="maxRelativeHumidity", obligation=MANDATORY, specification=ISO_19115_2)
95 @UML(identifier="maxAltitude", obligation=MANDATORY, specification=ISO_19115_2)
103 @UML(identifier="meteorologicalConditions", obligation=MANDATORY, specification=ISO_19115_2)
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/
H A DExtendedElementInformation.java61 @UML(identifier="name", obligation=MANDATORY, specification=ISO_19115)
98 @UML(identifier="definition", obligation=MANDATORY, specification=ISO_19115)
132 @UML(identifier="dataType", obligation=MANDATORY, specification=ISO_19115)
169 @UML(identifier="parentEntity", obligation=MANDATORY, specification=ISO_19115)
177 @UML(identifier="rule", obligation=MANDATORY, specification=ISO_19115)
193 @UML(identifier="source", obligation=MANDATORY, specification=ISO_19115)
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/util/
H A DGenericName.java174 @UML(identifier="scope", obligation=MANDATORY, specification=ISO_19103)
195 @UML(identifier="depth", obligation=MANDATORY, specification=ISO_19103)
215 @UML(identifier="parsedName", obligation=MANDATORY, specification=ISO_19103)
238 @UML(identifier="ScopedName.head", obligation=MANDATORY, specification=ISO_19103)
317 @UML(identifier="push", obligation=MANDATORY, specification=ISO_19103)
H A DRecordSchema.java72 @UML(identifier="schemaName", obligation=MANDATORY, specification=ISO_19103)
81 @UML(identifier="description", obligation=MANDATORY, specification=ISO_19103)
92 @UML(identifier="locate", obligation=MANDATORY, specification=ISO_19103)
H A DScopedName.java105 @UML(identifier="head", obligation=MANDATORY, specification=ISO_19103)
126 @UML(identifier="tail", obligation=MANDATORY, specification=ISO_19103)
176 @UML(identifier="scopedName", obligation=MANDATORY, specification=ISO_19103)
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/referencing/operation/
H A DMathTransformFactory.java230 @UML(identifier="createParameterizedTransform", obligation=MANDATORY, specification=OGC_01009)
248 @UML(identifier="createAffineTransform", obligation=MANDATORY, specification=OGC_01009)
266 @UML(identifier="createConcatenatedTransform", obligation=MANDATORY, specification=OGC_01009)
288 @UML(identifier="createPassThroughTransform", obligation=MANDATORY, specification=OGC_01009)
300 @UML(identifier="createFromXML", obligation=MANDATORY, specification=OGC_01009)
313 @UML(identifier="createFromWKT", obligation=MANDATORY, specification=OGC_01009)
H A DTransformation.java61 @UML(identifier="sourceCRS", obligation=MANDATORY, specification=ISO_19111)
69 @UML(identifier="targetCRS", obligation=MANDATORY, specification=ISO_19111)
78 @UML(identifier="operationVersion", obligation=MANDATORY, specification=ISO_19111)
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/quality/
H A DCoverageResult.java65 @UML(identifier="spatialRepresentationType", obligation=MANDATORY, specification=ISO_19115_2)
73 @UML(identifier="resultSpatialRepresentation", obligation=MANDATORY, specification=ISO_19115_2)
82 @UML(identifier="resultContentDescription", obligation=MANDATORY, specification=ISO_19115_2)
90 @UML(identifier="resultFormat", obligation=MANDATORY, specification=ISO_19115_2)
98 @UML(identifier="resultFile", obligation=MANDATORY, specification=ISO_19139)
H A DConformanceResult.java60 @UML(identifier="specification", obligation=MANDATORY, specification=ISO_19115)
68 @UML(identifier="explanation", obligation=MANDATORY, specification=ISO_19115)
76 @UML(identifier="pass", obligation=MANDATORY, specification=ISO_19115)
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/extent/
H A DGeographicBoundingBox.java58 @UML(identifier="westBoundLongitude", obligation=MANDATORY, specification=ISO_19115)
69 @UML(identifier="eastBoundLongitude", obligation=MANDATORY, specification=ISO_19115)
80 @UML(identifier="southBoundLatitude", obligation=MANDATORY, specification=ISO_19115)
91 @UML(identifier="northBoundLatitude", obligation=MANDATORY, specification=ISO_19115)
H A DVerticalExtent.java58 @UML(identifier="minimumValue", obligation=MANDATORY, specification=ISO_19115)
66 @UML(identifier="maximumValue", obligation=MANDATORY, specification=ISO_19115)
88 @UML(identifier="verticalCRS", obligation=MANDATORY, specification=ISO_19115)
/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A DAmanda_IPC_Binary.pl48 use constant MANDATORY => 3; constant
60 MANDATORY, 0,
162 is($msg->{'args'}[TestProtocol::MANDATORY], "verboden-vrucht",
170 is($msg->{'args'}[TestProtocol::MANDATORY], "oude-geuze",
192 TestProtocol::MANDATORY, "absolutely",
198 TestProtocol::MANDATORY, "yessir")),
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A DAmanda_IPC_Binary.pl48 use constant MANDATORY => 3; constant
60 MANDATORY, 0,
162 is($msg->{'args'}[TestProtocol::MANDATORY], "verboden-vrucht",
170 is($msg->{'args'}[TestProtocol::MANDATORY], "oude-geuze",
192 TestProtocol::MANDATORY, "absolutely",
198 TestProtocol::MANDATORY, "yessir")),
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/DSL/
H A DLing.dsl43 MANDATORY = FALSE;
104 MANDATORY = FALSE;
172 MANDATORY = FALSE;
234 MANDATORY = FALSE;
297 MANDATORY = FALSE;
364 MANDATORY = FALSE;
429 MANDATORY = FALSE;
509 MANDATORY = FALSE;
622 MANDATORY = FALSE;
831 MANDATORY = FALSE;
[all …]
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/spatial/
H A DGridSpatialRepresentation.java59 @UML(identifier="numberOfDimensions", obligation=MANDATORY, specification=ISO_19115)
67 @UML(identifier="axisDimensionProperties", obligation=MANDATORY, specification=ISO_19115)
75 @UML(identifier="cellGeometry", obligation=MANDATORY, specification=ISO_19115)
83 …@UML(identifier="transformationParameterAvailability", obligation=MANDATORY, specification=ISO_191…
H A DGCPCollection.java61 @UML(identifier="collectionIdentification", obligation=MANDATORY, specification=ISO_19115_2)
69 @UML(identifier="collectionName", obligation=MANDATORY, specification=ISO_19115_2)
77 @UML(identifier="coordinateReferenceSystem", obligation=MANDATORY, specification=ISO_19115_2)
85 @UML(identifier="gcp", obligation=MANDATORY, specification=ISO_19115_2)
H A DGeoreferenceable.java66 @UML(identifier="controlPointAvailability", obligation=MANDATORY, specification=ISO_19115)
74 … @UML(identifier="orientationParameterAvailability", obligation=MANDATORY, specification=ISO_19115)
92 @UML(identifier="georeferencedParameters", obligation=MANDATORY, specification=ISO_19115)
110 @UML(identifier="geolocationInformation", obligation=MANDATORY, specification=ISO_19115_2)
/dports/sysutils/bastille/bastille-00d9e03/.github/ISSUE_TEMPLATE/
H A Dbug_report.md10 **[MANDATORY] Describe the bug [MANDATORY]**
13 **[MANDATORY] Bastille and FreeBSD version (paste ``bastille -v && freebsd-version -kru`` output)**
15 **[MANDATORY] How did you install bastille? (port/pkg/git)**

12345678910>>...142