Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1431 - 1440 of 1,542 for ifndef (0.04 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to send the test mail. */
        public static final String ERRORS_failed_to_send_testmail = "{errors.failed_to_send_testmail}";
    
        /** The key of the message: Could not find index for backup. */
        public static final String ERRORS_could_not_find_backup_index = "{errors.could_not_find_backup_index}";
    
        /** The key of the message: The current password is incorrect. */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. README.md

    - [Use `minio-go` SDK with MinIO Server](https://min.io/docs/minio/linux/developers/go/minio-go.html)
    - [The MinIO documentation website](https://min.io/docs/minio/linux/index.html)
    
    ## Contribute to MinIO Project
    
    Please follow MinIO [Contributor's Guide](https://github.com/minio/minio/blob/master/CONTRIBUTING.md)
    
    ## License
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Oct 13 13:34:11 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. docs/uk/docs/alternatives.md

    Основний веб-сервер для запуску програм **FastAPI**.
    
     Ви можете поєднати його з Gunicorn, щоб мати асинхронний багатопроцесний сервер.
    
     Додаткову інформацію див. у розділі [Розгортання](deployment/index.md){.internal-link target=_blank}.
    
    ///
    
    ## Орієнтири та швидкість
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  5. docs/pt/docs/tutorial/bigger-applications.md

    ```
    
    ////
    
    /// tip | "Dica"
    
    Estamos usando um cabeçalho inventado para simplificar este exemplo.
    
    Mas em casos reais, você obterá melhores resultados usando os [Utilitários de Segurança](security/index.md){.internal-link target=_blank} integrados.
    
    ///
    
    ## Outro módulo com `APIRouter`
    
    Digamos que você também tenha os endpoints dedicados a manipular "itens" do seu aplicativo no módulo em `app/routers/items.py`.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  6. cmd/erasure-healing_test.go

    )
    
    // Tests isObjectDangling function
    func TestIsObjectDangling(t *testing.T) {
    	fi := newFileInfo("test-object", 2, 2)
    	fi.Erasure.Index = 1
    
    	ifi := newFileInfo("test-object", 2, 2)
    	ifi.SetInlineData()
    	ifi.Erasure.Index = 1
    
    	testCases := []struct {
    		name             string
    		metaArr          []FileInfo
    		errs             []error
    		dataErrs         map[int][]int
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Inet6Pktinfo struct
    pkg syscall (freebsd-arm64), type Inet6Pktinfo struct, Addr [16]uint8
    pkg syscall (freebsd-arm64), type Inet6Pktinfo struct, Ifindex uint32
    pkg syscall (freebsd-arm64), type InterfaceAddrMessage //deprecated
    pkg syscall (freebsd-arm64), type InterfaceAddrMessage struct
    pkg syscall (freebsd-arm64), type InterfaceAddrMessage struct, Data []uint8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Ifindex uint32
    pkg syscall (darwin-arm64), type Inet4Pktinfo struct, Spec_dst [4]uint8
    pkg syscall (darwin-arm64), type Inet6Pktinfo struct
    pkg syscall (darwin-arm64), type Inet6Pktinfo struct, Addr [16]uint8
    pkg syscall (darwin-arm64), type Inet6Pktinfo struct, Ifindex uint32
    pkg syscall (darwin-arm64), type InterfaceAddrMessage //deprecated
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

            sequenceNumber,
            socket,
          )
        atomicRequestCount.incrementAndGet()
        requestQueue.add(request)
        dispatcher.dispatch(request)
      }
    
      /** @param sequenceNumber the index of this request on this connection.*/
      @Throws(IOException::class)
      private fun readRequest(
        socket: Socket,
        source: BufferedSource,
        sink: BufferedSink,
        sequenceNumber: Int,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/operand_test.go

    					wantName = test.output[:len(test.output)-4]
    					if strings.HasPrefix(wantName, "$") || strings.HasPrefix(wantName, "*") {
    						wantName = wantName[1:]
    					}
    					if i := strings.Index(wantName, "+"); i >= 0 {
    						wantName = wantName[:i]
    					}
    				}
    				if ok != isFuncSym || name != wantName {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top