Displaying 8 results from an estimated 8 matches for "l44".
Did you mean:
44
2013 Jan 04
1
Bug in R CMD check for \ in Rd?
Hi,
I have a function knit_expand() and its source/Rd are below:
https://github.com/yihui/knitr/blob/master/R/template.R#L43-L44
https://github.com/yihui/knitr/blob/master/man/knit_expand.Rd
When I run R CMD check on the package I get this warning (with both R
2.15.2 and R-devel):
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'knit_expand':
knit_expand
Code: f...
2014 Mar 10
2
A few more question about LETOR
...ere<https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/include/xapian/letor.h#L41>is
the class Letor::Internal intentionally named same as this
Internal<https://github.com/xapian/xapian/blob/99eed23ae87bb96f5f9ee7e14a62e9f4af04af0c/xapian-core/include/xapian/intrusive_ptr.h#L44>namespace
or is it just a coincidence?
3. If I am not wrong we want to dissolve letor_internal to create SVMRanker.
So accordingly letor,h will also change. Right?
Thanks
-Mayank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pi...
2006 Feb 24
0
UrlRewriter problem in components
...; ''list'', :url => { :params => { :key => ''value'' } }
and receive a completely wrong result.
I did some debugging and found out, that the error happens in
http://dev.rubyonrails.org/browser/trunk/actionpack/lib/action_controller/url_rewriter.rb?rev=3534#L44
UrlRewriter calls "Routing::Routes.generate(options.dup, @request)" and
passes @request, which is used for url-generation in next step. I''ve
made some debug output to point up the problem:
puts params
puts @request.path_parameters
puts url_for :params => { :key...
2001 Mar 07
1
Minor bug in maketitle.pl (with bug correction) (PR#864)
...com.braju.graphics
com.braju.graphics Bla bla bla...
But, I believe it should generate:
com.braju.graphics
Bla bla bla...
To solve this minor bug, just include a line '$old=""'. See line 49 below.
maketitle.pl:
L42: $S = '';
L43: $lc = 16;
L44: $rc = 72;
L45: $old = $package;
L46: $len = length($old);
L47: if ($len > $lc - 3) {
L48: $S = $old;
L49: $old = ""; ### Forgot to this line.
L50: for ($j = 1; $j < $lc; $j++) {
L51: $old = $old . ' ';
L52: }
L53: }
L54: else {
L55: for ($j...
2015 Mar 11
1
Re: Name resolution not working inside virt-customize
On 03/10/2015 05:12 PM, Richard W.M. Jones wrote:
> Just for comparison, libguestfs 1.29.29 on Fedora host, plus
> virt-builder, with a Fedora guest does this:
Hmm, something weird is going in with the output of virt-customize.
leer@eng-leer:~$ virt-customize -a
trusty-server-cloudimg-amd64-disk1.img --firstboot update-resolv-conf.sh
--install mysql-server -v -x > virt-customize.log
2016 Mar 27
2
PHP5 - Query Parsing Bug
...nding "case 0", but now we've got 0, 1, 2, 3 and default).
The error appear when trying to instanciate a new XapianQuery object
with a query element:
new XapianQuery($subquery);
(from
https://github.com/chamilo/chamilo-lms/blob/1.10.x/main/inc/lib/search/xapian/XapianQuery.php#L44
)
Honestly, I feel comfortable with PHP but this is one of these
super-explicit messages that tend to send you in another direction than
the one you should go.
Assuming the message is correct, we overload an existing PHP function
"new_Query()" by passing it a different number of par...
2013 Jul 13
10
username/password combo for custom provider (couchbase)
Hi,
I''m trying to program custom type for managing Couchbase buckets.
Problem is that every RW operation to Couchbase cluster (creating,
deleting, resizing bucket) requires admin privileges (username/password).
Do you have any suggestion how should I pass the username/password to
provider? If I make it a param, then every resource of type
''couchbucket'' will need to
2017 Mar 14
3
llvm-stress crash
...i1 true, i1 true
br i1 %Sl42, label %CF237, label %CF246
CF246: ; preds = %CF246, %CF271
%Cmp43 = icmp uge i64 %L37, %L18
br i1 %Cmp43, label %CF246, label %CF249
CF249: ; preds = %CF249, %CF263, %CF246
%L44 = load i64, i64* %A
store i64 %L5, i64* %Sl17
%E45 = extractelement <4 x i16> %Shuff14, i32 2
%Shuff46 = shufflevector <1 x i32> zeroinitializer, <1 x i32> zeroinitializer, <1 x i32> <i32 1>
%I47 = insertelement <4 x i16> %Shuff7, i16 %E6, i32 1
%Sl48 =...