Displaying 13 results from an estimated 13 matches for "namesapce".
2003 Nov 12
1
namesapce patch
hi,
where can I find the namspace patch? I remember there was an email on
this list, that if I'd not like to open all sufolder's in mozilla's
mailer on startup, but I'd like to start mozilla to open all subfolder
I've to apply the namespace patch. now it getting more and more anoying
so I'd like to apply, but I can't find it...
thanks.
--
Levente
2010 Apr 22
1
Thunderbird namespace handling
Hello,
I've noticed that Thunderbird (3.0.3) seems to wrongly "repeat" the namespace
prefix when selecting the top level maildir of a namesapce.
It doesn't occur if "list=yes" and TB has no clue about the namespace prefix.
But it seems to happen only when TB is aware of the namespace prefix, either
via the NAMESPACE command (so in "hidden=no" setups) or via hard setting it up
in the "Account Settings"....
2013 Feb 04
2
developing package: dealing with namespaces
...his will have no effect on the code the f calls, since the latter is
in a namespace.
If I modify f.R and import it, I'm not sure if it can find g at all if it
has not been exported.
Web searches and reviewing the R Extensions manual have turned up
information on how to trace into functions in namesapces, but not on the
larger development cycle.
Thanks.
Ross
2005 Dec 08
1
Loading namespaces
...ly R file. If I comment
out the .onLoad function I get a package/namespace load failed error.
Are libname and pkgname parameters for the function .onLoad that need to
explicitly stated, or does R populate them when the package is loaded?
Does .onLoad as defined above do enough to ensure that the namesapce is
loaded?
Phineas Campbell
> version
_
platform sparc-sun-solaris2.9
arch sparc
os solaris2.9
system sparc, solaris2.9
status
major 2
minor 1.0
year 2005
month 04
day 18
language R
_
2004 Aug 04
1
installing package with version number using namespaces & dynamic library
...ibrary 'RIO_1.4.0' not found
Error: .onLoad failed in loadNamespace
Error in library("RIO_1.4.0") : package/namespace load failed
fail.
Without the '--with-package-versions' option the installed package loads without
problem with the call
library("RIO")
file Namesapce defines (amoung other directives):
useDynLib(RIO)
I also tryed
useDynLib("RIO_1.4.0")
to no avail. But RIO/libs contains the file RIO.so anyway.
I checked in 'Writing R Extensions" section 'Package name spaces' but did not
find an answer.
Any hints?
Regards,
M...
2012 Sep 18
4
multiple modules defining same method included into a class
..., for example:
module ActionController
class Base
include Rendering
Since we "include Rendering" within the scope of the Base class
object, ruby first looksup the constant Rendering, that is, looking
for a module named Rendering in the ActionController namespace, since
that is the namesapce that Base is defined in???
Well, ActionController module does define a module named Rendering:
module ActionController
module Rendering
def render(*args)
raise ::AbstractController::DoubleRenderError if response_body
super
self.content_type ||= Mime[lookup_context.rendere...
2006 Jun 21
6
vertical menus
Hello all,
Not a directly related question to scriptaculous or prototype, but I
am looking for a good, dynamic vertical javascript menu.
I''ve done some searching and there are a lot of menu implementations
out there. I''m looking for something more or less free, but will
pay/donate a small fee towards something worth while.
I figured I''d ask here to help filter down
2009 Jul 15
2
Substituting a user-defined function for a standard function in graphics
...plot and my plot.default,
without a namespace file, and loaded it via a library call. This again
gave me an error, since the survfit object seems to be sent directly to
plot.default rather than plot.survfit.
4. I made a package incorporating the graphics plot and my plot.default,
this time with a namesapce file that exports plot and plot.default. This
again gave me the same error, since the survfit object seems to be sent
directly to plot.default rather than plot.survfit.
I read the document Writing R Extensions, but wasn't able to solve this
problem. Any pointers would be greatly appreciated....
2004 Dec 26
1
error in gregmisc package
Hi,
I just installed the gregmisc bundle. When I do library(gdata) (or
library(gtools), library(gmodels)) everything works fine.
When I do library(gplots) I get
Error in parse(file, n, text, prompt) : syntax error on line 1850
Error in library(gplots) : package/namespace load failed
I'm using R-1.7.0 on Mac OS 10.3.
Can anybody help me with this? Could I be doing
2017 Feb 03
4
[Bug 1117] New: Table ipv4-nat prerouting dnat doesn't accept dest IP:PORT
https://bugzilla.netfilter.org/show_bug.cgi?id=1117
Bug ID: 1117
Summary: Table ipv4-nat prerouting dnat doesn't accept dest
IP:PORT
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
2015 Jun 30
4
[LLVMdev] Proposal: REST and Ajax in LNT
I think it would be super useful to give LNT a RESTful interface. As LNT grows, it would be nice to be able to update some of the pages with Ajax(or json). Especially for pages with long load times, it makes sense to be able to speed up load times, by fetching the data after page load. It would also allow us to build more dynamic pages, and allow non-web clients better structured access to LNT
2013 Jun 27
2
[RFC 4/5] VSOCK: Introduce vhost-vsock.ko
On Thu, Jun 27, 2013 at 04:00:03PM +0800, Asias He wrote:
> VM sockets vhost transport implementation. This module runs in host
> kernel.
>
> Signed-off-by: Asias He <asias at redhat.com>
Has any thought been given to how this affects migration?
I don't see any API for an application to
move to a different host and reconnect to a running
vsock in guest.
I think we could
2013 Jun 27
2
[RFC 4/5] VSOCK: Introduce vhost-vsock.ko
On Thu, Jun 27, 2013 at 04:00:03PM +0800, Asias He wrote:
> VM sockets vhost transport implementation. This module runs in host
> kernel.
>
> Signed-off-by: Asias He <asias at redhat.com>
Has any thought been given to how this affects migration?
I don't see any API for an application to
move to a different host and reconnect to a running
vsock in guest.
I think we could