Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 681 - 690 of 780 for metadata5 (0.18 seconds)

  1. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

        }
    
        // ========== File Metadata Operations ==========
    
        @Test
        void testFileMetadata() throws Exception {
            SmbFile file = new SmbFile(baseUrl + "shared/metadata.txt", context);
            String content = "This is test content for metadata testing";
    
            // Write content to file
            try (OutputStream out = file.openOutputStream(false)) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 56K bytes
    - Click Count (0)
  2. cmd/data-scanner.go

    // applyActions will apply lifecycle checks on to a scanned item.
    // The resulting size on disk will always be returned.
    // The metadata will be compared to consensus on the object layer before any changes are applied.
    // If no metadata is supplied, -1 is returned if no action is taken.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 45.5K bytes
    - Click Count (0)
  3. docs/en/docs/deployment/docker.md

    In contrast to a "**container image**" that is the stored static contents, a "**container**" normally refers to the running instance, the thing that is being **executed**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 28.3K bytes
    - Click Count (1)
  4. guava-gwt/pom.xml

          <artifactId>guava</artifactId>
          <version>${project.version}</version>
        </dependency>
        <!-- We redeclare the j2objc-annotations dependency from `guava`: Our Gradle
             Module Metadata hides the dependency declared in `guava` from runtime
             configurations downstream, and GWT uses the runtime configuration for
             its builds. Thus, GWT doesn't get j2objc-annotations transitively, in
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Jan 12 15:19:17 GMT 2026
    - 18.2K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/chat/ChatClient.java

         */
        protected ChatSearchResult searchDocuments(final String query) {
            return searchDocuments(query, Collections.emptyMap(), new String[0]);
        }
    
        /**
         * Searches for documents by URL.
         *
         * @param url the URL to search for
         * @return a ChatSearchResult with documents and search metadata
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/python-types.md

    /// info | 資訊
    
    想了解更多 [Pydantic,請查看它的文件](https://docs.pydantic.dev/)。
    
    ///
    
    **FastAPI** 完全是以 Pydantic 為基礎。
    
    你會在[教學 - 使用者指南](tutorial/index.md)中看到更多實際範例。
    
    ## 含中繼資料的型別提示 { #type-hints-with-metadata-annotations }
    
    Python 也有一個功能,允許使用 `Annotated` 在這些型別提示中放入額外的<dfn title="關於資料的資料;在此情境下,是關於型別的資訊,例如描述。">中繼資料</dfn>。
    
    你可以從 `typing` 匯入 `Annotated`。
    
    {* ../../docs_src/python_types/tutorial013_py310.py hl[1,4] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  7. cmd/peer-rest-client.go

    	}
    	return *resp, nil
    }
    
    // LoadBucketMetadata - load bucket metadata
    func (client *peerRESTClient) LoadBucketMetadata(ctx context.Context, bucket string) error {
    	_, err := loadBucketMetadataRPC.Call(ctx, client.gridConn(), grid.NewMSSWith(map[string]string{
    		peerRESTBucket: bucket,
    	}))
    	return err
    }
    
    // DeleteBucketMetadata - Delete bucket metadata
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 26.1K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.33.md

    - Changed metadata management for Pods to populate `.metadata.generation` on writes. New pods will have a `metadata.generation` of 1; updates to mutable fields in the Pod `.spec` will result in `metadata.generation` being incremented by 1. ([#130181](https://github.com/kubernetes/kubernetes/pull/130181), [@natasha41575](https://github.com/natasha41575)) [SIG...
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:17:58 GMT 2026
    - 369K bytes
    - Click Count (0)
  9. docs/uk/docs/tutorial/sql-databases.md

    Не переймайтеся, завдяки структурі коду ми далі забезпечимо **одну сесію SQLModel на запит**, власне цього і прагне `check_same_thread`.
    
    ### Створіть таблиці { #create-the-tables }
    
    Додамо функцію, яка використовує `SQLModel.metadata.create_all(engine)`, щоб **створити таблиці** для всіх «табличних моделей».
    
    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[21:22] hl[21:22] *}
    
    ### Створіть залежність сесії { #create-a-session-dependency }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.9.md

    * GCP: allow a master to not include a metadata concealment firewall rule (if it's not running the metadata proxy). ([#58104](https://github.com/kubernetes/kubernetes/pull/58104), [@ihmccreery](https://github.com/ihmccreery))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Click Count (0)
Back to Top