- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 380 for Pearson (0.06 seconds)
-
docs/iam/identity-management-plugin.md
```json { "reason": <string> } ``` The reason message is returned to the client. ## Example Plugin ImplementationCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri May 27 00:58:09 GMT 2022 - 4.2K bytes - Click Count (0) -
mockwebserver-deprecated/src/main/kotlin/okhttp3/mockwebserver/MockResponse.kt
fun setResponseCode(code: Int): MockResponse { val reason = when (code) { in 100..199 -> "Informational" in 200..299 -> "OK" in 300..399 -> "Redirection" in 400..499 -> "Client Error" in 500..599 -> "Server Error" else -> "Mock Response" } return apply { status = "HTTP/1.1 $code $reason" } } fun clearHeaders() = apply {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat May 10 11:15:14 GMT 2025 - 7.1K bytes - Click Count (1) -
docs/ru/docs/python-types.md
//// ### Классы как типы { #classes-as-types } Вы также можете объявлять класс как тип переменной. Допустим, у вас есть класс `Person` с именем: {* ../../docs_src/python_types/tutorial010_py39.py hl[1:3] *} Тогда вы можете объявить переменную типа `Person`: {* ../../docs_src/python_types/tutorial010_py39.py hl[6] *} И снова вы получите полную поддержку редактора кода:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 24.4K bytes - Click Count (0) -
.ci/dockerOnLinuxExclusions
# This file specifies the Linux OS versions on which we can't build and # test Docker images for some reason. These values correspond to ID and # VERSION_ID from /etc/os-release, and a matching value will cause the # Docker tests to be skipped on that OS. If /etc/os-release doesn't exist # (as is the case on centos-6, for example) then that OS will again be # excluded. debian-8 opensuse-leap-15.1 ol-7.7 sles-12.3 # older version used in Vagrant image sles-12.5
Created: Sun Dec 21 06:47:06 GMT 2025 - Last Modified: Thu Jul 29 23:07:12 GMT 2021 - 615 bytes - Click Count (0) -
cmd/erasure-healing.go
} func objectErrToDriveState(reason error) string { switch { case reason == nil: return madmin.DriveStateOk case IsErr(reason, errDiskNotFound): return madmin.DriveStateOffline case IsErr(reason, errFileNotFound, errFileVersionNotFound, errVolumeNotFound, errPartMissing, errOutdatedXLMeta, errLegacyXLMeta): return madmin.DriveStateMissing case IsErr(reason, errFileCorrupt, errPartCorrupt):
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 34.7K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/licenses/MIT.txt
Copyright <YEAR> <COPYRIGHT HOLDER> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri May 17 19:14:22 GMT 2024 - 1.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/MaxLengthExceededException.java
private static final long serialVersionUID = 1L; /** * Creates a new MaxLengthExceededException with the specified detail message. * * @param message the detail message explaining the reason for the exception */ public MaxLengthExceededException(final String message) { super(message); }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 1.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/collector/DefaultProjectsSelector.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Sep 30 08:09:09 GMT 2025 - 4.1K bytes - Click Count (0) -
LICENSES/third_party/gimme/LICENSE
The MIT License (MIT) Copyright (c) 2015-2018 gimme contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Feb 01 21:34:23 GMT 2023 - 1.1K bytes - Click Count (0) -
LICENSES/third_party/multiarch/qemu-user-static/LICENSE
The MIT License (MIT) Copyright (c) 2015-2016 Manfred Touron Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Jul 08 11:48:19 GMT 2021 - 1.1K bytes - Click Count (0)