代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/408091/11405303
cxx attribute.cxx
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "Attribute.h"
#include "MessageArg.h"
#incl
www.eeworm.com/read/408091/11405489
h attribute.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Attribute_INCLUDED
#define Attribute_INCLUDED 1
#ifdef __GNUG__
#pragma interface
#endif
#include
www.eeworm.com/read/407496/11418069
class attribute.class
www.eeworm.com/read/406848/11434533
class attribute.class
www.eeworm.com/read/401605/11554742
c attribute.c
///////////////////////////////////////////////////////////////////////////////
//
// attribute.c
//
// DESCRIPTION
// Define functions to get, set, or destroy attributes associated
//
www.eeworm.com/read/346712/11729235
java attribute.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/346071/11770308
h attribute.h
#ifndef ATTIBUTE_H
#define ATTIBUTE_H
#include "stdafx.h"
#include "Element.h"
#include
class Attribute:public Element
{
public:
Attribute(CString n,CString nt,Element* e,int
www.eeworm.com/read/346071/11770383
cpp attribute.cpp
#include "stdafx.h"
#include "Attribute.h"
Attribute::Attribute(CString n,CString nt,Element* e,int f,int m,int x1,int y1,int x2,int y2,int c,int d)
{
this->mainkey=m;
this->selecting=0;
this
www.eeworm.com/read/256502/11995797
cs attribute.cs
using System;
namespace Spider
{
///
/// Attribute holds one attribute, as is normally stored in
/// an HTML or XML file. This includes a name, value and delimiter.
///
/// T
www.eeworm.com/read/256387/12002666