Home
last modified time | relevance | path

Searched refs:ptree (Results 1 – 25 of 1836) sorted by relevance

12345678910>>...74

/dports/math/jags/JAGS-4.3.0/src/lib/compiler/
H A Dparser.cc1572 setParameters((yyval.ptree), (yyvsp[-1].ptree), (yyvsp[0].ptree)); in yyparse()
1590 setParameters((yyval.ptree), (yyvsp[-2].ptree), (yyvsp[0].ptree)); in yyparse()
1618 setParameters((yyval.ptree), (yyvsp[-2].ptree), (yyvsp[0].ptree)); in yyparse()
1627 setParameters((yyval.ptree), (yyvsp[-3].ptree), (yyvsp[-1].ptree), (yyvsp[0].ptree)); in yyparse()
1636 setParameters((yyval.ptree), (yyvsp[-3].ptree), (yyvsp[-1].ptree), (yyvsp[0].ptree)); in yyparse()
1732 setParameters((yyval.ptree), (yyvsp[-2].ptree), (yyvsp[0].ptree)); in yyparse()
1750 setParameters((yyval.ptree), (yyvsp[-2].ptree), (yyvsp[0].ptree)); in yyparse()
1768 setParameters((yyval.ptree), (yyvsp[-2].ptree), (yyvsp[0].ptree)); in yyparse()
1777 setParameters((yyval.ptree), (yyvsp[-2].ptree), (yyvsp[0].ptree)); in yyparse()
1928 {(yyval.ptree) = Truncated((yyvsp[-3].ptree),(yyvsp[-1].ptree));} in yyparse()
[all …]
/dports/lang/gambit-c/gambit-4.9.3/gsc/
H A D_ptree2.scm76 (new-cst (node-source ptree) (node-env ptree)
81 (new-ref (node-source ptree) (node-env ptree)
86 (new-set (node-source ptree) (node-env ptree)
91 (new-def (node-source ptree) (node-env ptree)
96 (new-tst (node-source ptree) (node-env ptree)
102 (new-conj (node-source ptree) (node-env ptree)
107 (new-disj (node-source ptree) (node-env ptree)
143 (new-fut (node-source ptree) (node-env ptree)
426 (map (lambda (ptree) (ac ptree '()))
517 (new-prc (node-source ptree) (node-env ptree)
[all …]
/dports/graphics/darktable/darktable-3.6.1/tools/
H A Ddiff_lua_api.lua40 local function length(ptree)
42 return length(ptree[2])+1
49 if length(ptree) == 0 then
60 node.__parent = ptree
71 if #ptree[2] == 0 then return ptree[1] end
72 return build_name(ptree[2]).."."..ptree[1]
77 if ptree[1] == "read" and ptree[2][1] == "__attributes" then
80 if ptree[1] == "write" and ptree[2][1] == "__attributes" then
83 if ptree[1] == "is_attribute" and ptree[2][1] == "__attributes" then
86 if ptree[1] == "is_self" and ptree[2][1] == "__attributes" then
[all …]
/dports/graphics/darktable38/darktable-3.8.0/tools/
H A Ddiff_lua_api.lua40 local function length(ptree)
42 return length(ptree[2])+1
49 if length(ptree) == 0 then
60 node.__parent = ptree
71 if #ptree[2] == 0 then return ptree[1] end
72 return build_name(ptree[2]).."."..ptree[1]
77 if ptree[1] == "read" and ptree[2][1] == "__attributes" then
80 if ptree[1] == "write" and ptree[2][1] == "__attributes" then
83 if ptree[1] == "is_attribute" and ptree[2][1] == "__attributes" then
86 if ptree[1] == "is_self" and ptree[2][1] == "__attributes" then
[all …]
/dports/sysutils/monit/monit-5.29.0/src/process/
H A DProcessTree.c89 static ProcessTree_T *ptree = NULL; variable
195ptree[i].cmdline && regexec(regex, ptree[i].cmdline, 0, NULL, 0) == 0 && (i == ptree[i].parent || … in _match()
209 ProcessTree_T *oldptree = ptree; in ProcessTree_init()
212 ptree = NULL; in ProcessTree_init()
224 if ((ptreesize = initprocesstree_sysdep(&ptree, pflags)) <= 0 || ! ptree) { in ProcessTree_init()
236 ProcessTree_T *pt = ptree; in ProcessTree_init()
272 _delete(&ptree, &ptreesize); in ProcessTree_init()
286 _delete(&ptree, &ptreesize); in ProcessTree_delete()
312 … s->inf.process->cpu_percent = _cpuUsage(ptree[leaf].cpu.usage.self, ptree[leaf].threads.self); in ProcessTree_updateProcess()
351 if (ptree) { in ProcessTree_getProcessUptime()
[all …]
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DLoadScene.cpp55 boost::property_tree::ptree pImagesTree; in getFileNamesInJson()
56 boost::property_tree::ptree pBuffersTree; in getFileNamesInJson()
57 boost::property_tree::ptree pShadersTree; in getFileNamesInJson()
188 boost::property_tree::ptree& pNodeArray = in parseNodes()
207 boost::property_tree::ptree::path_type( in parseNode()
406 boost::property_tree::ptree& pMeshsTree = in parseMeshs()
585 boost::property_tree::ptree& pCamerasTree = in parseCameras()
680 boost::property_tree::ptree& pLightsTree = in parseLights()
730 boost::property_tree::ptree& pAttrsTree = in parseAttributes()
878 boost::property_tree::ptree pAttrsTree = in parseTechniqueProgram()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm276 -ptree => [],
386 *ptree = \&parse_tree;
489 $ptree = Pod::ParseTree->new($1 ? [$ptree] : $ptree);
540 for (@$ptree) {
679 *ptree = \&parse_tree;
829 local *ptree = $self;
832 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
833 $ptree[0] = $_ . $ptree[0];
855 local *ptree = $self;
856 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Parser/lib/Pod/
H A DInputObjects.pm279 -ptree => [],
389 *ptree = \&parse_tree;
492 $ptree = new Pod::ParseTree($1 ? [$ptree] : $ptree);
543 for (@$ptree) {
682 *ptree = \&parse_tree;
834 local *ptree = $self;
837 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
838 $ptree[0] = $_ . $ptree[0];
860 local *ptree = $self;
861 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm275 -ptree => [],
385 *ptree = \&parse_tree;
488 $ptree = new Pod::ParseTree($1 ? [$ptree] : $ptree);
539 for (@$ptree) {
678 *ptree = \&parse_tree;
830 local *ptree = $self;
833 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
834 $ptree[0] = $_ . $ptree[0];
856 local *ptree = $self;
857 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/net-mgmt/mrtg/mrtg-2.17.4/lib/mrtg2/Pod/
H A DInputObjects.pm271 -ptree => [],
381 *ptree = \&parse_tree;
484 $ptree = new Pod::ParseTree($1 ? [$ptree] : $ptree);
535 for (@$ptree) {
674 *ptree = \&parse_tree;
826 local *ptree = $self;
829 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
830 $ptree[0] = $_ . $ptree[0];
852 local *ptree = $self;
853 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm276 -ptree => [],
386 *ptree = \&parse_tree;
489 $ptree = Pod::ParseTree->new($1 ? [$ptree] : $ptree);
540 for (@$ptree) {
679 *ptree = \&parse_tree;
829 local *ptree = $self;
832 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
833 $ptree[0] = $_ . $ptree[0];
855 local *ptree = $self;
856 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm275 -ptree => [],
385 *ptree = \&parse_tree;
488 $ptree = new Pod::ParseTree($1 ? [$ptree] : $ptree);
539 for (@$ptree) {
678 *ptree = \&parse_tree;
830 local *ptree = $self;
833 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
834 $ptree[0] = $_ . $ptree[0];
856 local *ptree = $self;
857 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/textproc/p5-Pod-Parser/Pod-Parser-1.63/lib/Pod/
H A DInputObjects.pm279 -ptree => [],
389 *ptree = \&parse_tree;
492 $ptree = new Pod::ParseTree($1 ? [$ptree] : $ptree);
543 for (@$ptree) {
682 *ptree = \&parse_tree;
834 local *ptree = $self;
837 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
838 $ptree[0] = $_ . $ptree[0];
860 local *ptree = $self;
861 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/devel/p5-Pod-Usage/Pod-Usage-2.01/t/inc/Pod/
H A DInputObjects.pm276 -ptree => [],
386 *ptree = \&parse_tree;
489 $ptree = Pod::ParseTree->new($1 ? [$ptree] : $ptree);
540 for (@$ptree) {
679 *ptree = \&parse_tree;
829 local *ptree = $self;
832 if (@ptree && !(ref $ptree[0]) && !(ref $_)) {
833 $ptree[0] = $_ . $ptree[0];
855 local *ptree = $self;
856 my $can_append = @ptree && !(ref $ptree[-1]);
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DCombinatorial_map_save_load.h163 static void run(CMap& amap, boost::property_tree::ptree& ptree,
174 boost::property_tree::ptree& ndim = ptree.add("dimension", "");
198 static void run(CMap& amap, boost::property_tree::ptree& ptree,
209 boost::property_tree::ptree& ndim = ptree.add("dimension", "");
232 static void run(CMap& amap, boost::property_tree::ptree& ptree,
267 static void run(CMap& amap, boost::property_tree::ptree& ptree,
298 static void run(CMap& amap, boost::property_tree::ptree& ptree,
323 ptree pt;
356 ptree pt;
378 ptree tree;
[all …]
/dports/mail/astroid/astroid-0.15/src/
H A Dconfig.hh12 using boost::property_tree::ptree;
53 bool check_config (ptree);
56 ptree config;
57 ptree notmuch_config;
63 ptree setup_default_config (bool);
77 std::function<void(const ptree &,
78 const ptree::path_type &,
79 const ptree&)> method);
81 void merge(const ptree &parent,
83 const ptree &child);
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_config.c278 config_tree *ptree in free_auth_node() argument
295 config_tree *ptree in init_syntax_tree() argument
298 ZERO(*ptree); in init_syntax_tree()
306 config_tree *ptree; in free_all_config_trees() local
314 ptree = pnext; in free_all_config_trees()
321 config_tree *ptree in free_config_tree() argument
346 free(ptree); in free_config_tree()
1099 config_tree *ptree in config_auth() argument
1181 config_tree *ptree in free_config_auth() argument
3152 ptree = emalloc(sizeof(*ptree)); in save_and_apply_config_tree()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/property_tree/test/
H A Dtest_ini_parser.cpp162 ptree pt; in test_unmappable_trees()
163 pt.put_child("section.key.bogus", ptree()); in test_unmappable_trees()
169 ptree pt; in test_unmappable_trees()
177 ptree pt; in test_unmappable_trees()
178 ptree &child = pt.put_child("section", ptree()); in test_unmappable_trees()
179 child.push_back(std::make_pair("key", ptree())); in test_unmappable_trees()
186 ptree pt; in test_unmappable_trees()
187 ptree &child = pt.put_child("section", ptree("value")); in test_unmappable_trees()
198 ptree pt; in test_other_trees()
205 ptree result; in test_other_trees()
[all …]

12345678910>>...74