Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 5779) sorted by relevance

12345678910>>...232

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envel…
H A Dbootstrap.min.css5content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp…
H A Dbootstrap.css97 -webkit-box-sizing: content-box;
98 -moz-box-sizing: content-box;
99 box-sizing: content-box;
158 -webkit-box-sizing: content-box;
159 -moz-box-sizing: content-box;
160 box-sizing: content-box;
206 content: " (" attr(href) ")";
209 content: " (" attr(title) ")";
213 content: "";
282 content: "\002a";
[all …]
H A Dbootstrap.css.map1content-box;\n height: 0;\n}\npre {\n overflow: auto;\n}\ncode,\nkbd,\npre,\nsamp {\n font-fami…
/OK3568_Linux_fs/buildroot/dl/qt5virtualkeyboard/
HDqtvirtualkeyboard-e8ae4757dd32e8dbf69a7c57f2bc5c1e238416db.tar.bz2 ... qtvirtualkeyboard-e8ae4757dd32e8dbf69a7c57f2bc5c1e238416db/examples/virtualkeyboard/basic/content/ qtvirtualkeyboard-e8ae4757dd32e8dbf69a7c57f2bc5c1e238416db/examples/virtualkeyboard/basic ...
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontent.cpp73 \brief The QPlaceContent class serves as the base class for rich content types.
75 Rich content such as \l {QPlaceImage}{images}, \l {QPlaceReview}{reviews}
78 an attribution string and content contributor, which may take the form of a
80 a user from a supplier is contributing content, hence both fields could
84 to the user whenever a piece of content is viewed.
89 \snippet places/requesthandler.h Content conversion
91 The rich content of a place is typically made available as paginated items. The ability
97 Note: The Places API considers content objects to be 'retrieve-only' objects.
98 Submission of content to a provider is not a supported use case.
105 index of the content. The value is the content object itself.
[all …]
H A Dqplacecontentreply.cpp66 \brief The QPlaceContentReply class manages a content retrieval operation started by an
69 See \l {Fetching Rich Content} for an example on how to use a content reply.
74 Constructs a content reply with a given \a parent.
89 Returns the collection of content retrieved.
91 QPlaceContent::Collection QPlaceContentReply::content() const in content() function in QPlaceContentReply
106 Sets the \a content of the reply.
108 void QPlaceContentReply::setContent(const QPlaceContent::Collection &content) in setContent() argument
111 d->contentCollection = content; in setContent()
115 Returns the total number of content objects for a place. If the total number of
116 content objects cannot be counted, a value of -1 is returned. This count only
[all …]
H A Dqplacecontentrequest.cpp77 \brief The QPlaceContentRequest class represents the parameters of a content request.
80 retrieve rich content like images and reviews in a paginated fashion.
83 \snippet places/requesthandler.h Content request
86 \snippet places/requesthandler.h Content handler
115 Assigns \a other to this content request and returns a reference
116 to this content request.
128 Returns true if \a other is equal to this content request,
138 Returns true if \a other is not equal to this content request,
148 Returns the type of content to be requested, for example reviews or images
157 Sets the \a type of content to be requested.
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dtheme_overrides.css84 .wy-nav-content a {
90 .wy-nav-content a:hover {
95 .wy-nav-content a:visited {
103 /* content column
105 * RTD theme's default is 800px as max width for the content, but we have
109 .wy-nav-content{max-width: none; }
112 code, .rst-content tt, .rst-content code {
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
125 .rst-content .note .admonition-title,
126 .rst-content .tip .admonition-title,
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css84 .wy-nav-content a {
90 .wy-nav-content a:hover {
95 .wy-nav-content a:visited {
103 /* content column
105 * RTD theme's default is 800px as max width for the content, but we have
109 .wy-nav-content{max-width: none; }
112 code, .rst-content tt, .rst-content code {
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
125 .rst-content .note .admonition-title,
126 .rst-content .tip .admonition-title,
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-testsuite.inc38 content = []
39 content.append('load_generic_config "sim"')
40 content.append('load_base_board_description "basic-sim"')
41 content.append('process_multilib_options ""')
63 content.append('set_board_info is_simulator 1')
64 content.append('set_board_info sim "{0}"'.format(qemu_binary))
65 content.append('set_board_info sim,options "{0}"'.format(" ".join(args)))
68 content.append('set_board_info target_install {%s}' % d.getVar("TARGET_SYS"))
69 content.append('set_board_info ldscript ""')
70 …#content.append('set_board_info needs_status_wrapper 1') # qemu-linux-user return codes work, and …
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp153 const QPlaceContent &content = i.value(); in initializeCollection() local
154 if (content.type() != m_type) in initializeCollection()
157 m_content.insert(i.key(), content); in initializeCollection()
158 if (!m_suppliers.contains(content.supplier().supplierId())) { in initializeCollection()
159 m_suppliers.insert(content.supplier().supplierId(), in initializeCollection()
160 … new QDeclarativeSupplier(content.supplier(), m_place->plugin(), this)); in initializeCollection()
162 if (!m_users.contains(content.user().userId())) { in initializeCollection()
163 m_users.insert(content.user().userId(), in initializeCollection()
164 new QDeclarativePlaceUser(content.user(), this)); in initializeCollection()
198 const QPlaceContent &content = m_content.value(index.row()); in data() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross-testsuite_2.38.bb33 content = []
34 content.append('set srcdir "{0}/{1}"'.format(d.getVar("S"), suite))
35 content.append('set objdir "{0}/{1}"'.format(d.getVar("B"), suite))
36 content.append('set build_alias "{0}"'.format(d.getVar("BUILD_SYS")))
37 content.append('set build_triplet {0}'.format(d.getVar("BUILD_SYS")))
39 content.append('set host_alias "{0}"'.format(d.getVar("BUILD_SYS")))
40 content.append('set host_triplet {0}'.format(d.getVar("BUILD_SYS")))
41 content.append('set target_alias "{0}"'.format(d.getVar("TARGET_SYS")))
42 content.append('set target_triplet {0}'.format(suffix_sys(d.getVar("TARGET_SYS"))))
43 content.append("set development true")
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dhmcdrv_cache.c25 * @content: kernel-space buffer, 4k aligned
26 * @len: size of @content cache (0 if caching disabled)
27 * @ofs: start of content within file (-1 if no cached content)
33 * read/dir requests. But content is cached only under some preconditions.
34 * Uncached content is signalled by a negative value of @ofs.
42 void *content; member
56 * hmcdrv_cache_get() - looks for file data/content in read cache
60 * in content cache (for the file/cmd specified in @ftp)
74 if ((hmcdrv_cache_file.ofs < 0) || /* has content? */ in hmcdrv_cache_get()
78 /* there seems to be cached content - calculate the maximum number in hmcdrv_cache_get()
[all …]
/OK3568_Linux_fs/kernel/Documentation/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
52 .rst-content .highlight > pre {
57 .rst-content table.field-list th.field-name {
61 .rst-content table.field-list td.field-body {
68 /* content column
70 * RTD theme's default is 800px as max width for the content, but we have
74 .wy-nav-content{max-width: none; }
85 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
98 caption, .wy-table caption, .rst-content table.field-list caption {
120 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A DCVE-2022-40304.patch8 When an entity reference cycle is detected, the entity content is
9 cleared by setting its first byte to zero. But the entity content might
14 Stop storing entity content, orig, ExternalID and SystemID in a dict.
47 - if ((entity->content != NULL)
48 - && (!xmlDictOwns(dict, entity->content)))
49 - xmlFree((char *) entity->content);
61 - if (entity->content != NULL)
62 - xmlFree((char *) entity->content);
75 + if (entity->content != NULL)
76 + xmlFree((char *) entity->content);
[all …]
/OK3568_Linux_fs/buildroot/package/netsurf/
H A D0003-fix-compilation-without-curl.patch8 netsurf/content/fetch.c | 2 ++
11 diff --git a/netsurf/content/fetch.c b/netsurf/content/fetch.c
13 --- a/netsurf/content/fetch.c
14 +++ b/netsurf/content/fetch.c
16 #include "content/fetchers.h"
17 #include "content/fetchers/resource.h"
18 #include "content/fetchers/about.h"
20 #include "content/fetchers/curl.h"
22 #include "content/fetchers/data.h"
23 #include "content/fetchers/file.h"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dchoose_next_node.hpp18 #include <boost/geometry/index/detail/algorithms/content.hpp>
77 … // create container of children sorted by content enlargement needed to include the new value in choose_by_minimum_overlap_cost()
92 content_type content = index::detail::content(box_exp); in choose_by_minimum_overlap_cost() local
93 content_type content_diff = content - index::detail::content(ch_i.first); in choose_by_minimum_overlap_cost()
95 children_contents[i] = boost::make_tuple(i, content_diff, content); in choose_by_minimum_overlap_cost()
98 (content_diff == min_content_diff && content < min_content) ) in choose_by_minimum_overlap_cost()
101 min_content = content; in choose_by_minimum_overlap_cost()
142 // choose index with smallest overlap change value, or content change or smallest content in choose_by_minimum_overlap_cost_first_n()
174 content_type content = boost::get<2>(children_contents[i]); in choose_by_minimum_overlap_cost_first_n() local
180 ( content_diff == smallest_content_diff && content < smallest_content ) ) in choose_by_minimum_overlap_cost_first_n()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-dv.rst24 Content Protection System, :ref:`hdcp`) processing, allowing the
95 Configures the IT Content Type of the transmitted video. This
97 the AVI InfoFrame. The term 'IT Content' is used for content that
98 originates from a computer as opposed to content from a TV broadcast
100 the possible content types:
109 - Graphics content. Pixel data should be passed unfiltered and
112 - Photo content. The content is derived from digital still pictures.
113 The content should be passed through with minimal scaling and
116 - Cinema content.
118 - Game content. Audio and video latency should be minimized.
[all …]
/OK3568_Linux_fs/buildroot/package/qt5cinex/
H A D0001-Fix-execution-problem-with-Qt5.3.patch10 content/SettingsView.qml | 4 ++--
11 content/Switch.qml | 8 ++++----
14 diff --git a/content/SettingsView.qml b/content/SettingsView.qml
16 --- a/content/SettingsView.qml
17 +++ b/content/SettingsView.qml
29 diff --git a/content/Switch.qml b/content/Switch.qml
31 --- a/content/Switch.qml
32 +++ b/content/Switch.qml
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapiconobject.cpp79 && content() == o.content() in equals()
94 m_content = other.content(); in QMapIconObjectPrivateDefault()
115 QVariant QMapIconObjectPrivateDefault::content() const in content() function in QMapIconObjectPrivateDefault
120 void QMapIconObjectPrivateDefault::setContent(const QVariant &content) in setContent() argument
122 m_content = content; in setContent()
182 \qmlproperty Variant Qt.labs.location::MapIconObject::content
184 …This property holds the content to be used for the icon. The actual content of this property is so…
186 Other implementations may accept additional content types.
188 QVariant QMapIconObject::content() const in content() function in QMapIconObject
191 return d->content(); in content()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_hdcp.c328 * drm_connector_attach_content_protection_property - attach content protection in DRM_ENUM_NAME_FN()
332 * @hdcp_content_type: is HDCP Content Type property needed for connector in DRM_ENUM_NAME_FN()
334 * This is used to add support for content protection on select connectors. in DRM_ENUM_NAME_FN()
335 * Content Protection is intentionally vague to allow for different underlying in DRM_ENUM_NAME_FN()
338 * When hdcp_content_type is true enum property called HDCP Content Type is in DRM_ENUM_NAME_FN()
341 * This property is used for sending the protected content's stream type in DRM_ENUM_NAME_FN()
342 * from userspace to kernel on selected connectors. Protected content provider in DRM_ENUM_NAME_FN()
343 * will decide their type of their content and declare the same to kernel. in DRM_ENUM_NAME_FN()
345 * Content type will be used during the HDCP 2.2 authentication. in DRM_ENUM_NAME_FN()
346 * Content type will be set to &drm_connector_state.hdcp_content_type. in DRM_ENUM_NAME_FN()
[all …]
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkernel_abi.py141 content = ViewList()
163 if new_f != f and content:
164 self.do_parse(content, node)
165 content = ViewList()
172 content.append(line, f, ln)
176 if content:
177 self.do_parse(content, node)
181 def do_parse(self, content, node): argument
183 with switch_source_input(self.state, content):
184 self.state.nested_parse(content, 0, node, match_titles=1)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dhwamsdu.c32 struct mac_ax_en_amsdu_cut *content; in mac_enable_cut_hwamsdu() local
52 content = (struct mac_ax_en_amsdu_cut *)buf; in mac_enable_cut_hwamsdu()
53 content->enable = enable; in mac_enable_cut_hwamsdu()
54 content->low_th = low_th; in mac_enable_cut_hwamsdu()
55 content->high_th = high_th; in mac_enable_cut_hwamsdu()
56 content->aligned = aligned; in mac_enable_cut_hwamsdu()
98 struct mac_ax_en_hwamsdu *content; in mac_enable_hwmasdu() local
118 content = (struct mac_ax_en_hwamsdu *)buf; in mac_enable_hwmasdu()
119 content->enable = enable; in mac_enable_hwmasdu()
120 content->max_num = max_num; in mac_enable_hwmasdu()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dhwamsdu.c32 struct mac_ax_en_amsdu_cut *content; in mac_enable_cut_hwamsdu() local
52 content = (struct mac_ax_en_amsdu_cut *)buf; in mac_enable_cut_hwamsdu()
53 content->enable = enable; in mac_enable_cut_hwamsdu()
54 content->low_th = low_th; in mac_enable_cut_hwamsdu()
55 content->high_th = high_th; in mac_enable_cut_hwamsdu()
56 content->aligned = aligned; in mac_enable_cut_hwamsdu()
98 struct mac_ax_en_hwamsdu *content; in mac_enable_hwmasdu() local
118 content = (struct mac_ax_en_hwamsdu *)buf; in mac_enable_hwmasdu()
119 content->enable = enable; in mac_enable_hwmasdu()
120 content->max_num = max_num; in mac_enable_hwmasdu()
[all …]

12345678910>>...232