Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 52 for ebook (0.1 sec)

  1. samples/bookinfo/src/productpage/templates/productpage.html

        </div>
    
      </div>
    </div>
    
    <!-- Book details table -->
    <div class="container mt-8 mx-auto px-4 sm:px-6 lg:px-8">
      <div class="mt-4 py-10">
          <div class="max-w-2xl">
            <div class="flow-root">
              {% if detailsStatus == 200: %}
              <h4 class="text-3xl font-semibold">Book Details</h4>
              <div class="-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. src/math/cmplx/sin.go

    //    Some software in this archive may be from the book _Methods and
    // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
    // International, 1989) or from the Cephes Mathematical Library, a
    // commercial product. In either event, it is copyrighted by the author.
    // What you see here may be used freely but it comes with no support or
    // guarantee.
    //
    //   The two known misprints in the book are repaired here in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  3. samples/ratelimit/local-rate-limit-service.yaml

    # This example shows how to use Istio local rate limiting with descriptors to limit by path. 
    # This uses the base book-info demo and adds rate limiting by path, specifically rate limiting the product page
    # to 10 requests per minute, and the overall fdqn will be able to accept 100 requests per minute. 
    apiVersion: networking.istio.io/v1alpha3
    kind: EnvoyFilter
    metadata:
      name: filter-local-ratelimit-svc
      namespace: istio-system
    spec:
      workloadSelector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 31 08:22:09 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/index.md

    ## External Courses
    
    Although the [Tutorial - User Guide](../tutorial/index.md){.internal-link target=_blank} and this **Advanced User Guide** are written as a guided tutorial (like a book) and should be enough for you to **learn FastAPI**, you might want to complement it with additional courses.
    
    Or it might be the case that you just prefer to take other courses because they adapt better to your learning style.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/NamedDomainObjectCollection.java

     *
     * <pre>
     * books.add(new Book(name: "gradle", title: null))
     * books.gradle.title = "Gradle in Action"
     * </pre>
     *
     * <p>A dynamic method is added for each object which takes a configuration closure. This is equivalent to calling
     * {@link #getByName(String, groovy.lang.Closure)}. For example:</p>
     *
     * <pre>
     * books.add(new Book(name: "gradle", title: null))
     * books.gradle {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 12:50:52 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/GradleKotlinDslIntegrationTest.kt

                        extensions.add(typeOf<MutableMap<String, Int>>(), "mapOfInt", mutableMapOf("deep" to 42))
                        extensions.add(typeOf<NamedDomainObjectContainer<Book>>(), "books", container(Book::class))
                    }
                }
                """
            )
    
            withBuildScript(
                """
                plugins {
                    id("my")
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 18:26:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  7. guava-testlib/src/com/google/common/testing/ClassSanityTester.java

     *
     * <pre>
     * interface Book {...}
     * public class Books {
     *   public static Book hardcover(String title) {...}
     *   public static Book paperback(String title) {...}
     * }
     * </pre>
     *
     * <p>And all the created {@code Book} instances can be tested with:
     *
     * <pre>
     * new ClassSanityTester()
     *     .forAllPublicStaticMethods(Books.class)
     *     .thatReturn(Book.class)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/vcstest/hg/vgotest1.txt

    # 24
    hg tag --user 'Russ Cox <******@****.***>' --date '2018-07-18T21:26:33-04:00' -m 'Added tag v2.0.0 for changeset 814fce58e83a' -r 814fce58e83a v2.0.0
    
    hg book --delete v1
    hg book --delete v2
    hg book --force -r 16 master
    
    hg log -G --debug
    
    hg tags
    cmp stdout .hg-tags
    hg branches
    cmp stdout .hg-branches
    hg bookmarks
    cmp stdout .hg-bookmarks
    
    -- .hg-tags --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 16:48:06 UTC 2022
    - 9.2K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/productpage.py

            request_result_counter.labels(destination_app='details', response_code=status).inc()
            return status, {'error': 'Sorry, product details are currently unavailable for this book.'}
    
    
    def getProductReviews(product_id, headers):
        # Do not remove. Bug introduced explicitly for illustration in fault injection task
        # TODO: Figure out how to achieve the same effect using Envoy retries/timeouts
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    	body.book #header .details br {
    		display: block;
    	}
    
    	body.book #header .details br+span:before {
    		content: none !important;
    	}
    
    	body.book #toc {
    		border: 0 !important;
    		text-align: left !important;
    		padding: 0 !important;
    		margin: 0 !important;
    	}
    
    	body.book #toc,
    	body.book #preamble,
    	body.book h1.sect0,
    	body.book .sect1>h2 {
    		page-break-before: always;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top