HomeSort by relevance Sort by last modified time
    Searched refs:underline (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/python/cpython2/Demo/tix/samples/
DirList.py 89 box.add ('ok', text='Ok', underline=0, width=6,
91 box.add ('cancel', text='Cancel', underline=0, width=6,
NoteBook.py 41 # Create the two tabs on the notebook. The -underline option
42 # puts a underline on the first character of the labels of the tabs.
45 nb.add('hard_disk', label="Hard Disk", underline=0)
46 nb.add('network', label="Network", underline=0)
SHList2.py 140 box.add( 'ok', text='Ok', underline=0, width=6,
143 box.add( 'cancel', text='Cancel', underline=0, width=6,
  /external/python/cpython2/Lib/plat-mac/Carbon/
QuickDraw.py 8 underline = 4 variable
185 underline = 4 variable
  /external/python/cpython3/Lib/turtledemo/
__main__.py 158 label='Examples', underline=0)
160 label='Fontsize', underline=0)
162 label='Help', underline=0)
284 menu.add_command(label=entry, underline=0,
299 menu.add_command(label=str(size), underline=0,
  /external/icu/icu4c/
icu4c.css 83 text-decoration: underline;
102 text-decoration: underline;
120 text-decoration: underline;
202 text-decoration: underline;
243 text-decoration: underline;
  /external/pdfium/fxjs/xfa/
cjx_font.cpp 45 void CJX_Font::underline(CFXJSE_Value* pValue, function in class:CJX_Font
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 157 underline=0, font=menufont)
167 CmdBtn.menu.add_command(label=entry[6:-3], underline=0,
175 label=e[6:-3], underline=0, font=menufont,
184 CmdBtn = Menubutton(self.mBar, text='Help', underline=0, font = menufont)
  /external/python/httplib2/doc/html/_static/
default.css 48 text-decoration: underline;
118 text-decoration: underline;
sphinxdoc.css 148 text-decoration: underline;
220 text-decoration: underline;
322 text-decoration: underline;
  /external/libvterm/src/
screen.c 19 unsigned int underline : 2; member in struct:__anon30007
406 screen->pen.underline = val->number;
750 cell->attrs.underline = intcell->pen.underline;
787 intcell->pen.underline = cell->attrs.underline;
885 if((attrs & VTERM_ATTR_UNDERLINE_MASK) && (a->pen.underline != b->pen.underline))
vterm_internal.h 41 unsigned int underline:2; member in struct:VTermPen
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 137 text-decoration: underline;
156 text-decoration: underline;
178 text-decoration: underline;
283 text-decoration: underline;
  /external/swiftshader/third_party/llvm-7.0/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 137 text-decoration: underline;
156 text-decoration: underline;
178 text-decoration: underline;
283 text-decoration: underline;
  /external/python/cpython2/Demo/tix/
tixwidgets.py 60 file = Tix.Menubutton(w, text='File', underline=0, takefocus=0)
61 help = Tix.Menubutton(w, text='Help', underline=0, takefocus=0)
69 fm.add_command(label='Exit', underline=1,
71 hm.add_checkbutton(label='BalloonHelp', underline=0, command=ToggleHelp,
89 w.add('wel', label='Welcome', underline=0,
91 w.add('cho', label='Choosers', underline=0,
93 w.add('scr', label='Scrolled Widgets', underline=0,
95 w.add('mgr', label='Manager Widgets', underline=0,
97 w.add('dir', label='Directory List', underline=0,
99 w.add('exp', label='Run Sample Programs', underline=0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
configure 432 echo Checking for underline in external names... No.
434 echo Checking for underline in external names... Yes.
  /external/libnl/doc/stylesheets/
xhtml11.css 14 text-decoration: underline;
189 text-decoration: underline;
asciidoc.css 33 text-decoration: underline;
208 text-decoration: underline;
410 span.underline { text-decoration: underline; }
flask.css 34 text-decoration: underline;
209 text-decoration: underline;
408 span.underline { text-decoration: underline; }
  /external/python/cpython2/Lib/idlelib/
macosxSupport.py 151 menubar.add_cascade(label='Window', menu=menu, underline=0)
  /external/python/cpython3/Lib/idlelib/
macosx.py 187 menubar.add_cascade(label='Window', menu=menu, underline=0)
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 95 text-decoration:underline;
262 text-decoration:underline;
298 text-decoration:underline;
430 text-decoration:underline !important;
472 text-decoration:underline;
708 text-decoration:underline;
  /external/llvm/docs/_ocamldoc/
style.css 78 a:hover { text-decoration : underline }
  /external/skia/gm/
fontmgr.cpp 237 SkRect underline{ fontBounds.fLeft, fm.fUnderlinePosition+y,
239 canvas->drawRect(underline, metricsPaint);
  /external/skqp/gm/
fontmgr.cpp 239 SkRect underline{ fontBounds.fLeft, fm.fUnderlinePosition+y,
241 canvas->drawRect(underline, metricsPaint);

Completed in 472 milliseconds

12 3 4