Home
last modified time | relevance | path

Searched refs:nodedata (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Davl.d204 nodeleft->nodedata.right = nodeleftright->nodedata.left; in AVL()
205 node->nodedata.left = nodeleftright->nodedata.right; in AVL()
225 node->nodedata.right = noderightleft->nodedata.left; in AVL()
353 node->nodedata.left = node_to_delete->nodedata.left; in AVL()
354 node->nodedata.right = node_to_delete->nodedata.right; in AVL()
355 node->nodedata.height = node_to_delete->nodedata.height; in AVL()
457 node->nodedata.left = node_to_delete->nodedata.left; in AVL()
458 node->nodedata.right = node_to_delete->nodedata.right; in AVL()
652 node->nodedata.left = node_to_delete->nodedata.left; in AVL()
653 node->nodedata.right = node_to_delete->nodedata.right; in AVL()
[all …]
/dports/editors/hnb/hnb-1.9.18/src/
H A Dfile_xml.c219 nodedata[0] = 0; in import_xml()
241 nodedata[0] = 0; in import_xml()
265 sprintf (&nodedata[strlen (nodedata)], " %s=", rdata); in import_xml()
269 sprintf (&nodedata[strlen (nodedata)], "'%s'", rdata); in import_xml()
272 sprintf (&nodedata[strlen (nodedata)], "\"%s\"", in import_xml()
275 sprintf (&nodedata[strlen (nodedata)], "\"%s\"", in import_xml()
281 sprintf (&nodedata[strlen (nodedata)], ">"); in import_xml()
288 sprintf (&nodedata[strlen (nodedata)], "/>"); in import_xml()
307 strcpy (&nodedata[strlen (nodedata)], " "); in import_xml()
311 strcpy (&nodedata[strlen (nodedata)], rdata); in import_xml()
[all …]
H A Dfile_hnb.c158 char nodedata[4096]; in import_hnb() local
216 nodedata[nodedatapos] = 0; in import_hnb()
223 nodedata[nodedatapos++] = ' '; in import_hnb()
224 nodedata[nodedatapos] = 0; in import_hnb()
227 sprintf (&nodedata[strlen (nodedata)], "&%s;", rdata); in import_hnb()
231 strcpy (&nodedata[nodedatapos], rdata); in import_hnb()
232 nodedatapos = strlen (nodedata); in import_hnb()
239 char *unquoted=string_replace(nodedata,xmlunquote); in import_hnb()
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/perl5lib/LinuxDocTools/
H A DInfoUtils.pm152 @levelmenu = @{ $nodedata{$uppernode}->{'menu'} };
162 $nodedata{$nodename}->{'orig'} = $_;
165 $nodedata{$nodename}->{'previous'} =
171 $nodedata{$nodename}->{'debug'} =
221 $docdata{'nodedata'} = \%nodedata;
241 my $nodedata = $docdata->{'nodedata'};
263 my $depth = $nodedata->{$key}->{'depth'};
264 my $name = $nodedata->{$key}->{'text'};
267 my $next = $nodedata->{$key}->{'next'};
268 my $previous = $nodedata->{$key}->{'previous'};
[all …]
/dports/ftp/multiget/multiget-1.1.3/src/
H A Drightdownsplitter.cpp118 if ( !nodedata ) //root in OnRightTreeSelectItem()
126 pmainframe->OnShowModeSwitch( nodedata ); in OnRightTreeSelectItem()
131 if ( -1 == nodedata || -2 == nodedata ) in OnRightTreeSelectItem()
139 pmainframe->OnShowModeSwitch( nodedata ); in OnRightTreeSelectItem()
143 if ( -3 == nodedata ) in OnRightTreeSelectItem()
149 pmainframe->OnShowModeSwitch( nodedata ); in OnRightTreeSelectItem()
153 if ( nodedata >= 1 && nodedata <= 19 ) in OnRightTreeSelectItem()
162 pmainframe->OnShowModeSwitch( nodedata ); in OnRightTreeSelectItem()
167 if ( nodedata == 20 ) in OnRightTreeSelectItem()
178 pmainframe->OnShowModeSwitch( nodedata ); in OnRightTreeSelectItem()
[all …]
/dports/math/SCIP/scip-7.0.3/examples/CallableLibrary/src/
H A Dgastrans.c74 static const NodeData nodedata[] = variable
168 …(void) SCIPsnprintf(name, SCIP_MAXSTRLEN, "flow_%s_%s", nodedata[arcdata[i].node1].name, nodedata[… in setupProblem()
177 …CIPsnprintf(name, SCIP_MAXSTRLEN, "pressurediff_%s_%s", nodedata[arcdata[i].node1].name, nodedata[… in setupProblem()
186 (void) SCIPsnprintf(name, SCIP_MAXSTRLEN, "supply_%s", nodedata[i].name); in setupProblem()
188 nodedata[i].supplylower == -infinity ? -SCIPinfinity(scip) : nodedata[i].supplylower, in setupProblem()
189 nodedata[i].supplyupper == infinity ? SCIPinfinity(scip) : nodedata[i].supplyupper, in setupProblem()
190 nodedata[i].cost, SCIP_VARTYPE_CONTINUOUS) ); /*lint !e777*/ in setupProblem()
198 (void) SCIPsnprintf(name, SCIP_MAXSTRLEN, "pressure_%s", nodedata[i].name); in setupProblem()
200nodedata[i].pressurelower*nodedata[i].pressurelower, nodedata[i].pressureupper*nodedata[i].pressur… in setupProblem()
254 …CIPsnprintf(name, SCIP_MAXSTRLEN, "pressurediff_%s_%s", nodedata[arcdata[i].node1].name, nodedata[… in setupProblem()
[all …]
/dports/textproc/info_to_html/info_to_html-0.9.6/
H A Dinfo_to_html373 my ($nodedata, $nodeinfo) = @_;
565 elsif (@$nodedata > 0 && ($nodedata->[@$nodedata - 1]->{'type'} ne 'index') &&
568 push(@$nodedata, {
581 push(@$nodedata, {
590 $nodedata->[@$nodedata - 1]->{'data'}->{'desc'} = $4;
597 push(@$nodedata, {
610 $nodedata->[@$nodedata - 1]->{'data'} .= "\n" . $_;
614 push(@$nodedata, {
673 my (@nodedata, %nodeinfo);
676 @nodedata = ();
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dfont_cache.c139 struct ami_font_cache_node *nodedata = NULL; in ami_font_cache_locate() local
147 if(node) nodedata = node->objstruct; in ami_font_cache_locate()
150 if(nodedata) { in ami_font_cache_locate()
151 GetSysTime(&nodedata->lastused); in ami_font_cache_locate()
152 return nodedata; in ami_font_cache_locate()
161 struct ami_font_cache_node *nodedata; in ami_font_cache_alloc_entry() local
167 nodedata = malloc(sizeof(struct ami_font_cache_node)); in ami_font_cache_alloc_entry()
170 GetSysTime(&nodedata->lastused); in ami_font_cache_alloc_entry()
172 return nodedata; in ami_font_cache_alloc_entry()
175 void ami_font_cache_insert(struct ami_font_cache_node *nodedata, const char *font) in ami_font_cache_insert() argument
[all …]
H A Dfont_bullet.c353 if(nodedata) return nodedata; in ami_font_open()
357 if(nodedata == NULL) { in ami_font_open()
364 if(!nodedata->font) in ami_font_open()
368 free(nodedata); in ami_font_open()
372 nodedata->bold = (char *)GetTagData(OT_BName, 0, nodedata->font->olf_OTagList); in ami_font_open()
373 if(nodedata->bold) in ami_font_open()
375 nodedata->bold); in ami_font_open()
380 nodedata->italic = (char *)GetTagData(OT_IName, 0, nodedata->font->olf_OTagList); in ami_font_open()
381 if(nodedata->italic) in ami_font_open()
389 if(nodedata->bolditalic) in ami_font_open()
[all …]
/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Ddatastructures.c416 if (nodedata == NULL) { in girara_node_new()
421 nodedata->data = data; in girara_node_new()
422 nodedata->node = node; in girara_node_new()
427 g_free(nodedata); in girara_node_new()
450 g_return_if_fail(nodedata); in girara_node_free()
456 g_free(nodedata); in girara_node_free()
500 return nodedata->node; in girara_node_get_parent()
517 return nodedata->node; in girara_node_get_root()
552 return nodedata->data; in girara_node_get_data()
560 g_return_if_fail(nodedata); in girara_node_set_data()
[all …]
/dports/net/clusterit/clusterit-2.5/dtop/
H A Ddtop.c67 typedef struct nodedata { struct
117 nodedata_t *nodedata, *sortnode; variable
513 nodedata[nn].node = node; in parse_top()
515 &nodedata[nn].load1, &nodedata[nn].load5, in parse_top()
516 &nodedata[nn].load15); in parse_top()
517 …DPRINTF("parse_top: Xfloats %f %f %f\n",nodedata[nn].load1,nodedata[nn].load5,nodedata[nn].load15 … in parse_top()
519 nodedata[nn].node = node; in parse_top()
521 &nodedata[nn].load5, &nodedata[nn].load15); in parse_top()
522 …DPRINTF("parse_top: floats %f %f %f\n",nodedata[nn].load1,nodedata[nn].load5,nodedata[nn].load15 ); in parse_top()
526 if (nodedata[nn].procs > 0) { in parse_top()
[all …]
/dports/sysutils/rundeck2/pkgs/webapp/WEB-INF/grails-app/views/framework/
H A D_nodesTableContent.gsp38 <g:set var="nodedata" value="${nodes[nodekey]}"/>
39 <g:set var="node" value="${nodedata.node}"/>
40 <g:set var="executions" value="${nodedata.executions}"/>
41 <g:set var="resources" value="${nodedata.resources}"/>
45 …<tr class="${i%2==1?'alternateRow':''} node_entry ${nodedata.islocal?'server':''} hover-action-hol…
129 nodecontextdata.project=nodedata.project.name
132 …te URL..." onclick='doRemoteEdit("${enc(js: node.nodename)}","${enc(js: nodedata.project.name)}","…
137 nodecontextdata.project=nodedata.project.name
147 …"${enc(attr:ukey+'node_detail_'+i)}" class="detail_content nodedetail ${nodedata.islocal ? 'server…
149 …, linkAttrs: true, node:node,key:ukey+'_'+node.nodename+'_key',projects:nodedata.projects,exclude:…
H A D_nodesEmbed.gsp34 <g:set var="nodedata" value="${nodes[nodename]}"/>
35 <g:set var="node" value="${nodedata.node}"/>
36 <g:set var="executions" value="${nodedata.executions}"/>
37 <g:set var="resources" value="${nodedata.resources}"/>
44 …class="${i%2==1?'alternateRow':''} node_entry ${nodedata.islocal?'server':''} node_ident textbtn-d…
59 …r template="nodeTooltipView" model="[node:node,key: nkey+'_key',islocal:nodedata.islocal,runnable:…
/dports/sysutils/rundeck3/WEB-INF/classes/framework/
H A D_nodesTableContent.gsp38 <g:set var="nodedata" value="${nodes[nodekey]}"/>
39 <g:set var="node" value="${nodedata.node}"/>
40 <g:set var="executions" value="${nodedata.executions}"/>
41 <g:set var="resources" value="${nodedata.resources}"/>
45 …<tr class="${i%2==1?'alternateRow':''} node_entry ${nodedata.islocal?'server':''} hover-action-hol…
127 nodecontextdata.project=nodedata.project.name
130 …te URL..." onclick='doRemoteEdit("${enc(js: node.nodename)}","${enc(js: nodedata.project.name)}","…
135 nodecontextdata.project=nodedata.project.name
145 …"${enc(attr:ukey+'node_detail_'+i)}" class="detail_content nodedetail ${nodedata.islocal ? 'server…
147 …, linkAttrs: true, node:node,key:ukey+'_'+node.nodename+'_key',projects:nodedata.projects,exclude:…
H A D_nodesEmbed.gsp34 <g:set var="nodedata" value="${nodes[nodename]}"/>
35 <g:set var="node" value="${nodedata.node}"/>
36 <g:set var="executions" value="${nodedata.executions}"/>
37 <g:set var="resources" value="${nodedata.resources}"/>
44 …class="${i%2==1?'alternateRow':''} node_entry ${nodedata.islocal?'server':''} node_ident textbtn-d…
61 …r template="nodeTooltipView" model="[node:node,key: nkey+'_key',islocal:nodedata.islocal,runnable:…
/dports/math/py-networkx/networkx-2.6.3/networkx/readwrite/json_graph/
H A Dtree.py192 nodedata = {
195 graph.add_node(child, **nodedata)
199 nodedata = {str(k): v for k, v in data.items() if k != ident and k != children}
200 graph.add_node(root, **nodedata)
/dports/math/octave-forge-fpl/fpl/inst/
H A Dfpl_vtk_b64_write_field.m25 ## @var{mesh}, @var{nodedata}, @var{celldata})
35 ## @var{nodedata} and @var{celldata} are (Ndata x 2) cell arrays containing
62 function fpl_vtk_b64_write_field (basename, mesh, nodedata, celldata)
73 elseif (! (iscell (nodedata) && iscell (celldata)))
74 error ("fpl_vtk_b64_write_field: nodedata and celldata should be cell arrays");
79 fpl_vtk_write_field (basename, mesh, nodedata, celldata, true);
123 [data, offset] = print_data_points (fid, nodedata, nnodes, data, offset);
189 function [data, offset] = print_data_points (fid, nodedata, nnodes, data, offset)
193 nvdata = size (nodedata, 1);
198 ndata = nodedata{ii,1};
[all …]
H A Dfpl_vtk_write_field.m24 ## @var{mesh}, @var{nodedata}, @var{celldata}, @var{endfile})
34 ## @var{nodedata} and @var{celldata} are (Ndata x 2) cell arrays containing
58 function fpl_vtk_write_field (basename, mesh, nodedata, celldata, endfile)
69 elseif (! (iscell (nodedata) && iscell (celldata)))
70 error ("fpl_vtk_write_field: nodedata and celldata should be cell arrays");
121 print_data_points (fid, nodedata, nnodes)
174 function print_data_points (fid, nodedata, nnodes)
178 nvdata = size (nodedata, 1);
183 data = nodedata{ii,1};
184 dataname = nodedata{ii,2};
H A Dfpl_vtk_raw_write_field.m25 ## @var{mesh}, @var{nodedata}, @var{celldata})
35 ## @var{nodedata} and @var{celldata} are (Ndata x 2) cell arrays containing
62 function fpl_vtk_raw_write_field (basename, mesh, nodedata, celldata, endfile)
73 elseif (! (iscell (nodedata) && iscell (celldata)))
74 error ("fpl_vtk_b64_write_field: nodedata and celldata should be cell arrays");
117 [data, offset] = print_data_points (fid, nodedata, nnodes, data, offset);
184 function [data, offset] = print_data_points (fid, nodedata, nnodes, data, offset)
188 nvdata = size (nodedata, 1);
193 ndata = nodedata{ii,1};
194 ndataname = nodedata{ii,2};
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemublocktest.c582 testQemuDetectBitmapsWorker(GHashTable *nodedata, in testQemuDetectBitmapsWorker() argument
589 if (!(data = virHashLookup(nodedata, nodename))) in testQemuDetectBitmapsWorker()
615 g_autoptr(GHashTable) nodedata = NULL; in testQemuDetectBitmaps()
637 testQemuDetectBitmapsWorker(nodedata, nodename, &buf); in testQemuDetectBitmaps()
727 g_autoptr(GHashTable) nodedata = NULL; in testQemuBackupIncrementalBitmapCalculate()
753 nodedata) >= 0) { in testQemuBackupIncrementalBitmapCalculate()
782 g_autoptr(GHashTable) nodedata = NULL; in testQemuCheckpointDelete()
801 nodedata, in testQemuCheckpointDelete()
832 g_autoptr(GHashTable) nodedata = NULL; in testQemuBlockBitmapValidate()
873 g_autoptr(GHashTable) nodedata = NULL; in testQemuBlockBitmapBlockcopy()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/inp/
H A Difnewuid.c16 IFnewUid(ckt,newuid,olduid,suffix,type,nodedata) in IFnewUid() argument
23 GENERIC **nodedata;
54 (INPtables *)ft_curckt->ci_symtab,nodedata);
/dports/www/moodle310/moodle/lib/tests/behat/
H A Dbehat_accessibility.php155 $nodedata = '';
162 $nodedata .= sprintf(
174 $nodedata
/dports/www/moodle311/moodle/lib/tests/behat/
H A Dbehat_accessibility.php155 $nodedata = '';
162 $nodedata .= sprintf(
174 $nodedata
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/
H A Dgig_g8.py436 for nodedata in nodes_list:
437 node = self._to_node(nodedata, network)
544 def _to_node(self, nodedata, ex_network): argument
546 state = self.NODE_STATE_MAP.get(nodedata["status"], NodeState.UNKNOWN)
549 nics = nodedata.get("nics", [])
551 nics = nodedata.get("interfaces", [])
558 for account in nodedata.get("accounts", []):
562 return Node(id=str(nodedata['id']), name=nodedata['name'],
/dports/math/dune-multidomaingrid/dune-multidomaingrid-cd5679974fe1c91b56e74022e95f01b1d2018c3b/test/
H A Dtestparallel.cc143 DataVector nodedata(sdgv.size(dim)); in testGrid() local
144 std::fill(nodedata.begin(),nodedata.end(),1 << mpihelper.rank()); in testGrid()
146 DataHandle nodedatahandle(sdgv,nodedata,dim); in testGrid()
165 vtkwriter.addVertexData(nodedata,"node rank"); in testGrid()

12345678