代码搜索:Attributes
找到约 10,000 项符合「Attributes」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14125816
dat vb_att3b.dat
语法
----
object.Attributes [= newattributes]
Attributes 属性有下列几个部分:
部分 描述
object 必需的。总是某个 File 或者 Folder 对象的名字。
newattributes 可选的。如果提供的话,newattributes 就是所指定 object 的新属性
www.eeworm.com/read/131795/14126051
dat vb_code65b.dat
语法
----
SetAttr pathname, <mark>attributes</mark>
SetAttr 语句的语法含有以下这些命名参数:
部分 描述
pathname 必要参数。用来指定一个文件名的字符串表达式,可能包含目录或文件夹、以及驱动器。
<mark>Attributes</mark> 必要参数。常数或数值表达式,其总和用来表示文件的属性。
设置值
at ...
www.eeworm.com/read/162614/5528258
c 20010701-1.c
/* Test that postfix attributes only apply to a single declared object.
(decl_attributes used to chain them onto the end of the prefix attributes,
which caused them to apply to other declaration
www.eeworm.com/read/147311/12569147
html remallattr.html
Removing All the Attributes in a DOM Element
(Java Developers Almanac Example)
www.eeworm.com/read/318168/13484562
ini tidy.ini
;PSPad user HighLighter definition file
[Settings]
Name=TiDy
HTMLGroup=0
Label=1
FileType=*.ini
CommentString=
BasComment=1
IndentChar=
UnIndentChar=
TabWidth=0
DoubleQuote=1
KeyWordChars=
www.eeworm.com/read/100409/6270072
java ozoneobjattsfactory.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Core License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// Copy
www.eeworm.com/read/127767/14335897
txt e536. listing all the attributes of a dom element.txt
// Get all the attributes of an element in a map
NamedNodeMap attrs = element.getAttributes();
// Get number of attributes in the element
int numAttrs = attrs.getLength();
www.eeworm.com/read/127767/14336003
txt e483. modifying an object's attributes in the directory.txt
This example modifies some of an object's attributes from the directory.
try {
// Specify the changes to make
ModificationItem[] mods = new ModificationItem[3];
www.eeworm.com/read/127767/14337586
txt e537. removing all the attributes in a dom element.txt
The tricky part of removing all the attributes in an XML element is to realize that attributes with a default value cannot be removed. Therefore, the following code will never terminate if the element