search for: nend

Displaying 16 results from an estimated 16 matches for "nend".

Did you mean: end
2005 Sep 20
2
script.aculo.us: pause before effect.appear
...randomly appear at different times; e.g. the 3rd image might start appearing 2 seconds after load, the 6th image immediately after load, the first image 1 second after load, etc... How can I achieve this affect? --- example HTML and Javascript --- function img_appear() { var ndur=2, nstart=1, nend=22; for(var loop = nstart; loop < nend; loop++) { var nid=''a''+loop; new Effect.Appear(nid, {transition: Effect.Transitions.linear, duration: ndur}); } } <body onload="img_appear()"> <div class="images"> <img src="1.jpg" alt="...
2006 Jan 30
5
a RJS problem/patch
..."@controller.headers[''Content-Type''] ||= ''text/javascript''\n" + + "@controller.headers[''Content-Type''] = ''text/javascript''\n" + "update_page do |page|\n#{template}\nend" end else I haven''t try CVS version of rails yet, but actionpack/lib/action_view/base.rb seems to have same problem. --- base.rb.old 2006-01-31 02:05:28.000000000 +0900 +++ base.rb 2006-01-31 02:05:38.000000000 +0900 @@ -394,10 +394,10 @@ body =...
2019 Feb 07
2
lib-master test failure i686
....... : FAILED test-event-stats.c:490: Assert failed: compare_test_stats_to( "BEGIN??? %lu???? 0?????? 1?????? 0 0" "??? stest-event-stats.c???? %d????? ctest1\n" "EVENT %lu???? 1?????? 3?????? 0?????? " "stest-event-stats.c? %d l3????? 0" "??? ctest2\nEND\t%lu\n", id, lp, id, l, id) skip empty parents ................................................... : FAILED test-event-stats.c:533: Assert failed: compare_test_stats_to( "BEGIN??? %lu???? 0?????? 1?????? 0 0" "??? stest-event-stats.c???? %d????? ctest1\n" "EVENT %lu...
2019 Feb 08
2
lib-master test failure i686
...;BEGIN %lu 0 1 0 0" " stest-event-stats.c </div> <div> %d ctest1\n" "EVENT %lu 1 3 0 " </div> <div> "stest-event-stats.c %d l3 0" " ctest2\nEND\t%lu\n", id, </div> <div> lp, id, l, id) </div> <div> skip empty parents ................................................... </div> <div> : FAILED </div> <div> test-event-stats.c:533: Assert fai...
2006 Aug 13
3
escape block using red cloth
Hi all, Is it possible to configure red cloth to escape a block such as: ------------------------------------------------------------------ Hello, _this_ works *beautifull* [code lang="ruby"] def foo bar end [/code] ------------------------------------------------------------------ The text in the [code] block should not be parsed by Red Cloth''s to_html method. I cannot
2019 Feb 08
0
lib-master test failure i686
...t-stats.c:490: Assert failed: compare_test_stats_to( > "BEGIN??? %lu???? 0?????? 1 0?????? 0" "??? stest-event-stats.c???? > %d????? ctest1\n" "EVENT??????? %lu???? 1?????? 3?????? 0?????? " > "stest-event-stats.c? %d????? l3????? 0" " ctest2\nEND\t%lu\n", id, > lp, id, l, id) > skip empty parents ................................................... > : FAILED > test-event-stats.c:533: Assert failed: compare_test_stats_to( > "BEGIN??? %lu???? 0?????? 1 0?????? 0" "??? stest-event-stats.c???? > %d?????...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2006 Jun 27
4
Action Mailer - weird rendering issues
Hello, While sending email notifications from ThoughtNotifier, I am getting weird exceptions, which sometimes occur on the production machine, but I haven''t been able to reproduce on my development machine. There should be no error while rendering `thought_notifier/share_notification.rhtml'' template, but if for some reason it is rendering
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
...t;\ngetPrintText() finished!\n"); //This work on x64 using LLVM in Release, but crash in x86 both Release and Debug //testclass1.test2(std::string("HI! testclass1")); TestClass1 _testclass1; _testclass1.test2(std::string("Hello world!")); printf("\nEnding bitcode...\n\n"); return true; } And the command i’m using for compiling the bitcode: clang++ -v -O3 -I "../CodeHeaders/VS2010/include" -std=c++11 -emit-llvm "../engine_test.cpp" -c -o engine_test.bc >From what i have see it could be a bug with the "getMe...
2008 Nov 07
6
How to spec a (Trollop-based) binary’s internal state?
I?m trying to spec a ?binary?, and as previously discussed on this list, I?m trying to do it ?from outside? ? i.e., by calling it with Kernel#` and observing the (side-)effects. Unfortunately, this doesn?t really let me spec expectations about its internals. Let?s assume I have a -d flag and I parse it with Trollop to set Conf.debug: opts = Trollop::options do opt :debug, ''Print debug
2015 May 29
0
[PATCH v3] RFC: New virt-dib tool
...find out what might have caused the failure, run udevadm to try + * to settle things down (udev, you never know), and try umount all again. + *) + let checked_umount_all () = + try g#umount_all () + with G.Error _ -> + if debug >= 1 then ( + (try printf "lsof:\n%s\nEND\n" (g#debug "sh" [| "lsof"; "/sysroot"; |]) with _ -> ()); + (try printf "fuser:\n%s\nEND\n" (g#debug "sh" [| "fuser"; "-v"; "-m"; "/sysroot"; |]) with _ -> ()); + (try printf "lo...
2015 Jul 03
1
[PATCH v5] New tool: virt-dib
...find out what might have caused the failure, run udevadm to try + * to settle things down (udev, you never know), and try umount all again. + *) + let checked_umount_all () = + try g#umount_all () + with G.Error _ -> + if debug >= 1 then ( + (try printf "lsof:\n%s\nEND\n" (g#debug "sh" [| "lsof"; "/sysroot"; |]) with _ -> ()); + (try printf "fuser:\n%s\nEND\n" (g#debug "sh" [| "fuser"; "-v"; "-m"; "/sysroot"; |]) with _ -> ()); + (try printf "lo...
2015 Mar 31
0
[PATCH] WIP: New virt-dib tool
...o find out what might have caused the failure, run udevadm to try + * to settle things down (udev, you never know), and try umount all again + *) + let checked_umount_all () = + try g#umount_all () + with G.Error _ -> + if debug >= 1 then ( + (try printf "lsof:\n%s\nEND\n" (g#debug "sh" [| "lsof"; "/sysroot"; |]) with _ -> ()); + (try printf "fuser:\n%s\nEND\n" (g#debug "sh" [| "fuser"; "-v"; "-m"; "/sysroot"; |]) with _ -> ()); + (try printf "lo...
2015 Jun 16
2
[PATCH v4] RFC: New tool: virt-dib
...find out what might have caused the failure, run udevadm to try + * to settle things down (udev, you never know), and try umount all again. + *) + let checked_umount_all () = + try g#umount_all () + with G.Error _ -> + if debug >= 1 then ( + (try printf "lsof:\n%s\nEND\n" (g#debug "sh" [| "lsof"; "/sysroot"; |]) with _ -> ()); + (try printf "fuser:\n%s\nEND\n" (g#debug "sh" [| "fuser"; "-v"; "-m"; "/sysroot"; |]) with _ -> ()); + (try printf "lo...
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this. The two attached patches are preliminary work. My proposed split is: libguestfs.git common -> git submodule libguestfs-common.git generator/ lib/ all language bindings C based tools (eg. virt-df, virt-edit, guestfish) guestfs-tools.git common -> git submodule libguestfs-common.git
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server