代码搜索:LABEL
找到约 10,000 项符合「LABEL」的源代码
代码结果 10,000
www.eeworm.com/read/289592/3990309
h st-browser-tab-label.h
/*
* Copyright (c) 2004 Jean-Yves Lefort
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co
www.eeworm.com/read/273525/4205037
hlp cat_axis_label_options.hlp
{smcl}
{* 01mar2005}{...}
{cmd:help cat_axis_label_options}
{hline}
{* index axis line, look of}{...}
{title:Title}
{p2colset 5 35 37 2}{...}
{p2col :{hi:[G] {it:cat_axis_label_options}} {h
www.eeworm.com/read/440886/1786006
svn-base label-min.js.svn-base
/*
* 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/432727/1889956
properties i3-label_ja.properties
#--------------------#
# Label for zkdemo #
#--------------------#
username=ユーザー名
password=パスワード
www.eeworm.com/read/399451/2360404
properties i3-label_ja.properties
#--------------------#
# Label for zkdemo #
#--------------------#
username=ユーザー名称
password=パスワード
www.eeworm.com/read/396844/2407722
m som_label2num.m
function [nos,names] = som_label2num(L)
%SOM_LABEL2NUM Recodes textual data labels to interger class labels
%
% [class,names]=class2num(L)
%
% [class,names]=class2num(sData)
% [class,names]=class2
www.eeworm.com/read/393963/2461091
java ch4_4label.java
import javax.swing.*;
import java.awt.*;
public class ch4_4Label extends JFrame{
JLabel lblPwd,lblImage,lblUser;
JPanel pnlMain;
JTextField txtName;
JPasswordField pwdPassword;
public ch4_
www.eeworm.com/read/366702/2876174
f90 fmt_label_1.f90
! { dg-do compile }
!
! Check for diagnostics (PR 34108)
write (*,0) 'xxx' ! { dg-error "Statement label .* is zero" }
write (*,1) 'xxx' ! { dg-error "FORMAT label .* not defined" }
write (*,123
www.eeworm.com/read/366702/2876707
f03 binding_label_tests.f03
! { dg-do compile }
module binding_label_tests
use, intrinsic :: iso_c_binding
implicit none
contains
subroutine c_sub() BIND(c, name = "C_Sub")
print *, 'hello from c_sub'
end subrout
www.eeworm.com/read/366702/2881382
c stmt-expr-label-2.c
/* Test for labels in statement expressions: bugs 772 and 17913.
switch statements must not jump into statement expressions. */
/* Origin: Joseph Myers */
/* { dg-do com