Displaying 20 results from an estimated 4000 matches similar to: "help command without parenthesis (PR#6447)"
2023 Apr 11
1
clients not connecting to samba shares
On 11/04/2023 00:19, Gary Dale via samba wrote:
> On 2023-04-05 09:56, Gary Dale via samba wrote:
>> On 2023-04-04 19:36, Gary Dale via samba wrote:
>>> On 2023-04-02 02:49, Rowland Penny via samba wrote:
>>>>
>>>>
>>>> On 02/04/2023 04:54, Gary Dale via samba wrote:
>>>>
>>>>> I could, but that seems like overkill. A
2023 Apr 10
1
clients not connecting to samba shares
On 2023-04-05 09:56, Gary Dale via samba wrote:
> On 2023-04-04 19:36, Gary Dale via samba wrote:
>> On 2023-04-02 02:49, Rowland Penny via samba wrote:
>>>
>>>
>>> On 02/04/2023 04:54, Gary Dale via samba wrote:
>>>
>>>> I could, but that seems like overkill. A complete second (virtually
>>>> identical) system to administer and
2007 Feb 23
2
bug with boolean query evaluation containing parenthesis and NOT ?
Hi,
The following [simplified] query works well, however a variation which
includes parenthesis seems to fail, in that it returns hits which should
be excluded by the NOT term.
This is surprising because in this simple case, the parenthesis
shouldn''t change the Boolean evaluation ... any pointers?
Working Query: field1:value1 AND NOT field2:value2
Failing Query: field1:value1 AND
2009 Apr 23
1
Parenthesis around date/time using chron?
Hi,
I've been using the chron package to convert excel time into
month/day/year and h:m:s formats, specifically for use as axis labels.
I've come across something I don't quite understand.
### Here are some excel times:
dat = c(39083, 39083.00694, 39083.01389, 39083.02083, 39083.02778,
39083.03472, 39083.04167, 39083.04861, 39083.05556, 39083.0625
)
### I create
2008 May 22
0
[patch] move misplaced parenthesis
Hi,
this is a trivial move of parenthesis, just to make them consistent with
the rest of the file. No change in behaviour.
riccardo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trivial-move-parenthesis.diff
Type: text/x-diff
Size: 622 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/swfdec/attachments/20080522/48d091b8/attachment.diff
2015 Jan 29
2
[Bug 2345] New: NESTING_INDENT_MISMATCH: missing parenthesis around if body in ssh-keygen.c:724
https://bugzilla.mindrot.org/show_bug.cgi?id=2345
Bug ID: 2345
Summary: NESTING_INDENT_MISMATCH: missing parenthesis around if
body in ssh-keygen.c:724
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2007 Nov 13
3
Story problem if parenthesis used in Given, When, Then or And
VERSION: rspec rails plugin current edge version
XP/Cygwin on XP
Hi,
I hit this when trying to use parenthesis in my stories ... (that''ll teach
me!).
If a scenario looks like the following:
Story "User has story with parentheses", %{
As a user
I want parenthesis
So that ... well I just do
}, :type => RailsStory do
Scenario "the Given has parentheses" do
2001 Aug 02
1
gsub() and parenthesis symbols
Dear R-users --
I'm using R 1.3.0 on a PC running SuSE Linux 7.1. I'm confused by the
following behavior from the gsub() function. Am I doing something wrong?
## A string of characters
> string<-c("q","w","e","(",")","q","w","e")
## Use gsub to replace `q' with `A'
>
2016 May 10
1
ldbsearch does not accept escaped parenthesis in filter
Hi all,
A working search using ldapsearch on some object containing parenthesis in
attribute's value:
-------------------------------------------------------------------------------------------------
ldapsearch -Y GSSAPI -h dc200 -b 'DC=ad,DC=domain,DC=tld' -s sub 'CN=CID 85
\(Join\)' dn
SASL/GSSAPI authentication started
SASL username: administrator at AD.DOMAIN.TLD
SASL SSF:
2018 Mar 05
2
Unclosed parenthesis in grep.Rd
Lines 129-131:
\code{grep(value = FALSE)} returns a vector of the indices
of the elements of \code{x} that yielded a match (or not, for
\code{invert = TRUE}. This will be an integer vector unless the input
There should be a closing parenthesis after \code{invert = TRUE}
2008 Aug 31
1
Parenthesis recognition with grep
Dear R-users,
I need to dynamically recognize the index of a given string myStr in a
vector of string. The problem is that myStr might contain parenthesis,
causing grep not to recognize it the way I want (see below). The help
mentions that the pattern used by grep should be in the POSIX format...
I guess the problem is here; unfortunately, I am not familiar with the
subtleties of the POSIX
2009 May 17
4
Can YOU find a trailing parenthesis?
On 1.6.1, I must be losing my eyesight:
[internal]
include => outbound-pstn
.............
include => meetme ; 2663
include => setup-meetme-conf-room ; 6000xxxYYYY
[setup-meetme-conf-room]
exten => _6000XXXNXXX,n,Set(Time-in-secs="${STRFTIME(${EPOCH},,%s}" )
........
CLI:
-- Starting simple switch on 'DAHDI/1-1'
[2009-05-17 14:54:49]
2001 Aug 02
0
gsub() and parenthesis symbols -- solved
Hello again --
inevitably, I discovered the (documented) answer 30 seconds after
sending my question.
Using gsub(...,extended=FALSE) is the way to avoid this issue.
Cheers,
Kieran
--
Kieran Healy, Assistant Professor,
Sociology Dept, University of Arizona.
kjhealy at u.arizona.edu :: (520) 621-3480
http://www.u.arizona.edu/~kjhealy
-------------- next part --------------
An embedded message
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi,
This is a simple trick to get autoclose parenthesis on windows.
If you like how StatET autocloses parens, but like to use the lighter
Vanilla R, you can use autohotkey (http://autohotkey.net) to provide
this functionality.
Simply put the below code in a text file, rename extension as .ahk and
doubleclick on it to execute.
------------------ code starts here 8< ------------------
;
2010 Feb 03
0
[PATCH] ocfs2: Add parenthesis to wrap the check for O_DIRECT.
Add parenthesis to wrap the check for O_DIRECT.
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/file.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c
index 06ccf6a..b2ca980 100644
--- a/fs/ocfs2/file.c
+++ b/fs/ocfs2/file.c
@@ -2013,8 +2013,8 @@ out_dio:
/* buffered aio wouldn't have proper lock coverage today
2018 Mar 05
1
Unclosed parenthesis in grep.Rd
There are probably more unmatched parentheses around:
detect <- function(file) {
text <- paste(readLines(file), collapse = "")
nchar(gsub("[^(]", "", text)) != nchar(gsub("[^)]", "", text))
}
docs <- list.files("r-source-trunk/src/library",
pattern = "\\.Rd$",
full.names =
2001 Aug 08
1
NLME augPred error
Could someone explain the meaming of this error message from augPred:
> augPred(area3.pen.nlme, primary=~day)
Error in predict.nlme(object, value[1:(nrow(value)/nL), , drop =
FALSE], :
Levels 1,2,3 not allowed for block
>
predict.nlme(area3.pen.nlme) does not produce an error.
area3.pen.nlme was created with:
> area3.pen.nlme <- nlme(area ~ SSlogis(day, Asym, xmid, scal),
2023 Apr 11
1
clients not connecting to samba shares
On 2023-04-11 04:15, Rowland Penny via samba wrote:
>
>
> On 11/04/2023 00:19, Gary Dale via samba wrote:
>> On 2023-04-05 09:56, Gary Dale via samba wrote:
>>> On 2023-04-04 19:36, Gary Dale via samba wrote:
>>>> On 2023-04-02 02:49, Rowland Penny via samba wrote:
>>>>>
>>>>>
>>>>> On 02/04/2023 04:54, Gary Dale via
2000 Nov 03
2
aov and missing values
I am learning R, and although I have looked in the documentation, I may
be asking something obvious. Sorry, if that is the case.
In a split-plot design if there is a missing subunit summary gives me a
table with two rows for the same factor, one in the error within section
and one in the section using error between units. With no data missing
the table is "normal". How does one
2018 Dec 03
2
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
On Thu, Nov 29, 2018 at 09:46:16AM +0100, Andrzej Hajda wrote:
> Quite late, hopefully not too late.
>
>
> On 21.11.2018 12:51, Ville Syrjälä wrote:
> > On Wed, Nov 21, 2018 at 01:40:43PM +0200, Jani Nikula wrote:
> >>
> >>> return;
> >>> diff --git a/drivers/gpu/drm/bridge/sil-sii8620.c b/drivers/gpu/drm/bridge/sil-sii8620.c
>