Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 76 for 1920 (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/util/ServerResponseValidatorTest.java

            });
        }
    
        @Test
        public void testValidBufferAccess() throws Exception {
            byte[] buffer = new byte[100];
            validator.validateBufferAccess(buffer, 10, 20);
            // Should pass without exception
        }
    
        @Test
        public void testBufferAccessNullBuffer() throws Exception {
            assertThrows(SmbException.class, () -> {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  2. docs/ru/docs/advanced/settings.md

    ### Использование `settings` { #use-the-settings }
    
    Затем вы можете использовать новый объект `settings` в вашем приложении:
    
    {* ../../docs_src/settings/tutorial001_py39.py hl[18:20] *}
    
    ### Запуск сервера { #run-the-server }
    
    Далее вы можете запустить сервер, передав конфигурации через переменные окружения. Например, можно задать `ADMIN_EMAIL` и `APP_NAME` так:
    
    <div class="termy">
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 18.3K bytes
    - Click Count (0)
  3. docs/de/docs/advanced/settings.md

    ### `settings` verwenden { #use-the-settings }
    
    Dann können Sie das neue `settings`-Objekt in Ihrer Anwendung verwenden:
    
    {* ../../docs_src/settings/tutorial001_py39.py hl[18:20] *}
    
    ### Den Server ausführen { #run-the-server }
    
    Als Nächstes würden Sie den Server ausführen und die Konfigurationen als Umgebungsvariablen übergeben. Sie könnten beispielsweise `ADMIN_EMAIL` und `APP_NAME` festlegen mit:
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 24 10:28:19 GMT 2025
    - 13.1K bytes
    - Click Count (0)
  4. docs/en/docs/advanced/advanced-dependencies.md

    Here's how it could look like:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py *}
    
    The exit code, the automatic closing of the `Session` in:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
    
    ...would be run after the the response finishes sending the slow data:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Thu Nov 13 07:37:15 GMT 2025
    - 9.1K bytes
    - Click Count (0)
  5. README.md

    ### Installation
    
    Add the dependency to your `pom.xml`:
    
    ```xml
    <dependency>
        <groupId>org.codelibs.fess</groupId>
        <artifactId>fess-suggest</artifactId>
        <version>15.2.0-SNAPSHOT</version>
    </dependency>
    ```
    
    ### Basic Usage
    
    #### 1. Create Suggester Instance
    
    ```java
    import org.codelibs.fess.suggest.Suggester;
    import org.opensearch.client.Client;
    
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Sun Aug 31 03:31:14 GMT 2025
    - 12.1K bytes
    - Click Count (1)
  6. docs/es/docs/advanced/advanced-dependencies.md

    Así es como se vería:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py *}
    
    El código de salida, el cierre automático de la `Session` en:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *}
    
    ...se ejecutaría después de que la response termine de enviar los datos lentos:
    
    {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 16:33:45 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  7. cmd/endpoint-ellipses_test.go

    		{
    			"http://server1/data{1...32}",
    			endpointSet{
    				[]ellipses.ArgPattern{
    					[]ellipses.Pattern{
    						{
    							Prefix: "http://server1/data",
    							Suffix: "",
    							Seq:    getSequences(1, 32, 0),
    						},
    					},
    				},
    				nil,
    				[][]uint64{{16, 16}},
    			},
    			true,
    		},
    		// No host regex, just disks with two position numerics.
    		{
    			"http://server1/data{01...32}",
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 15.1K bytes
    - Click Count (0)
  8. cmd/metacache-server-pool.go

    }
    
    func (z *erasureServerPools) listAndSave(ctx context.Context, o *listPathOptions) (entries metaCacheEntriesSorted, err error) {
    	// Use ID as the object name...
    	o.pool = z.getAvailablePoolIdx(ctx, minioMetaBucket, o.ID, 10<<20)
    	if o.pool < 0 {
    		// No space or similar, don't persist the listing.
    		o.pool = 0
    		o.Create = false
    		o.ID = ""
    		o.Transient = true
    		return entries, errDiskFull
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 12.9K bytes
    - Click Count (0)
  9. docs/en/data/people.yml

    maintainers:
    - login: tiangolo
      answers: 1900
      avatarUrl: https://avatars.githubusercontent.com/u/1326112?u=cb5d06e73a9e1998141b1641aa88e443c6717651&v=4
      url: https://github.com/tiangolo
    experts:
    - login: tiangolo
      count: 1900
      avatarUrl: https://avatars.githubusercontent.com/u/1326112?u=cb5d06e73a9e1998141b1641aa88e443c6717651&v=4
      url: https://github.com/tiangolo
    - login: YuriiMotov
      count: 971
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Sep 05 08:57:16 GMT 2025
    - 28.6K bytes
    - Click Count (0)
  10. docs/es/docs/advanced/settings.md

    ### Usar el `settings` { #use-the-settings }
    
    Luego puedes usar el nuevo objeto `settings` en tu aplicación:
    
    {* ../../docs_src/settings/tutorial001_py39.py hl[18:20] *}
    
    ### Ejecutar el servidor { #run-the-server }
    
    Luego, ejecutarías el servidor pasando las configuraciones como variables de entorno, por ejemplo, podrías establecer un `ADMIN_EMAIL` y `APP_NAME` con:
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 13.2K bytes
    - Click Count (0)
Back to Top