- Sort Score
- Result 10 results
- Languages All
Results 2051 - 2060 of 2,151 for vscode (0.06 sec)
-
guava/src/com/google/common/collect/DenseImmutableTable.java
import com.google.errorprone.annotations.Immutable; import com.google.j2objc.annotations.WeakOuter; import java.util.Map; import javax.annotation.CheckForNull; import org.checkerframework.checker.nullness.qual.Nullable; /** A {@code RegularImmutableTable} optimized for dense data. */ @GwtCompatible @Immutable(containerOf = {"R", "C", "V"}) @ElementTypesAreNonnullByDefault final class DenseImmutableTable<R, C, V> extends RegularImmutableTable<R, C, V> {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:05:46 UTC 2024 - 10.1K bytes - Viewed (0) -
docs/em/docs/advanced/security/oauth2-scopes.md
* `security_scopes.scopes` ๐ ๐ `[]` (๐ณ) *โก ๐ ๏ธ* `read_system_status`, โฉ๏ธ โซ๏ธ ๐ซ ๐ฃ ๐ `Security` โฎ๏ธ `scopes`, & ๐ฎ ๐, `get_current_user`, ๐ซ ๐ฃ ๐ `scope` ๐ฏโโ๏ธ. /// tip โ & "๐ฑ" ๐ ๐ฅ ๐ `get_current_user` ๐ โ๏ธ ๐ ๐ `scopes` โ ๐ *โก ๐ ๏ธ*. ๐ โ๏ธ ๐ `scopes` ๐ฃ ๐ *โก ๐ ๏ธ* & ๐ ๐ ๐ ๐ฒ ๐ ๐ฏ *โก ๐ ๏ธ*. /// ## ๐ โน ๐ `SecurityScopes`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11K bytes - Viewed (0) -
docs/zh/docs/contributing.md
ๅฏนไบ่ฅฟ็ญ็่ฏญๆฅ่ฏด๏ผๅฎ็ไธคไฝๅญๆฏไปฃ็ ๆฏ `es`ใๆไปฅ่ฅฟ็ญ็่ฏญ็ฟป่ฏ็็ฎๅฝไฝไบ `docs/es/`ใ /// tip ้ป่ฎค่ฏญ่จๆฏ่ฑ่ฏญ๏ผไฝไบ `docs/en/`็ฎๅฝใ /// ็ฐๅจไธบ่ฅฟ็ญ็่ฏญๆๆกฃ่ฟ่กๅฎๆถๆๅกๅจ๏ผ <div class="termy"> ```console // Use the command "live" and pass the language code as a CLI argument $ python ./scripts/docs.py live es <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008 <span style="color: green;">[INFO]</span> Start watching changes
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12.8K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
{!../../docs_src/sql_databases/sql_app/crud.py!} ``` /// tip ๐ ๐ข ๐ ๐ด ๐ก ๐ โฎ๏ธ ๐ฝ (๐ค ๐ฉโ๐ป โ๏ธ ๐ฌ) ๐ฌ ๐ *โก ๐ ๏ธ ๐ข*, ๐ ๐ช ๐ ๐ช โป ๐ซ ๐ ๐ & ๐ฎ <abbr title="Automated tests, written in code, that check if another piece of code is working correctly.">โ ๐ฏ</abbr> ๐ซ. /// ### โ ๐ฝ ๐ โ ๐ ๐ข โ ๐ฝ. ๐: * โ ๐ธ๐ฒ ๐ท *๐* โฎ๏ธ ๐ ๐. * `add` ๐ ๐ ๐ ๐ ๐ฝ ๐. * `commit` ๐ ๐ฝ (๐ ๐ซ ๐).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/zh/docs/advanced/behind-a-proxy.md
</div> Hypercorn ไนๆฏๆ `--root-path `้้กนใ /// note | "ๆๆฏ็ป่" ASGI ่ง่ๅฎไน็ `root_path` ๅฐฑๆฏไธบไบ่ฟ็ง็จไพใ ๅนถไธ `--root-path` ๅฝไปค่ก้้กนๆฏๆ `root_path`ใ /// ### ๆฅ็ๅฝๅ็ `root_path` ่ทๅๅบ็จไธบๆฏไธช่ฏทๆฑไฝฟ็จ็ๅฝๅ `root_path`๏ผ่ฟๆฏ `scope` ๅญๅ ธ็ๅ ๅฎน๏ผไนๆฏ ASGI ่ง่็ๅ ๅฎน๏ผใ ๆไปฌๅจ่ฟ้็ไฟกๆฏ้ๅ ๅซ `roo_path` ๅชๆฏไธบไบๆผ็คบใ ```Python hl_lines="8" {!../../docs_src/behind_a_proxy/tutorial001.py!} ``` ็ถๅ๏ผ็จไปฅไธๅฝไปคๅฏๅจ Uvicorn๏ผ <div class="termy"> ```console
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.4K bytes - Viewed (0) -
cmd/os_unix.go
switch dirent.Type { case syscall.DT_REG: typ = 0 case syscall.DT_DIR: typ = os.ModeDir case syscall.DT_LNK: typ = os.ModeSymlink default: // Skip all other file types. Revisit if/when this code needs // to handle such files, MinIO is only interested in // files and directories. typ = unexpectedFileMode } nameBuf := (*[unsafe.Sizeof(dirent.Name)]byte)(unsafe.Pointer(&dirent.Name[0]))
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 9.3K bytes - Viewed (0) -
docs/em/docs/advanced/generate-clients.md
"typescript": "^4.6.2" } } ``` โฎ๏ธ โ๏ธ ๐ โ `generate-client` โ ๐ค, ๐ ๐ช ๐ โซ๏ธ โฎ๏ธ: <div class="termy"> ```console $ npm run generate-client frontend-app@1.0.0 generate-client /home/user/code/frontend-app > openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios ``` </div> ๐ ๐ ๐ ๐ ๐ `./src/client` & ๐ โ๏ธ `axios` (๐ธ ๐บ๐ธ๐ ๐) ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/EnumBiMapTest.java
import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Tests for {@code EnumBiMap}. * * @author Mike Bostock * @author Jared Levy */ @J2ktIncompatible // EnumBimap @GwtCompatible(emulated = true) @ElementTypesAreNonnullByDefault public class EnumBiMapTest extends TestCase {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 11.8K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
} refresh(); } private String getId(final String sessionId, final String url) { final String id = sessionId + ID_SEPARATOR + new String(Base64.getUrlEncoder().withoutPadding().encode(url.getBytes(UTF_8)), UTF_8); if (id.length() <= idPrefixLength) { return id; } return id.substring(0, idPrefixLength) + MessageDigestUtil.digest("SHA-256", id.substring(idPrefixLength));
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 23.6K bytes - Viewed (0) -
cmd/encryption-v1.go
mac.Write([]byte(baseKey)) return sio.DecryptBuffer(nil, input, sio.Config{Key: mac.Sum(nil), CipherSuites: fips.DARECiphers()}) } } // decryptPartsChecksums will attempt to decode checksums and return it/them if set. // if part > 0, and we have the checksum for the part that will be returned. func (o *ObjectInfo) decryptPartsChecksums(h http.Header) { data := o.Checksum if len(data) == 0 {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:06:08 UTC 2024 - 37.2K bytes - Viewed (0)