search for: namspac

Displaying 14 results from an estimated 14 matches for "namspac".

Did you mean: namespac
2014 Aug 13
0
namspace management
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 12 Aug 2014, A. Schulze wrote: > Current issue: Public namespace. > I have users inbox as follow: > > mail_home = /data/mail/%Ln/ > mail_location = maildir:~/Maildir:INDEX=~/.dovecot.index > namespace { > inbox = yes > separator = / > prefix = INBOX/ > } > > Public namespace: > namespace { > location
2014 Aug 12
4
namspace management
Hello, since some weeks I'm playing with namespaces. But I still did nod found a solution for all faces of different problems. Current issue: Public namespace. I have users inbox as follow: mail_home = /data/mail/%Ln/ mail_location = maildir:~/Maildir:INDEX=~/.dovecot.index namespace { inbox = yes separator = / prefix = INBOX/ } Public namespace: namespace { location =
2007 Aug 08
2
Error: Cannot Coerce POSIXt to POSIXct when building package
...t;POSIXt" to "POSIXct" Error : unable to load R code in package 'Mango' Error: package/namespace load failed for 'Mango' I tried defining a new method "as.POSIXct" in the package to coerce POSIXt to POSIXct and then added the as.POSIXct method to the "NAMSPACE" file. The build still doesn't work (I get the same error message). Any idea what I am doing wrong? The coercion statement looks like this and works in R GUI: #from is a vector of dates in the format "%d-%b-%Y") from <- as.POSIXct(strptime(from, format = "%d%b%Y")...
2008 Nov 18
2
[LLVMdev] print out instruction
When I try to print out a instruction by the following way, I am getting the error message below. Anyone knows what's the problem? Instruction* inst; ... inst-print(cerr); testbuild.cpp:178: error: no matching function for call to 'llvm::Instruction::print(llvm::OStream&)' /x/pchsu/llvm/llvm-2.4/include/llvm/Value.h:83: note: candidates are: void
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 appl...
2010 Jun 28
1
managesieve und virtual plugin error v2.0
...a problem with the managesieve plugin and a virtual namespace in v2.0. The managesieve plugin complains about an unknown storage driver virtual when i try to log intot the managesieve. I don't know if this is quite a recent problem or if it exists for a while, as i configured the virtual namspace from scratch. (The virtual namespace itself is working.) Jun 28 13:55:54 managesieve-login: Info: Login: user=<1000000000032>, method=PLAIN, rip=::1, lip=::1, mpid=30947, secured Jun 28 13:55:54 managesieve: Debug: Added userdb setting: plugin/quota_rule=*:storage=1073741824B Jun 28 13:55...
2019 May 02
3
username map with “security = ads”
Hi Rowland, thanks for the quick response! -<| Quoting Rowland Penny via samba <rpenny at samba.org>, on Thursday, 2019-05-02 11:41:15 AM |>- > On Thu, 2 May 2019 11:59:45 +0200 > Philipp Gesang via samba <samba at lists.samba.org> wrote: > > > Hey guys, > > > > on a machine with the role “member server”, joining AD requires > > setting
2009 Mar 09
1
will_paginate plugin
hi all, I am using will_paginate plug_in i am getting URL as http://localhost:3000/admin/edit#/admin/edit?page=3 but i want it should be http://localhost:3000/admin/edit?page=3 how can I do it. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2013 Jul 18
0
Duda paquetización
...etizaciones un poco "ligth" (eliminando la carpeta man). Ahora que quiero hacer ya una paquetización "definitiva", me surge la siguiente duda: Tras el package.skeleton, y antes de los correspondientes comandos de generación del paquete (R CMD ...) se supone que edito el fichero NAMSPACES para incorporar los import que me interesen, así como para añadir los export de aquellas funciones que van a ser visibles en mi paquete. ¿Es también en este punto cuando elimino de la carpeta man todos los rd de las funciones que no pongo en el export?. De ese modo me quedarían los .Rd de las vis...
2018 Jan 19
0
RFC: Import of Integer Set Library into LLVM source tree
On Mon, Jan 15, 2018 at 05:52:02PM +0100, Michael Kruse via llvm-dev wrote: > * The library is named LLVMISL and contained in the lib/ISL folder to > work best with LLVM's component system. The component's name "ISL" was > chosen over "isl" as it matches the capitalization of other > two/three-letter-acronym components. Are the ISL sources themselve put
2019 May 02
2
username map with “security = ads”
...ire AD > > without breaking existing deployments. > > > > A second smb.conf is an acceptable workaround, I think. > > The only thing that I think that might work is not just one > smb.conf, but double everything (except nmbd), one joined to the > domain and one not. Namspacing the two sambas could be an option. > I personally wouldn't do anything like this, it is fraught with > potential problems and dangers. > > Whilst you do not want to put your local users into AD, this might be > your easiest and best way out of your problem. Create an AD grou...
2019 May 02
2
username map with “security = ads”
...ng deployments. > > > > > > A second smb.conf is an acceptable workaround, I think. > > > > The only thing that I think that might work is not just one > > smb.conf, but double everything (except nmbd), one joined to the > > domain and one not. > > Namspacing the two sambas could be an option. > > > I personally wouldn't do anything like this, it is fraught with > > potential problems and dangers. > > > > Whilst you do not want to put your local users into AD, > this might be > > your easiest and best way ou...
2018 Jan 15
13
RFC: Import of Integer Set Library into LLVM source tree
Dear community, for our goal to make polyhedral optimization available in the main LLVM source, we will need the Integer Set Library (isl)[1]. It is the main dependency of Polly, but would be required even if we do not directly import Polly. I already prepared a patch [2], unfortunately without feedback on the general approach. As Philip suggested in the review, I am reaching out with an RFC
2010 Jun 13
5
script/server vs mongrel_rails start issue
I am having different results between when I start mongrel with script/ server and with mongrel_rails start. When I run script/server to boot mongrel everything runs fine, no errors. When I run mongrel_rails start I get the following errors - verified the problem on a fresh app and on two different environments (mac and yes, windows server 2008). The actual line of fault changes but the problem