- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 172 for iBooks (0.06 sec)
-
src/main/resources/fess_config.properties
application/vnd.oasis.opendocument.spreadsheet=ods\n\ application/vnd.oasis.opendocument.presentation=odp\n\ application/pdf=pdf\n\ application/x-fictionbook+xml=fb2\n\ application/e-pub+zip=epub\n\ application/x-ibooks+zip=ibooks\n\ text/plain=txt\n\ application/rtf=rtf\n\ application/vnd.ms-htmlhelp=chm\n\ application/zip=zip\n\ application/x-7z-comressed=7z\n\ application/x-bzip=bz\n\ application/x-bzip2=bz2\n\
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.facet_filetype_ods=ODF Spreadsheet labels.facet_filetype_odp=ODF Presentation labels.facet_filetype_pdf=PDF labels.facet_filetype_fb2=FictionBook labels.facet_filetype_epub=EPUB labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=Plain Text labels.facet_filetype_rtf=Rich Text Format labels.facet_filetype_chm=Compiled HTML Help labels.facet_filetype_zip=ZIP Archive labels.facet_filetype_7z=7z Archive
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.facet_filetype_ods=ODF Spreadsheet labels.facet_filetype_odp=ODF Presentation labels.facet_filetype_pdf=PDF labels.facet_filetype_fb2=FictionBook labels.facet_filetype_epub=EPUB labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=Plain Text labels.facet_filetype_rtf=Rich Text Format labels.facet_filetype_chm=Compiled HTML Help labels.facet_filetype_zip=ZIP Архив labels.facet_filetype_7z=7z Архив
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_filetype_ods=ODF Tabellendokument labels.facet_filetype_odp=ODF Präsentation labels.facet_filetype_pdf=PDF labels.facet_filetype_fb2=FictionBook labels.facet_filetype_epub=EPUB labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=Einfacher Text labels.facet_filetype_rtf=Rich Text Format labels.facet_filetype_chm=Kompilierte HTML-Hilfe labels.facet_filetype_zip=ZIP-Archiv labels.facet_filetype_7z=7z-Archiv
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.facet_filetype_ods = Tableur ODF labels.facet_filetype_odp = Presentation ODF labels.facet_filetype_pdf = PDF labels.facet_filetype_fb2 = FictionBook labels.facet_filetype_epub = EPUB labels.facet_filetype_ibooks = iBooks labels.facet_filetype_txt = Plain Text labels.facet_filetype_rtf = Rich Text Format labels.facet_filetype_chm = Compiled HTML Help labels.facet_filetype_zip = ZIP Archive labels.facet_filetype_7z = 7z Archive
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.facet_filetype_ods=ODF Spreadsheet labels.facet_filetype_odp=ODF Presentation labels.facet_filetype_pdf=PDF labels.facet_filetype_fb2=FictionBook labels.facet_filetype_epub=EPUB labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=Plain Text labels.facet_filetype_rtf=Rich Text Format labels.facet_filetype_chm=Compiled HTML Help labels.facet_filetype_zip=ZIP Archive labels.facet_filetype_7z=7z Archive
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.facet_filetype_ods = ODF Spreadsheet labels.facet_filetype_odp = ODF Presentation labels.facet_filetype_pdf = PDF labels.facet_filetype_fb2 = FictionBook labels.facet_filetype_epub = EPUB labels.facet_filetype_ibooks = iBooks labels.facet_filetype_txt = 텍스트 labels.facet_filetype_rtf = 리치 텍스트 labels.facet_filetype_chm = Compiled HTML Help labels.facet_filetype_zip = ZIP 아카이브 labels.facet_filetype_7z = 7z 아카이브
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.facet_filetype_ods=ODF Spreadsheet labels.facet_filetype_odp=ODF Presentation labels.facet_filetype_pdf=PDF labels.facet_filetype_fb2=FictionBook labels.facet_filetype_epub=EPUB labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=テキスト labels.facet_filetype_rtf=リッチテキスト labels.facet_filetype_chm=Compiled HTML Help labels.facet_filetype_zip=ZIPアーカイブ labels.facet_filetype_7z=7zアーカイブ labels.facet_filetype_bz=BZIPアーカイブ
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
istioctl/pkg/injector/injector-list.go
if err != nil { return err } sort.Slice(hooks, func(i, j int) bool { return hooks[i].Name < hooks[j].Name }) return printHooks(cmd.OutOrStdout(), nsList, hooks, injectedImages) }, } return cmd } func filterSystemNamespaces(nss []corev1.Namespace, istioNamespace string) []corev1.Namespace { filtered := make([]corev1.Namespace, 0) for _, ns := range nss {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Oct 18 11:39:52 UTC 2024 - 10.6K bytes - Viewed (0) -
statement.go
// looks like a where condition return []clause.Expression{clause.Expr{SQL: s, Vars: args}} } if len(args) > 0 && strings.Contains(s, "@") { // looks like a named query return []clause.Expression{clause.NamedExpr{SQL: s, Vars: args}} } if strings.Contains(strings.TrimSpace(s), " ") { // looks like a where condition
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Jun 24 09:42:59 UTC 2024 - 19.9K bytes - Viewed (0)