- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 335 for Specification (0.14 sec)
-
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/source/model/TypeMetaDataTest.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.source.model import spock.lang.Specification class TypeMetaDataTest extends Specification { final TypeMetaData type = new TypeMetaData('org.gradle.SomeType') def rawTypeForSimpleType() { expect: type.rawType.signature == 'org.gradle.SomeType' }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 4.6K bytes - Viewed (0) -
src/archive/tar/strconv.go
octBits := uint(n-1) * 3 return x >= 0 && (n >= 22 || x < 1<<octBits) } // parsePAXTime takes a string of the form %d.%d as described in the PAX // specification. Note that this implementation allows for negative timestamps, // which is allowed for by the PAX specification, but not always portable. func parsePAXTime(s string) (time.Time, error) { const maxNanoSecondDigits = 9 // Split string into seconds and sub-seconds parts.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Aug 01 14:28:42 UTC 2023 - 9K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/source/model/MethodMetaDataTest.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.source.model import spock.lang.Specification class MethodMetaDataTest extends Specification { final ClassMetaData owner = Mock() final MethodMetaData method = new MethodMetaData('method', owner) def formatsSignature() {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 5.6K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/util/concurrent/testing/TestingExecutors.java
* and {@code scheduleWithFixedDelay} are not supported by this class and will throw an * UnsupportedOperationException. * * <p>The implementation deviates from the {@code ExecutorService} specification with regards to * the {@code shutdownNow} method. First, "best-effort" with regards to canceling running tasks is * implemented as "no-effort". No interrupts or other attempts are made to stop threads executing
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:18:12 UTC 2024 - 6.6K bytes - Viewed (0) -
common-protos/k8s.io/api/apps/v1/generated.proto
// +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; // A list of daemon sets. repeated DaemonSet items = 2; } // DaemonSetSpec is the specification of a daemon set. message DaemonSetSpec { // A label query over pods that are managed by the daemon set. // Must match in order to be controlled. // It must match the pod template's labels.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 34.5K bytes - Viewed (0) -
docs/de/docs/advanced/openapi-callbacks.md
* Der *Pfad* kann einen <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#key-expression" class="external-link" target="_blank">OpenAPI-3-Ausdruck</a> enthalten (mehr dazu weiter unten), wo er Variablen mit Parametern und Teilen des ursprΓΌnglichen Requests verwenden kann, der an *Ihre API*...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
dbflute_fess/dfprop/classificationDefinitionMap.dfprop
# /--------------------------------------------------------------------------- # classificationDefinitionMap: (NotRequired - Default map:{}) # # The definition of classification. # # Specification: # map: { # [classification-name] = list:{ # ; map:{ # ; topComment=[comment]; codeType=[String(default) or Number or Boolean]} # ; undefinedHandlingType=[EXCEPTION or LOGGING(default) or ALLOWED]
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 2.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/ITBase.java
import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import io.restassured.mapper.ObjectMapperType; import io.restassured.specification.RequestSpecification; public class ITBase { private static final Logger logger = LogManager.getLogger(ITBase.class); public static final String DEFAULT_FESS_URL = "http://localhost:8080";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/em/docs/advanced/path-operation-advanced-configuration.md
## π β πβ π π£ *β‘ π οΈ* π πΈ, **FastAPI** π π π π π π *β‘ π οΈ* π π π. /// note | "π‘ βΉ" π π§ β«οΈ π€ <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#operation-object" class="external-link" target="_blank">π οΈ π</a>. /// β«οΈ βοΈ π βΉ π *β‘ π οΈ* & βοΈ π π§ π§Ύ. β«οΈ π `tags`, `parameters`, `requestBody`, `responses`, βοΈ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.7K bytes - Viewed (0) -
dbflute_fess/dfprop/lastafluteMap.dfprop
# /--------------------------------------------------------------------------- # lastafluteMap: (NotRequired - Default map:{}) # # Specification: # map:{ # ; serviceName = [your service name] # ; domainPackage = [package] # ; environmentList = list:{ [environment name] } # ; isMakeActionHtml = [true or false] # ; commonMap = map:{ # ; path = [relative path to common project from DBFlute client]
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun May 20 08:20:11 UTC 2018 - 2.2K bytes - Viewed (0)