Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for BA (0.02 sec)

  1. docs/yo/docs/index.md

    * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Nílò tí ó  fẹ́ láti lọ `TestClient`.
    * <a href="https://jinja.palletsprojects.com" target="_blank"><code>jinja2</code></a> - Nílò tí ó  fẹ́ láti lọ iṣeto awoṣe aiyipada.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  2. src/archive/tar/strconv_test.go

    		{"110 path=" + medName + "\n", "", "path", medName, true},
    		{"9 foo=ba\n", "", "foo", "ba", true},
    		{"11 foo=bar\n\x00", "\x00", "foo", "bar", true},
    		{"18 foo=b=\nar=\n==\x00\n", "", "foo", "b=\nar=\n==\x00", true},
    		{"27 foo=hello9 foo=ba\nworld\n", "", "foo", "hello9 foo=ba\nworld", true},
    		{"27 ☺☻☹=日a本b語ç\nmeow mix", "meow mix", "☺☻☹", "日a本b語ç", true},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Sep 08 17:08:20 UTC 2025
    - 15K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/graph/TraverserTest.java

        Iterable<Character> result = Traverser.forGraph(TWO_TREES).depthFirstPostOrder('a');
    
        assertEqualCharNodes(result, "ba");
      }
    
      @Test
      public void forGraph_depthFirstPostOrderIterable_twoTrees() {
        assertEqualCharNodes(
            Traverser.forGraph(TWO_TREES).depthFirstPostOrder(charactersOf("a")), "ba");
        assertEqualCharNodes(
            Traverser.forGraph(TWO_TREES).depthFirstPostOrder(charactersOf("ac")), "badc");
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 47.5K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/graph/TraverserTest.java

        Iterable<Character> result = Traverser.forGraph(TWO_TREES).depthFirstPostOrder('a');
    
        assertEqualCharNodes(result, "ba");
      }
    
      @Test
      public void forGraph_depthFirstPostOrderIterable_twoTrees() {
        assertEqualCharNodes(
            Traverser.forGraph(TWO_TREES).depthFirstPostOrder(charactersOf("a")), "ba");
        assertEqualCharNodes(
            Traverser.forGraph(TWO_TREES).depthFirstPostOrder(charactersOf("ac")), "badc");
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 47.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("ヂ", new String[] { "di" });
            map.put("ヅ", new String[] { "du" });
            map.put("デ", new String[] { "de" });
            map.put("ド", new String[] { "do" });
    
            map.put("バ", new String[] { "ba" });
            map.put("ビ", new String[] { "bi" });
            map.put("ブ", new String[] { "bu" });
            map.put("ベ", new String[] { "be" });
            map.put("ボ", new String[] { "bo" });
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  6. src/bytes/example_test.go

    func ExampleReader_Len() {
    	fmt.Println(bytes.NewReader([]byte("Hi!")).Len())
    	fmt.Println(bytes.NewReader([]byte("こんにちは!")).Len())
    	// Output:
    	// 3
    	// 16
    }
    
    func ExampleRepeat() {
    	fmt.Printf("ba%s", bytes.Repeat([]byte("na"), 2))
    	// Output: banana
    }
    
    func ExampleReplace() {
    	fmt.Printf("%s\n", bytes.Replace([]byte("oink oink oink"), []byte("k"), []byte("ky"), 2))
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon May 12 16:07:54 UTC 2025
    - 16.5K bytes
    - Viewed (0)
Back to top