Search Options

Results per page
Sort
Preferred Languages
Advance

Results 2131 - 2140 of 2,946 for Gname (0.04 sec)

  1. src/main/java/jcifs/SidResolver.java

        /**
         * Gets the domain SID for the specified server.
         *
         * @param authorityServerName the server name
         * @param tc the CIFS context to use
         * @return the server's SID
         * @throws CIFSException if there is an error retrieving the server SID
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  2. docs/em/docs/index.md

    * ๐Ÿšš 2๏ธโƒฃ ๐ŸŽ“ ๐Ÿงพ ๐Ÿ•ธ ๐Ÿ”ข ๐Ÿ”—.
    
    ---
    
    ๐Ÿ‘ฅ ๐Ÿ–Œ ๐Ÿงฝ, โœ‹๏ธ ๐Ÿ‘† โช ๐Ÿคš ๐Ÿ’ญ โ” โšซ๏ธ ๐ŸŒ ๐Ÿ‘ท.
    
    ๐Ÿ”„ ๐Ÿ”€ โธ โฎ๏ธ:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...โšช๏ธโžก๏ธ:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...& ๐Ÿ‘€ โ” ๐Ÿ‘† ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿ”œ ๐Ÿš˜-๐Ÿ ๐Ÿ”ข & ๐Ÿ’ญ ๐Ÿ‘ซ ๐Ÿ†Ž:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/sql-databases.md

    #### `HeroBase` - the base class { #herobase-the-base-class }
    
    Let's start with a `HeroBase` model that has all the **fields that are shared** by all the models:
    
    * `name`
    * `age`
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[7:9] hl[7:9] *}
    
    #### `Hero` - the *table model* { #hero-the-table-model }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  4. docs/he/docs/index.md

    ---
    
    ืจืง ื’ืจื“ื ื• ืืช ืงืฆื” ื”ืงืจื—ื•ืŸ, ืื‘ืœ ื›ื‘ืจ ื™ืฉ ืœื›ื ืจืขื™ื•ืŸ ืฉืœ ืื™ืš ื”ื›ืœ ืขื•ื‘ื“.
    
    ื ืกื• ืœืฉื ื•ืช ืืช ื”ืฉื•ืจื”:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...ืž:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...ืœ:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...ื•ืจืื• ืื™ืš ื”ืขื•ืจืš ืฉืœื›ื ืžืฉืœื™ื ืืช ื”ืžืืคื™ื™ื ื™ื ื•ื™ื•ื“ืข ืืช ื”ื˜ื™ืคื•ืกื™ื ืฉืœื”ื:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  5. .github/ISSUE_TEMPLATE/flaking-test.yaml

    name: Flaking Test
    description: Report flaky tests or jobs in Kubernetes CI
    labels: kind/flake
    body:
      - type: textarea
        id: jobs
        attributes:
          label: Which jobs are flaking?
          description: |
            Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI.
            Links to go.k8s.io/triage and/or links to specific failures in spyglass are appreciated.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Oct 05 16:55:38 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  6. okcurl/build.gradle.kts

      testApi(libs.assertk)
      testImplementation(kotlin("test"))
    }
    
    configure<AnimalSnifferExtension> {
      isIgnoreFailures = true
    }
    
    tasks.jar {
      manifest {
        attributes("Automatic-Module-Name" to "okhttp3.curl")
        attributes("Main-Class" to "okhttp3.curl.MainCommandLineKt")
      }
    }
    
    tasks.shadowJar {
      mergeServiceFiles()
    }
    
    tasks.withType<Test> {
      onlyIf("native build requires Java 17") {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Jul 22 20:31:49 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  7. .github/workflows/auto-assign-pr-to-author.yml

    name: 'Auto Assign PR to Author'
    on:
      pull_request:
        types: [opened]
    
    permissions: {}
    
    jobs:
      add-reviews:
        permissions:
          contents: read  # for kentaro-m/auto-assign-action to fetch config file
          pull-requests: write  # for kentaro-m/auto-assign-action to assign PR reviewers
        runs-on: ubuntu-latest
        steps:
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Nov 12 13:13:58 UTC 2024
    - 381 bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndXResponse.java

         *
         * @return the nativeOs
         */
        public final String getNativeOs() {
            return this.nativeOs;
        }
    
        /**
         * Returns the primary domain name of the server.
         *
         * @return the primaryDomain
         */
        public final String getPrimaryDomain() {
            return this.primaryDomain;
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  9. src/test/java/jcifs/smb1/dcerpc/ndr/NdrHyperTest.java

            assertEquals(original, decoded.value, "Decoded value should match encoded value");
        }
    
        /**
         * Parameterised test for a selection of edge and typical values.
         */
        @ParameterizedTest(name = "Encode and decode {0}")
        @ValueSource(longs = { 0L, 1L, -1L, Long.MAX_VALUE, Long.MIN_VALUE })
        public void testEncodeWithVariousValues(long val) throws NdrException {
            NdrHyper hyper = new NdrHyper(val);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/static-files.md

    ใ“ใ‚Œใซใคใ„ใฆ่ฉณใ—ใใฏใ€**้ซ˜ๅบฆใชใƒฆใƒผใ‚ถใƒผใ‚ฌใ‚คใƒ‰** ใ‚’ใ”่ฆงใใ ใ•ใ„ใ€‚
    
    ## ่ฉณ็ดฐ
    
    ๆœ€ๅˆใฎ `"/static"` ใฏใ€ใ“ใฎใ€Œใ‚ตใƒ–ใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใ€ใŒใ€Œใƒžใ‚ฆใƒณใƒˆใ€ใ•ใ‚Œใ‚‹ใ‚ตใƒ–ใƒ‘ใ‚นใ‚’ๆŒ‡ใ—ใพใ™ใ€‚ใ—ใŸใŒใฃใฆใ€`"/static"` ใ‹ใ‚‰ๅง‹ใพใ‚‹ใƒ‘ใ‚นใฏใ™ในใฆใ‚ตใƒ–ใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใซใ‚ˆใฃใฆๅ‡ฆ็†ใ•ใ‚Œใพใ™ใ€‚
    
    `directory="static"` ใฏใ€้™็š„ใƒ•ใ‚กใ‚คใƒซใ‚’ๅซใ‚€ใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใฎๅๅ‰ใ‚’ๆŒ‡ใ—ใพใ™ใ€‚
    
    `name="static"` ใฏใ€**FastAPI** ใŒๅ†…้ƒจใงไฝฟ็”จใงใใ‚‹ๅๅ‰ใ‚’ไป˜ใ‘ใพใ™ใ€‚
    
    ใ“ใ‚Œใ‚‰ใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏใ™ในใฆใ€Œ`้™็š„`ใ€ใจใฏ็•ฐใชใ‚‹ๅ ดๅˆใŒใ‚ใ‚Šใ€็‹ฌ่‡ชใฎใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฎใƒ‹ใƒผใ‚บใจ่ฉณ็ดฐใซๅˆใ‚ใ›ใฆ่ชฟๆ•ดใ—ใพใ™ใ€‚
    
    ## ใ‚ˆใ‚Š่ฉณใ—ใ„ๆƒ…ๅ ฑ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top