| /mirbsd/src/gnu/usr.bin/perl/lib/NEXT/ |
| D | Changes | 44 - Fixed NEXT::UNSEEN bug under diamond inheritance (thanks Dan 56 - Refixed NEXT::UNSEEN bug under diamond inheritance 61 - Re-re-fixed NEXT::UNSEEN bug under diamond inheritance 66 - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance
|
| D | README | 56 - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance
|
| /mirbsd/src/gnu/usr.bin/perl/vmesa/ |
| D | vmesa.c | 111 struct inheritance inherit; in do_aspawn() 221 struct inheritance inherit; in do_spawn() 347 struct inheritance inherit; in spawn_cmd()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/XS/Typemap/t/ |
| D | Typemap.t | 20 # Some inheritance trees to check ISA relationships 214 # check that inheritance works 229 # inheritance should not work
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlobj.pod | 88 If you care about inheritance (and you should; see 144 X<class> X<package> X<@ISA> X<inheritance> 152 package. This is how Perl implements inheritance. Each element of the 178 If you want to stop the AUTOLOAD inheritance say simply 185 Perl classes do method inheritance only. Data inheritance is left up 193 X<inheritance, method> X<inheritance, data> 217 class methods follow the inheritance tree just like ordinary instance
|
| D | perlboot.pod | 140 (If the subroutine can't be found, "inheritance" kicks in, but we'll 193 Horse? Yes, with inheritance! 221 Perl checks for the inheritance array C<@Cow::ISA>. It's there, 243 multiple inheritance and multiple headaches), so we get a nice tree of 244 inheritance. 249 (it has to belong to the package to be found by the inheritance mechanism), 345 in the inheritance chain: 358 C<speak>, and use all of C<Animal>'s inheritance chain if not found 412 inheritance, overriding, and extending. Using just what we've seen so 483 (without using inheritance), yielding the final subroutine invocation:
|
| D | perltoot.pod | 71 This is merely a grouping convenience, and has no effect on inheritance, 220 you're going to worry about inheritance. (You can safely ignore this 427 to inheritance. 747 inheritance. Inheritance means allowing one class to piggy-back on 752 the true inheritance that you find in object modules.) 754 Sometimes the syntax of inheritance is built into the core of the 758 which governs (method) inheritance. If you try to call a method on an 767 In this case, we have what's called "single inheritance", or SI for short. 809 calls get an extra argument. Second, function calls don't do inheritance, 1009 notion known as multiple inheritance, or MI for short. All this means [all …]
|
| D | perltooc.pod | 72 of inheritance or sensitive to it. If you choose lexical variables, 182 attributes; it could interfere with inheritance; and it would have to 491 does something interesting in the face of inheritance: it accesses the 516 setting their inheritance list in their package's @ISA array to mention 628 of an object system. It even manifests inheritance, polymorphism, 1074 Those dabbling in multiple inheritance might be concerned 1167 The closure above can be modified to take inheritance into account using 1175 inheritance or possibly the Exporter, this strategy is closed to you. 1297 forethought and design. Aggregation instead of inheritance is often a
|
| D | perlglossary.pod | 267 specific classes are derived genetically by L</inheritance>. Also 496 provides (either directly or by inheritance) L<methods|/method> (that 498 the class (its L<objects|/object>). See also L</inheritance>. 856 L<methods|/method>, by traversing the inheritance tree looking for the 1460 =item inheritance 1465 classes|/derived class>. See L</single inheritance> and L</multiple 1466 inheritance>. 1544 L</inheritance>. 1932 =item multiple inheritance 1935 unpredictably. (See also L</inheritance>, and L</single [all …]
|
| D | perl584delta.pod | 181 sourcing later, and can display the parent inheritance tree of a given class.
|
| D | perl5005delta.pod | 866 =item Recursive inheritance detected while looking for method '%s' %s 868 (F) More than 100 levels of inheritance were encountered while invoking a 869 method. Probably indicates an unintended loop in your inheritance hierarchy.
|
| D | perlbot.pod | 48 Don't be trigger happy with inheritance. A "using", "containing", or
|
| D | perliol.pod | 207 "inherit" behaviour from a "base class". This "inheritance" is fixed 209 to populate the table, limited "multiple inheritance" is possible.
|
| D | perlmodstyle.pod | 271 When the types of data form a natural hierarchy that can make use of inheritance
|
| D | perl588delta.pod | 75 The inheritance hierarchy of the C<B::> modules has been corrected;
|
| /mirbsd/src/usr.sbin/procmap/ |
| D | procmap.c | 572 printf(" inheritance = %d,", vme->inheritance); in dump_vm_map_entry() 665 vme->inheritance, vme->wired_count, in dump_vm_map_entry() 700 vme->inheritance, vme->wired_count, vme->advice); in dump_vm_map_entry() 751 vme->inheritance, in dump_vm_map_entry()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/ |
| D | README | 7 localization and inheritance-based lexicons, as described in my
|
| D | TPJ13.pod | 690 implement something like data inheritance so that searches across 692 inheritance.
|
| /mirbsd/src/sys/uvm/ |
| D | uvm_map.c | 810 if (prev_entry->inheritance != inherit || 892 new_entry->inheritance = inherit; 1937 newentry->inheritance = entry->inheritance; 2326 entry->inheritance = new_inheritance; 3390 switch (old_entry->inheritance) { 3722 entry->inheritance, entry->wired_count, entry->advice);
|
| D | uvm_map.h | 154 vm_inherit_t inheritance; /* inheritance */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gnu-nat.c | 2330 vm_inherit_t inheritance; in gnu_write_inferior() local 2342 &inheritance, in gnu_write_inferior() 2493 vm_inherit_t inheritance; in gnu_find_memory_regions() local 2505 &inheritance, in gnu_find_memory_regions()
|
| D | nto-procfs.c | 980 struct inheritance inherit; in procfs_create_inferior()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/t/ |
| D | bigintpm.inc | 8 # for testing inheritance of _swap 497 # inheritance and overriding of _swap
|
| D | upgrade.inc | 18 # for testing inheritance of _swap
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/ |
| D | Changes | 835 2. Changes to better support inheritance. 936 2. Fixed problems with inheritance and autoloading.
|