Home
last modified time | relevance | path

Searched refs:myroot (Results 1 – 25 of 37) sorted by relevance

12

/dports/cad/netgen/netgen-6.2.2105/ng/
H A Doccgeom.tcl75 set myroot [string range $entity 0 [string last / $entity]-1]
76 $w.tree insert $myroot end -id $entity -text $entityname -value 1
110 set myroot [string range $entity 0 [string last / $entity]-1]
111 if { [string length $myroot] == 0 } {
112 set myroot ErrorFaces
133 set myroot [string range $entity 0 [string last / $entity]-1]
134 if { [string length $myroot ] == 0 } {
135 set myroot NotDrawableFaces
140 $w.tree insert $myroot end -id $entity -text $entityname -value 0
363 if { [string length $myroot] == 0 } {
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools2toc/
H A Dcontainer.tcl59 set myroot [$mytree rootname]
60 $mytree set $myroot type division
61 $mytree set $myroot label {}
62 $mytree set $myroot labelindex {}
87 $mytree set $myroot label $text
162 if {$id eq $myroot} {
214 if {![llength $args]} { return $myroot }
264 if {$id eq $myroot} {
408 items [$self GenerateDivision $myroot] \
460 foreach id [$mytree children $myroot] {
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/doctools2toc/
H A Dcontainer.tcl59 set myroot [$mytree rootname]
60 $mytree set $myroot type division
61 $mytree set $myroot label {}
62 $mytree set $myroot labelindex {}
87 $mytree set $myroot label $text
162 if {$id eq $myroot} {
214 if {![llength $args]} { return $myroot }
264 if {$id eq $myroot} {
408 items [$self GenerateDivision $myroot] \
460 foreach id [$mytree children $myroot] {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/doctools2toc/
H A Dcontainer.tcl59 set myroot [$mytree rootname]
60 $mytree set $myroot type division
61 $mytree set $myroot label {}
62 $mytree set $myroot labelindex {}
87 $mytree set $myroot label $text
162 if {$id eq $myroot} {
214 if {![llength $args]} { return $myroot }
264 if {$id eq $myroot} {
408 items [$self GenerateDivision $myroot] \
460 foreach id [$mytree children $myroot] {
[all …]
/dports/devel/py-pop-config/pop-config-1eff06ef08c51355dd27165abeacaeb7d03f2f8f/docs/topics/
H A Dadvanced.rst51 When rewritten, the new root_dir is prepended to variables. If you set `root_dir` to myroot,
57 "root_dir": {"default": "myroot"},
58 "a_dir": {"default": "myroot/var/log/foo"},
59 "b_file": {"default": "myroot/var/log/foo"},
60 "c_path": {"default": "myroot/var/log/foo/"},
64 these rewritten values, if you set `root_dir=myroot` and `a_dir=/var/log/foo`, `a_dir`
70 "root_dir": {"default": "myroot"},
72 "b_file": {"default": "myroot/var/log/foo"},
73 "c_path": {"default": "myroot/var/log/foo/"},
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr63797.f9014 pure function myroot () result (f) function
18 end function myroot
56 root => myroot ()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr63797.f9014 pure function myroot () result (f) function
18 end function myroot
56 root => myroot ()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr63797.f9014 pure function myroot () result (f) function
18 end function myroot
56 root => myroot ()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dpr63797.f9014 pure function myroot () result (f) function
18 end function myroot
56 root => myroot ()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr63797.f9014 pure function myroot () result (f) function
18 end function myroot
56 root => myroot ()
/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/MediaStorageAndFileFormat/Cxx/
H A DTestUIDGenerator.cxx108 const char myroot[] = "9876543210.9876543210.98765"; // 26 bytes is the length of GDCM root in TestUIDGenerator() local
113 uid.SetRoot( myroot ); in TestUIDGenerator()
118 if( strcmp( myroot, uid.GetRoot() ) != 0 ) in TestUIDGenerator()
123 if( strcmp( gdcm::UIDGenerator::GetGDCMUID(), myroot ) == 0 ) in TestUIDGenerator()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools2base/
H A Dtcl_parse.tcl590 set n [lindex [$mytree insert $myroot end] 0]
592 Note "+\tNode $n @ $myroot $what"
604 $myrootstack push $myroot
605 set myroot $x
610 set myroot [$myrootstack pop]
611 Note "Pop Root = $myroot"
687 set myroot [$t rootname]
689 set myroot $root
763 typevariable myroot {} ; # Current root to add nodes to.
/dports/devel/tcllib/tcllib-1.20/modules/doctools2base/
H A Dtcl_parse.tcl590 set n [lindex [$mytree insert $myroot end] 0]
592 Note "+\tNode $n @ $myroot $what"
604 $myrootstack push $myroot
605 set myroot $x
610 set myroot [$myrootstack pop]
611 Note "Pop Root = $myroot"
687 set myroot [$t rootname]
689 set myroot $root
763 typevariable myroot {} ; # Current root to add nodes to.
/dports/devel/tcllibc/tcllib-1.20/modules/doctools2base/
H A Dtcl_parse.tcl590 set n [lindex [$mytree insert $myroot end] 0]
592 Note "+\tNode $n @ $myroot $what"
604 $myrootstack push $myroot
605 set myroot $x
610 set myroot [$myrootstack pop]
611 Note "Pop Root = $myroot"
687 set myroot [$t rootname]
689 set myroot $root
763 typevariable myroot {} ; # Current root to add nodes to.
/dports/devel/gdcm/gdcm-3.0.10/Examples/Cxx/
H A Duid_unique.cxx29 const char myroot[] = "9876543210.9876543210.9876543210"; in main() local
30 uid.SetRoot( myroot ); in main()
/dports/security/suricata/suricata-6.0.4/src/
H A Dconf.c1208 ConfNode *myroot = ConfGetNode("af-packet.0"); in ConfGetChildValueWithDefaultTest() local
1210 ConfGetChildValueWithDefault(myroot, dflt, "cluster-type", &val); in ConfGetChildValueWithDefaultTest()
1214 ConfGetChildValueWithDefault(myroot, dflt, "cluster-type", &val); in ConfGetChildValueWithDefaultTest()
1232 ConfNode *myroot = ConfGetNode("af-packet.0"); in ConfGetChildValueIntWithDefaultTest() local
1234 ConfGetChildValueIntWithDefault(myroot, dflt, "threads", &val); in ConfGetChildValueIntWithDefaultTest()
1238 ConfGetChildValueIntWithDefault(myroot, dflt, "threads", &val); in ConfGetChildValueIntWithDefaultTest()
1256 ConfNode *myroot = ConfGetNode("af-packet.0"); in ConfGetChildValueBoolWithDefaultTest() local
1258 ConfGetChildValueBoolWithDefault(myroot, dflt, "use-mmap", &val); in ConfGetChildValueBoolWithDefaultTest()
1262 ConfGetChildValueBoolWithDefault(myroot, dflt, "use-mmap", &val); in ConfGetChildValueBoolWithDefaultTest()
/dports/devel/fossil/fossil-src-2.17/tools/cvs2fossil/lib/
H A Dc2f_file.tcl598 variable myroot {} ; # Reference to the revision object
783 integrity assert {$myroot eq ""} {Multiple root revisions found}
784 set myroot $rev
789 set myroots [list $myroot]
865 set rnext [$myroot child]
911 set stop [$myroot child]
949 set stop [$myroot child] ;# rev '1.2'
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Ddata.h75 extern struct window myroot;
H A Ddefs.h94 #define W_Void2Window(win) ((win) ? (struct window *) (win) : &myroot)
H A Ddata.c126 struct window myroot; variable
H A Dinit.c412 myroot.window = W_Root;
413 myroot.type = WIN_GRAPH;
/dports/sysutils/helmfile/vault-f6547fa8e820/command/agent/auth/kerberos/integtest/
H A Dintegrationtest.sh18 export VAULT_TOKEN=${VAULT_TOKEN:-myroot}
/dports/security/vault/vault-1.8.2/command/agent/auth/kerberos/integtest/
H A Dintegrationtest.sh18 export VAULT_TOKEN=${VAULT_TOKEN:-myroot}
/dports/deskutils/zim/zim-0.74.3/zim/formats/
H A D__init__.py324 myroot = self._etree.getroot()
327 children = list(myroot)
332 myroot.text = (myroot.text or '') + otherroot.text
335 myroot.append(element)
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dserver.c546 process_path (client_t *client, char *path, datum_t *myroot, datum_t *key)
555 node = (Generic_t*) myroot->data;
583 rc = process_path(client, 0, myroot, NULL);
616 rc = process_path(client, 0, myroot, NULL);

12