- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 667 for TXT (0.02 sec)
-
src/test/java/jcifs/internal/smb2/lease/DirectoryLeasingIntegrationTest.java
assertTrue(entry2.isComplete()); assertTrue(entry1.hasChild("document.txt")); assertFalse(entry1.hasChild("subfolder")); assertTrue(entry2.hasChild("subfolder")); assertFalse(entry2.hasChild("document.txt")); // Test individual change notification directoryLeaseManager.handleDirectoryChange(dir1, "document.txt", DirectoryChangeNotifier.DirectoryChangeType.FILE_REMOVED);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 01:47:47 UTC 2025 - 14.2K bytes - Viewed (0) -
fuzzing/fuzzingserver-test.sh
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Mar 26 02:01:32 UTC 2019 - 673 bytes - Viewed (0) -
src/test/java/jcifs/SmbWatchHandleTest.java
when(fileNotifyInfo2.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_MODIFIED); when(fileNotifyInfo2.getFileName()).thenReturn("existingfile.txt"); when(fileNotifyInfo3.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_REMOVED); when(fileNotifyInfo3.getFileName()).thenReturn("deletedfile.txt"); // Verify actions and filenames
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/FileNotifyInformationImplTest.java
byte[] buffer = createValidNotificationBuffer("testfile.txt", FileNotifyInformation.FILE_ACTION_ADDED); FileNotifyInformationImpl info = new FileNotifyInformationImpl(buffer, 0, buffer.length); assertNotNull(info); assertEquals(FileNotifyInformation.FILE_ACTION_ADDED, info.getAction()); assertEquals("testfile.txt", info.getFileName()); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.1K bytes - Viewed (0) -
docs/em/docs/deployment/versions.md
## ๐ ๐ `fastapi` โฌ ๐ฅ ๐ ๐ ๐ "๐" โฌ **FastAPI** ๐ โ๏ธ ๐ฏ ๐ฐ โฌ ๐ ๐ ๐ญ ๐ท โ ๐ ๐ธ. ๐ผ, โก๏ธ ๐ฌ ๐ โ๏ธ โฌ `0.45.0` ๐ ๐ฑ. ๐ฅ ๐ โ๏ธ `requirements.txt` ๐ ๐ ๐ช โ โฌ โฎ๏ธ: ```txt fastapi==0.45.0 ``` ๐ ๐ โ ๐ ๐ ๐ โ๏ธ โซ๏ธโ โฌ `0.45.0`. โ๏ธ ๐ ๐ช ๐ โซ๏ธ โฎ๏ธ: ```txt fastapi>=0.45.0,<0.46.0 ``` ๐ ๐ โ ๐ ๐ ๐ โ๏ธ โฌ `0.45.0` โ๏ธ ๐, โ๏ธ ๐ ๐ `0.46.0`, ๐ผ, โฌ `0.45.2` ๐ ๐ซ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.6K bytes - Viewed (0) -
docs/fr/docs/deployment/versions.md
Par exemple, disons que vous utilisez la version `0.45.0` dans votre application. Si vous utilisez un fichier `requirements.txt`, vous pouvez spรฉcifier la version avecย : ```txt fastapi==0.45.0 ``` ce qui signifierait que vous utiliseriez exactement la version `0.45.0`. Ou vous pourriez aussi l'รฉpingler avecย : ```txt fastapi>=0.45.0,<0.46.0 ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 4.1K bytes - Viewed (0) -
ci/official/utilities/code_check_changed_files.bats
bash -c 'clang-format-12 --style=Google {} | git diff --no-index {} -' \ | tee $BATS_TEST_TMPDIR/needs_help.txt echo "You can use clang-format --style=Google -i <file> to apply changes to a file." [[ ! -s $BATS_TEST_TMPDIR/needs_help.txt ]] } # Note: this is excluded on the full code base, since any submitted code must # have passed Google's internal style guidelines.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Jan 10 19:39:41 UTC 2024 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsCreator.java
* from files that match the pattern "stopwords.*\\.txt". */ public class StopwordsCreator extends DictionaryCreator { private static final Logger logger = LogManager.getLogger(StopwordsCreator.class); /** * Constructs a new creator for stopwords dictionaries. * It sets the file pattern to match files starting with "stopwords" * and ending with ".txt". */ public StopwordsCreator() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
.github/workflows/people.yml
with: version: "0.4.15" enable-cache: true cache-dependency-glob: | requirements**.txt pyproject.toml - name: Install Dependencies run: uv pip install -r requirements-github-actions.txt # Allow debugging with tmate - name: Setup tmate session uses: mxschmitt/action-tmate@v3
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Aug 15 21:44:06 UTC 2025 - 1.6K bytes - Viewed (0) -
.github/workflows/smokeshow.yml
uses: astral-sh/setup-uv@v6 with: version: "0.4.15" enable-cache: true cache-dependency-glob: | requirements**.txt pyproject.toml - run: uv pip install -r requirements-github-actions.txt - uses: actions/download-artifact@v5 with: name: coverage-html path: htmlcov github-token: ${{ secrets.GITHUB_TOKEN }}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Aug 15 21:44:06 UTC 2025 - 1.8K bytes - Viewed (0)