search for: dotall

Displaying 13 results from an estimated 13 matches for "dotall".

2024 Jul 15
1
Minor inconsistencies in tools:::funAPI()
...ot be finding. # "Bird's eye" view, gives unmapped names on non-preprocessed headers getdecl <- function(file, lines = readLines(file)) { # have to combine to perform multi-line matches lines <- paste(c(lines, ''), collapse = '\n') # first eat the C comments, dotall but non-greedy match lines <- gsub('(?s)/\\*.*?\\*/', '', lines, perl = TRUE) # C++-style comments too, multiline not dotall lines <- gsub('(?m)//.*$', '', lines, perl = TRUE) # drop all preprocessor directives lines <- gsub('(?m)^\\s*#.*$', ...
2004 Jul 20
1
RC1 and advanced voice mail options
The advanced voice mail options in RC1 is not providing any functionality except "4 - place outgoing call" and "* - return to mail menu". Below is a sample line from voice mail.conf: 210 => 234,test1,test@dotality.com,,|attach=no|cid=yes|review=yes The is a rew install from the tgz file. No patched have been made to the source code. I did try to apply the advanced10
2019 Feb 25
0
[PATCH 1/3] common/mlpcre: add offset flag for PCRE.matches
...ns(+), 8 deletions(-) diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml index b054928f9..33074af1c 100644 --- a/common/mlpcre/PCRE.ml +++ b/common/mlpcre/PCRE.ml @@ -23,7 +23,7 @@ exception Error of string * int type regexp external compile : ?anchored:bool -> ?caseless:bool -> ?dotall:bool -> ?extended:bool -> ?multiline:bool -> string -> regexp = "guestfs_int_pcre_compile_byte" "guestfs_int_pcre_compile" -external matches : regexp -> string -> bool = "guestfs_int_pcre_matches" +external matches : ?offset:int -> regexp -> str...
2019 Mar 29
0
[PATCH v2 1/3] common/mlpcre: add offset flag for PCRE.matches
...ns(+), 8 deletions(-) diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml index b054928f9..33074af1c 100644 --- a/common/mlpcre/PCRE.ml +++ b/common/mlpcre/PCRE.ml @@ -23,7 +23,7 @@ exception Error of string * int type regexp external compile : ?anchored:bool -> ?caseless:bool -> ?dotall:bool -> ?extended:bool -> ?multiline:bool -> string -> regexp = "guestfs_int_pcre_compile_byte" "guestfs_int_pcre_compile" -external matches : regexp -> string -> bool = "guestfs_int_pcre_matches" +external matches : ?offset:int -> regexp -> str...
2024 Jul 29
1
Minor inconsistencies in tools:::funAPI()
...ot; view, gives unmapped names on non-preprocessed headers > getdecl <- function(file, lines = readLines(file)) { > # have to combine to perform multi-line matches > lines <- paste(c(lines, ''), collapse = '\n') > # first eat the C comments, dotall but non-greedy match > lines <- gsub('(?s)/\\*.*?\\*/', '', lines, perl = TRUE) > # C++-style comments too, multiline not dotall > lines <- gsub('(?m)//.*$', '', lines, perl = TRUE) > # drop all preprocessor directive...
2017 Sep 21
18
[PATCH v2 00/18] Replace many more uses of the Str module with PCRE.
v1 was here: https://www.redhat.com/archives/libguestfs/2017-September/msg00135.html This is a more complete evolution of the earlier patch. It replaces most important uses of Str with PCRE throughout the code. It also extends the bindings with some useful features like case-insensitive regexps. The main places I *didn't* touch are the generator (GObject uses Str extensively); and
2004 Dec 02
6
Asterisk crashes my router!?
Hi, Does anybody else have problems like this. I'm in the UK with a 1mb ADSL service from Eclipse. I have a Draytek Vigour 2600 ADSL router. My * box is configured with a public IP address which is presented on one of the switch ports on the rear of the router. When there is some SIP activity, incoming mainly, towards my * box, the router will lockup after a short period?! I've tried
2019 Mar 29
5
[PATCH v2 0/3] v2v: add -o json output mode
This series adds a new output mode for virt-v2v, called -o json. It produces local files, just like -o local, although the metadata produced is a JSON file with data that v2v collected in the conversion process. This can be useful for converting to unsupported destinations, still based on QEMU/KVM. In addition to a simple different metadata, it offers a way to relocate the disks, with
2005 Feb 24
1
How does Asterisk choose the CDr backend to use?
Hi, I'm trying to understand how Asterisk chooses the backend it's going to use for storing CDRs. For example, if PostgreSQL, MySQL, and FreeTDS are installed, how does Asterisk know which one to choose? Does it choose which ever one is configured are forget about the rest or will it send a CDR to each configured backend? (I'd just go ahead and try it but I don't have an
2017 Sep 22
27
[PATCH v3 00/22] Replace almost all uses of the Str module with PCRE.
v1: https://www.redhat.com/archives/libguestfs/2017-September/msg00135.html v2: https://www.redhat.com/archives/libguestfs/2017-September/msg00158.html v3 is almost identical to v2, but I have added 4 extra commits to almost finish the job of replacing Str everywhere possible (note it's not possible to replace Str in common/mlstdutils or the generator because those are pure OCaml). As
2010 Jan 21
1
Rgeneric.py assists in rearranging generic function definitions
I've attached a script I wrote that pulls all the setGeneric definitions out of a set of R files and puts them in a separate file, default allGenerics.R. I thought it might help others who find themselves in a similar situation. The "situation" was that I had to change the order in which files in my package were parsed; the scheme in which the generic definition is in the
2019 Feb 25
7
[PATCH 0/3] RFC: v2v: add -o json output mode
This series adds a new output mode for virt-v2v, called -o json. It produces local files, just like -o local, although the metadata produced is a JSON file with data that v2v collected in the conversion process. This can be useful for converting to unsupported destinations, still based on QEMU/KVM. In addition to a simple different metadata, it offers a way to relocate the disks, with
2004 Jun 28
1
Asterisk & Festival, not a happy couple
Hello, I'm in the process of trying to get Festival to work with Asterisk. I followed the install process at http://www.voip-info.org/wiki-Asterisk+festival+installation. To get the Festival to compile I had to add the patch described in the comments. Once added, Festival and the Speech tools compiled without error. How ever, when ever I try to call the test extension, I get a busy