Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/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 …]
/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/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/kernel/scripts/
H A Dget_abi.pl107 my $content = $3;
127 $content =~ s/[,.;]$//;
129 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
132 $what .= ", " . $content;
142 $what = $content;
143 $label = $content;
146 push @labels, [($content, $label)];
149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
184 $content = ' ' x length($new_tag) . $sep . $content;
185 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
[all …]
H A Dasn1_compiler.c305 char *content; member
329 val = memcmp(token->content, dir, clen); in directive_compare()
423 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
424 if (!tokens[tix].content) { in tokenise()
428 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
429 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
434 if (islower(tokens[tix].content[0])) { in tokenise()
463 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
464 if (!tokens[tix].content) { in tokenise()
468 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
[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/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/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/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/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()
188 QVariant QMapIconObject::content() const in content() function in QMapIconObject
191 return d->content(); in content()
215 void QMapIconObject::setContent(QVariant content) in setContent() argument
218 if (d->content() == content) in setContent()
221 d->setContent(content); in setContent()
[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/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.hpp92 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()
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()
185 smallest_content = content; in choose_by_minimum_overlap_cost_first_n()
213 content_type content = index::detail::content(box_exp); in choose_by_minimum_content_cost() local
214 content_type content_diff = content - index::detail::content(ch_i.first); in choose_by_minimum_content_cost()
[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/kernel/Documentation/sphinx/
H A DrstFlatTable.py81 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
86 content = content if content is not None else []
92 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
97 content = content if content is not None else []
124 if not self.content:
133 self.state.nested_parse(self.content, self.content_offset, node)
298 cspan, rspan, content = row[-1]
299 row[-1] = (cspan + x, rspan, content)
314 content = col[2][0].astext()
315 if len (content) > 30:
[all …]
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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapiconobjectqsg.cpp72 setContent(content()); in QMapIconObjectPrivateQSG()
144 static T *getContent(const QVariant &content) in getContent() argument
146 QObject *obj = qvariant_cast<QObject *>(content); in getContent()
160 void QMapIconObjectPrivateQSG::setContent(const QVariant &content) in setContent() argument
167 QMapIconObjectPrivateDefault::setContent(content); in setContent()
168 switch (content.type()) { in setContent()
177 const QUrl url = content.toUrl(); in setContent()
179 m_image = QImage(content.toString()); in setContent()
205 qWarning() << "Unsupported parameter type: " << content.type(); in setContent()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dhmcdrv_cache.c42 void *content; member
95 hmcdrv_cache_file.content + pos, in hmcdrv_cache_get()
131 cftp.buf = hmcdrv_cache_file.content; /* and update */ in hmcdrv_cache_do()
146 memcpy(ftp->buf, hmcdrv_cache_file.content, len); in hmcdrv_cache_do()
220 hmcdrv_cache_file.content = in hmcdrv_cache_startup()
224 if (!hmcdrv_cache_file.content) { in hmcdrv_cache_startup()
243 if (hmcdrv_cache_file.content) { in hmcdrv_cache_shutdown()
244 free_pages((unsigned long) hmcdrv_cache_file.content, in hmcdrv_cache_shutdown()
246 hmcdrv_cache_file.content = NULL; in hmcdrv_cache_shutdown()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/examples/
H A Dcinematicexperience_1.0.bb27 install -d ${D}${datadir}/${P}/content/ ${D}${datadir}/${P}/content/images/
29 install -m 0644 ${S}/content/*.qml ${D}${datadir}/${P}/content/
30 install -m 0644 ${S}/content/images/*.png ${D}${datadir}/${P}/content/images/
31 install -m 0644 ${S}/content/images/*.xcf ${D}${datadir}/${P}/content/images/
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0012-content-gpu-Only-depend-dri-for-X11.patch4 Subject: [PATCH 12/17] content: gpu: Only depend dri for X11
8 content/gpu/BUILD.gn | 2 +-
11 diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
13 --- a/content/gpu/BUILD.gn
14 +++ b/content/gpu/BUILD.gn
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0012-content-gpu-Only-depend-dri-for-X11.patch4 Subject: [PATCH 12/17] content: gpu: Only depend dri for X11
8 content/gpu/BUILD.gn | 2 +-
11 diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
13 --- a/content/gpu/BUILD.gn
14 +++ b/content/gpu/BUILD.gn

12345678910>>...45