Home
last modified time | relevance | path

Searched refs:new_text (Results 1 – 25 of 2232) sorted by relevance

12345678910>>...90

/dports/games/crafty/crafty-25.2_1/
H A Doutput.c63 text = new_text; in OutputMove()
77 strcpy(text_move, new_text); in OutputMove()
104 text_move[0] = new_text[0]; in OutputMove()
130 text_move[0] = new_text[0]; in OutputMove()
143 text_move[0] = new_text[0]; in OutputMove()
144 text_move[1] = new_text[1]; in OutputMove()
148 text_move[0] = new_text[0]; in OutputMove()
170 text_move[0] = new_text[0]; in OutputMove()
182 text_move[0] = new_text[0]; in OutputMove()
183 text_move[1] = new_text[1]; in OutputMove()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Dmenu_help.c53 char *new_text; in concat_all() local
61 return new_text; in concat_all()
89 char *new_text; in convert_cmdline_to_n_cols() local
97 new_text[0] = '\n'; in convert_cmdline_to_n_cols()
123 return new_text; in convert_cmdline_to_n_cols()
128 char *new_text; in contrib_convert() local
154 new_text[j] = 0; in contrib_convert()
157 j = strlen(new_text); in contrib_convert()
165 if (new_text[i - 1] == ':' && new_text[i - 2] == 'e') { in contrib_convert()
179 pos = new_text; in contrib_convert()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dmenu_help.c53 char *new_text; in concat_all() local
59 old_text = new_text; in concat_all()
61 return new_text; in concat_all()
89 char *new_text; in convert_cmdline_to_n_cols() local
97 new_text[0] = '\n'; in convert_cmdline_to_n_cols()
123 return new_text; in convert_cmdline_to_n_cols()
128 char *new_text; in contrib_convert() local
154 new_text[j] = 0; in contrib_convert()
165 if (new_text[i - 1] == ':' && new_text[i - 2] == 'e') { in contrib_convert()
179 pos = new_text; in contrib_convert()
[all …]
/dports/www/bluefish/bluefish-2.2.12/data/
H A Dcss_decompressor67 new_text = ""
87 if new_text[-1:] != '\n':
88 new_text += '\n'
90 new_text += original_line + '\n'
122 new_text += new_line
124 return new_text
173 new_text=""
190 new_text_last_char=new_text[-1:]
231 new_text += '\n'
253 new_text+=char
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/vpykit/pyutilib.virtualenv/pyutilib/virtualenv/
H A Dvpy_create.py53 new_text = "# PYUTILIB.VIRTUALENV - START\n"
57 new_text += "\n#\n# Imported from " + m.group(0) + "\n#\n\n"
59 new_text += "\n#\n# Imported from " + f + "\n#\n\n"
61 new_text += "".join( INPUT.readlines() )
63 new_text += "\n"
66 new_text += "\n# PYUTILIB.VIRTUALENV - END\n"
68 new_text = virtualenv.create_bootstrap_script(new_text)
71 for line in new_text.split('\n'):
97 new_text = "\n".join(tmp)
108 if cur_text == new_text:
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/
H A Dparse_doxy_html.py365 new_text = '<p>@notes\n'
371 new_text = new_text + '<li>' + line + '\n'
372 doxy_text = doxy_text.replace(repl, new_text)
382 new_text = '<p>@param\n'
386 new_text = new_text + line + '\n'
387 doxy_text = doxy_text.replace(repl, new_text)
399 new_text = '<p>@return\n'
403 new_text = new_text + line + '\n'
414 new_text = '<p>@example\n<pre><code>\n'
416 new_text = new_text + line + '\n'
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/textfield/
H A Dtextfield_model.h73 bool SetText(const base::string16& new_text);
79 void InsertText(const base::string16& new_text) { in InsertText() argument
80 InsertTextInternal(new_text, false); in InsertText()
90 void ReplaceText(const base::string16& new_text) { in ReplaceText() argument
91 ReplaceTextInternal(new_text, false); in ReplaceText()
101 void Append(const base::string16& new_text);
211 void DeleteSelectionAndInsertTextAt(const base::string16& new_text,
261 void InsertTextInternal(const base::string16& new_text, bool mergeable);
273 const base::string16& new_text);
277 const base::string16& new_text,
[all …]
H A Dtextfield_model.cc81 const base::string16& new_text, in Edit() argument
90 new_text_(new_text), in Edit()
162 new_text, in InsertEdit()
196 new_text, in ReplaceEdit()
325 if (text() != new_text) { in SetText()
347 InsertText(new_text); in Append()
619 const base::string16& new_text, in DeleteSelectionAndInsertTextAt() argument
625 position + new_text.length(), new_text, position); in DeleteSelectionAndInsertTextAt()
647 base::string16 new_text = text(); in SetCompositionText() local
703 base::string16 new_text = text(); in CancelCompositionText() local
[all …]
/dports/devel/p5-Test-WWW-Selenium/Test-WWW-Selenium-1.36/util/WWW/Selenium/
H A DXMLParseUtils.pm10 my ($start_bq, $new_text, $ending_bq) = ($1, $2, $3);
11 if ($new_text =~ /<blockquote>/) {
13 $new_text = strip_blockquotes($new_text . $ending_bq);
14 $new_text = "$start_bq$new_text\n";
18 my @lines = split "\n", $new_text;
19 $new_text = "\n=over\n\n"
27 $new_text = "\n" . join("\n", @lines) . "\n";
32 $xml =~ s#<blockquote>.*?</blockquote>\n?#$new_text#s or die;
/dports/devel/pybugz/pybugz-0.13/bugz/
H A Dutils.py93 new_text = open(name).read()
94 new_text = re.sub('(?m)^%s.*\n' % comment_prefix, '', new_text)
96 return new_text
106 new_text = raw_input_block()
107 return new_text
111 new_text = launch_editor(BUGZ_COMMENT_TEMPLATE % initial_text,
114 if new_text.strip():
115 return new_text
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/filters/
H A Dnon_latin_font_size_increase.py55 new_text = ""
64 new_text += text[i]
67 new_text += "<font style=\"font-size:" + \
83 new_text += "</font>" + text[i]
85 new_text += text[i]
88 new_text += "</font>"
90 new_text = new_text.replace("<protect>", "").replace("</protect>", "")
91 return new_text
/dports/x11/mlterm/mlterm-3.9.1/tool/mlconfig/
H A Dmc_unicode_areas.c62 if (*new_text == '\0') { in edited()
64 } else if ((num = sscanf(new_text, "%x-%x", &min, &max)) == 2 || in edited()
65 (num = sscanf(new_text, "%x", &min)) == 1) { in edited()
66 if (!check_hex(new_text)) { in edited()
72 prepended = alloca(strlen(new_text) + 3); in edited()
73 sprintf(prepended, "U+%s", new_text); in edited()
74 new_text = prepended; in edited()
76 } else if ((num = sscanf(new_text, "U+%x-%x", &min, &max)) == 2 || in edited()
77 (num = sscanf(new_text, "U+%x", &min)) == 1) { in edited()
78 if (!check_hex(new_text + 2)) { in edited()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/textfield/
H A Dtextfield_model.h78 bool SetText(const base::string16& new_text, size_t cursor_position);
84 void InsertText(const base::string16& new_text) { in InsertText() argument
85 InsertTextInternal(new_text, false); in InsertText()
95 void ReplaceText(const base::string16& new_text) { in ReplaceText() argument
96 ReplaceTextInternal(new_text, false); in ReplaceText()
106 void Append(const base::string16& new_text);
219 void DeletePrimarySelectionAndInsertTextAt(const base::string16& new_text,
282 void InsertTextInternal(const base::string16& new_text, bool mergeable);
287 void ReplaceTextInternal(const base::string16& new_text, bool mergeable);
295 const base::string16& new_text);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dinsert_incremental_text_command.cc54 const String& new_text) { in ComputeCommonGraphemeClusterPrefixLength() argument
56 ComputeCommonPrefixLength(old_text, new_text); in ComputeCommonGraphemeClusterPrefixLength()
76 const String& new_text) { in ComputeCommonGraphemeClusterSuffixLength() argument
78 ComputeCommonSuffixLength(old_text, new_text); in ComputeCommonGraphemeClusterSuffixLength()
97 const String ComputeTextForInsertion(const String& new_text, in ComputeTextForInsertion() argument
100 return new_text.Substring( in ComputeTextForInsertion()
102 new_text.length() - common_prefix_length - common_suffix_length); in ComputeTextForInsertion()
138 const String& new_text = text_; in DoApply() local
141 const wtf_size_t new_text_length = new_text.length(); in DoApply()
145 new_text); in DoApply()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dinsert_incremental_text_command.cc54 const String& new_text) { in ComputeCommonGraphemeClusterPrefixLength() argument
56 ComputeCommonPrefixLength(old_text, new_text); in ComputeCommonGraphemeClusterPrefixLength()
76 const String& new_text) { in ComputeCommonGraphemeClusterSuffixLength() argument
78 ComputeCommonSuffixLength(old_text, new_text); in ComputeCommonGraphemeClusterSuffixLength()
97 const String ComputeTextForInsertion(const String& new_text, in ComputeTextForInsertion() argument
100 return new_text.Substring( in ComputeTextForInsertion()
102 new_text.length() - common_prefix_length - common_suffix_length); in ComputeTextForInsertion()
138 const String& new_text = text_; in DoApply() local
141 const wtf_size_t new_text_length = new_text.length(); in DoApply()
145 new_text); in DoApply()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DSearchOperations.cpp150 QString new_text; in ReplaceHTMLInFile() local
152 std::tie(new_text, count) = PerformGlobalReplace(text, search_regex, replacement); in ReplaceHTMLInFile()
153 html_resource->SetText(new_text); in ReplaceHTMLInFile()
163 QString new_text; in ReplaceTextInFile() local
165 std::tie(new_text, count) = PerformGlobalReplace(text, search_regex, replacement); in ReplaceTextInFile()
166 text_resource->SetText(new_text); in ReplaceTextInFile()
175 QString new_text = text; in PerformGlobalReplace() local
181 …ment = Utility::Substring(match_info.at(i).offset.first, match_info.at(i).offset.second, new_text); in PerformGlobalReplace()
190 return std::make_tuple(new_text, count); in PerformGlobalReplace()
198 QString new_text = text; in PerformHTMLSpellCheckReplace() local
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/subclass/
H A Dcell_renderer_text.rs15 fn edited(&self, renderer: &CellRendererText, path: &str, new_text: &str) { in edited()
16 self.parent_edited(renderer, path, new_text); in edited()
21 fn parent_edited(&self, renderer: &CellRendererText, path: &str, new_text: &str); in parent_edited()
25 fn parent_edited(&self, renderer: &CellRendererText, path: &str, new_text: &str) { in parent_edited()
34 new_text.to_glib_none().0, in parent_edited()
54 new_text: *const c_char, in cell_renderer_text_edited()
65 &GString::from_glib_borrow(new_text), in cell_renderer_text_edited()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/subclass/
H A Dcell_renderer_text.rs14 fn edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in edited()
15 self.parent_edited(renderer, path, new_text); in edited()
20 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str); in parent_edited()
24 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in parent_edited()
35 new_text.to_glib_none().0, in parent_edited()
58 new_text: *const c_char, in cell_renderer_text_edited()
67 &GString::from_glib_borrow(new_text), in cell_renderer_text_edited()
/dports/polish/libgadu/libgadu-1.12.2/test/manual/lib/
H A Dhttp.c27 char *new_text, **text_ptr; in handle_data() local
40 new_text = malloc(bytes + 1); in handle_data()
43 new_text = realloc(*text_ptr, text_len + bytes + 1); in handle_data()
46 if (new_text == NULL) { in handle_data()
52 memcpy(new_text + text_len, ptr, bytes); in handle_data()
53 new_text[text_len + bytes] = 0; in handle_data()
54 *text_ptr = new_text; in handle_data()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/subclass/
H A Dcell_renderer_text.rs14 fn edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in edited()
15 self.parent_edited(renderer, path, new_text); in edited()
20 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str); in parent_edited()
24 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in parent_edited()
35 new_text.to_glib_none().0, in parent_edited()
58 new_text: *const c_char, in cell_renderer_text_edited()
67 &GString::from_glib_borrow(new_text), in cell_renderer_text_edited()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/subclass/
H A Dcell_renderer_text.rs14 fn edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in edited()
15 self.parent_edited(renderer, path, new_text); in edited()
20 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str); in parent_edited()
24 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in parent_edited()
35 new_text.to_glib_none().0, in parent_edited()
58 new_text: *const c_char, in cell_renderer_text_edited()
67 &GString::from_glib_borrow(new_text), in cell_renderer_text_edited()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/subclass/
H A Dcell_renderer_text.rs14 fn edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in edited()
15 self.parent_edited(renderer, path, new_text); in edited()
20 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str); in parent_edited()
24 fn parent_edited(&self, renderer: &Self::Type, path: &str, new_text: &str) { in parent_edited()
35 new_text.to_glib_none().0, in parent_edited()
58 new_text: *const c_char, in cell_renderer_text_edited()
67 &GString::from_glib_borrow(new_text), in cell_renderer_text_edited()
/dports/textproc/py-sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4/sphinxcontrib/websupport/storage/
H A Ddiffer.py76 new_text = []
79 new_text.append(text[start:match.start()])
80 new_text.append('<%s>' % tag)
81 new_text.append(text[match.start():match.end()])
82 new_text.append('</%s>' % tag)
84 new_text.append(text[start:])
85 return ''.join(new_text)
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/t/
H A Doutput.t23 my ($new_text, $new_entry);
36 $new_text = $entry->print_s;
38 like $new_text => qr/^\@article\{homer97,\s*$/m, 'we have type and key';
39 like $new_text =>
42 like $new_text => qr/^\s*title\s*=\s*[{"]Territorial[^}"]*Suburbia[}"],\s*$/m,
44 like $new_text => qr/^\s*journal\s*=\s*[{"]Journal[^\}]*Studies[}"],\s*$/m,
46 like $new_text => qr/^\s*year\s*=\s*[{"]1997[}"],\s*$/m, 'we have year'
49 $new_entry = Text::BibTeX::Entry->new($new_text);
87 is $new_text => $contents[0], "Contents [0]";
88 is $new_text => $contents[1], "Contents [1]";
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_strftime.py24 new_text = re.escape(text)
25 new_text = new_text.replace(re.escape(ampm), ampm)
26 new_text = new_text.replace('\%', '%')
27 new_text = new_text.replace('\:', ':')
28 new_text = new_text.replace('\?', '?')
29 return new_text

12345678910>>...90