search for: test_input

Displaying 4 results from an estimated 4 matches for "test_input".

2010 Sep 01
1
OdfWeave and Locale
Dear all, I have a question regarding the odfweave. I created an odt file (test_input.odt) using OO.o for WIndows XP. The code is generic. ---- Code for odt ----------- \Sexpr{dim(iris)[1]} <<listofSpecies, echo=FALSE, results=xml>>= odfItemize(levels(iris$Species)) @ Table 1: <<Table, echo=FALSE, results=xml>>= data.frame(N =tapply(iris$Petal.Length, i...
2008 Aug 20
1
Facebook javascript (FBJS) library
...rs_res'' }, :response => ''RAW'' %> <input type="hidden" name="test_hidden" value="test value"/> <input type="checkbox" name="test_box" checked="true"/> <input name="test_input"/> <input type="submit" value="submit"/> </form> <div id="a"/> In place Edit Will post: {txt_field_name:''Text inside editable field''} <%= fbjs_in_place_editor_text_div(''txt_field_name&...
2004 Mar 02
1
vorbisfile_example.c
Hi again, I can compile and run the file example. When it comes to the ov_open, the cursor keeps blinking.... I can not open my ogg file , no mather what i write or do... <p>How do I use this example?? should i use the cmd prompt in windows to make it work?? I want to debug it.... thanks a lot <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2015 Oct 05
0
Compiling v2.2.19 - internal compiler error: segmentation fault (test-timing.c -> int64_t issue?)
...bugs.opensuse.org> for instructions. make[4]: *** [test_lib-test-timing.o] Error 1 ---------------------------------------------- The lines that seem to be causing the problem are the following ( from src/lib/test-timing.c ) : 45: void test_timing(void) 46: { 47: static int64_t test_input1[] = { 48: 20, 19, 18, 1, 2, 3, 4, 5, 6, 7, 8, 49: 9, 10, 11, 12, 13, 14, 15, 16, 17, -1 50: }; This is the first time that any version of dovecot (the v2.2 branch) couldn't compile on my system, and I've literally compiled every single release up to now....