Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for 74 (0.02 sec)

  1. fess-crawler/src/test/resources/sitemaps/sitemap1.txt

    http://www.example.com/
    http://www.example.com/catalog?item=12&desc=vacation_hawaii
    http://www.example.com/catalog?item=73&desc=vacation_new_zealand
    http://www.example.com/catalog?item=74&desc=vacation_newfoundland
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 273 bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/sitemaps/sitemap1.xml.gz

    sitemap1.xml http://www.example.com/ 2005-01-01 monthly 0.8 http://www.example.com/catalog?item=12&desc=vacation_hawaii weekly http://www.example.com/catalog?item=73&desc=vacation_new_zealand 2004-12-23 weekly http://www.example.com/catalog?item=74&desc=vacation_newfoundland 2004-12-23T18:00:15+00:00 0.3 http://www.example.com/catalog?item=83&desc=vacation_usa 2004-11-23...
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 332 bytes
    - Viewed (0)
  3. internal/grid/handlers_string.go

    	_ = x[HandlerSignalService-68]
    	_ = x[HandlerGetBandwidth-69]
    	_ = x[HandlerWriteAll-70]
    	_ = x[HandlerListBuckets-71]
    	_ = x[HandlerRenameDataInline-72]
    	_ = x[HandlerRenameData2-73]
    	_ = x[HandlerCheckParts2-74]
    	_ = x[HandlerRenamePart-75]
    	_ = x[HandlerClearUploadID-76]
    	_ = x[handlerTest-77]
    	_ = x[handlerTest2-78]
    	_ = x[handlerLast-79]
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 16:58:30 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java

            assertNull(((SitemapUrl) sitemaps[2]).getPriority());
    
            assertEquals("2004-12-23T18:00:15+00:00", sitemaps[3].getLastmod());
            assertEquals("http://www.example.com/catalog?item=74&desc=vacation_newfoundland", sitemaps[3].getLoc());
            assertNull(((SitemapUrl) sitemaps[3]).getChangefreq());
            assertEquals("0.3", ((SitemapUrl) sitemaps[3]).getPriority());
    
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/WebSocket.kt

       * a graceful shutdown was already underway or if the web socket is already closed or canceled.
       *
       * @param code Status code as defined by
       *     [Section 7.4 of RFC 6455](http://tools.ietf.org/html/rfc6455#section-7.4).
       * @param reason Reason for shutting down, no longer than 123 bytes of UTF-8 encoded data (**not** characters) or null.
       * @throws IllegalArgumentException if [code] is invalid or [reason] is too long.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/ws/WebSocketWriter.kt

        writeControlFrame(OPCODE_CONTROL_PONG, payload)
      }
    
      /**
       * Send a close frame with optional code and reason.
       *
       * @param code Status code as defined by
       *     [Section 7.4 of RFC 6455](http://tools.ietf.org/html/rfc6455#section-7.4) or `0`.
       * @param reason Reason for shutting down or `null`.
       */
      @Throws(IOException::class)
      fun writeClose(
        code: Int,
        reason: ByteString?,
      ) {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. fess-crawler/src/test/resources/sitemaps/sitemap1.xml

          <loc>http://www.example.com/catalog?item=73&amp;desc=vacation_new_zealand</loc>
          <lastmod>2004-12-23</lastmod>
          <changefreq>weekly</changefreq>
       </url>
       <url>
          <loc>http://www.example.com/catalog?item=74&amp;desc=vacation_newfoundland</loc>
          <lastmod>2004-12-23T18:00:15+00:00</lastmod>
          <priority>0.3</priority>
       </url>
       <url>
          <loc>http://www.example.com/catalog?item=83&amp;desc=vacation_usa</loc>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 915 bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.32.md

    - cloud.google.com/go/servicedirectory: v1.11.0 → v1.11.3
    - cloud.google.com/go/shell: v1.7.1 → v1.7.4
    - cloud.google.com/go/spanner: v1.47.0 → v1.55.0
    - cloud.google.com/go/speech: v1.19.0 → v1.21.0
    - cloud.google.com/go/storagetransfer: v1.10.0 → v1.10.3
    - cloud.google.com/go/talent: v1.6.2 → v1.6.5
    - cloud.google.com/go/texttospeech: v1.7.1 → v1.7.4
    - cloud.google.com/go/tpu: v1.6.1 → v1.6.4
    - cloud.google.com/go/trace: v1.10.1 → v1.10.4
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/util/Hexdump.java

            if( length == 0 ) {
                return;
            }
    
            int s = length % 16;
            int r = ( s == 0 ) ? length / 16 : length / 16 + 1;
            char[] c = new char[r * (74 + NL_LENGTH)];
            char[] d = new char[16];
            int i;
            int si = 0;
            int ci = 0;
    
            do {
                toHexChars( si, c, ci, 5 );
                ci += 5;
                c[ci++] = ':';
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

        - [Client Binaries](#client-binaries-11)
        - [Server Binaries](#server-binaries-11)
        - [Node Binaries](#node-binaries-11)
      - [Changelog since v1.7.4](#changelog-since-v174)
        - [Other notable changes](#other-notable-changes-11)
    - [v1.7.4](#v174)
      - [Downloads for v1.7.4](#downloads-for-v174)
        - [Client Binaries](#client-binaries-12)
        - [Server Binaries](#server-binaries-12)
        - [Node Binaries](#node-binaries-12)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
Back to top