search for: bla2

Displaying 20 results from an estimated 20 matches for "bla2".

Did you mean: bla
2016 Dec 14
2
[FileCheck] Add --verbose
Hi, this patch adds a --verbose option to FileCheck. [ An alternative name could be --debug or --debug-pattern. ] Consider a file CHECK: ... // CHECK-LABEL:bla1 // CHECK-NEXT:bla2 // CHECK-NEXT: bla3 // CHECK-NEXT:bla4 // CHECK-NEXT: bla5 ... and a FileCheck command using --verbose: ... $ echo | FileCheck CHECK --strict-whitespace --match-full-lines --verbose ... For each check the actual match pattern used is shown: ... CHECK:1:16: note: RegEx string match: '^bla1$...
2013 Mar 06
1
[Bug 7120] Variable bandwidth limit .. bwlimit
...I see two options regarding usability and scritablility. :) 1# Piping (not used up to now) mkfifo /tmp/bla echo "1000" > /tmp/bla cat /tmp/bla | rsync ... --bwlimit-stdin ... changing by just write to the fifo echo "50" > /tmp/bla 2# file and signal mktemp > /tmp/bla2 echo "1000" > /tmp/bla2 rsync ... -bwlimit-from=/tmp/bla2 .... & RSYNCPID=$! echo "50" > /tmp/bla2 kill -USR1 ${RSYNCPID} hope the thinking helps. Me. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail becaus...
2016 Dec 14
4
[FileCheck] Fix --strict-whitespace --match-full-lines
Hi, this patch fixes a problem with leading/trailing whitespace matching for FileCheck --strict-whitespace --match-full-lines. Consider a text file: ... $ cat DUMP bla1 bla2 bla3 bla4 bla5 ... with some leading and trailing spaces, made more visible like this: ... $ sed 's/ /_/g' DUMP bla1 bla2 _bla3 bla4_ _bla5_ ... and a FileCheck file CHECK to match DUMP: ... $ cat CHECK // CHECK-LABEL:bla1 // CHECK-NEXT:bla2 // CHECK-NEXT: bla3 // CHECK-NEXT:bla4 // C...
2016 Dec 14
0
[FileCheck] Add --verbose
...night, who added --match-full-lines On 12/14/16 5:25 AM, Tom de Vries wrote: > Hi, > > this patch adds a --verbose option to FileCheck. [ An alternative name > could be --debug or --debug-pattern. ] > > Consider a file CHECK: > ... > // CHECK-LABEL:bla1 > // CHECK-NEXT:bla2 > // CHECK-NEXT: bla3 > // CHECK-NEXT:bla4 > // CHECK-NEXT: bla5 > ... > > and a FileCheck command using --verbose: > ... > $ echo | FileCheck CHECK --strict-whitespace --match-full-lines --verbose > ... > > For each check the actual match pattern used is shown: &gt...
2016 Dec 14
1
[FileCheck] Add --verbose
...14/16 5:25 AM, Tom de Vries wrote: > > Hi, > > > > this patch adds a --verbose option to FileCheck. [ An alternative name > > could be --debug or --debug-pattern. ] > > > > Consider a file CHECK: > > ... > > // CHECK-LABEL:bla1 > > // CHECK-NEXT:bla2 > > // CHECK-NEXT: bla3 > > // CHECK-NEXT:bla4 > > // CHECK-NEXT: bla5 > > ... > > > > and a FileCheck command using --verbose: > > ... > > $ echo | FileCheck CHECK --strict-whitespace --match-full-lines -- > verbose > > ... > > > &g...
2016 Dec 14
0
[FileCheck] Fix --strict-whitespace --match-full-lines
...bject: [llvm-dev] [FileCheck] Fix --strict-whitespace --match-full-lines > > Hi, > > this patch fixes a problem with leading/trailing whitespace matching for > FileCheck --strict-whitespace --match-full-lines. > > Consider a text file: > ... > $ cat DUMP > bla1 > bla2 > bla3 > bla4 > bla5 > ... > > with some leading and trailing spaces, made more visible like this: > ... > $ sed 's/ /_/g' DUMP > bla1 > bla2 > _bla3 > bla4_ > _bla5_ > ... > > and a FileCheck file CHECK to match DUMP: > ... > $ ca...
2016 Dec 15
3
[FileCheck] Fix --strict-whitespace --match-full-lines
...t-whitespace --match-full-lines >> >> Hi, >> >> this patch fixes a problem with leading/trailing whitespace matching for >> FileCheck --strict-whitespace --match-full-lines. >> >> Consider a text file: >> ... >> $ cat DUMP >> bla1 >> bla2 >> bla3 >> bla4 >> bla5 >> ... >> >> with some leading and trailing spaces, made more visible like this: >> ... >> $ sed 's/ /_/g' DUMP >> bla1 >> bla2 >> _bla3 >> bla4_ >> _bla5_ >> ... >> >&gt...
2016 Dec 15
0
[FileCheck] Fix --strict-whitespace --match-full-lines
...Hi, > >> > >> this patch fixes a problem with leading/trailing whitespace matching > for > >> FileCheck --strict-whitespace --match-full-lines. > >> > >> Consider a text file: > >> ... > >> $ cat DUMP > >> bla1 > >> bla2 > >> bla3 > >> bla4 > >> bla5 > >> ... > >> > >> with some leading and trailing spaces, made more visible like this: > >> ... > >> $ sed 's/ /_/g' DUMP > >> bla1 > >> bla2 > >> _bla3 >...
2007 Oct 06
4
seemingly no good way to end bulleted list and start code block
Howdy, The following bug report was sent to the Debian BTS. Is there a way to have a code block immediately follow an unordered list? ----- Forwarded message from Joey Hess <joeyh at debian.org> ----- Consider this markdown: * bla * bla2 this should be treated as code block and it is not ... but if bullets are not above this, it works If the first code block is indented with 8 spaces, or 2 tabs, it will be treated as a nested code block inside the second list item, but there seems to be no way to make it be seen as a co...
2010 Feb 09
9
DO NOT REPLY [Bug 7120] New: Variable bandwidth limit .. bwlimit
https://bugzilla.samba.org/show_bug.cgi?id=7120 Summary: Variable bandwidth limit .. bwlimit Product: rsync Version: 3.1.0 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: pmdumuid at gmail.com
2007 Jun 05
2
.activate() behaviour
...t; <tr> <td>Input1</td> <td><input id="input1" type="text" name="bla1" /></td> <td>Input2</td> <td><input id="input2" class="focusable" type="text" name="bla2" /></ td> </tr> </table> <script type="text/javascript"> $(''input1'').activate(); $$(''.focusable'').each(function(focusableField){ Event.observe(focusableField, ''change'', function(event){ v...
2006 Aug 16
1
how to update a collection_select from another
...?", @region.parent.id],:order=>"id") end The problem is that it doesn''t even display the onChange javascript code: <select id="region_id" name="region[id]"><option value="2">bla1</option> <option value="3">bla2</option> <option value="4">bla3</option></select><br> <select id="region_id" name="region[id]"> <option value="61" selected="selected">blop1</option> <option value="62">blop2</option...
2004 Dec 11
2
Paths for Shell Scripts called from R
Hello list, I suspect this is more a linux question than an R question, but I'll describe my situation in case anyone here knows of an elegant solution. I'm using Sweave and R to create thousands of customized reports. Within an R loop, I have R create a table.tex file using the CAT function which, for each iteration, creates a unique table.tex file in a subdirectory of the directory
2007 Jun 04
3
Method of specifying tags in the puppetd.conf
Hi, From looking at the puppetd --help, there is not currently (at 0.22.4) a method of specifying tags in the puppetd.conf. I was hoping to use this for the following reason: Currently, I use ''noop = true'' in my puppetd.conf, and run ''puppetd --no-noop {tags}'' to install the configurations that I am happy with. This is because I''m currently
2009 Mar 08
0
[RFC] running octave, python from within R
...9;print "hi"') C=elwms('run_python', 'A',A, 'B',B, 'pythoncode', pythoncode) D=elwms('run_python', 'A',A+1, 'B',B*2, 'pythoncode', pythoncode) pythoncode=sprintf('import numpy\nresults=(A, B, [ "bla1", "bla2" ])\n'); X=elwms('run_python', 'A',A, 'B',B, 'pythoncode', pythoncode) print(A) print(B) print(C) print(D) print(X) This would pass around matrices A and B do some processing and return results. So you could use your old octave/matlab scriptspassing around...
2008 Jul 16
2
Error prevention by empty DB's request
...DB is not filled, if you dont add the flag before. The result if i am doing the request is a nil object. For example: ---------------------------------------------------------------------- if @tourscheduler_user.tourscheduler_id == @tourscheduler.id then ''bla'' else ''bla2'' end ---------------------------------------------------------------------- The idee is: If there is a entry in @tourscheduler_user with the same id then do else. How can i check before if @tourscheduler_user.tourscheduler_id is empty? Something like != nil ? Greetings Andi -- Poste...
2006 Jul 10
11
prototype hash method
var v1 = { a: ''value for a'', b:''value for b'' } var v2 = { c: ''value for c'', d: function(){some code...} }; var v3 = v2.merge(v1); I''m getting an error doing this... what is wrong?
2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a ifdown/ifup commands, and command to generate /etc/network/interfaces file. I need to do ifdown, then rebuild interfaces, then ifup. I try to add simple relationship, but in this case some File resources are trying to be applied between ifdown and ifup. So they can''t connect to Puppet master to verify
2012 Sep 03
4
TIMO HELP! director ring wont stay connected
...(Ring synced for 30 secs, weak user, user refreshed 38 secs ago) >Sep 3 09:23:32 a.director. a dovecot: director: Error: director: User bla host lookup failed: Timeout - queued for 30 secs (Ring synced for 30 secs) >Sep 3 09:23:32 a.director. a dovecot: director: Error: director: User bla2 host lookup failed: Timeout - queued for 30 secs (Ring synced for 30 secs) >Sep 3 09:23:32 a.director. a dovecot: director: Error: Director 10.10.10.37:9321/right disconnected >Sep 3 09:23:32 a.director. a dovecot: director: Warning: director: Couldn't connect to right side, we mus...
2007 Feb 27
16
understanding zfs/thunoer "bottlenecks"?
Currently I''m trying to figure out the best zfs layout for a thumper wrt. to read AND write performance. I did some simple mkfile 512G tests and found out, that per average ~ 500 MB/s seems to be the maximum on can reach (tried initial default setup, all 46 HDDs as R0, etc.). According to http://www.amd.com/us-en/assets/content_type/DownloadableAssets/ArchitectureWP_062806.pdf I would