Home
last modified time | relevance | path

Searched refs:CHILD (Results 1 – 25 of 1856) sorted by last modified time

12345678910>>...75

/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DObject.pod1023 =item ChildEnter CHILD
1028 =item ChildLeave CHILD
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/examples/
H A Dwidget_example.cc77 BuildButton(container, "Child widget", CHILD); in CreateExampleView()
130 case CHILD: in ButtonPressed()
/dports/www/googler/googler-4.3.2/
H A Dgoogler1182 combinator = Combinator.CHILD
1263 elif self.combinator == Combinator.CHILD:
1390 CHILD = 2
/dports/www/e107/e107/e107_web/lib/jquery/2.2.4/dist/
H A Djquery.min.map1 …","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsCont…
/dports/textproc/refdb/refdb-0.9.9-1/scripts/
H A Drefdb.3.dump.sqlite.in517 INSERT INTO t_journal_words (name) VALUES ('CHILD');
H A Drefdb.3.dump.pgsql.in522 INSERT INTO t_journal_words (name) VALUES ('CHILD');
H A Drefdb.3.dump.mysql41.in483 …),('CARDIOLOGY'),('CARE'),('CELL'),('CELLS'),('CHEMOTHERAPY'),('CHEST'),('CHILD'),('CHROMATOGRAPHY…
H A Drefdb.2.dump.sqlite.in434 INSERT INTO t_journal_words (name) VALUES ('CHILD');
H A Drefdb.2.dump.pgsql.in439 INSERT INTO t_journal_words (name) VALUES ('CHILD');
H A Drefdb.2.dump.mysql41.in416 …),('CARDIOLOGY'),('CARE'),('CELL'),('CELLS'),('CHEMOTHERAPY'),('CHEST'),('CHILD'),('CHROMATOGRAPHY…
/dports/textproc/latex2html/latex2html-2016/
H A Dlatex2html.pin13354 # $tmp."\#CHILD\_LINKS",$index_segment{$key})
/dports/textproc/webcpp/webcpp-0.8.4-src/webcpp/
H A Dengine.cpp22 #define CHILD( x , y ) Child=new ( x );\ macro
1151 case CPP_FILE : CHILD(LangAssembler, ASM_FILE); break; in colourChildLang()
1152 case HTM_FILE : CHILD(LangJScript, JSC_FILE); break; in colourChildLang()
/dports/sysutils/munin-contrib/contrib-c31cb28/templates/munstrap/static/js/
H A Djquery.min.map1 …","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsCont…
/dports/sysutils/backuppc-devel/backuppc-cae051c/dist/BackupPC-4.3.3.20200531/lib/BackupPC/
H A DLib.pm1195 local(*CHILD);
1214 if ( !defined($pid = open(CHILD, "-|")) ) {
1250 binmode(CHILD);
1251 while ( <CHILD> ) {
1258 close(CHILD);
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dpstree.c60 } CHILD; typedef
158 CHILD *new, **walk; in add_child()
203 const CHILD *walk_a, *walk_b; in tree_equal()
247 CHILD *walk, *next, **scan; in dump_tree()
332 const CHILD *walk; in dump_by_user()
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dpstree.c96 } CHILD; typedef
289 CHILD *new, **walk; in add_child()
292 if (!(new = malloc(sizeof(CHILD)))) { in add_child()
382 const CHILD *walk_a, *walk_b; in tree_equal()
422 CHILD *walk, *next, **scan; in dump_tree()
573 const CHILD *walk; in dump_by_user()
/dports/sysutils/backuppc/BackupPC-3.3.2/lib/BackupPC/
H A DLib.pm1338 local(*CHILD);
1357 if ( !defined($pid = open(CHILD, "-|")) ) {
1365 binmode(CHILD);
1394 while ( <CHILD> ) {
1401 close(CHILD);
/dports/net-mgmt/nagios4/nagios-4.4.6/sample-config/
H A Dnagios.cfg.in1228 # CHILD PROCESS MEMORY OPTION
1240 # CHILD PROCESS FORKING BEHAVIOR
/dports/net-mgmt/check_multi/check_multi-0.26/plugins/
H A Dcheck_multi.in538 for my $i (keys %{$in->{PARENT}->{CHILD}}) {
541 foreach my $att (keys %{$in->{PARENT}->{CHILD}->{$i}}) {
542 $cmds[$i]{$att}=$in->{PARENT}->{CHILD}->{$i}->{$att};
547 for my $no (keys %{$in->{$MYSELF}->{CHILD}}) {
550 foreach my $att (keys %{$in->{$MYSELF}->{CHILD}->{$no}}) {
551 $cmds[$no]{$att}=$in->{$MYSELF}->{CHILD}->{$no}->{$att};
/dports/net-mgmt/nagios/nagios-3.5.1/sample-config/
H A Dnagios.cfg.in1273 # CHILD PROCESS MEMORY OPTION
1285 # CHILD PROCESS FORKING BEHAVIOR
/dports/net/rdist6/rdist-6.1.5/src/
H A Dchild.c79 typedef struct _child CHILD; typedef
91 CHILD *child; in removechild()
149 CHILD *child; in copychild()
151 register CHILD *newc;
153 newc = (CHILD *) xmalloc(sizeof(CHILD));
168 CHILD *child; in addchild()
170 register CHILD *pc;
189 CHILD *child; in readchild()
283 register CHILD *pc; in reap()
370 register CHILD *pc; in waitup()
[all …]
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/Streams/
H A Dstreams.gi102 while true do #FLUSH THE CHILD
/dports/mail/postfix-postfwd/postfwd-2.03/tools/
H A Dpostfwd-client.pl93 CHILD: foreach (keys %kinder) { label
95 last CHILD unless ($wait == -1);
/dports/mail/mimedefang/mimedefang-2.84/
H A Dmimedefang.pl.in2101 $pid = open(CHILD, "|-");
2108 print CHILD $body;
2109 close(CHILD);
2212 my $pid = open(CHILD, "|-");
2226 print CHILD "$ValidateIPHeader: $RelayAddr\n"
2230 print CHILD synthesize_received_header();
2234 print CHILD;
2237 if (!close(CHILD)) {
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_pty.py218 if pid == pty.CHILD:

12345678910>>...75