Home
last modified time | relevance | path

Searched +refs:clear +refs:pending +refs:input (Results 76 – 100 of 9619) sorted by relevance

12345678910>>...385

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/css/
H A Dlist-tables-rtl.min.css2clear:both}.column-comments .post-com-count-wrapper,.column-response .post-com-count-wrapper{white…
H A Dlist-tables-rtl.css25 clear: both;
94 .column-response .post-com-count-pending,
95 .column-comments .post-com-count-pending {
110 .column-response .post-com-count-no-pending,
111 .column-comments .post-com-count-no-pending {
632 clear: both;
896 clear: both;
901 clear: both;
1348 clear: both;
1380 clear: both;
[all …]
H A Dlist-tables.css24 clear: both;
93 .column-response .post-com-count-pending,
94 .column-comments .post-com-count-pending {
109 .column-response .post-com-count-no-pending,
110 .column-comments .post-com-count-no-pending {
631 clear: both;
895 clear: both;
900 clear: both;
1347 clear: both;
1379 clear: both;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/css/
H A Dlist-tables-rtl.min.css2clear:both}.column-comments .post-com-count-wrapper,.column-response .post-com-count-wrapper{white…
/dports/www/firefox/firefox-99.0/browser/modules/
H A DSanitizer.jsm34 // Used as unique id for pending sanitizations.
51 * pending sanitizations. This allows to retry sanitizations on startup in
55 PREF_PENDING_SANITIZATIONS: "privacy.sanitize.pending",
139 // add pending sanitizations for this session.
148 // Add a pending shutdown sanitization, if necessary.
156 // sanitize on shutdown prefs during the session. Then the pending
195 "A previously pending sanitization failed: " +
311 // Update the pending shutdown sanitization.
450 let input = searchBar.textbox;
451 input.value = "";
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst125 that a write of a clear bit has no effect, whereas a write with a set bit
137 For edge triggered interrupts, once an interrupt becomes pending (whether
138 because of an edge detected on the input line or because of a guest write
141 triggered interrupt may be pending either because the level input is held
145 conversely writes to ICPENDR or activations of the interrupt do not clear
146 the pending status if the line level is still being held high. (These
151 ISPENDR is the logical OR of the latch value and the input line level.
155 combination of the current input line level and the latch state, and cannot
233 save all LPI pending bits into guest RAM pending tables.
235 The first kB of the pending table is not altered by this operation.
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst125 that a write of a clear bit has no effect, whereas a write with a set bit
137 For edge triggered interrupts, once an interrupt becomes pending (whether
138 because of an edge detected on the input line or because of a guest write
141 triggered interrupt may be pending either because the level input is held
145 conversely writes to ICPENDR or activations of the interrupt do not clear
146 the pending status if the line level is still being held high. (These
151 ISPENDR is the logical OR of the latch value and the input line level.
155 combination of the current input line level and the latch state, and cannot
233 save all LPI pending bits into guest RAM pending tables.
235 The first kB of the pending table is not altered by this operation.
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst125 that a write of a clear bit has no effect, whereas a write with a set bit
137 For edge triggered interrupts, once an interrupt becomes pending (whether
138 because of an edge detected on the input line or because of a guest write
141 triggered interrupt may be pending either because the level input is held
145 conversely writes to ICPENDR or activations of the interrupt do not clear
146 the pending status if the line level is still being held high. (These
151 ISPENDR is the logical OR of the latch value and the input line level.
155 combination of the current input line level and the latch state, and cannot
233 save all LPI pending bits into guest RAM pending tables.
235 The first kB of the pending table is not altered by this operation.
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DSanitizer.jsm46 // Used as unique id for pending sanitizations.
67 PREF_PENDING_SANITIZATIONS: "privacy.sanitize.pending",
140 // add pending sanitizations for this session.
149 // Add a pending shutdown sanitization, if necessary.
196 "A previously pending sanitization failed: " +
312 // Update the pending shutdown sanitization.
359 async clear(range) {
368 async clear(range) {
417 let input = searchBar.textbox;
418 input.value = "";
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/composer/internal/
H A Dcomposition_test.cc97 const char* pending; in InitComposition() member
115 chunk->set_pending(data.pending); in InitComposition()
130 chunk->set_pending(pending); in AppendChunk()
138 const char* pending; in TEST_F() member
154 chunk->set_pending(test.pending); in TEST_F()
186 EXPECT_EQ((*expected_it)->pending(), (*it)->pending()); in TestGetChunkAt()
278 const char* pending; in TEST_F() member
323 const char* pending; in TEST_F() member
973 result.clear(); in TEST_F()
1289 EXPECT_EQ("", (*chunk_it)->pending()); in TEST_F()
[all …]
H A Dcomposition.cc56 chunks_.clear(); in Erase()
61 composition_input.set_raw(input); in InsertAt()
75 if (input.Empty()) { in InsertInput()
83 CombinePendingChunks(left_chunk, input); in InsertInput()
86 mutable_input.CopyFrom(input); in InsertInput()
243 composition->clear(); in GetStringWithModes()
283 base->clear(); in GetExpandedStringsWithTransliterator()
284 expanded->clear(); in GetExpandedStringsWithTransliterator()
301 composition->clear(); in GetString()
401 input.has_conversion() ? input.conversion() : input.raw(); in CombinePendingChunks()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/composer/internal/
H A Dcomposition_test.cc97 const char* pending; in InitComposition() member
115 chunk->set_pending(data.pending); in InitComposition()
130 chunk->set_pending(pending); in AppendChunk()
138 const char* pending; in TEST_F() member
154 chunk->set_pending(test.pending); in TEST_F()
186 EXPECT_EQ((*expected_it)->pending(), (*it)->pending()); in TestGetChunkAt()
278 const char* pending; in TEST_F() member
323 const char* pending; in TEST_F() member
973 result.clear(); in TEST_F()
1289 EXPECT_EQ("", (*chunk_it)->pending()); in TEST_F()
[all …]
H A Dcomposition.cc56 chunks_.clear(); in Erase()
61 composition_input.set_raw(input); in InsertAt()
75 if (input.Empty()) { in InsertInput()
83 CombinePendingChunks(left_chunk, input); in InsertInput()
86 mutable_input.CopyFrom(input); in InsertInput()
243 composition->clear(); in GetStringWithModes()
283 base->clear(); in GetExpandedStringsWithTransliterator()
284 expanded->clear(); in GetExpandedStringsWithTransliterator()
301 composition->clear(); in GetString()
401 input.has_conversion() ? input.conversion() : input.raw(); in CombinePendingChunks()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/composer/internal/
H A Dcomposition_test.cc97 const char* pending; in InitComposition() member
115 chunk->set_pending(data.pending); in InitComposition()
130 chunk->set_pending(pending); in AppendChunk()
138 const char* pending; in TEST_F() member
154 chunk->set_pending(test.pending); in TEST_F()
186 EXPECT_EQ((*expected_it)->pending(), (*it)->pending()); in TestGetChunkAt()
278 const char* pending; in TEST_F() member
323 const char* pending; in TEST_F() member
973 result.clear(); in TEST_F()
1289 EXPECT_EQ("", (*chunk_it)->pending()); in TEST_F()
[all …]
H A Dcomposition.cc56 chunks_.clear(); in Erase()
61 composition_input.set_raw(input); in InsertAt()
75 if (input.Empty()) { in InsertInput()
83 CombinePendingChunks(left_chunk, input); in InsertInput()
86 mutable_input.CopyFrom(input); in InsertInput()
243 composition->clear(); in GetStringWithModes()
283 base->clear(); in GetExpandedStringsWithTransliterator()
284 expanded->clear(); in GetExpandedStringsWithTransliterator()
301 composition->clear(); in GetString()
401 input.has_conversion() ? input.conversion() : input.raw(); in CombinePendingChunks()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/composer/internal/
H A Dcomposition_test.cc97 const char* pending; in InitComposition() member
115 chunk->set_pending(data.pending); in InitComposition()
130 chunk->set_pending(pending); in AppendChunk()
138 const char* pending; in TEST_F() member
154 chunk->set_pending(test.pending); in TEST_F()
186 EXPECT_EQ((*expected_it)->pending(), (*it)->pending()); in TestGetChunkAt()
278 const char* pending; in TEST_F() member
323 const char* pending; in TEST_F() member
973 result.clear(); in TEST_F()
1289 EXPECT_EQ("", (*chunk_it)->pending()); in TEST_F()
[all …]
H A Dcomposition.cc56 chunks_.clear(); in Erase()
61 composition_input.set_raw(input); in InsertAt()
75 if (input.Empty()) { in InsertInput()
83 CombinePendingChunks(left_chunk, input); in InsertInput()
86 mutable_input.CopyFrom(input); in InsertInput()
243 composition->clear(); in GetStringWithModes()
283 base->clear(); in GetExpandedStringsWithTransliterator()
284 expanded->clear(); in GetExpandedStringsWithTransliterator()
301 composition->clear(); in GetString()
401 input.has_conversion() ? input.conversion() : input.raw(); in CombinePendingChunks()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/composer/internal/
H A Dcomposition_test.cc97 const char* pending; in InitComposition() member
115 chunk->set_pending(data.pending); in InitComposition()
130 chunk->set_pending(pending); in AppendChunk()
138 const char* pending; in TEST_F() member
154 chunk->set_pending(test.pending); in TEST_F()
186 EXPECT_EQ((*expected_it)->pending(), (*it)->pending()); in TestGetChunkAt()
278 const char* pending; in TEST_F() member
323 const char* pending; in TEST_F() member
973 result.clear(); in TEST_F()
1289 EXPECT_EQ("", (*chunk_it)->pending()); in TEST_F()
[all …]
H A Dcomposition.cc56 chunks_.clear(); in Erase()
61 composition_input.set_raw(input); in InsertAt()
75 if (input.Empty()) { in InsertInput()
83 CombinePendingChunks(left_chunk, input); in InsertInput()
86 mutable_input.CopyFrom(input); in InsertInput()
243 composition->clear(); in GetStringWithModes()
283 base->clear(); in GetExpandedStringsWithTransliterator()
284 expanded->clear(); in GetExpandedStringsWithTransliterator()
301 composition->clear(); in GetString()
401 input.has_conversion() ? input.conversion() : input.raw(); in CombinePendingChunks()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/composer/internal/
H A Dcomposition_test.cc97 const char* pending; in InitComposition() member
115 chunk->set_pending(data.pending); in InitComposition()
130 chunk->set_pending(pending); in AppendChunk()
138 const char* pending; in TEST_F() member
154 chunk->set_pending(test.pending); in TEST_F()
186 EXPECT_EQ((*expected_it)->pending(), (*it)->pending()); in TestGetChunkAt()
278 const char* pending; in TEST_F() member
323 const char* pending; in TEST_F() member
973 result.clear(); in TEST_F()
1289 EXPECT_EQ("", (*chunk_it)->pending()); in TEST_F()
[all …]
H A Dcomposition.cc56 chunks_.clear(); in Erase()
61 composition_input.set_raw(input); in InsertAt()
75 if (input.Empty()) { in InsertInput()
83 CombinePendingChunks(left_chunk, input); in InsertInput()
86 mutable_input.CopyFrom(input); in InsertInput()
243 composition->clear(); in GetStringWithModes()
283 base->clear(); in GetExpandedStringsWithTransliterator()
284 expanded->clear(); in GetExpandedStringsWithTransliterator()
301 composition->clear(); in GetString()
401 input.has_conversion() ? input.conversion() : input.raw(); in CombinePendingChunks()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xswatch/modules/newbb/
H A Dnewbb_viewall.tpl15 <div class="clear"></div>
30 <{if $status eq "pending"}>
39 <input type="hidden" name="forum_id" value="<{$forum_id}>"/>
47 …<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/list.topic.php?status=pending#admin" target="_s…
62 <div class="clear"></div>
88 <div class="clear"></div>
180 <input type="hidden" name="<{$hidvar}>" value="<{$hidval}>"/>
190 <input type="hidden" name="forum" id="forum" value="all">
192 <input type="hidden" name="searchin" id="searchin" value="both">
194 <span class="input-group-btn">
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xswatch/modules/newbb5/
H A Dnewbb_viewall.tpl15 <div class="clear"></div>
30 <{if $status eq "pending"}>
39 <input type="hidden" name="forum_id" value="<{$forum_id}>"/>
47 …<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/list.topic.php?status=pending#admin" target="_s…
62 <div class="clear"></div>
88 <div class="clear"></div>
180 <input type="hidden" name="<{$hidvar}>" value="<{$hidval}>"/>
190 <input type="hidden" name="forum" id="forum" value="all">
192 <input type="hidden" name="searchin" id="searchin" value="both">
194 <span class="input-group-btn">
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/include/
H A Dserial.h129 int (*pending)(struct udevice *dev, bool input); member
143 int (*clear)(struct udevice *dev); member
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dkeymap.rs4 use helix_view::{document::Mode, info::Info, input::KeyEvent};
15 ::helix_view::input::KeyEvent {
21 ::helix_view::input::KeyEvent {
66 let _key = $key.parse::<::helix_view::input::KeyEvent>().unwrap();
297 pub fn pending(&self) -> &[KeyEvent] { in pending() method
334 self.state.clear(); in get()
340 self.state.clear(); in get()
375 pub fn pending(&self) -> &[KeyEvent] { in pending() method
378 .find_map(|keymap| match keymap.pending().is_empty() { in pending()
380 false => Some(keymap.pending()), in pending()

12345678910>>...385