search for: parenthesise

Displaying 7 results from an estimated 7 matches for "parenthesise".

Did you mean: parenthesis
2017 Mar 26
1
Documentation of model.frame() and get_all_vars()
...ented and this creates ambiguity. The current docs read: \item{\dots}{further arguments such as \code{data}, \code{na.action}, \code{subset}. Any additional arguments such as \code{offset} and \code{weights} which reach the default method are used to create further columns in the model frame, with parenthesised names such as \code{"(offset)"}.} This is only true for model.frame() methods but not get_all_vars(). For get_all_vars(), arguments passed to '...' are only ever treated as variables to add to the data frame. See for example: > str(model.frame(mpg ~ wt, data = mtcars, subset...
2015 Jan 08
0
Package "ore": Oniguruma Regular Expressions
...hes (Perl-style) regular expressions. The package uses the Oniguruma/Onigmo regex library behind the scenes, and offers the following advantages: - Regular expressions are themselves first-class objects (of class "ore"), stored with attributes containing information such as the number of parenthesised groups present within them. This means that it is not necessary to compile a particular regex more than once. - Search results focus around the matched substrings (including parenthesised groups), rather than the locations of matches. This saves extra work with "substr" or similar to ext...
2015 Jan 08
0
Package "ore": Oniguruma Regular Expressions
...hes (Perl-style) regular expressions. The package uses the Oniguruma/Onigmo regex library behind the scenes, and offers the following advantages: - Regular expressions are themselves first-class objects (of class "ore"), stored with attributes containing information such as the number of parenthesised groups present within them. This means that it is not necessary to compile a particular regex more than once. - Search results focus around the matched substrings (including parenthesised groups), rather than the locations of matches. This saves extra work with "substr" or similar to ext...
2006 Apr 29
1
Warnings printed to console causes error if console closed on Linux
I had a statement that was generating a warning about parenthesise argument for future version. The interesting thing was it would crash the page with an input/output error on my production linux server, but worked fine in webbrick/windows. I finally tracked it down to it crashed when trying to print the warning to the console. If I kept the terminal open tha...
2007 May 28
2
helper with block compile error
HI, i''m trying to write a helper that replaces link_to_remote that accepts a block but it gets a compile error in the template: I don''t know what I''m doing wrong... TIA # application_helper.rb def link_block_to_remote( options = {}, html_options = {}, &block) concat(link_to_remote(capture(&block), options, html_options), block.binding) end # in
1997 Dec 11
0
cvs and smbdes.c
Hi, I'm trying to use the samba cvs service to keep up with the NT Domain Stuff, my problem is that the smbdes.c that I receive is mangled (looks like the diffs has lost sync somehow, since some lines are duplicated, and others have mismatched parenthesises). Here is the diff I get between the current cvs version and alpha12. --- alpha12/source/smbdes.c Mon Oct 27 18:15:44 1997 +++ samba/source/smbdes.c Thu Dec 11 10:00:31 1997 @@ -14,10 +14,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRA...
2023 Dec 20
1
Samba share not quite working on Domain Controller
On Wed, 20 Dec 2023 15:48:43 -0500 Mark Foley via samba <samba at lists.samba.org> wrote: > I'm following up on this because I'm not sure I understand. tune2fs > on the DC shows, ext_attr; Default mount options: user_xattr, acl, > although fstab does not have 'acl' as an option. > > So should I add to my DC smb.conf (per > wiki >