Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 109 for Br (0.02 sec)

  1. src/cmd/asm/internal/arch/arch.go

    		"BLT", "BLTU", "BLTZ", "BNE", "BNEZ", "CALL", "JAL", "JALR", "JMP":
    		return true
    	}
    	return false
    }
    
    func jumpWasm(word string) bool {
    	return word == "JMP" || word == "CALL" || word == "Call" || word == "Br" || word == "BrIf"
    }
    
    func archX86(linkArch *obj.LinkArch) *Arch {
    	register := make(map[string]int16)
    	// Create maps for easy lookup of instruction names etc.
    	for i, s := range x86.Register {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 07 02:20:14 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. api/maven-api-settings/src/main/mdo/settings.mdo

              <description>
                <![CDATA[
                Whether this mirror should be blocked from any download request but fail the download process, explaining why.
                <br><b>Default value is</b>: <code>false</code>
                <br><b>Since</b>: Maven 3.8.0
                ]]>
              </description>
            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>1.0.0+</version>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun May 18 09:15:56 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  3. docs/pt/docs/deployment/https.md

    ///
    
    Para aprender o básico de HTTPS de uma perspectiva do usuário, verifique <a href="https://howhttps.works/pt-br/" class="external-link" target="_blank">https://howhttps.works/pt-br/</a>.
    
    Agora, a partir de uma perspectiva do desenvolvedor, aqui estão algumas coisas para ter em mente ao pensar em HTTPS:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  4. README.md

    ### Translations
    
    - [日本語 (Japanese)](docs/ja/README.md)
    - [简体中文 (Simplified Chinese)](docs/zh-CN/README.md)
    - [Español (Spanish)](docs/es/README.md)
    - [Português (Brazilian Portuguese)](docs/pt-BR/README.md)
    - [Français (French)](docs/fr/README.md)
    - [Deutsch (German)](docs/de/README.md)
    - [한국어 (Korean)](docs/ko/README.md)
    
    ## Powered By
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 06:34:32 UTC 2025
    - 7.2K bytes
    - Viewed (2)
  5. okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt

        setLevel(Level.BODY)
        server.enqueue(
          MockResponse
            .Builder() // It's invalid to return this if not requested, but the server might anyway
            .setHeader("Content-Encoding", "br")
            .setHeader("Content-Type", PLAIN)
            .body(Buffer().write("iwmASGVsbG8sIEhlbGxvLCBIZWxsbwoD".decodeBase64()!!))
            .build(),
        )
        val response = client.newCall(request().build()).execute()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Aug 21 14:27:04 UTC 2025
    - 37.5K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_pl.properties

    errors.design_editor_disabled = Ta funkcja jest wyłączona.
    errors.not_found_on_file_system = Nie znaleziono. Przyczyna: {0}
    errors.could_not_open_on_system = Nie można otworzyć {0}.<br>Sprawdź, czy plik jest skojarzony z aplikacją.
    errors.result_size_exceeded = Nie można wyświetlić więcej wyników.
    errors.target_file_does_not_exist = Plik {0} nie istnieje.
    errors.failed_to_delete_file = Nie można usunąć pliku {0}.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_pt_BR.properties

    errors.design_editor_disabled = Esta função está desabilitada.
    errors.not_found_on_file_system = Não encontrado. Causa: {0}
    errors.could_not_open_on_system = Não é possível abrir {0}.<br>Verifique se o arquivo está associado a um aplicativo.
    errors.result_size_exceeded = Não é possível exibir mais resultados.
    errors.target_file_does_not_exist = O arquivo {0} não existe.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_nl.properties

    errors.design_editor_disabled = Deze functie is uitgeschakeld.
    errors.not_found_on_file_system = Niet gevonden. Oorzaak: {0}
    errors.could_not_open_on_system = Kan {0} niet openen.<br>Controleer of het bestand is gekoppeld aan een toepassing.
    errors.result_size_exceeded = Er kunnen geen verdere resultaten worden weergegeven.
    errors.target_file_does_not_exist = Bestand {0} bestaat niet.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_ru.properties

    errors.design_editor_disabled = Эта функция отключена.
    errors.not_found_on_file_system = Не найдено. Причина: {0}
    errors.could_not_open_on_system = Не удалось открыть {0}.<br>Проверьте, связан ли файл с приложением.
    errors.result_size_exceeded = Больше результатов отобразить нельзя.
    errors.target_file_does_not_exist = Файл {0} не существует.
    errors.failed_to_delete_file = Не удалось удалить файл {0}.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_es.properties

    errors.design_editor_disabled = Esta función está deshabilitada.
    errors.not_found_on_file_system = No encontrado. Causa: {0}
    errors.could_not_open_on_system = No se puede abrir {0}.<br>Asegúrese de que el archivo esté asociado con una aplicación.
    errors.result_size_exceeded = No se pueden mostrar más resultados.
    errors.target_file_does_not_exist = El archivo {0} no existe.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top