代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/250424/4430494
js attribute.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/247212/4484689
idl attribute.idl
interface foo {
readonly attribute long attr1;
attribute char attr2;
};
www.eeworm.com/read/247171/4487918
vb attribute.vb
'
' Visual Basic.Net Compiler
' Copyright (C) 2004 - 2007 Rolf Bjarne Kvinge, RKvinge@novell.com
'
' This library is free software; you can redistribute it and/or
' modify it under the terms of the
www.eeworm.com/read/246767/4491884
java attribute.java
/***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2005 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/245316/4504384
java attribute.java
package javax.jmi.model;
public interface Attribute extends StructuralFeature {
public boolean isDerived();
public void setDerived(boolean newValue);
}
www.eeworm.com/read/245316/4504978
java attribute.java
/*
* Java(TM) OLAP Interface
*/
package org.omg.java.cwm.objectmodel.core;
public interface Attribute
extends org.omg.java.cwm.objectmodel.core.StructuralFeature {
// -------------