search for: class

Displaying 20 results from an estimated 47302 matches for "class".

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 'test' [package ".GlobalEnv"] with 1 slots ..@ .Data: num 2 > str(1+z) Class 'test' 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 S...
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...
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...and line. This produced a number of jar files, including a "cortado-ov-stripped-0.6.0.jar" file, as expected. Examining the insides of the cortado-ov-stripped-0.6.0.jar file revealed a number of files in the following layout: ./com ./com/fluendo ./com/fluendo/jst ./com/fluendo/jst/Buffer.class ./com/fluendo/jst/Bus.class ./com/fluendo/jst/BusHandler.class ./com/fluendo/jst/BusSyncHandler.class ./com/fluendo/jst/Caps.class ./com/fluendo/jst/CapsListener.class ./com/fluendo/jst/Clock$ClockID.class ./com/fluendo/jst/Clock.class ./com/fluendo/jst/ClockProvider.class ./com/fluendo/jst/Element...
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_28...
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 o...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...uby2wxwidgets_282doctextilewindowtxtl">branches/wxruby2/wxwidgets_282/doc/textile/window.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilewindowtxtl"></a> <div class="modfile"><h4>Modified: branches/wxruby2/wxwidgets_282/doc/textile/window.txtl (968 => 969)</h4> <pre class="diff"><span> <span class="info">--- branches/wxruby2/wxwidgets_282/doc/textile/window.txtl&nbsp&nbsp&nbsp&nb...
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=&quot...
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 instanc...
2019 Mar 11
0
Assistance with doveadm backup...
...;/div> <div> <br> </div> <div> <br> </div>Ok, so for lack of any other information, am I to conclude that the doveadm backup command is broken in 2.0.9? I have been through the wiki for it back and forth and cannot make it work. <div class=""> <br class=""> </div> <div class=""> Yes, I need to upgrade, there is no question, but I won’t do that without a maildir backup. I would prefer to use the built-in dovecot mechanisms for that than something else. </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.
...<li><a href="#trunkwxruby2samplesdialogsdialogsrb">trunk/wxruby2/samples/dialogs/dialogs.rb</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2samplesdialogsdialogsrb"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/samples/dialogs/dialogs.rb (735 => 736)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/samples/dialogs/dialogs.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbs...
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...textilexmlresourcetxtl">branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="brancheswxruby2wxwidgets_282doctextilecontrolwithitemstxtl"></a> <div class="modfile"><h4>Modified: branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl (964 => 965)</h4> <pre class="diff"><span> <span class="info">--- branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl&nbsp&...
2012 Dec 17
11
[Puppet Upgrade] Puppet agent does not work
...link rel="stylesheet" type="text/css" href=" http://www.modrails.com/error_pages/1.0/error_page.css"> </head> <body> <div id="site_container"> <div id="site_header"> <ul class="corporate_identity "> <li class="logo"><a href=" http://www.modrails.com"><span>Phusion Passenger</span></a></li> </ul> </div> &l...
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/w...
2010 Jun 17
3
FictionBook Editor work problems
...nt assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION: STUB fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc} {00000001-0000-0000-c000-000000000046} 0x329048) err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc} could be created for context 0x401 err:ole:CoGe...
2001 Oct 15
0
Errors Using rmdir
...mdir 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 contains lots of .class files, and a few .gif files as well. If all files that match BMDTMP\devmgr\devmgr\dmv\*.class are deleted before trying the rmdir, everything works fine, but if the whole directory structure is attempted to be deleted, it fails every time. The odd thing is the error message that is reported is on t...
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&quo...