Searched refs:inherited (Results 1 - 25 of 94) sorted by relevance

1234

/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D35-stash.t143 is $@, '', 'inherited valid method call ran fine';
146 }, 'stash: inherited valid method call';
154 is $@, '', 'second inherited valid method call ran fine';
155 is_deeply \%mg, { }, 'stash: second inherited valid method call doesn\'t call magic';
163 is $@, '', 'inherited previously called valid method call ran fine';
166 }, 'stash: inherited previously called valid method call';
174 is $@, '', 'second inherited previously called valid method call ran fine';
175 is_deeply \%mg, { }, 'stash: second inherited previously called valid method call doesn\'t call magic';
206 like $@, qr/^Can't locate object method "also_unknown" via package "Hlagher"/, 'stash: invalid inherited method call croaked';
272 is $@, '', 'stash: inherited autoloade
[all...]
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A DCODING7 process (i.e, is not expected to be inherited). this is a macro defined
10 2. xmalloc()/xfree(), if the memory is to be inherited by a child process.
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp125 , inherited(defaultStyle()->inherited)
155 inherited.init();
169 , inherited(o.inherited)
187 inherited = inheritParent->inherited;
235 && inherited == o.inherited
335 || inherited !
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dinherited.t7 These tests check that the inherited form of a routine is the exported one.
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSProperty.h35 StylePropertyMetadata(CSSPropertyID propertyID, CSSPropertyID shorthandID, bool important, bool implicit, bool inherited) argument
40 , m_inherited(inherited)
/macosx-10.9.5/CPANInternal-140/JSON-RPC/ex/MyApp/
H A DSubclass.pm30 It is a MyApp subclass, so methods are inherited.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/ex/MyApp/
H A DSubclass.pm30 It is a MyApp subclass, so methods are inherited.
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/File/
H A DLocked.pm54 All methods are inherited from Log::Dispatch::File.
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dsingleton.rb47 # * Overriding Klass.inherited(sub_klass) and Klass.clone() to ensure that the
48 # Singleton properties are kept when inherited and cloned.
125 def inherited(sub_klass) method in class:Singleton.SingletonClassMethods
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_singleton.rb78 define_singleton_method :inherited do |sub|
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DStylesSidebarPane.js283 resultStyles.inherited = matchedResult.inherited;
468 // Walk the node structure and identify styles with inherited properties.
478 for (var parentOrdinal = 0; parentOrdinal < styles.inherited.length; ++parentOrdinal) {
479 var parentStyles = styles.inherited[parentOrdinal];
532 // Do not pick non-inherited properties from inherited styles.
632 // Does this style contain non-overridden inherited property?
781 var showInheritedCheckbox = new WebInspector.Checkbox(WebInspector.UIString("Show inherited"), "sidebar-pane-subtitle");
785 this.bodyElement.addStyleClass("show-inherited");
[all...]
H A DelementsPanel.css426 .styles-section .properties .implicit, .styles-section .properties .inherited {
457 .body .styles-section .properties .inherited {
461 .body.show-inherited .styles-section .properties .inherited {
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_import.rb240 def klass.inherited(subklass) subklass.ns_inherited() end singleton method in class:class_new_for_occlass
293 @inherited = true
297 return defined?(@inherited) && @inherited
698 # This Object.inherited() replaces the subclass of Object class by
716 alias _before_osx_inherited inherited
717 def inherited(subklass) method in class:Object
H A Dactive_record.rb27 alias_method :__inherited_before_proxy, :inherited
28 def inherited(klass) method in class:ActiveRecord
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Serialize/
H A DStorable.pm63 can be inherited, or defined in the class itself, like any other
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DFunctions.pm64 which contains the entire set, and which is inherited by the modules for
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/lib/Class/Accessor/
H A DGrouped.pm298 inherited and changed in subclasses, and inherited and changed for object
313 Carp::croak('Cannot get inherited value on an object instance that is not hash-based');
362 Carp::croak('Cannot set inherited value on an object instance that is not hash-based');
431 Returns a list of 'parent' or 'super' class names that the current class inherited from.
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/Server/
H A DDaemon.pm116 They are inherited from the L<JSON::RPC::Server> methods basically.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DDaemon.pm116 They are inherited from the L<JSON::RPC::Server> methods basically.
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dmkexports.rb11 def self.inherited(klass) singleton method in class:Exports
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dcmap.tcl32 message .t.m -width 6i -text {This window displays two nested frames, each with a whole bunch of subwindows that eat up a lot of colors. The toplevel window has its own colormap, which is inherited by the outer frame. The inner frame has its own colormap. As you move the mouse around, the colors in the frames should change back and forth.}
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A Dcmap.tcl32 message .t.m -width 6i -text {This window displays two nested frames, each with a whole bunch of subwindows that eat up a lot of colors. The toplevel window has its own colormap, which is inherited by the outer frame. The inner frame has its own colormap. As you move the mouse around, the colors in the frames should change back and forth.}
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas391 inherited Create;
412 inherited Create(Dest);
436 inherited Destroy;
485 inherited Create(Source);
495 inherited Destroy;
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_settracefunc.rb101 assert_equal(["c-call", 4, :inherited, Class],
103 assert_equal(["c-return", 4, :inherited, Class],
338 ["c-call", 3, :inherited, Class],
339 ["c-return", 3, :inherited, Class],
514 [:c_call, 7, "xyzzy", Class, :inherited, Object, :outer, :nothing],
515 [:c_return, 7, "xyzzy", Class, :inherited, Object, :outer, nil],
844 assert_match(/call \`/, str) # #<TracePoint:c_call `inherited'@../trunk/test.rb:11>
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/
H A Drb_nibtool.rb141 alias_method :_before_classes_nib_inherited, :inherited
142 def inherited(subklass) method in class:OSX

Completed in 214 milliseconds

1234