- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 521 for complete (0.22 sec)
-
src/main/java/org/codelibs/core/log/Logger.java
/** Map of loggers keyed by class */ protected static final Map<Class<?>, Logger> loggers = newHashMap(); /** Flag indicating initialization is complete. */ private static boolean initialized; /** Logger adapter. */ private final LoggerAdapter log; /** * Returns a {@link Logger}. * * @param clazz
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
* <p> * To fully understand the information exposed by this class a description * of the access check algorithm used by Windows is required. The following * is a basic description of the algorithm. For a more complete description * we recommend reading the section on Access Control in Keith Brown's * "The .NET Developer's Guide to Windows Security" (which is also * available online). * <p>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js.map
sedClass([trigger], false)\n }\n }\n\n this._isTransitioning = true\n\n const complete = () => {\n this._isTransitioning = false\n this._element.classList.remove(CLASS_NAME_COLLAPSING)\n this._element.classList.add(CLASS_NAME_COLLAPSE)\n EventHandler.trigger(this._element, EVENT_HIDDEN)\n }\n\n this._element.style[dimension] = ''\n\n this._queueCallback(complete, this._element, true)\n }\n\n _isShown(element = this._element) {\n return element.clas...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 211.9K bytes - Viewed (0) -
docs/em/docs/index.md
* **โฉ ๐**: ๐ ๐ ๐ ๏ธ โ ๐ 2๏ธโฃ0๏ธโฃ0๏ธโฃ ๐ฏ 3๏ธโฃ0๏ธโฃ0๏ธโฃ ๐ฏ. * * **๐ฉโโคโ๐จ ๐**: ๐ ๐ 4๏ธโฃ0๏ธโฃ ๐ฏ ๐ฟ (๐ฉโ๐ป) ๐ โ. * * **๐๏ธ**: ๐ ๐จโ๐จ ๐โ๐ฆบ. <abbr title="also known as auto-complete, autocompletion, IntelliSense">๐ ๏ธ</abbr> ๐. ๐ ๐ฐ ๐ ๏ธ. * **โฉ**: ๐ง โฉ โ๏ธ & ๐ก. ๐ ๐ฐ ๐ ๐ฉบ. * **๐**: ๐ ๐ โ. ๐ โ โช๏ธโก๏ธ ๐ ๐ข ๐. ๐ฉโโคโ๐จ ๐. * **๐๏ธ**: ๐ค ๐ญ-๐ ๐. โฎ๏ธ ๐ง ๐ ๐งพ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 17.1K bytes - Viewed (0) -
src/test/java/jcifs/context/BaseContextTest.java
}); threads[i].start(); } // Wait for all threads to complete for (Thread thread : threads) { thread.join(); } // Then for (int i = 0; i < threadCount; i++) { assertTrue(results[i], "Thread " + i + " should have completed successfully"); } } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
int NT_STATUS_NO_SUCH_DEVICE = 0xC000000e; /** The system cannot find the file specified */ int NT_STATUS_NO_SUCH_FILE = 0xC000000f; /** More processing is required to complete this request */ int NT_STATUS_MORE_PROCESSING_REQUIRED = 0xC0000016; /** Access is denied */ int NT_STATUS_ACCESS_DENIED = 0xC0000022; /** The data area passed to a system call is too small */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 13.2K bytes - Viewed (0) -
android/guava/src/com/google/common/base/MoreObjects.java
* Returns a string in the format specified by {@link MoreObjects#toStringHelper(Object)}. * * <p>After calling this method, you can keep adding more properties to later call toString() * again and get a more complete representation of the same object; but properties cannot be * removed, so this only allows limited reuse of the helper instance. The helper allows
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 16.1K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java
Encdec.enc_uint16le((short) 50, buffer, 8); // Fragment length return 30; // Initial bytes received }); // Mock second receive to complete fragment when(mockSmbPipeHandleInternal.recv(buf, 30, 20)).thenReturn(20); int result = handle.doReceiveFragment(buf); assertEquals(50, result);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0) -
docs/ko/docs/tutorial/first-steps.md
<span style="color: green;">INFO</span>: Started server process [28722] <span style="color: green;">INFO</span>: Waiting for application startup. <span style="color: green;">INFO</span>: Application startup complete. ``` </div> /// note | ์ฐธ๊ณ `uvicorn main:app` ๋ช ๋ น์ ๋ค์์ ์๋ฏธํฉ๋๋ค: * `main`: ํ์ผ `main.py` (ํ์ด์ฌ "๋ชจ๋"). * `app`: `main.py` ๋ด๋ถ์ `app = FastAPI()` ์ค์์ ์์ฑํ ์ค๋ธ์ ํธ. * `--reload`: ์ฝ๋ ๋ณ๊ฒฝ ์ ์๋์ผ๋ก ์๋ฒ ์ฌ์์. ๊ฐ๋ฐ ์์๋ง ์ฌ์ฉ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/first-steps.md
<font color="#4E9A06">INFO</font>: Started server process [<font color="#06989A">2265873</font>] <font color="#4E9A06">INFO</font>: Waiting for application startup. <font color="#4E9A06">INFO</font>: Application startup complete. ``` </div> ๅจ่ผธๅบไธญ๏ผๆไธๅ้กไผผๆผ๏ผ ```hl_lines="4" INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` ้ฃๅ้กฏ็คบไบไฝ ็ๆ็จ็จๅผๆญฃๅจๆฌๅฐ็ซฏๆฉๅจไธ้่ก็ URLใ ### ๆฅ็ๅฎ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:20:58 UTC 2024 - 11.6K bytes - Viewed (0)