Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for JA (0.08 sec)

  1. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

            assertArrays(new String[] { "ja" }, fessConfig.normalizeQueryLanguages(new String[] { "ja-jp" }));
            assertArrays(new String[] { "ja" }, fessConfig.normalizeQueryLanguages(new String[] { "ja_JP" }));
            assertArrays(new String[] { "ja", "zh-cn" }, fessConfig.normalizeQueryLanguages(new String[] { "ja", "zh" }));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            value = " ja ";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "ja-JP";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "ja_JP";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "ja_JP_AAA";
            assertEquals("ja", systemHelper.normalizeLang(value));
    
            value = "zh";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. docs/pt/docs/features.md

    `FastAPI` é na verdade uma sub-classe do `Starlette`. Então, se você  conhece ou usa Starlette, a maioria das funcionalidades se comportará da mesma forma.
    
    Com **FastAPI**, você terá todos os recursos do **Starlette** ( que FastAPI é apenas um Starlette com esteróides):
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. src/runtime/memmove_amd64.s

    	CMPQ	BX, $0x100000
    	JA		gobble_big_data_bwd
    	SUBQ	$0x80, BX
    gobble_mem_bwd_loop:
    	VMOVDQU	-0x20(SI), Y0
    	VMOVDQU	-0x40(SI), Y1
    	VMOVDQU	-0x60(SI), Y2
    	VMOVDQU	-0x80(SI), Y3
    	SUBQ	$0x80, SI
    	VMOVDQA	Y0, -0x20(DI)
    	VMOVDQA	Y1, -0x40(DI)
    	VMOVDQA	Y2, -0x60(DI)
    	VMOVDQA	Y3, -0x80(DI)
    	SUBQ	$0x80, DI
    	SUBQ	$0x80, BX
    	JA		gobble_mem_bwd_loop
    	// Let's store unaligned data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 10 15:52:08 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  5. src/net/mail/message_test.go

    			`=?utf-8?q?J=C3=B6rg_Doe?= <******@****.***>`,
    			[]*Address{
    				{
    					Name:    `¶rg Doe`,
    					Address: "******@****.***",
    				},
    			},
    		},
    		// RFC 2047 "Q"-encoded UTF-8 address with multiple encoded-words.
    		{
    			`=?utf-8?q?J=C3=B6rg?=  =?utf-8?q?Doe?= <******@****.***>`,
    			[]*Address{
    				{
    					Name:    `¶rgDoe`,
    					Address: "******@****.***",
    				},
    			},
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  6. src/math/rand/rng.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package rand
    
    /*
     * Uniform distribution
     *
     * algorithm by
     * DP Mitchell and JA Reeds
     */
    
    const (
    	rngLen   = 607
    	rngTap   = 273
    	rngMax   = 1 << 63
    	rngMask  = rngMax - 1
    	int32max = (1 << 31) - 1
    )
    
    var (
    	// rngCooked used for seeding. See gen_cooked.go for details.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 04 14:20:53 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  7. src/main/resources/esclient.xml

    			<arg>"fess"</arg>
    			<arg>"it/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ja/kuromoji.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ja/mapping.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"ko/nori.txt"</arg>
    		</postConstruct>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Mar 23 05:42:27 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  8. docs/pt/docs/alternatives.md

    Ele é comumente utilizado por outras aplicações que não necessariamente precisam de banco de dados, gerenciamento de usuários, ou algum dos muitos recursos que  vem instalados no Django. Embora muitos desses recursos possam ser adicionados com plug-ins.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  9. docs/pt/docs/async.md

    Depois, ele 🤖 pega a primeira tarefa para finalizar (vamos dizer, nosso "arquivo lento" 📝) e continua o que ele tem que fazer com isso.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  10. docs/pt/docs/contributing.md

    # Desenvolvimento - Contribuindo
    
    Primeiramente, você deveria ver os meios básicos para [ajudar FastAPI e pedir ajuda](help-fastapi.md){.internal-link target=_blank}.
    
    ## Desenvolvendo
    
    Se você  clonou o repositório e precisa mergulhar no código, aqui estão algumas orientações para configurar seu ambiente.
    
    ### Ambiente virtual com `venv`
    
    Você pode criar um ambiente virtual em um diretório utilizando o módulo `venv` do Python:
    
    <div class="termy">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 14.9K bytes
    - Viewed (0)
Back to top