代码搜索:GetObject

找到约 680 项符合「GetObject」的源代码

代码结果 680
www.eeworm.com/read/209211/4986796

h parse.h

Object *getobject(Type, Object *); Object *getinclude(Object *); void childsort(Object *); void childenum(Object *); Object *newobject(Type, Object *); void freeobject(Object *, char *); void freetree
www.eeworm.com/read/331990/3402309

js dhtmlapi.js

// convert object name string or object reference // into a valid object reference ready for style change function getObject(obj) { var theObj if (document.layers) { if (typeof obj == "string
www.eeworm.com/read/331807/3404204

js function.js

 function getObject(objectId) { if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId); } else if (document.
www.eeworm.com/read/287617/4020461

pas s2.tools.is2dictitem.pas

unit S2.Tools.IS2DictItem; interface type IS2DictItem = interface function GetName: string; function GetObject: TObject; end; implementation end.
www.eeworm.com/read/427001/1985393

jsp userinfocontents.jsp

function Upface(filename){ getObject("DefineFace").value = 'image
www.eeworm.com/read/426491/1989584

js function.js

 function getObject(objectId) { if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId); } else if (document.
www.eeworm.com/read/263247/4303704

js function.js

 function getObject(objectId) { if(document.getElementById && document.getElementById(objectId)) { // W3C DOM return document.getElementById(objectId); } else if (document.
www.eeworm.com/read/193290/8241065

java roundrobinstrategy.java

package ServerImpl; import java.util.*; public class roundRobinStrategy implements Strategy { Hashtable unused=null; ArrayList list=new ArrayList(); public Object getObject(String i
www.eeworm.com/read/200799/15424711

js boltjavascript.js

var CATIA CATIA = WScript.GetObject("","CATIA.Application"); if ( CATIA == null) { CATIA = WScript.CreateObject("CATIA.Application"); } CATIA.Visible = true; // Add a
www.eeworm.com/read/104928/15681311

vbs sol16-4a.vbs

Dim objContainer, objMailbox 'get a reference to the Recipients container. This is where the new custom 'recipient will be store Set objContainer = GetObject("LDAP://odin/CN=Recipients,OU=Office,o