Home
last modified time | relevance | path

Searched refs:next_text (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/installation/install/
H A Dnav.php20 $next_text = elgg_echo('install:next'); variable
22 $next = "<a href=\"$next_link\" class=\"elgg-button elgg-button-submit\">$next_text</a>";
25 $next = "<a class=\"elgg-button elgg-button-submit elgg-state-disabled\">$next_text</a>";
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentytwenty/template-parts/
H A Dpagination.php21 $next_text = sprintf( variable
35 'next_text' => $next_text,
46 …', '<span class="next page-numbers placeholder" aria-hidden="true">' . $next_text . '</span></div>…
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentytwenty/template-parts/
H A Dpagination.php21 $next_text = sprintf( variable
35 'next_text' => $next_text,
46 …', '<span class="next page-numbers placeholder" aria-hidden="true">' . $next_text . '</span></div>…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dtext.cc71 auto* next_text = To<Text>(next_sibling); in MergeNextSiblingNodesIfPossible() local
74 if (!next_text->length()) { in MergeNextSiblingNodesIfPossible()
75 next_text->remove(IGNORE_EXCEPTION_FOR_TESTING); in MergeNextSiblingNodesIfPossible()
81 String next_text_data = next_text->data(); in MergeNextSiblingNodesIfPossible()
86 GetDocument().DidMergeTextNodes(*this, *next_text, offset); in MergeNextSiblingNodesIfPossible()
89 next_text->SetDataWithoutUpdate(g_empty_string); in MergeNextSiblingNodesIfPossible()
90 next_text->UpdateTextLayoutObject(0, next_text_data.length()); in MergeNextSiblingNodesIfPossible()
93 next_text->SetDataWithoutUpdate(next_text_data); in MergeNextSiblingNodesIfPossible()
94 next_text->UpdateTextLayoutObject(0, 0); in MergeNextSiblingNodesIfPossible()
98 next_text->remove(IGNORE_EXCEPTION_FOR_TESTING); in MergeNextSiblingNodesIfPossible()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dtext.cc71 auto* next_text = To<Text>(next_sibling); in MergeNextSiblingNodesIfPossible() local
74 if (!next_text->length()) { in MergeNextSiblingNodesIfPossible()
75 next_text->remove(IGNORE_EXCEPTION_FOR_TESTING); in MergeNextSiblingNodesIfPossible()
81 String next_text_data = next_text->data(); in MergeNextSiblingNodesIfPossible()
86 GetDocument().DidMergeTextNodes(*this, *next_text, offset); in MergeNextSiblingNodesIfPossible()
89 next_text->SetDataWithoutUpdate(g_empty_string); in MergeNextSiblingNodesIfPossible()
90 next_text->UpdateTextLayoutObject(0, next_text_data.length()); in MergeNextSiblingNodesIfPossible()
93 next_text->SetDataWithoutUpdate(next_text_data); in MergeNextSiblingNodesIfPossible()
94 next_text->UpdateTextLayoutObject(0, 0); in MergeNextSiblingNodesIfPossible()
98 next_text->remove(IGNORE_EXCEPTION_FOR_TESTING); in MergeNextSiblingNodesIfPossible()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/core/
H A Dpcidsk_utils.cpp282 const char *next_text = full_text.c_str() + 5; in ParseTileFormat() local
284 if( isdigit(*next_text) ) in ParseTileFormat()
286 block_size = atoi(next_text); in ParseTileFormat()
287 while( isdigit(*next_text) ) in ParseTileFormat()
288 next_text++; in ParseTileFormat()
291 while( *next_text == ' ' ) in ParseTileFormat()
292 next_text++; in ParseTileFormat()
297 if( *next_text != '\0' ) in ParseTileFormat()
299 compression = next_text; in ParseTileFormat()
/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h52 string next_text; variable
66 …TutorialCard(const string &id, const string &text) : id(id), text(text), next_text("Next"), has_ar… in TutorialCard()
81 void setNextText(const string &next_text) { in setNextText() argument
82 this->next_text = next_text; in setNextText()
85 return next_text; in getNextText()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/svg-0.10.0/src/parser/
H A Dmod.rs71 fn next_text(&mut self) -> Option<Event<'l>> {
113 self.next_text().or_else(|| self.next_angle())
139 fn next_text() {
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Delementspanelwidget.cpp392 void ElementsPanelWidget::filterEdited(const QString &next_text) { in filterEdited() argument
393 if (previous_filter_.isEmpty() && next_text.length() == 1) { in filterEdited()
395 elements_panel -> filter(next_text, QET::BeginFilter); in filterEdited()
396 } else if (!previous_filter_.isEmpty() && next_text.isEmpty()) { in filterEdited()
401 elements_panel -> filter(next_text, QET::RegularFilter); in filterEdited()
403 previous_filter_ = next_text; in filterEdited()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dtext_array_object.cpp82 TextArrayObject::next_text() in next_text() function in TextArrayObject
176 next_text(); in update()
255 next_text(); in handle_input_requests()
/dports/misc/broot/broot-1.7.0/cargo-crates/svg-0.8.2/src/parser/
H A Dmod.rs78 fn next_text(&mut self) -> Option<Event<'l>> { in next_text() method
120 self.next_text().or_else(|| self.next_angle()) in next()
146 fn next_text() { in next_text() function
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/envisat/
H A DEnvisatFile.c1721 const char *next_text = text; in S_NameValueList_Parse() local
1726 while( *next_text != '\0' ) in S_NameValueList_Parse()
1736 while( *next_text == ' ' ) in S_NameValueList_Parse()
1738 next_text++; in S_NameValueList_Parse()
1740 line_offset = (int) (next_text - text) + text_offset; in S_NameValueList_Parse()
1741 while( *next_text != '\0' && *next_text != '\n' ) in S_NameValueList_Parse()
1750 line[line_len++] = *(next_text++); in S_NameValueList_Parse()
1754 if( *next_text == '\n' ) in S_NameValueList_Parse()
1755 next_text++; in S_NameValueList_Parse()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/envisat/
H A DEnvisatFile.c1749 const char *next_text = text; in S_NameValueList_Parse() local
1754 while( *next_text != '\0' ) in S_NameValueList_Parse()
1769 while( *next_text == ' ' ) in S_NameValueList_Parse()
1771 next_text++; in S_NameValueList_Parse()
1773 line_offset = (int) (next_text - text) + text_offset; in S_NameValueList_Parse()
1774 while( *next_text != '\0' && *next_text != '\n' ) in S_NameValueList_Parse()
1783 pszLine[line_len++] = *(next_text++); in S_NameValueList_Parse()
1787 if( *next_text == '\n' ) in S_NameValueList_Parse()
1788 next_text++; in S_NameValueList_Parse()
/dports/graphics/gdal/gdal-3.3.3/frmts/envisat/
H A DEnvisatFile.c1749 const char *next_text = text; in S_NameValueList_Parse() local
1754 while( *next_text != '\0' ) in S_NameValueList_Parse()
1769 while( *next_text == ' ' ) in S_NameValueList_Parse()
1771 next_text++; in S_NameValueList_Parse()
1773 line_offset = (int) (next_text - text) + text_offset; in S_NameValueList_Parse()
1774 while( *next_text != '\0' && *next_text != '\n' ) in S_NameValueList_Parse()
1783 pszLine[line_len++] = *(next_text++); in S_NameValueList_Parse()
1787 if( *next_text == '\n' ) in S_NameValueList_Parse()
1788 next_text++; in S_NameValueList_Parse()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/envisat/
H A DEnvisatFile.c1749 const char *next_text = text; in S_NameValueList_Parse() local
1754 while( *next_text != '\0' ) in S_NameValueList_Parse()
1769 while( *next_text == ' ' ) in S_NameValueList_Parse()
1771 next_text++; in S_NameValueList_Parse()
1773 line_offset = (int) (next_text - text) + text_offset; in S_NameValueList_Parse()
1774 while( *next_text != '\0' && *next_text != '\n' ) in S_NameValueList_Parse()
1783 pszLine[line_len++] = *(next_text++); in S_NameValueList_Parse()
1787 if( *next_text == '\n' ) in S_NameValueList_Parse()
1788 next_text++; in S_NameValueList_Parse()
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/win32/
H A Dvgui_win32_dialog_impl.cxx208 char *text, *next_text; in FindDialogSize() local
216 next_text = std::strchr(text, '\n'); in FindDialogSize()
217 if (next_text) in FindDialogSize()
218 w1 = next_text - text; in FindDialogSize()
221 text = next_text ? next_text + 1 : NULL; in FindDialogSize()
581 char *text, *next_text; in ask() local
589 next_text = std::strchr(text, '\n'); in ask()
590 if (next_text) in ask()
591 field_length = next_text - text; in ask()
597 text = next_text ? next_text + 1 : NULL; in ask()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/quick-xml-0.19.0/src/de/
H A Dmod.rs198 fn next_text<'a>(&mut self) -> Result<BytesText<'static>, DeError> { in next_text() method
240 let txt = self.next_text()?;
289 let txt = self.next_text()?; in deserialize_bool()
322 let value = self.next_text()?.unescape_and_decode(&self.reader)?; in deserialize_string()
335 let text = self.next_text()?; in deserialize_bytes()
341 let text = self.next_text()?; in deserialize_byte_buf()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/quick-xml-0.19.0/src/de/
H A Dmod.rs198 fn next_text<'a>(&mut self) -> Result<BytesText<'static>, DeError> { in next_text() method
240 let txt = self.next_text()?;
289 let txt = self.next_text()?; in deserialize_bool()
322 let value = self.next_text()?.unescape_and_decode(&self.reader)?; in deserialize_string()
335 let text = self.next_text()?; in deserialize_bytes()
341 let text = self.next_text()?; in deserialize_byte_buf()
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Ui/
H A DPager.php116 $next_text = isset($this->_config['nextHTML'])
120 $html .= ' ' . Horde::link($link, '', 'next') . $next_text . '</a>';
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/scripting/
H A Dtext_array.cpp67 TextArray::next_text() in next_text() function in scripting::TextArray
70 object.next_text(); in next_text()
/dports/lang/janet/janet-1.19.2/src/core/
H A Dpeg.c286 const uint8_t *next_text; in peg_rule() local
291 next_text = peg_rule(s, rule_a, text); in peg_rule()
292 if (next_text) { in peg_rule()
311 const uint8_t *next_text; in peg_rule() local
317 if (!next_text || next_text == text) { in peg_rule()
322 text = next_text; in peg_rule()
548 const uint8_t *next_text; in peg_rule() local
553 if (NULL == next_text) return NULL; in peg_rule()
567 next_text = peg_rule(s, s->bytecode + rule[2], next_text); in peg_rule()
569 if (NULL == next_text) { in peg_rule()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/quick-xml-0.18.1/src/de/
H A Dmod.rs198 fn next_text<'a>(&mut self) -> Result<BytesText<'static>, DeError> { in next_text() method
240 let txt = self.next_text()?;
289 let txt = self.next_text()?; in deserialize_bool()
322 let value = self.next_text()?.unescape_and_decode(&self.reader)?; in deserialize_string()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/quick-xml-0.18.1/src/de/
H A Dmod.rs198 fn next_text<'a>(&mut self) -> Result<BytesText<'static>, DeError> { in next_text() method
240 let txt = self.next_text()?;
289 let txt = self.next_text()?; in deserialize_bool()
322 let value = self.next_text()?.unescape_and_decode(&self.reader)?; in deserialize_string()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/quick-xml-0.17.2/src/de/
H A Dmod.rs198 fn next_text<'a>(&mut self) -> Result<BytesText<'static>, DeError> { in next_text() method
240 let txt = self.next_text()?;
289 let txt = self.next_text()?; in deserialize_bool()
322 let value = self.next_text()?.unescape_and_decode(&self.reader)?; in deserialize_string()
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dinput.h8 char *next_text (void);

123