Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for NY (0.01 sec)

  1. src/main/java/jcifs/NetbiosAddress.java

     * ---------------------------------------------
     * JMORRIS2        <00>  UNIQUE      Registered
     * BILLING-NY      <00>  GROUP       Registered
     * JMORRIS2        <03>  UNIQUE      Registered
     * JMORRIS2        <20>  UNIQUE      Registered
     * BILLING-NY      <1E>  GROUP       Registered
     * JMORRIS         <03>  UNIQUE      Registered
     *
     * MAC Address = 00-B0-34-21-FA-3B
     * </pre>
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/NbtAddress.java

     * ---------------------------------------------
     * JMORRIS2        &lt;00&gt;  UNIQUE      Registered
     * BILLING-NY      &lt;00&gt;  GROUP       Registered
     * JMORRIS2        &lt;03&gt;  UNIQUE      Registered
     * JMORRIS2        &lt;20&gt;  UNIQUE      Registered
     * BILLING-NY      &lt;1E&gt;  GROUP       Registered
     * JMORRIS         &lt;03&gt;  UNIQUE      Registered
     *
     * MAC Address = 00-B0-34-21-FA-3B
     * </pre>
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/netbios/NbtAddress.java

     * ---------------------------------------------
     * JMORRIS2        &lt;00&gt;  UNIQUE      Registered
     * BILLING-NY      &lt;00&gt;  GROUP       Registered
     * JMORRIS2        &lt;03&gt;  UNIQUE      Registered
     * JMORRIS2        &lt;20&gt;  UNIQUE      Registered
     * BILLING-NY      &lt;1E&gt;  GROUP       Registered
     * JMORRIS         &lt;03&gt;  UNIQUE      Registered
     *
     * MAC Address = 00-B0-34-21-FA-3B
     * </pre>
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserLocaleProcessProviderTest.java

            // Verify
            assertTrue(result.isPresent());
            Locale locale = result.get();
            assertEquals("no", locale.getLanguage());
            assertEquals("NO", locale.getCountry());
            assertEquals("NY", locale.getVariant());
        }
    
        // Test findBusinessLocale with case sensitivity
        public void test_findBusinessLocale_withMixedCase() {
            // Setup mock config
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11K bytes
    - Viewed (0)
  5. tensorflow/c/c_api.cc

    void TF_AddGradients(TF_Graph* g, TF_Output* y, int ny, TF_Output* x, int nx,
                         TF_Output* dx, TF_Status* status, TF_Output* dy) {
      TF_AddGradientsWithPrefix(g, nullptr, y, ny, x, nx, dx, status, dy);
    }
    
    void TF_AddGradientsWithPrefix(TF_Graph* g, const char* prefix, TF_Output* y,
                                   int ny, TF_Output* x, int nx, TF_Output* dx,
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    nt.edu.au
    nt.no
    nt.ro
    ntdll.top
    ntr.br
    ntt
    nu
    nu.ca
    nu.it
    numata.gunma.jp
    numata.hokkaido.jp
    numazu.shizuoka.jp
    nuoro.it
    nv.us
    nx.cn
    ny-1.paas.massivegrid.net
    ny-2.paas.massivegrid.net
    ny.us
    nyanta.jp
    nyat.app
    nyc
    nyc.mn
    nysa.pl
    nyuzen.toyama.jp
    nz
    nz.basketball
    nz.eu.org
    návuotna.no
    nååmesjevuemie.no
    nærøy.no
    nøtterøy.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. src/bytes/bytes_test.go

    	{space + "abc" + space, []byte("abc")},
    	{" ", nil},
    	{"\u3000 ", nil},
    	{" \u3000", nil},
    	{" \t\r\n \t\t\r\r\n\n ", nil},
    	{" \t\r\n x\t\t\r\r\n\n ", []byte("x")},
    	{" \u2000\t\r\n x\t\t\r\r\ny\n \u3000", []byte("x\t\t\r\r\ny")},
    	{"1 \t\r\n2", []byte("1 \t\r\n2")},
    	{" x\x80", []byte("x\x80")},
    	{" x\xc0", []byte("x\xc0")},
    	{"x \xc0\xc0 ", []byte("x \xc0\xc0")},
    	{"x \xc0", []byte("x \xc0")},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 28 18:13:58 UTC 2025
    - 62.9K bytes
    - Viewed (0)
Back to top