Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 109 for ebook (0.04 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.adobe.xfdf",
    				"application/vnd.aether.imp",
    				"application/vnd.airzip.filesecure.azf",
    				"application/vnd.airzip.filesecure.azs",
    				"application/vnd.amazon.ebook",
    				"application/vnd.americandynamics.acc",
    				"application/vnd.amiga.ami",
    				"application/vnd.anser-web-certificate-issue-initiation",
    				"application/vnd.anser-web-funds-transfer-initiation",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_book.yaml

    Jacques Pienaar <******@****.***> 1645541783 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 22 15:00:03 UTC 2022
    - 674 bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="application/x-bplist"/>
        <glob pattern="*.memgraph"/>
      </mime-type>
    
      <mime-type type="application/x-mobipocket-ebook">
        <acronym>MOBI</acronym>
        <_comment>Mobipocket Ebook</_comment>
        <magic priority="60">
          <match value="BOOKMOBI" type="string" offset="0:60" />
        </magic>
        <glob pattern="*.prc"/>
        <glob pattern="*.mobi"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. test/typeparam/struct.go

    	E[int]
    	v string
    }
    
    type Eint = E[int]
    type Ebool = E[bool]
    type Eint2 = Eint
    
    type S2 struct {
    	Eint
    	Ebool
    	v string
    }
    
    type S3 struct {
    	*E[int]
    }
    
    func main() {
    	s1 := S1{Eint{2}, "foo"}
    	if got, want := s1.E.v, 2; got != want {
    		panic(fmt.Sprintf("got %d, want %d", got, want))
    	}
    	s2 := S2{Eint{3}, Ebool{true}, "foo"}
    	if got, want := s2.Eint.v, 3; got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 16:29:58 UTC 2024
    - 801 bytes
    - Viewed (0)
  5. tests/soft_delete_test.go

    	}
    
    	book := SoftDeleteBook{Name: "jinzhu", Pages: 10}
    	DB.Save(&book)
    
    	var count int64
    	if DB.Model(&SoftDeleteBook{}).Where("name = ?", book.Name).Count(&count).Error != nil || count != 1 {
    		t.Errorf("Count soft deleted record, expects: %v, got: %v", 1, count)
    	}
    
    	var pages uint
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Feb 01 06:40:55 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  6. samples/bookinfo/src/details/details.rb

        json = JSON.parse(response.body)
        book = json['items'][0]['volumeInfo']
    
        language = book['language'] === 'en'? 'English' : 'unknown'
        type = book['printType'] === 'BOOK'? 'paperback' : 'unknown'
        isbn10 = get_isbn(book, 'ISBN_10')
        isbn13 = get_isbn(book, 'ISBN_13')
    
        return {
            'id' => id,
            'author': book['authors'][0],
            'year': book['publishedDate'],
            'type' => type,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  7. samples/bookinfo/swagger.yaml

            description: "Publisher of the book"
          language:
            type: "string"
            description: "Language of the book"
          author:
            type: "string"
            description: "Author of the book"
          ISBN-10:
            type: "string"
            description: "ISBN-10 of the book"
          ISBN-13:
            type: "string"
            description: "ISBN-13 of the book"
          year:
            type: "integer"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 17:00:23 UTC 2017
    - 6.2K bytes
    - Viewed (0)
  8. .gitignore

    TODO*
    documents
    coverage.txt
    _book
    .idea
    vendor
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Thu Jul 14 12:05:22 UTC 2022
    - 56 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/base.css

        }
    
        .appendix .toc > dl > dt,
        .appendix .toc > dl > dt:last-of-type
        .book .home .toc > dl > dt,
        .book .home .toc > dl > dt:last-of-type
        .chapter .toc > dl > dt,
        .chapter .toc > dl > dt:last-of-type {
            padding: 0.5rem 0;
            margin: 0;
        }
    
        .appendix .toc a,
        .book .home .toc a,
        .chapter .toc a {
            padding-left: 10px;
            font-weight: 400;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/print.css

    }
    
    a {
        color: black;
    }
    
    /*
     * Book title page
     */
    
    .titlepage h1.title {
        font-size: 360%;
        margin: 0;
        color: black;
    }
    
    .titlepage h2.subtitle {
        font-size: 240%;
        margin: 0;
        color: black;
    }
    
    .titlepage .releaseinfo {
        margin-top: 50%;
        font-size: 180%;
        color: black;
    }
    
    .book .titlepage div.title {
        text-align: right;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top