search for: label

Displaying 20 results from an estimated 18915 matches for "label".

2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the bottom are dropping off. I seem to be limited to 12 items. Is there a limit to how many items can be on the simple menu? default pxelinux.cfg/menu.c32 prompt 0 MENU TITLE UWSP PXE Boot Menu # TIMEOUT 200 LABEL bartpe MENU LABEL Build 12 KERNEL /STARTROM.0 APPEND keeppxe LABEL 11dnet MENU LABEL Build 11DNET beta (works on 200MB ram) KERNEL 1/STARTROM.0 APPEND keepxe LABEL imgctr MENU LABEL Image Center (experimental) KERNEL memdisk APPEND keeppxe initrd=fimages/pqimgctr.vfd LABEL localboot...
2012 Mar 08
1
Warnings when plotting after x11() in R 2.14.2
Dear R-help, I recently upgraded from R 2.13.1 to R 2.14.2 and now get warning messages when plotting after using x11(). Example: > plot(rnorm(10)) ### no warnings > x11(); plot(rnorm(10)) Warning messages: 1: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Windows font database 2: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Windows font database 3: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Windows font database 4: In axis(side = si...
2015 Jul 08
9
[PATCH 0/5] labels: rework
We should use the existing function from specific fs, if not, move it to specific fs files. Chen Hanxiao (5): label: move btrfslabel to btrfs.c label: move e2label to ext2.c and call it locally label: move ntfslabel to ntfs.c label: use existing do_xfs_admin for xfslabel labels: return ENOTSUP if could not set label for specific fs daemon/btrfs.c | 16 +++++++++++ daemon/daemon.h | 4 +++ daemon/ext2...
2012 Oct 10
3
Menu system bug - MENU DEFAULT not working
...ay that you can make the syslinux.cfg > you posted yesterday smaller? > > -- > Matt Fleming, Intel Open Source Technology Center > Maybe this (simpler and first) cfg is enough for testing: *** START SYSLINUX.CFG 1 *** UI menu.c32 PROMPT 0 MENU CLEAR MENU BEGIN 0000 LABEL - MENU DEFAULT MENU LABEL [ ] Persistent changes MENU GOTO 1000 MENU END MENU BEGIN 1000 LABEL - MENU DEFAULT MENU LABEL [*] Persistent changes MENU GOTO 0000 MENU END *** END SYSLINUX.CFG 1 *** The next (second) step would be something like: *** START S...
2006 Dec 04
2
[LLVMdev] problem using scc_iterator on CallGraph
...------------------------------------- ; ModuleID = 'bugpoint-reduced-simplified.bc' target datalayout = "e-p:32:32" target endian = little target pointersize = 32 target triple = "i686-pc-linux-gnu" implementation ; Functions: void %execute() { entry: br bool false, label %bb688, label %cond_true cond_true: ; preds = %entry ret void bb: ; preds = %bb688 switch int 0, label %bb684 [ int 33, label %bb412 int 35, label %bb604 int 37, label %bb531 int 38, label %bb418 int 42, label %bb495 int 43, label %bb467 int 45, label %cond_true484 int...
2011 Mar 10
3
lattice xscale.components: different ticks on top/bottom axis
...frame(x=1:10,y=1:10) xscale.components.A <- function(...,user.value=NULL) { # get default axes definition list; print user.value ans <- xscale.components.default(...) print(user.value) # start with the same definition of bottom and top axes ans$top <- ans$bottom # - bottom labels ans$bottom$labels$at <- seq(0,10,by=2) ans$bottom$labels$labels <- paste("B",seq(0,10,by=2),sep="-") # - top labels ans$top$labels$at <- seq(1,9,by=2) ans$top$labels$labels <- paste("T",seq(1,9,by=2),sep="-") # return axes definitio...
2015 Jul 08
5
[PATCH v2 0/4] labels: rework
We should use the existing function from specific fs, if not, move it to specific fs files. Chen Hanxiao (4): labels: move e2label to ext2.c and call it directly labels: move ntfslabel to ntfs.c labels: use existing do_xfs_admin for xfslabel labels: return ENOTSUP if could not set label for specific fs daemon/daemon.h | 2 ++ daemon/ext2.c | 23 ++++++++++++----- daemon/labels.c | 70 ++...
2015 Jul 16
3
[LLVMdev] why LoopUnswitch pass does not constant fold conditional branch and merge blocks
Hi, I have a general question on LoopUnswtich pass. Consider the following IR snippet: define i32 @test(i1 %cond) { br label %loop_begin loop_begin: br i1 %cond, label %loop_body, label %loop_exit loop_body: br label %do_something do_something: call void @some_func() noreturn nounwind br label %loop_begin loop_exit: ret i32 0 } declare void @some_func() noreturn After running it through "opt -loop-uns...
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...time now, and I have come across a couple of laptops where isolinux balks at my config file.. Upon booting on this systems, the image background appears corrupted, and at the boot prompt, the following happens automatically. Unknown keyword in config file. Could not find kernel image: 1 boot: Any label input here fails, with "Could not find kernel image". If I replace the config file with a simpler one, with one option only and no image background, it works perfectly. I have included the config file below, apologies if anybody is on a slow link.. (these lines may wrap depending on you...
2013 Jun 13
5
[LLVMdev] DataFlowSanitizer design discussion
...t designed to detect a specific class of bugs on its own. Instead, it provides a generic dynamic data flow analysis framework to be used by clients to help detect application-specific issues within their own code. DataFlowSanitizer is a program instrumentation which can associate a number of taint labels with any data stored in any memory region accessible by the program. The analysis is dynamic, which means that it operates on a running program, and tracks how the labels propagate through that program. The tool shall support a large (>100) number of labels, such that programs which operate on...
2013 Jun 26
0
[LLVMdev] DataFlowSanitizer design discussion
...t designed to detect a specific class of bugs on its own. Instead, it provides a generic dynamic data flow analysis framework to be used by clients to help detect application-specific issues within their own code. DataFlowSanitizer is a program instrumentation which can associate a number of taint labels with any data stored in any memory region accessible by the program. The analysis is dynamic, which means that it operates on a running program, and tracks how the labels propagate through that program. The tool shall support a large (>100) number of labels, such that programs which operate on...
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
...N MENU TITLE BackBox Linux 2.05 32bit INCLUDE backbox-2.05-32bit.conf MENU END ### With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with 5.01 it will display list of elements, then allow me to choose which one I want to enter. Even if the include part contain a single label + menu label, it will display only it with newer syslinux. -- Piotr.
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...iotr.karbowski at gmail.com> wrote: > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with >> 5.01 it will display list of elements, then allow me to choose which one I >> want to enter. >> >> Even if the include part contain a single label + menu label, it will >> display only it with newer syslinux. > > What do the INCLUDEd config files look like? Perhaps an overriding DEFAULT? > ESC does not bring me to the proper menu. Attached config files. if extlinux.conf have only one include 'sysrcd-2.4.1.conf' it d...
2006 Dec 04
0
[LLVMdev] problem using scc_iterator on CallGraph
...= 'bugpoint-reduced-simplified.bc' > target datalayout = "e-p:32:32" > target endian = little > target pointersize = 32 > target triple = "i686-pc-linux-gnu" > > implementation ; Functions: > > void %execute() { > entry: > br bool false, label %bb688, label %cond_true > > cond_true: ; preds = %entry > ret void > > bb: ; preds = %bb688 > switch int 0, label %bb684 [ > int 33, label %bb412 > int 35, label %bb604 > int 37, label %bb531 > int 38, label %bb418 > int 42, label %bb495 >...
2006 Jun 19
2
Isolinux CD to Hard drive
...tems from the menu except for the first three items which regards the "LOCALBOOT" command and I got the "Unknown Keyword in Syslinux.cfg" message. All the other items worked. Here is my menu in syslinux.cfg : --------------------------- default 1 display bootmsg.txt prompt 1 label 0 localboot 0x80 label a localboot 0x00 label q localboot -1 label 1 kernel netboot.img label 2 kernel memdisk append initrd=msnet.img label 3 kernel memdisk append initrd=pm.img label 4 kernel memdisk append initrd=sm.img label 5 kernel memdisk append initrd=...
2009 Feb 24
1
odfWeave problem "Error in xmlEventParse"
...flating: layout-cache inflating: content.xml inflating: styles.xml extracting: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... 1 : term verbatim(label=Init) 2 : term xml(label=IPTransSummary_SL) 3 : term xml(label=IPTransSummary_SP) 4 : term xml(label=IPTransSummary_SL_CY) 5 : term xml(label=IPTransSummary_SP_CY) 6 : term xml(label=IPTransSummary_SP_CY_SE) 7 : term xml(label=IPTransSummary_SL_IPL) 8 : term xml(label=IP...
2006 Dec 04
1
[LLVMdev] problem using scc_iterator on CallGraph
...ied.bc' >>target datalayout = "e-p:32:32" >>target endian = little >>target pointersize = 32 >>target triple = "i686-pc-linux-gnu" >> >>implementation ; Functions: >> >>void %execute() { >>entry: >> br bool false, label %bb688, label %cond_true >> >>cond_true: ; preds = %entry >> ret void >> >>bb: ; preds = %bb688 >> switch int 0, label %bb684 [ >> int 33, label %bb412 >> int 35, label %bb604 >> int 37, label %bb531 >> int 38, label %bb418 >&...
2005 Jun 02
1
Wishlist: more flexible handling of tick labels in axis.Date (PR#7913)
Full_Name: Gavin Simpson Version: 2.1.0-patched (1-Jun-2005) OS: Linux (Fedora Core 3) Submission from: (NULL) (128.40.32.76) axis.Date() insists on labelling tick marks. It could be made more flexible by allowing the user to specify if they want the ticks to be labelled, for example, to add un-labelled minor ticks for "months", added to a plot with "years" labelled. The user can not define labels = "" in the "...&q...
2013 Sep 27
2
RV: cronbach
¿existe algún método en el cual no sea necesario hacer este trabajo y que aparezcan los nombres de las preguntas? label.cronbach <- label.var(p01, "¿Le agrada el programa que se le ha mostrado? ") label.cronbach <- label.var(p02, "¿Cree que ayuda en el aprendizaje?") label.cronbach <- label.var(p03, "¿Propicia el trabajo en el equipo?") label.cronbach <- label.var(p04, &q...
2013 Nov 29
0
Formatting output of plotKML
...Thanks, Calum Hello, I am having a little trouble with plotKML and I am not sure whether to ascribe it to my incompetence (most likely), incomplete documentation, or other incorrect behaviour. My aim is to produce a display in Google Earth visualising point data, and I wish to control the size, label, and colour of these points. I have succesfully achieved the first two but am struggling a little to achieve the latter. I have attached my test data below along with the script I am using and sessionInfo(). The test data is in the UK's National Grid co-ordinate system so it gets converted befo...