代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/442458/1760977
rss label_caption.rss
/*
* ============================================================================
* Name : Label_caption.rss
* Part of : Label
* Created : 22.02.2006 by ToBeReplacedByAuthorToBeReplacedBy
www.eeworm.com/read/440906/1776195
c label1.c
// Build don't link:
template
struct S {};
template
inline void g(T t)
{
here:
S st;
goto here;
}
template
void f(T t)
{
here:
g(t);
goto here;
}
void h(
www.eeworm.com/read/440906/1776967
c label2.c
// Build don't link:
// GROUPS passed labels
extern "C" void abort();
class X {
public:
X();
};
void foo ()
{
X: ::abort();
goto X;
}
www.eeworm.com/read/440906/1777089
c label1.c
// Build don't link:
// GROUPS passed labels
// it should only give 1 error, about using an undefined label
int main(void) { goto dummy; }// ERROR - .*
www.eeworm.com/read/440906/1777239
c label2.c
// Origin: Mark Mitchell
// Special g++ Options:
template
int f ()
{
int i = 0;
int j = 0;
int k = 0;
l:
if (j)
return 0;
({
__label__ l;
k
www.eeworm.com/read/440906/1777250
c label1.c
// Origin: Mark Mitchell
// Special g++ Options:
int main ()
{
int i = 0;
int j = 0;
int k = 0;
l:
if (j)
return 0;
({
__label__ l;
k = 0;
l:
i
www.eeworm.com/read/440886/1786023
js label-min.js
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.form.Label=Ext.extend(Ext.BoxComponent,{onRender:function(B,A){
www.eeworm.com/read/433231/1884506
js label-min.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.form.Label=Ext.extend(Ext.BoxComponent,{onRender:function(B,A
www.eeworm.com/read/430873/1916296
js label-min.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.form.Label=Ext.extend(Ext.BoxComponent,{onRender:function(B,A