Searched refs:meta (Results 1 - 25 of 42) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/raw/
H A Dmain.cpp61 image_meta_info meta; local
62 raw.GetMetaInfo(meta);
64 printf("manufacturer: %s\n", meta.manufacturer);
65 printf("model: %s\n", meta.model);
66 printf("software: %s\n", meta.software);
67 printf("flash used: %g\n", meta.flash_used);
68 printf("ISO speed: %g\n", meta.iso_speed);
69 if (meta.shutter >= 1)
70 printf("shutter: %g sec\n", meta.shutter);
72 printf("shutter: 1/%g sec\n", 1 / meta
[all...]
H A DRAWTranslator.cpp142 image_meta_info meta;
143 raw.GetMetaInfo(meta);
169 "the manufacturer (like 'Canon')"), meta.manufacturer);
255 image_meta_info meta; local
256 raw.GetMetaInfo(meta);
265 if (meta.flip != 1) {
269 settings->AddInt32("exif:orientation", meta.flip);
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-meta-robots.px8 # This test checks that Wget parses "nofollow" when it appears in <meta
14 # <meta name="robots"> tag, and with various degrees of separating
21 <meta name="roBoTS" content="noFolLow , foo, bar ">
26 <meta name="rObOts" content=" foo , NOfOllow , bar ">
31 <meta name="RoBotS" content="foo,BAr, nofOLLOw ">
36 <meta name="robots" content="nofollow">
107 my $the_test = HTTPTest->new (name => "Test-meta-robots",
H A DTest-idn-meta.px16 <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
60 my $the_test = HTTPTest->new (name => "Test-idn-meta",
H A DTest-iri.px15 # meta : charset found in Content-Type meta tag
18 # p1_fran��ais.html meta + file = iso-8859-1, mime = utf-8
19 # p2_����n.html meta + file = utf-8, mime =iso-8859-1
20 # p3_���������.html meta + file = utf-8, mime = iso-8859-1
49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
79 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
H A DTest-iri-list.px14 # meta : charset found in Content-Type meta tag
17 # p1_fran��ais.html meta + file = iso-8859-1, mime = utf-8
18 # p2_����n.html meta + file = utf-8, mime =iso-8859-1
49 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
H A DTest-iri-percent.px36 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
H A DTest-iri-disabled.px14 # meta : charset found in Content-Type meta tag
17 # p1_fran��ais.html meta + file = iso-8859-1, mime = utf-8
19 # p3_���������.html meta + file = utf-8, mime = iso-8859-1
47 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
H A DTest-iri-forced-remote.px16 # meta : charset found in Content-Type meta tag
19 # p1_fran��ais.html meta + file = iso-8859-1, mime = utf-8
21 # p3_���������.html meta + file = utf-8, mime = iso-8859-1
51 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
/haiku-fatelf/src/kits/mail/
H A DFileConfigView.cpp168 BMailFileConfigView::SetTo(const BMessage* archive, BMessage* meta) argument
170 fMeta = meta;
171 BString path = (fUseMeta ? meta : archive)->FindString(fName);
/haiku-fatelf/src/tools/docbook/libxml2/
H A DHTMLtree.c35 * Getting/Setting encoding meta tags *
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
82 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
93 * Search the meta elements
98 if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
163 htmlNodePtr cur, meta; local
188 if (xmlStrcasecmp(cur->name, BAD_CAST"meta") == 0)
204 if (xmlStrcasecmp(cur->name, BAD_CAST"meta") == 0)
215 meta = xmlNewDocNode(doc, NULL, BAD_CAST"meta", NUL
[all...]
/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h40 /*! \brief Executable meta information handling.
41 The BAppFileInfo class provides access to meta data that can be associated
113 status_t GetMetaMime(BMimeType *meta) const;
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h47 /*! \brief Executable meta information handling.
48 The BAppFileInfo class provides access to meta data that can be associated
111 status_t GetMetaMime(BMimeType *meta) const;
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_options.c135 meta(WINDOW *win GCC_UNUSED, bool flag) function
140 T((T_CALLED("meta(%p,%d)"), win, flag));
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesm.cc129 meta(TRUE);
H A Dcursespad.cc97 W->meta(TRUE);
H A Dcursesf.cc113 meta(TRUE);
H A Dcursesw.cc143 meta(1);
H A Dcursesw.h1179 int meta(bool bf) { return ::meta(w, bf); } function in class:NCursesWindow
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk87 @echo '<meta http-equiv="Content-Type" content="text\/html; charset=iso-8859-1">' >> subst.sed
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp1028 /*! \brief Specifies the location where the meta data shall be stored.
1035 \param location The location where the meta data shall be stored.
1044 /*! \brief Returns whether the object stores the meta data (also) in the
1046 \return \c true, if the meta data are (also) stored in the file's
1056 /*! \brief Returns whether the object stores the meta data (also) in the
1058 \return \c true, if the meta data are (also) stored in the file's
1091 The parameter \a meta is not checked.
1093 \param meta A pointer to a pre-allocated BMimeType that shall be
1097 - \c B_BAD_VALUE: \c NULL \a meta
1104 BAppFileInfo::GetMetaMime(BMimeType *meta) cons
[all...]
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp1285 /*! \brief Specifies the location where the meta data shall be stored.
1292 \param location The location where the meta data shall be stored.
1305 /*! \brief Returns whether the object stores the meta data (also) in the
1307 \return \c true, if the meta data are (also) stored in the file's
1318 /*! \brief Returns whether the object stores the meta data (also) in the
1320 \return \c true, if the meta data are (also) stored in the file's
1357 The parameter \a meta is not checked.
1359 \param meta A pointer to a pre-allocated BMimeType that shall be
1363 - \c B_BAD_VALUE: \c NULL \a meta
1370 BAppFileInfo::GetMetaMime(BMimeType* meta) cons
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.uwin220 has_meta_key km bool km - - YB-GE Has a meta key (i.e., sets 8th-bit)
393 meta_off rmm str mo - - YB-G-* turn off meta mode
394 meta_on smm str mm - - YB-G-* turn on meta mode (8th-bit on)
647 gnu_has_meta_key OTMT bool MT - - ----E has meta key
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php821 <meta name="robots" content="noindex, nofollow, noarchive" />
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Drlfe.c302 null_prep_terminal (int meta) argument

Completed in 210 milliseconds

12