- Sort Score
- Result 10 results
- Languages All
Results 741 - 750 of 791 for Prevent (0.04 sec)
-
docs/pt/docs/virtual-environments.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 22.6K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 22.4K bytes - Viewed (0) -
docs/ja/docs/async.md
้ๅๆใณใผใใฎๆไฝใใฏใใใซ็ฐกๅใซใชใใพใใ ็ญไพกใช (ใพใใฏใปใจใใฉๅไธใฎ) ๆงๆใใๆ่ฟใฎใใผใธใงใณใฎJavaScript (ใใฉใฆใถใใใณNodeJS) ใซใๆ่ฟ็ตใฟ่พผใพใใพใใใ ใใใใใใฎๅใฏใ้ๅๆใณใผใใฎๅฆ็ใฏใใชใ่ค้ใง้ฃ่งฃใงใใใ ไปฅๅใฎใใผใธใงใณใฎPythonใงใฏใในใฌใใใ<a href="https://www.gevent.org/" class="external-link" target="_blank">Gevent</a>ใๅฉ็จใงใใพใใใใใใใใณใผใใฏ็่งฃใใใใใฏใใใใฆใ่ๅฏใใฏใใใซ่ค้ใงใใ ไปฅๅใฎใใผใธใงใณใฎNodeJS / ใใฉใฆใถJavaScriptใงใฏใใใณใผใซใใใฏใใไฝฟ็จใใฆใใพใใใใใใฏใใใณใผใซใใใฏๅฐ็ใใซใคใชใใใพใใ ## ใณใซใผใใณ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 27.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
return null; } /** * Checks if the request contains authentication data from Azure AD. * @param request The HTTP servlet request to check. * @return True if authentication data is present, false otherwise. */ protected boolean containsAuthenticationData(final HttpServletRequest request) { if (logger.isDebugEnabled()) { logger.debug("HTTP Method: {}", request.getMethod());Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
gradle/wrapper/gradle-wrapper.jar
FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages,...
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 44.4K bytes - Viewed (1) -
guava/src/com/google/common/io/ByteStreams.java
totalSkipped += skipped; } return totalSkipped; } /** * Attempts to skip up to {@code n} bytes from the given input stream, but not more than {@code * in.available()} bytes. This prevents {@code FileInputStream} from skipping more bytes than * actually remain in the file, something that it {@linkplain java.io.FileInputStream#skip(long)Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 31.1K bytes - Viewed (0) -
LICENSE
14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 33.7K bytes - Viewed (0) -
docs/em/docs/async.md
๐ ๐ โ๏ธ `async` & `await` ๐ถ ๐ ๐ช๐ธ. โ๏ธ โซ๏ธ โ ๐ท โฎ๏ธ ๐ ๐ ๐ โฉ. ๐ ๐ โ (โ๏ธ ๐ ๐) ๐ โณ ๐ โฌ ๐ธ (๐ฅ & โณ). โ๏ธ โญ ๐, ๐ ๐ ๐ ๐ ๐ & โ . โฎ๏ธ โฌ ๐, ๐ ๐ช โ๏ธ โ๏ธ ๐งต โ๏ธ <a href="https://www.gevent.org/" class="external-link" target="_blank">๐</a>. โ๏ธ ๐ ๐ ๐ ๐ ๐ค, โน, & ๐ญ ๐. โฎ๏ธ โฌ โณ / ๐ฅ ๐ธ, ๐ ๐ โ๏ธ โ๏ธ "โฒ". โ โ๏ธ "โฒ ๐ฅ๐". ## ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 18.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSet.java
* JdkBackedSetBuilderImpl. */ private static final class RegularSetBuilderImpl<E> extends SetBuilderImpl<E> { // null until at least two elements are present private @Nullable Object @Nullable [] hashTable; private int maxRunBeforeFallback; private int expandTableThreshold; private int hashCode; RegularSetBuilderImpl(int expectedCapacity) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 35.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
segment.setWeakValueReferenceForTesting(dummyEntry, dummyValueRef); segment.setTableEntryForTesting(index, dummyEntry); // returns the most recent entry assertSame(dummyValue, segment.get(key, hash)); assertTrue(segment.containsKey(key, hash)); assertTrue(segment.containsValue(value)); assertTrue(segment.containsValue(dummyValue)); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 35.1K bytes - Viewed (0)