Searched refs:Separator (Results 76 - 92 of 92) sorted by relevance

1234

/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Darrow.rb163 'stipple'=>'@'+[$demo_dir,'..','images','grey.25'].join(File::Separator)}
H A Dknightstour.rb156 sep = Ttk::Separator.new(frame)
H A Dtwind2.rb239 ].join(File::Separator)))
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Darrow.rb161 'stipple'=>'@'+[$demo_dir,'..','images','grey.25'].join(File::Separator)}
H A Dknightstour.rb158 sep = Ttk::Separator.new(frame)
H A Dwidget754 # eval(IO.readlines("#{[$demo_dir, tag[5..-1]].join(File::Separator)}.rb").join, _null_binding)
756 eval_samplecode(IO.readlines("#{[$demo_dir, tag[5..-1]].join(File::Separator)}.rb").join, tag[5..-1] + '.rb')
769 # eval `cat #{[$demo_dir, tag[5..-1]].join(File::Separator)}.rb`
770 eval IO.readlines("#{[$demo_dir, tag[5..-1]].join(File::Separator)}.rb").join
889 code = open([$demo_dir, file].join(File::Separator), 'r'){|fid| fid.read }
975 code = open([$demo_dir, file].join(File::Separator), 'r'){|fid| fid.read }
1007 fname = [dir, 'tkdemo-' + file].join(File::Separator)
1103 #eval(IO.readlines("#{[$demo_dir, cmd].join(File::Separator)}.rb").join,
1105 eval_samplecode(IO.readlines("#{[$demo_dir, cmd].join(File::Separator)}.rb").join, cmd + '.rb')
H A Dtwind2.rb239 ].join(File::Separator)))
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Ddemo.rb115 Tk::BWidget::Separator.new(tb1, :orient=>:vertical){
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl18 Widget::define Wizard wizard ButtonBox Separator PagesManager
185 Separator $path.separator.s -orient horizontal
916 Separator $layout.sep1 -relief groove -orient horizontal
985 Separator $layout.sep1 -relief groove -orient vertical
H A Dthemeutils.tcl568 ArrowButton LabelEntry SpinBox Separator
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLOperator.cpp96 { 0x2C, Infix, 0, 3, Separator}, // COMMA
102 { 0x3B, Infix, 0, 3, Separator}, // SEMICOLON
161 { 0x2063, Infix, 0, 0, Separator}, // INVISIBLE SEPARATOR
1173 // If this operator is anonymous, we preserve the Fence and Separator properties. This is to handle the case of RenderMathMLFenced.
1175 m_operatorFlags = (m_operatorFlags & (MathMLOperatorDictionary::Fence | MathMLOperatorDictionary::Separator)) | entry->flags;
1215 m_operatorFlags &= MathMLOperatorDictionary::Fence | MathMLOperatorDictionary::Separator; // This resets all but the Fence and Separator properties.
1245 setOperatorFlagFromAttribute(MathMLOperatorDictionary::Separator, MathMLNames::separatorAttr);
/macosx-10.10/vim-55/runtime/syntax/
H A Dratpoison.vim84 syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=KP_\(Equal\|Multiply\|Add\|Separator\)\>" contained nextgroup=ratpoisonCommandArg skipwhite
/macosx-10.10/vim-55/src/
H A Dgui_beval.c122 # include <Xm/Separator.h>
H A Dgui_motif.c16 #include <Xm/Separator.h>
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityRenderObject.cpp3544 return toRenderMathMLOperator(*m_renderer).hasOperatorFlag(MathMLOperatorDictionary::Separator);
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib-Xm.c62 #include <Xm/Separator.h>
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistConfig.tcl127 Separator.hseparator -side bottom

Completed in 191 milliseconds

1234