代码搜索:GetObject
找到约 680 项符合「GetObject」的源代码
代码结果 680
www.eeworm.com/read/426005/1997161
java commonconstats.java
package bit.jeffy.util;
import java.util.HashMap;
import java.util.Map;
public class CommonConstats {
public static Object getObject(Object key) {
return map.get(key);
}
www.eeworm.com/read/104928/15681118
vbs page594.vbs
Const GROUP_TYPE_SECURITY_ENABLED = &h80000000
Dim objContainer, objGroup
Set objContainer = GetObject("LDAP://CN=Users,DC=Acme,DC=com")
'create the group
Set objGroup = objContainer.Create("
www.eeworm.com/read/104928/15681424
vbs page658.vbs
Set objDir = GetObject("IIS://thor/W3SVC/1/ROOT/images")
'if access is granted by default list the denied IP addresses and domains,
'otherwise list the granted IP adresses and domains
If objDir.IPS
www.eeworm.com/read/243958/4516570
js usercode.js
/**
* 帐户修改-角色选择
* songzou
*
**/
function selectrole(id,name,state){
switch(state){
case '0':
alert('该角色未被启用!');
return ;
case '1':
if(confirm('确认选择该角色吗?')){
getObject('roleid',
www.eeworm.com/read/104928/15681308
vbs sol16-5.vbs
Const ADS_PROPERTY_APPEND = 3
Const ADS_PROPERTY_DELETE = 4
Dim objMailbox
'get a reference to Freds mailbox
Set objMailbox = _
GetObject("LDAP://odin/CN=FredS,CN=Recipients,OU=Office,o=A
www.eeworm.com/read/260824/11700798
m plot3dresidua.m
function plot3DResidua(ste,X,Y, meth)
%
% PLOT3DRESIDUA(ste,X,Y,meth)
%
% Estimates the depth of the image coordinate pairs stored in X and plot
% the spatial residua. If meth = 0 GETOBJECT
www.eeworm.com/read/104928/15681310
vbs page690.vbs
Const ADS_PROPERTY_APPEND = 3
Const ADS_PROPERTY_DELETE = 4
'get a reference to Fred's mailbox
Set objMailbox = _
GetObject("LDAP://odin/cn=Freds,cn=Accountants,ou=Office,o=Acme")
'add a
www.eeworm.com/read/473741/1397974
js core.lib.js
$Defined('Global');var Global={PATH:'/'};Global.GetObject=function($_){var d=document;return(d.all&&d.all($_))||(d.getElementById&&d.getElementById($_))||null;}
Global.GetDocWidth=function(d){d=d||d
www.eeworm.com/read/267281/11187547
js login.js
function Users(){
var ok = "";
var err = "";
this.input = function(){
var t = getTags(getObject("gform"),"input");
for(var i=0; i