search for: value

Displaying 20 results from an estimated 94051 matches for "value".

2008 Oct 31
6
[LLVMdev] polyhedron 2005 results for llvm svn
...ution Time = 23.37 seconds ================================================================================ Polyhedron Benchmark Validator Copyright (C) Polyhedron Software Ltd - 2004 - All rights reserved Test File : llvm_gfortran_lin_p4.run Instruction File : ../../f90valid.in > Value= 14159 Target= 14159 Tolerance= 0 > Value= 16 Target= 16 Tolerance= 0 > Value= 1000000 Target= 1000000 Tolerance= 0 > Value=0.44068679351 Target=0.44068679400 Tolerance=...
2007 May 29
0
[1035] trunk/wxruby2/swig/classes/EvtHandler.i: Removed a heap of redundant stuff that''s been #if 0''d for a while
...p2007-05-29 22:30:26 UTC (rev 1035) </span><span class="lines">@@ -541,783 +541,6 @@ </span><span class="cx"> %} </span><span class="cx"> </span><span class="cx"> </span><del>-#if 0 -%{ - static VALUE callbacks = Qnil; -%} - -%{ -static void internal_connect(VALUE self, int firstId, int lastId, - wxEventType eventType) -{ - - wxEvtHandler *cppSelf = (wxEvtHandler *) 0 ; - SWIG_ConvertPtr(self, (void **) &cppSelf, SWIGTYPE_p_wxEvtHandler, 1); - - VALUE func = rb_funca...
2006 Jun 14
2
rjs issue with Internet Explorer
Hi, When executing some rjs templates: page.insert_html :bottom, ''contractors'', :partial => ''contractor'' page.visual_effect :highlight, "contractor#{@contract.contractor.id}", :duration => 1 Works fine on Firefox, but nothing happens on IE. Is there any equivalent of Firebug for Internet Explorer? Are there "well-known" tips for
2012 Jan 19
0
state multi-state modeling using hidden markov routine in the msm package
...he R output: > msm_covariates_sex <- msm(state ~ duration, subject = SerialNo, + data = Data, qmatrix = twoway4.q, ematrix = ematrix,death = 4, obstrue = firstobs, covariates = ~ sex + age, method = "BFGS", control = list(reltol = 1e-10, fnscale = 50000, trace=1,REPORT=1)) initial value 0.567920 iter 2 value 0.547379 iter 3 value 0.463524 iter 4 value 0.439987 iter 5 value 0.426417 iter 6 value 0.420621 iter 7 value 0.417181 iter 8 value 0.414153 iter 9 value 0.410340 iter 10 value 0.406045 iter 11 value 0.403618 iter 12 value 0.403025 iter 13 value 0.402781 it...
2006 Dec 20
1
Reformat meteorological data
...t;-data.frame(row.names = c(1:18),ID, Year, var, Jan, Feb, Mar) The actual dataset has 12 months, about 100 years, 6 ID's, many more levels in "var", and includes NA's. I would like to convert the data to the following format: ID Year Month Rain Snow Temp 1 1 Jan value value value 1 1 Feb value value value 1 1 Mar value value value . . . . . . . . . . . . . . . 1 2 Jan value value value 1 2 Feb value value value 1 2 Mar value value value . . . . . . . . . . . . . . . . . . 1 3 Jan value valu...
2008 Jan 02
0
Re: RubyOnRails build 8525 failed
.../base/load_test.rb > > TEST FAILURES AND ERRORS > ----------------------- > Name: test_include_blank_overrides_default_option(DateHelperTest) > Type: Failure > Message: <"<select id=\"post_updated_at_1i\" name=\"post[updated_at(1i)]\">\n<option value=\"\"></option>\n<option value=\"2002\">2002</option>\n<option value=\"2003\">2003</option>\n<option value=\"2004\">2004</option>\n<option value=\"2005\">2005</option>\n<option value=\"...
2006 Oct 25
2
[PATCH] Edge buttons
...(nOption--) { if (isInitiateBinding (option, CompBindingTypeButton, state, &action)) @@ -272,6 +273,15 @@ triggerButtonPressBindings (CompDisplay if ((*action->initiate) (d, action, state, argument, nArgument)) return TRUE; + + } + else if (option->value.action.edgeMask && + (option->value.action.edgeMask & d->mouseOnEdge) && + (event->xbutton.button == option->value.action.edgeButton)) + { + if ((*action->initiate) (d, action, state, + argument, nArgument)) + return TRUE; }...
2007 Sep 21
1
Weird data from evalJSON
I am trying to have prototype perform a request and return to me a javascript object representing the json string returned by the request. I want to iterate over the contents to print each object in the json string. The value of transport.reponseText in onSuccess is what I would expect. But once I try to perform evalJSON() on this text it gives me a bunch of extra function()s when i try to iterate over the result. Why does the object contain these function()s and how can I iterate over just my objects? Below is my co...
2006 May 02
3
Ajax scaffolding respones are received, but not rendered in browser
...valScripts:true, onLoading:function(request){Element.show(''message-create-1146611248468-loading-indicator'');}, parameters:Form.serialize(this)}); return false;\">\n \n <input id=\"scaffold_id\" name=\"scaffold_id\" type=\"hidden\" value=\"message\" />\n \n <h4>Create Message</h4>\n\n \n <div id=\"message-create-1146611248468-messages\" class=\"messages-container\"></div>\n \n \n <fieldset>\n\t<div class=\"row\"...
2017 Feb 07
0
[PATCH v2 2/7] Move xml and xpath_helpers OCAML code to mllib
...ght (C) 2009-2017 Red Hat Inc. + * Copyright (C) 2017 SUSE Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -52,7 +53,7 @@ static struct custom_operations docptr_custom_operations = { }; value -v2v_xml_free_docptr (value docv) +mllib_xml_free_docptr (value docv) { CAMLparam1 (docv); xmlDocPtr doc = docptr_val (docv); @@ -74,7 +75,7 @@ static struct custom_operations xpathctxptr_custom_operations = { }; value -v2v_xml_free_xpathctxptr (value xpathctxv) +mllib_xml_free_xpathctxp...
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
...ion*, llvm::BasicBlock*)", referenced from: FunctionAST::Codegen() in ccHkdHVT.o "llvm::Module::getFunction(llvm::StringRef const&) const", referenced from: CallExprAST::Codegen() in ccHkdHVT.o PrototypeAST::Codegen() in ccHkdHVT.o "llvm::Value::getName() const", referenced from: PrototypeAST::Codegen() in ccHkdHVT.o "llvm::Function::Function(llvm::FunctionType const*, llvm::GlobalValue::LinkageTypes, llvm::Twine const&, llvm::Module*)", referenced from: PrototypeAST::Codegen() in ccHkdHVT.o &q...
2006 Sep 08
3
newhidups with APC Smart-UPS 1500
Hello, I'm using the stable amd64 port of Debian Linux. I installed (the latest) nut-2.0.1-4 and nut-usb packages for utilizing an APC Smart-UPS 1500 USB. I tried "apcupsd" first but "nut" makes an even more sophisticated impression on me and has more security options. I had problems with the newhidups driver. It didn't find a device with matching VendorID. And
2019 Jun 11
2
UPS shuts down on NUT boot with low battery [APS Back-UPS RS 550G]
...ice matches > 0.013822 HID descriptor length 1134 > 0.016761 Report Descriptor size = 1134 > 0.019750 Using subdriver: APC HID 0.96 > 0.019824 112 HID objects found > 0.020801 Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x01, Offset: 0, Size: 8, Value: 2 > 0.021529 Path: UPS.PowerSummary.iSerialNumber, Type: Feature, ReportID: 0x02, Offset: 0, Size: 8, Value: 3 > 0.022404 Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature, ReportID: 0x03, Offset: 0, Size: 8, Value: 4 > 0.023913 Path: UPS.PowerSummary.iOEMInformation,...
2018 Jan 16
2
Eaton 5PX after battery replacement still says "replace battery" in NUT
...0.275102 Device matches 0.309531 HID descriptor length 2580 4.749244 Report Descriptor size = 2580 4.749684 Using subdriver: MGE HID 1.39 4.749691 234 HID objects found 4.778444 Path: UPS.BatterySystem.Battery.AudibleAlarmControl, Type: Feature, ReportID: 0x28, Offset: 0, Size: 8, Value: 2 4.816700 Path: UPS.BatterySystem.Battery.BatteryID, Type: Feature, ReportID: 0x20, Offset: 0, Size: 8, Value: 1 4.850696 Path: UPS.BatterySystem.Battery.Count, Type: Feature, ReportID: 0x21, Offset: 0, Size: 8, Value: 0 4.886600 Path: UPS.BatterySystem.Battery.DeepDischargeProtection, T...
2019 Dec 08
3
Tripp Lite SMART1500LCD repeatedly disconnecting and reconnecting
...7736 Device matches 0.021374 HID descriptor length 662 0.111731 Report Descriptor size = 662 0.113247 Using subdriver: TrippLite HID 0.82 0.113406 74 HID objects found 0.115493 Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x28, Offset: 0, Size: 8, Value: 2 0.117475 Path: UPS.PowerSummary.iSerialNumber, Type: Feature, ReportID: 0x29, Offset: 0, Size: 8, Value: 3 0.119478 Path: UPS.PowerSummary.iManufacturer, Type: Feature, ReportID: 0x2b, Offset: 0, Size: 8, Value: 1 0.121483 Path: UPS.PowerSummary.ffff00d9, Type: Feature, Repo...
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
...as_broken_client_cert (proxy=0x0) at ssl-proxy-openssl.c:677 No locals. #1 0x00007fdec4e6b489 in login_proxy_ssl_handshaked (context=0x14b4170) at login-proxy.c:759 proxy = 0x14b4170 #2 0x00007fdec4e70e4b in ssl_handshake (proxy=0x169d7b0) at ssl-proxy-openssl.c:468 ret = <value optimized out> #3 ssl_step (proxy=0x169d7b0) at ssl-proxy-openssl.c:519 No locals. #4 0x00007fdec4beee0b in io_loop_call_io (io=0x13fdab0) at ioloop.c:564 ioloop = 0x12a07b0 t_id = 2 __FUNCTION__ = "io_loop_call_io" #5 0x00007fdec4bf0407 in io_loop_handler...
2016 Jan 08
2
Is it a va_arg bug in clang?
...he wrong variable argument from the va_list. Below is my test code. #include <stdio.h> #include <stdarg.h> void __attribute__((ms_abi)) Foo_va_list ( int VaNum, const char *Format, ... ) { va_list Marker; long long Value; va_start (Marker, Format); for (int i = 0; i < VaNum; i++ ) { Value = va_arg (Marker, int); printf("Value = 0x%llx\n", Value); } va_end (Marker); } int ma...
2006 Oct 16
2
Edge + Mouse button draft patches
...triggerButtonPressBindings (CompDisplay { if (action->button.button == event->xbutton.button) { - bindMods = virtualToRealModMask (d, action->button.modifiers); + /* if it has an edge mask set then make sure the mouse + is on that corner as well */ + if (!option->value.action.edgeMask || + (option->value.action.edgeMask & d->mouseOnEdge)) + { + bindMods = virtualToRealModMask (d, action->button.modifiers); - if ((bindMods & modMask) == (event->xbutton.state & modMask)) - if ((*action->initiate) (d, action, state, -...
2011 Aug 10
2
using if then statements in a dataframe
I used this service several months ago and was very pleased with the response. I have a dataframe with several thousand lines and to each line I need to apply a series of "if else" statements. For each row I need either a value or a blank/NA. Below is the series of if else statements I have been trying without success to integrate into a function such as "apply". if (t1.secondstrongest<-13000) {NA} else if (noise>-13000) {NA} else if ((abs(value.str1-value.str2))==120) {NA} else if ((abs(value.str1-value....
2018 May 25
1
[HCL] IBM 1500VA/1000W Tower HV UPS supported by usbhid-ups
...ying to match device 0.418129 Device matches 0.463723 HID descriptor length 1633 3.290756 Report Descriptor size = 1633 3.296583 Using subdriver: EXPLORE HID 0.1 3.323850 Path: UPS.BatterySystem.Battery.BatteryID, Type: Feature, ReportID: 0x20, Offset: 0, Size: 8, Value: 1 3.351148 Path: UPS.BatterySystem.Battery.ffff0090, Type: Feature, ReportID: 0x21, Offset: 0, Size: 8, Value: 0 3.384713 Path: UPS.BatterySystem.Battery.DesignCapacity, Type: Feature, ReportID: 0x23, Offset: 0, Size: 32, Value: 32400 3.418080 Path: UPS.BatterySystem.Battery.P...