代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/314341/3636369
php attribute_add.tpl.php
function CheckForm()
{
if($F('att_name')=='')
{
alert('璇锋坊鍔犲睘鎬у悕绉帮紒');
www.eeworm.com/read/314341/3636379
php attribute_edit.tpl.php
function CheckForm()
{
if($F('att_name')=='')
{
alert('璇锋坊鍔犲睘鎬у悕绉帮紒');
www.eeworm.com/read/314308/3636773
3 ldap_first_attribute.3
.TH LDAP_FIRST_ATTRIBUTE 3 "RELEASEDATE" "OpenLDAP LDVERSION"
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_first_attribute.3,v 1.18.2.6 2007/01/02 21:43:44 kurt Exp $
.\" Copyright 1998-2007 The OpenLDAP
www.eeworm.com/read/313562/3643474
java font_attribute_form.java
package ch10;
import javax.microedition.lcdui.*;
//该类实现用户对字体属性的选择
public class Font_Attribute_Form
extends Form
implements ItemStateListener {
//声明一个代表字体外观的int型属性变量
int face;
www.eeworm.com/read/313562/3643477
java font_attribute_text.java
package ch10;
import javax.microedition.lcdui.*;
//该类实现字体的绘制
public class Font_Attribute_Text
extends Canvas {
//声明一个代表字体外观的int型属性变量
int face;
//声明一个代表字体样式的int型属性变量
int sty
www.eeworm.com/read/313562/3643481
java font_attribute_midlet.java
package ch10;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class Font_Attribute_MIDlet
extends MIDlet
implements CommandListener {
//声明一个Display对象
www.eeworm.com/read/295465/3910691
c sf_attribute_table.c
/* A Bison parser, made by GNU Bison 2.3. */
/* Skeleton implementation for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Softwa