HomeSort by relevance Sort by last modified time
    Searched refs:lab (Results 1 - 25 of 53) sorted by null

1 2 3

  /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/ext/tk/sample/tkextlib/bwidget/
dnd.rb 21 lab = Tk::BWidget::Label.new(f, :text=>'Drag this text',
27 lab = Tk::BWidget::Label.new(f, :bitmap=>'info',
39 lab = Tk::BWidget::Label.new(f, :dropenabled=>true,
basic.rb 32 lab = Tk::BWidget::Label.new(parent, :text=>'This is a Label widget',
35 :variable=>@@var.ref(lab, 'state'),
37 :command=>proc{lab[:state] = @@var[lab, 'state']})
38 lab.pack(:anchor=>:w, :pady=>4)
62 lab = TkLabel.new(parent, :textvariable=>@@var.ref('entcmd'),
67 lab.pack(:pady=>4)
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/sql/
sp_pcontext.cc 238 sp_label_t *lab = (sp_label_t *)sql_alloc(sizeof(sp_label_t)); local
240 if (lab)
242 lab->name= name;
243 lab->ip= ip;
244 lab->type= SP_LAB_IMPL;
245 lab->ctx= this;
246 m_label.push_front(lab);
248 return lab;
255 sp_label_t *lab; local
257 while ((lab= li++)
    [all...]
sp_pcontext.h 284 sp_label_t *lab= m_label.head(); local
286 if (!lab && m_parent)
287 lab= m_parent->last_label();
288 return lab;
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/sql/
sp_pcontext.cc 238 sp_label_t *lab = (sp_label_t *)sql_alloc(sizeof(sp_label_t)); local
240 if (lab)
242 lab->name= name;
243 lab->ip= ip;
244 lab->type= SP_LAB_IMPL;
245 lab->ctx= this;
246 m_label.push_front(lab);
248 return lab;
255 sp_label_t *lab; local
257 while ((lab= li++)
    [all...]
sp_pcontext.h 284 sp_label_t *lab= m_label.head(); local
286 if (!lab && m_parent)
287 lab= m_parent->last_label();
288 return lab;
  /webstack/webstack/trunk/src/ruby-1.8.5/ext/tk/sample/tkextlib/bwidget/
dnd.rb 21 lab = Tk::BWidget::Label.new(f, :text=>'Drag this text',
27 lab = Tk::BWidget::Label.new(f, :bitmap=>'info',
39 lab = Tk::BWidget::Label.new(f, :dropenabled=>true,
basic.rb 32 lab = Tk::BWidget::Label.new(parent, :text=>'This is a Label widget',
35 :variable=>@@var.ref(lab, 'state'),
37 :command=>proc{lab[:state] = @@var[lab, 'state']})
38 lab.pack(:anchor=>:w, :pady=>4)
62 lab = TkLabel.new(parent, :textvariable=>@@var.ref('entcmd'),
67 lab.pack(:pady=>4)
  /webstack/webstack/trunk/src/ruby-1.8.6/ext/tk/sample/tkextlib/bwidget/
dnd.rb 21 lab = Tk::BWidget::Label.new(f, :text=>'Drag this text',
27 lab = Tk::BWidget::Label.new(f, :bitmap=>'info',
39 lab = Tk::BWidget::Label.new(f, :dropenabled=>true,
basic.rb 32 lab = Tk::BWidget::Label.new(parent, :text=>'This is a Label widget',
35 :variable=>@@var.ref(lab, 'state'),
37 :command=>proc{lab[:state] = @@var[lab, 'state']})
38 lab.pack(:anchor=>:w, :pady=>4)
62 lab = TkLabel.new(parent, :textvariable=>@@var.ref('entcmd'),
67 lab.pack(:pady=>4)
  /webstack/mod_sed/
sed0.c 68 commands->lab = commands->labtab + 1;
129 const sed_label_t *lab; local
135 for (lab = commands->labtab + 1; lab < commands->lab; lab++) {
137 if (lab->address == 0) {
138 error = apr_psprintf(pool, SEDERR_ULMES, lab->asc);
142 if (lab->chain) {
162 const sed_label_t *lab; local
    [all...]
libsed.h 98 sed_label_t *lab; member in struct:sed_commands_s
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/libmysqld/
sp_pcontext.cc 275 sp_label_t *lab = (sp_label_t *)sql_alloc(sizeof(sp_label_t)); local
277 if (lab)
279 lab->name= name;
280 lab->ip= ip;
281 lab->type= SP_LAB_IMPL;
282 lab->ctx= this;
283 m_label.push_front(lab);
285 return lab;
292 sp_label_t *lab; local
294 while ((lab= li++)
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/sql/
sp_pcontext.cc 275 sp_label_t *lab = (sp_label_t *)sql_alloc(sizeof(sp_label_t)); local
277 if (lab)
279 lab->name= name;
280 lab->ip= ip;
281 lab->type= SP_LAB_IMPL;
282 lab->ctx= this;
283 m_label.push_front(lab);
285 return lab;
292 sp_label_t *lab; local
294 while ((lab= li++)
    [all...]
sp_pcontext.h 309 sp_label_t *lab= m_label.head(); local
311 if (!lab && m_parent)
312 lab= m_parent->last_label();
313 return lab;
  /webstack/webstack/trunk/src/mysql-5.0.45/libmysqld/
sp_pcontext.cc 275 sp_label_t *lab = (sp_label_t *)sql_alloc(sizeof(sp_label_t)); local
277 if (lab)
279 lab->name= name;
280 lab->ip= ip;
281 lab->type= SP_LAB_IMPL;
282 lab->ctx= this;
283 m_label.push_front(lab);
285 return lab;
292 sp_label_t *lab; local
294 while ((lab= li++)
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/sql/
sp_pcontext.cc 275 sp_label_t *lab = (sp_label_t *)sql_alloc(sizeof(sp_label_t)); local
277 if (lab)
279 lab->name= name;
280 lab->ip= ip;
281 lab->type= SP_LAB_IMPL;
282 lab->ctx= this;
283 m_label.push_front(lab);
285 return lab;
292 sp_label_t *lab; local
294 while ((lab= li++)
    [all...]
sp_pcontext.h 309 sp_label_t *lab= m_label.head(); local
311 if (!lab && m_parent)
312 lab= m_parent->last_label();
313 return lab;
  /webstack/webstack/branches/CoolStack12Rtm/src/unixODBC-2.2.12/odbcinstQ/
CODBCCreate.h 72 QLabel *lab; member in class:CODBCCreate
115 QLabel *lab; member in class:CODBCAdvanced
CODBCCreate.cpp 111 lab = new QLabel( this );
112 lab -> setAlignment( AlignTop | AlignLeft );
113 lab -> setGeometry( 10,10, 330,150 );
114 lab -> setText( "If you know the driver specific keywords for this data\nsource, you can type them and their values here. Put a\nnew keyword-value pair on each line. For example.\n\n Server=MyServer\n Database=MyDatabase\n\nFor more information on driver-specific keywords, please\nconsult your ODBC driver's documentation" );
116 lab = new QLabel( this );
117 lab -> setAlignment( AlignTop | AlignLeft );
118 lab -> setGeometry( 10,175, 350,50 );
119 lab -> setText( "Enter driver-specific keywords and values:" );
474 lab->setText( "Selecting File Data Source creates a file-based\ndata sourcewhich is shareable between all\nusers with access to the database" );
479 lab->setText( "Selecting User Data Source creates a data source\nwhich is specific to this machine, an (…)
    [all...]
  /webstack/webstack/trunk/src/unixODBC-2.2.12/odbcinstQ/
CODBCCreate.h 72 QLabel *lab; member in class:CODBCCreate
115 QLabel *lab; member in class:CODBCAdvanced
CODBCCreate.cpp 111 lab = new QLabel( this );
112 lab -> setAlignment( AlignTop | AlignLeft );
113 lab -> setGeometry( 10,10, 330,150 );
114 lab -> setText( "If you know the driver specific keywords for this data\nsource, you can type them and their values here. Put a\nnew keyword-value pair on each line. For example.\n\n Server=MyServer\n Database=MyDatabase\n\nFor more information on driver-specific keywords, please\nconsult your ODBC driver's documentation" );
116 lab = new QLabel( this );
117 lab -> setAlignment( AlignTop | AlignLeft );
118 lab -> setGeometry( 10,175, 350,50 );
119 lab -> setText( "Enter driver-specific keywords and values:" );
474 lab->setText( "Selecting File Data Source creates a file-based\ndata sourcewhich is shareable between all\nusers with access to the database" );
479 lab->setText( "Selecting User Data Source creates a data source\nwhich is specific to this machine, an (…)
    [all...]
  /webstack/webserver/src/server/libsed/
sed0.c 96 commands->lab = commands->labtab + 1;
171 sed_label_t *lab; local
178 for (lab = commands->labtab; lab < commands->lab; lab++) {
179 if (lab->address == 0) {
180 command_errf(commands, XP_GetAdminStr(DBT_ULMES), lab->asc);
184 if (lab->chain) {
187 rep = lab->chain
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/x2p/
s2p.PL 653 my( $addr1, $addr2, $negated, $opcode, $lab, $fl ) = @_;
655 $lab =~ s/\s+//;
656 if( length( $lab ) ){
658 if( ! exists( $Label{$lab} ) ){
659 $h = $Label{$lab}{name} = newLabel();
661 $h = $Label{$lab}{name};
662 if( exists( $Label{$lab}{defined} ) ){
663 my $dl = $Label{$lab}{defined};
664 Warn( "duplicate label $lab (first defined at $dl)", $fl );
668 $Label{$lab}{defined} = $fl
    [all...]
  /webstack/webstack/trunk/src/perl-5.8.8/x2p/
s2p.PL 653 my( $addr1, $addr2, $negated, $opcode, $lab, $fl ) = @_;
655 $lab =~ s/\s+//;
656 if( length( $lab ) ){
658 if( ! exists( $Label{$lab} ) ){
659 $h = $Label{$lab}{name} = newLabel();
661 $h = $Label{$lab}{name};
662 if( exists( $Label{$lab}{defined} ) ){
663 my $dl = $Label{$lab}{defined};
664 Warn( "duplicate label $lab (first defined at $dl)", $fl );
668 $Label{$lab}{defined} = $fl
    [all...]

Completed in 1080 milliseconds

1 2 3