search for: classes

Displaying 20 results from an estimated 47300 matches for "classes".

2008 Oct 27
1
S4 object does not commute? (PR#13209)
Hello all, It appears that for the simplest of S4 objects, z+1 does not equal 1+z. Presumably this is a bug, as 1+z seems to make a malformed object (at least malformed as an input to str). Thanks, Robert > setClass("test", representation("vector")) [1] "test" > z <- new("test", 1) > identical(z+1, 1+z) [1] FALSE > str(z+1) Formal class
2019 Jul 19
1
Address family not supported by protocol
2008 Oct 28
0
Arith ops dropping S4 bit [Was: S4 object does not commute? (PR#13222)
The asymmetry is just the symptom of a more fundamental issue: There are no operator methods currently defined for "vector" classes, either combined with each other or with a non-S4 object. The consequence is that computations drop through to the primitive C code. Not a good idea, because that code does various things to objects with attributes, some of them bizarre and most of them not what should logically happen for S4...
2008 Oct 30
0
(PR#13209) Arith ops dropping S4 *and* 'object' bit [Was: ...]
...quot;JMC" == John Chambers <jmc at r-project.org> >>>>> on Tue, 28 Oct 2008 11:50:38 -0400 writes: JMC> The asymmetry is just the symptom of a more fundamental JMC> issue: There are no operator methods currently defined JMC> for "vector" classes, either combined with each other JMC> or with a non-S4 object. JMC> The consequence is that computations drop through to JMC> the primitive C code. Not a good idea, because that JMC> code does various things to objects with attributes, JMC> some of them bizarre a...
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
(I previously sent this message (minus some slight edits) to theora-dev at xiph dot org, but it did not seem to show up in the archives. I do not know if one has to be subscribed in order to post messages.) Among other things, this message concerns the compilation of the downloaded source code for version 0.6.0 of the Cortado Java applet. (the source was probably from a file that was originally
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...gt;branches/wxruby2/wxwidgets_282/swig/RubyEventTypes.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigRubyStockObjectsi">branches/wxruby2/wxwidgets_282/swig/RubyStockObjects.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesAppi">branches/wxruby2/wxwidgets_282/swig/classes/App.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesDialogi">branches/wxruby2/wxwidgets_282/swig/classes/Dialog.i</a></li> <li><a href="#brancheswxruby2wxwidgets_282s...
2012 Jan 21
4
why doesn't an instance of Object get Class's new instance method?
"Object is the root of Ruby''s class hierarchy. Its methods are available to all classes unless explicitly overridden." Wouldn''t Class class be at the root of the class hierarchy? After all, look at this: 1.9.2p290 :006 > Object.instance_of? Class => true Object is an instance of class, after all we can use one of Class'' instance methods on Object: 1...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...ned font. See "Window#set_window_variant":window.html#Window_setwindowvariant </span><span class="cx"> for more about this. </span><span class="cx"> </span><del>-This static method is ``overridden'''' in many derived classes and so calling, -for example, "Button":button.html::GetClassDefaultAttributes() will typically </del><ins>+This static method is ''''overridden'''' in many derived classes and so calling, +for example, "Button#get_class_default_attributes&q...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...tions; update doc</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextilewindowtxtl">branches/wxruby2/wxwidgets_282/doc/textile/window.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxWindowh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxWindow.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilewindowtxtl"></a> <div class="m...
2012 Sep 22
4
Class, Module, Object
>> reload! Reloading... => true >> puts Class < Module true => nil >> puts Module < Class false => nil >> puts Module < Object true => nil >> puts Object < Module false => nil >> Object.parent => Object The above indicates that the Class object instance inherits from the Module object instance and the Module object instance
2019 Mar 11
0
Assistance with doveadm backup...
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> I'd say the correct term is not broken but missing. backup was implemented in later version. </div> <div> <br> </div> <div> With maildir keeping a copy of the content is sufficient backup. </div>
2007 Apr 13
0
[956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
...I 2.6->2.8</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextiletreectrltxtl">branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxTreeCtrlh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxTreeCtrl.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextiletreectrltxtl"></a> <div class=&...
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...at in WxWidgets C++, this method is called SetClientData; +therefore *set_client_data* is an alias in WxRuby for this method. The </ins><span class="cx"> name *set_item_data* is preferred for clarity and consistency with the </span><span class="cx"> other classes such as "TreeCtrl":treectrl.html and </span><span class="cx"> "ListCtrl":listctrl.html which offer a similar feature. </span></span></pre></div> <a id="brancheswxruby2wxwidgets_282doctextiledialogtxtl"></a> <...
2012 Dec 17
11
[Puppet Upgrade] Puppet agent does not work
I upgraded Puppet master from 2.7.6 to 2.7.20 on CentOS5.8_x86_64. But when I tried to launch ''puppet agent -t'' on one of staging servers, the puppet daemon did not work and got heaps errors. I have no idea what made it wrong and how to fix it. Retrieving plugin [0m Failed to generate additional resources using ''eval_generate: Error 500 on SERVER: <!DOCTYPE HTML
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...t; <dd>2007-07-04 18:50:43 -0400 (Wed, 04 Jul 2007)</dd> </dl> <h3>Log Message</h3> <pre>Revised mem mgmt for Sizers to address more GC crashes in Sizers demo</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2swigclassesBoxSizeri">trunk/wxruby2/swig/classes/BoxSizer.i</a></li> <li><a href="#trunkwxruby2swigclassesFlexGridSizeri">trunk/wxruby2/swig/classes/FlexGridSizer.i</a></li> <li><a href="#trunkwxruby2swigclassesGridBagSizeri">trunk/wxr...
2010 Jun 17
3
FictionBook Editor work problems
I've installed FBE (http://code.google.com/p/fictionbookeditor) in wine then run Code: winetricks msxml4 vcrun2008 ie6 comctl32 but still have many errors in terminal console Code: kontiky at Dolphin:~/.wine/drive_c/Program Files/FictionBook Editor$ ./FBE.exe fixme:ntoskrnl:KeInitializeMutex stub: 0x110fd0, 0 fixme:ntoskrnl:KeInitializeMutex stub: 0x110ff8, 0
2001 Oct 15
0
Errors Using rmdir
Setup is as follows Server: Solaris 2.6 Samba 2.2.1a Client: Windows NT 4.0 SP6 A user is having trouble using the rmdir command to delete a large directory structure. This has apparently been a problem with the Samba server for several years, but I was only recently told about it since I upgraded to the new release of Samba. This directory is used in the build process of our Java software, and
2011 Aug 16
7
left menu for Fedena Project
i wanna add left menu in the http://demo.projectfedena.org/ login:admin password:admin123 as there is no left menu in that i thought of adding a left menu. can any one tell how to do that with ROR. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...ions 2.6 -> 2.8 Wx API</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextiledctxtl">branches/wxruby2/wxwidgets_282/doc/textile/dc.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxDCh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxDC.h</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextiledctxtl"></a> <div class="modfile"...