Home
last modified time | relevance | path

Searched refs:node_text (Results 1 – 25 of 82) sorted by relevance

1234

/dports/textproc/tkxmlive/tkxmlive/library/
H A Drichtext-updatewidget.tcl87 set node_text "\n$node_text"
91 set node_text "* "
104 set node_text "\n$node_text"
109 catch { set node_text "$node_text$style(content-before)" }
112 set node_text " "
163 set node_text "$node_text\n"
167 set node_text " "
171 catch { set node_text "$style(content-after)$node_text" }
174 set node_text " "
224 set node_text "\n$node_text\n"
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Djessyink_key_bindings.py115 node_text = """function getCustomKeyBindingsSub()
124 node_text += f" keyDict[SLIDE_MODE][{key}] = function() {{ {value} }};\n"
127 node_text += f" keyDict[DRAWING_MODE][{key}] = function() {{ {value} }};\n"
130 node_text += f" keyDict[INDEX_MODE][{key}] = function() {{ {value} }};\n"
133 node_text += """ return keyDict;
145 node_text += f' charDict[SLIDE_MODE]["{key}"] = function() {{ {value} }};\n'
148 node_text += f' charDict[DRAWING_MODE]["{key}"] = function() {{ {value} }};\n'
151 node_text += f' charDict[INDEX_MODE]["{key}"] = function() {{ {value} }};\n'
153 node_text += " return charDict;" + "\n"
154 node_text += "}" + "\n"
[all …]
/dports/textproc/p5-XML-XPath/XML-XPath-1.44/lib/XML/XPath/Node/
H A DText.pm23 @vals[node_global_pos, node_text] = ($pos, $text);
36 $self->[node_text] .= $text;
41 $self->[node_text];
46 $self->[node_text];
51 $self->[node_text] = shift;
63 $self->[node_text];
68 XML::XPath::Node::XMLescape($self->[node_text], "<&");
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/tools/cddl/
H A Dparse.cc1010 node_text += "--"; in DumpAst()
1016 node_text += "kRule"; in DumpAst()
1034 node_text += "kType"; in DumpAst()
1040 node_text += "kType1"; in DumpAst()
1052 node_text += "kUint"; in DumpAst()
1073 node_text += "kId"; in DumpAst()
1079 node_text += "kText"; in DumpAst()
1091 node_text += ": "; in DumpAst()
1098 node_text += " "; in DumpAst()
1104 node_text += text[i]; in DumpAst()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/tools/cddl/
H A Dparse.cc1010 node_text += "--"; in DumpAst()
1016 node_text += "kRule"; in DumpAst()
1034 node_text += "kType"; in DumpAst()
1040 node_text += "kType1"; in DumpAst()
1052 node_text += "kUint"; in DumpAst()
1073 node_text += "kId"; in DumpAst()
1079 node_text += "kText"; in DumpAst()
1091 node_text += ": "; in DumpAst()
1098 node_text += " "; in DumpAst()
1104 node_text += text[i]; in DumpAst()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/markers/
H A Dsuggestion_marker_list_impl.cc23 const String& node_text, in ComputeOffsetsAfterNonSuggestionEditingOperating() argument
37 if (WTF::unicode::IsAlphanumeric(GetCodePointAt(node_text, offset))) in ComputeOffsetsAfterNonSuggestionEditingOperating()
46 GetCodePointAt(node_text, offset + new_length - 1))) in ComputeOffsetsAfterNonSuggestionEditingOperating()
105 bool SuggestionMarkerListImpl::ShiftMarkers(const String& node_text, in ShiftMarkers() argument
112 return ShiftMarkersForNonSuggestionEditingOperation(node_text, offset, in ShiftMarkers()
162 const String& node_text, in ShiftMarkersForNonSuggestionEditingOperation() argument
174 *marker, node_text, offset, old_length, new_length); in ShiftMarkersForNonSuggestionEditingOperation()
H A Dspell_check_marker_list_impl.h35 bool ShiftMarkers(const String& node_text,
44 bool RemoveMarkersUnderWords(const String& node_text,
H A Dsuggestion_marker_list_impl.h39 bool ShiftMarkers(const String& node_text,
53 bool ShiftMarkersForNonSuggestionEditingOperation(const String& node_text,
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/Convert/
H A DInfo.pm131 my $node_text = $self->_convert_element($node);
141 $node_text = $header . $node_text;
144 print $fh $node_text;
146 $result .= $node_text;
418 my ($node_text, $byte_count) = $self->_node_line($node);
421 if ($node_text =~ /,/) {
424 "\@node name should not contain `,': %s"), $node_text),
434 $result .= $pre_quote . $node_text . $post_quote;
448 my ($node_text, $byte_count) = $self->_node_line($node_direction);
450 $result .= $node_text;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/markers/
H A Dsuggestion_marker_list_impl.cc22 const String& node_text, in ComputeOffsetsAfterNonSuggestionEditingOperating() argument
36 if (WTF::unicode::IsAlphanumeric(GetCodePointAt(node_text, offset))) in ComputeOffsetsAfterNonSuggestionEditingOperating()
45 GetCodePointAt(node_text, offset + new_length - 1))) in ComputeOffsetsAfterNonSuggestionEditingOperating()
104 bool SuggestionMarkerListImpl::ShiftMarkers(const String& node_text, in ShiftMarkers() argument
111 return ShiftMarkersForNonSuggestionEditingOperation(node_text, offset, in ShiftMarkers()
161 const String& node_text, in ShiftMarkersForNonSuggestionEditingOperation() argument
173 *marker, node_text, offset, old_length, new_length); in ShiftMarkersForNonSuggestionEditingOperation()
H A Dspell_check_marker_list_impl.h35 bool ShiftMarkers(const String& node_text,
44 bool RemoveMarkersUnderWords(const String& node_text,
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dxml-label-04.c205 glTextNode *node_text; in xml04_parse_text_props() local
249 node_text = g_new0 (glTextNode, 1); in xml04_parse_text_props()
250 node_text->field_flag = TRUE; in xml04_parse_text_props()
251 node_text->data = in xml04_parse_text_props()
254 g_list_append (nodes, node_text); in xml04_parse_text_props()
257 node_text = g_new0 (glTextNode, 1); in xml04_parse_text_props()
258 node_text->field_flag = FALSE; in xml04_parse_text_props()
259 node_text->data = in xml04_parse_text_props()
262 node_text->data); in xml04_parse_text_props()
264 g_list_append (nodes, node_text); in xml04_parse_text_props()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/placeables/
H A Dlisa.py116 node_text = dom_node.text
117 if sub and node_text:
118 sub.insert(0, StringElem(str(node_text)))
119 elif node_text:
120 sub.append(str(node_text))
/dports/multimedia/py-ffmpeg-python/ffmpeg-python-0.2.0/ffmpeg/
H A D_view.py67 node_text = '\n'.join(lines)
69 node_text = node.short_repr
71 str(hash(node)), node_text, shape='box', style='filled', fillcolor=color
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ffmpeg/
H A D_view.py67 node_text = '\n'.join(lines)
69 node_text = node.short_repr
71 str(hash(node)), node_text, shape='box', style='filled', fillcolor=color
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/treesitter/
H A Dquery.lua193 local node_text = M.get_node_text(node, source)
204 if node_text ~= str or str == nil then
254 local node_text = M.get_node_text(node, source)
257 if string.find(node_text, predicate[i], 1, true) then
267 local node_text = M.get_node_text(node, source)
280 return string_set[node_text]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/tools/
H A Dxml_parser_utils.py34 def BooleanValue(node_text): argument
35 return node_text.lower() in ('1', 'true')
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/databases/postgresql14-server/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/databases/postgresql14-client/postgresql-14.1/src/test/recovery/t/
H A D024_archive_recovery.pl67 my ($node_name, $node_text, $standby_setting) = @_;
95 "$node_text ends with an error because it finds WAL generated with wal_level=minimal"
/dports/sysutils/lnav/lnav-0.10.1/test/
H A Dtest_sql_xml_func.sh28 Column node_text: ghi
39 Column node_text: Hello >

1234