Home
last modified time | relevance | path

Searched refs:nodepath (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/devel/uclcmd/uclcmd-da1ac0f/
H A Duclcmd_get.c163 char *nodepath = NULL; in get_mode() local
166 uclcmd_asprintf(&nodepath, ""); in get_mode()
190 free(nodepath); in get_mode()
229 free(nodepath); in get_mode()
297 fprintf(output, "%s", nodepath); in get_cmd_length()
325 fprintf(output, "%s=", nodepath); in get_cmd_type()
491 if (strlen(nodepath) > 0) { in get_cmd_recurse()
492 output_chunk(obj, nodepath, ""); in get_cmd_recurse()
522 } else if (strlen(nodepath) == 0) { in get_cmd_recurse()
531 if (nodepath != NULL && strlen(nodepath) > 0) { in get_cmd_recurse()
[all …]
H A Duclcmd.h79 char* expand_subkeys(const ucl_object_t *obj, char *nodepath);
90 int replace_file(const ucl_object_t *obj, char *nodepath, const char *inkey,
97 int process_get_command(const ucl_object_t *obj, char *nodepath,
110 int get_cmd_each(const ucl_object_t *obj, char *nodepath,
112 int get_cmd_iterate(const ucl_object_t *obj, char *nodepath,
114 int get_cmd_keys(const ucl_object_t *obj, char *nodepath,
116 int get_cmd_length(const ucl_object_t *obj, char *nodepath,
118 int get_cmd_none(const ucl_object_t *obj, char *nodepath,
120 int get_cmd_recurse(const ucl_object_t *obj, char *nodepath,
122 int get_cmd_type(const ucl_object_t *obj, char *nodepath,
[all …]
H A Duclcmd_output.c92 replace_sep(nodepath, '.', '_'); in output_chunk()
99 output_key(obj, nodepath, key); in output_chunk()
119 fprintf(output, "%s%s=", nodepath, key); in output_chunk()
139 fprintf(output, "%s%s=", nodepath, key); in output_chunk()
155 fprintf(output, "%s%s=", nodepath, key); in output_chunk()
170 fprintf(output, "%s%s=", nodepath, key); in output_chunk()
186 fprintf(output, "%s%s=", nodepath, key); in output_chunk()
287 output_chunk(obj, nodepath, inkey); in replace_file()
328 fprintf(output, "%s%s=", nodepath, key); in output_key()
345 fprintf(output, "%s%s=", nodepath, key); in output_key()
[all …]
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/virtual_table/
H A Dunknown_op.t9 { nodepath => 1 },
10 { nodepath => 2 },
11 { nodepath => 3 },
37 on r.nodepath = m.nodepath+1
38 where m.nodepath = 1
52 on r.nodepath = m.nodepath+1
64 select r.nodepath
67 on r.nodepath = m.nodepath+1
68 where r.nodepath is null
80 select r.nodepath
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/helper/
H A DConfigurationRead.java43 PropertyValue nodepath = new PropertyValue(); in ConfigurationRead() local
44 nodepath.Name = "nodepath"; in ConfigurationRead()
45 nodepath.Value = rootnode; in ConfigurationRead()
46 nodepath.Handle = -1; in ConfigurationRead()
47 nodepath.State = PropertyState.DEFAULT_VALUE; in ConfigurationRead()
48 nodeArgs[0]=nodepath; in ConfigurationRead()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/helper/
H A DConfigurationRead.java43 PropertyValue nodepath = new PropertyValue(); in ConfigurationRead() local
44 nodepath.Name = "nodepath"; in ConfigurationRead()
45 nodepath.Value = rootnode; in ConfigurationRead()
46 nodepath.Handle = -1; in ConfigurationRead()
47 nodepath.State = PropertyState.DEFAULT_VALUE; in ConfigurationRead()
48 nodeArgs[0]=nodepath; in ConfigurationRead()
/dports/devel/cbrowser/cbrowser-0.8/
H A Dcalltree.tcl286 proc calltree_look {widget nodepath isopen} {
312 if {[string length $nodepath] > 0} {
313 calltree_view_node $widget $nodepath
328 proc calltree_select {widget nodepath} { argument
330 $widget select set $nodepath
331 $widget see $nodepath
333 calltree_view_node $widget $nodepath
354 set function [lindex $nodepath end]
460 set newpath [concat $nodepath $function]
475 proc calltree_expand {widget nodepath} { argument
[all …]
/dports/devel/vitables/ViTables-3.0.2/vitables/h5db/
H A Dtlink_editor.py58 def delete(self, nodepath): argument
67 link = self.h5file.get_node(nodepath)
74 def cut(self, nodepath): argument
88 nodename = os.path.basename(nodepath)
94 link = self.h5file.get_node(nodepath)
119 def rename(self, nodepath, new_name): argument
130 link = self.h5file.get_node(nodepath)
H A Dtnode_editor.py58 def delete(self, nodepath): argument
67 self.h5file.remove_node(where=nodepath, recursive=True)
73 def cut(self, nodepath): argument
87 nodename = os.path.basename(nodepath)
93 self.move(nodepath, self, self.hidden_group, nodename)
117 def rename(self, nodepath, new_name): argument
127 where, current_name = os.path.split(nodepath)
H A Ddbstreemodel.py348 node.editor().delete(node.nodepath)
380 'nodepath': node.nodepath,
403 node.editor().cut(node.nodepath)
516 initial_nodepath = node.nodepath
558 old_nodepath = node.nodepath
602 parentpath = parent_node.nodepath
813 node.nodepath = value
1072 nodepaths.append(node.nodepath)
1076 wpath = window.dbt_leaf.nodepath
1115 stream.writeQString(nodepath)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/configmgr/source/
H A Dconfigurationprovider.cxx181 OUString nodepath; in createInstanceWithArguments() local
194 } else if (Arguments.getLength() == 1 && (Arguments[i] >>= nodepath)) { in createInstanceWithArguments()
197 if (nodepath.isEmpty()) { in createInstanceWithArguments()
210 if (!nodepath.isEmpty() || !(value >>= nodepath) || in createInstanceWithArguments()
211 nodepath.isEmpty()) in createInstanceWithArguments()
226 if (nodepath.isEmpty()) { in createInstanceWithArguments()
231 if (nodepath[0] != '/') { in createInstanceWithArguments()
232 nodepath = "/" + nodepath; in createInstanceWithArguments()
255 new RootAccess(components, nodepath, locale, update)); in createInstanceWithArguments()
259 " value at nodepath " + nodepath), in createInstanceWithArguments()
/dports/math/chuffed/chuffed-e04bedd/chuffed/core/
H A Dengine.cpp92 std::vector<int> nodepath; variable
153 nodepath.resize(decisionLevelTip[newDecisionLevel]); in rewindPaths()
178 int parent = (nodepath.size() == 0) ? (-1) : (nodepath[nodepath.size()-1]); in rewindPaths()
194 nodepath.resize(nodepath.size() - 1); in rewindPaths()
308 nodepath.resize(0); in constrain()
544 int parent = (nodepath.size() == 0) ? (-1) : (nodepath[nodepath.size()-1]); in search()
545 nodepath.push_back(nodeid); in search()
549 for (int i = 0 ; i < nodepath.size() ; i++) in search()
550 std::cerr << " " << nodepath[i]; in search()
729 nodepath.resize(0); in search()
[all …]
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dcmd_ls.go131 withinDir := func(nodepath string) bool {
140 if fs.HasPathPrefix(dir, nodepath) {
147 approachingMatchingTree := func(nodepath string) bool {
158 if fs.HasPathPrefix(nodepath, dir) {
215 …err := walker.Walk(ctx, repo, *sn.Tree, nil, func(_ restic.ID, nodepath string, node *restic.Node,…
223 if withinDir(nodepath) {
225 printNode(nodepath, node)
236 if approachingMatchingTree(nodepath) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/configmgr/source/
H A Dconfigurationprovider.cxx185 OUString nodepath; in createInstanceWithArguments() local
198 } else if (Arguments.getLength() == 1 && (Arguments[i] >>= nodepath)) { in createInstanceWithArguments()
201 if (nodepath.isEmpty()) { in createInstanceWithArguments()
214 if (!nodepath.isEmpty() || !(value >>= nodepath) || in createInstanceWithArguments()
215 nodepath.isEmpty()) in createInstanceWithArguments()
230 if (nodepath.isEmpty()) { in createInstanceWithArguments()
235 if (nodepath[0] != '/') { in createInstanceWithArguments()
236 nodepath = "/" + nodepath; in createInstanceWithArguments()
259 new RootAccess(components, nodepath, locale, update)); in createInstanceWithArguments()
263 " value at nodepath " + nodepath), in createInstanceWithArguments()
/dports/news/husky/husky-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dvsevops.c96 strcpy(index_filename, ST->nodepath); in v7lookupnode()
103 strcpy(data_filename, ST->nodepath); in v7lookupnode()
151 strcpy(index_filename, ST->nodepath); in v7lookup()
157 strcpy(data_filename, ST->nodepath); in v7lookup()
202 strcpy(index_filename, ST->nodepath); in v7lookupsystem()
209 strcpy(data_filename, ST->nodepath); in v7lookupsystem()
/dports/devel/vitables/ViTables-3.0.2/vitables/
H A Dvtapp.py257 node = db_doc.get_node(nodepath)
261 groups = nodepath.split('/')[:-1]
280 leaf_name = nodepath.split('/')[-1]
824 parent.nodepath),
859 nodepath = tables.path.join_path(parent.nodepath, nodename)
883 parent.nodepath),
920 nodepath = tables.path.join_path(parent.nodepath, nodename)
921 self.gui.closeChildrenViews(nodepath, child.filepath)
994 if (cni['nodepath'] == parent.nodepath) or \
1021 parent.nodepath, nodename),
[all …]
/dports/deskutils/recoll/recoll-1.31.2/filters/
H A Drclshowinfo28 nodepath="$nodepath '$node'"
37 exec "$tp" -e "info -f $filename $nodepath"
/dports/games/wesnoth/wesnoth-1.14.17/scons/
H A Dsdl.py134 nodepath = File("data/core/music/main_menu.ogg").rfile().abspath.replace("\\", "\\\\")
135 test_program1 = context.env.Clone(TESTFILE = nodepath).subst(test_program)
174nodepath = File("images/buttons/button_normal/button_H22-pressed.png").rfile().abspath.replace("\\…
175 test_program1 = context.env.Clone(TESTFILE = nodepath).subst(test_program)
212 nodepath = File("data/core/images/maps/background.jpg").rfile().abspath.replace("\\", "\\\\")
213 test_program1 = context.env.Clone(TESTFILE = nodepath).subst(test_program)

123456789