代码搜索:UserData

找到约 4,368 项符合「UserData」的源代码

代码结果 4,368
www.eeworm.com/read/486215/1253051

m setcurrentfile.m

function setcurrentfile(filename, lboxhandle, currfilehandle) set(lboxhandle, 'UserData', filename ); [path,name,ext,ver] = fileparts(filename); set(currfilehandle, 'String', name);
www.eeworm.com/read/294069/3920530

m setcurrentfile.m

function setcurrentfile(filename, lboxhandle, currfilehandle) set(lboxhandle, 'UserData', filename ); [path,name,ext,ver] = fileparts(filename); set(currfilehandle, 'String', name);
www.eeworm.com/read/458554/7294087

pl chat-setcookie.pl

#设置COOKIE sub setcookie { $user_name=$username; $user_pwd=$crypassword; $user_id=&get_var('userid'); $user_sex=$usersex; $user_room=$roomtitle; $user_level=$userlevel; $userdata=$user_name."__
www.eeworm.com/read/325090/13227778

ini client.ini

[UserData] UserName=wanguoj Hotkey=F5 UserID=1 Language_name=chinese Btn_FontName=Arial Btn_FontColor=0 Btn_FontSize=72 Memo_FontName=Arial Memo_FontColor=0 Memo_FontSize=42 [ServerData]
www.eeworm.com/read/126641/6015627

pod ssl_ctx_set_default_passwd_cb.pod

=pod =head1 NAME SSL_CTX_set_default_passwd_cb, SSL_CTX_set_default_passwd_cb_userdata - set passwd callback for encrypted PEM file handling =head1 SYNOPSIS #include void SSL_CT
www.eeworm.com/read/101083/6239806

scf tacemain.scf

[WINDOW] [SETUP] TAC_EDIT_SCREEN C_TYPE_EXCLUSIVE 800 600 [XY] 0 0 [RANGES] 0 0 800 600 800 600 [GROUP] 3900 [FLAGBITON] C_BIT_CANTMOVE [DEPTH] 3 [BITMAP] [SETUP] NID C_STATE_DOWN TAC_SCREEN
www.eeworm.com/read/101083/6239819

scf tacpmain.scf

[WINDOW] [SETUP] TAC_PLAY_SCREEN C_TYPE_EXCLUSIVE 800 600 [XY] 0 0 [RANGES] 0 0 800 600 800 600 [GROUP] 3025 [FLAGBITON] C_BIT_CANTMOVE [DEPTH] 3 [BITMAP] [SETUP] NID C_STATE_DOWN TAC_SCREEN
www.eeworm.com/read/101083/6240032

scf df_psua.scf

[WINDOW] [SETUP] DF_PLAY_SUA_WIN C_TYPE_NORMAL 281 219 [XY] 504 15 [RANGES] 0 0 800 600 280 219 [GROUP] 2020 [FLAGBITON] C_BIT_CANTMOVE [FLAGBITON] C_BIT_TRANSLUCENT [FILL] [SETUP] NID C_TYP
www.eeworm.com/read/162614/5515400

c closure_fn3.c

/* Area: closure_call Purpose: Check multiple values passing from different type. Also, exceed the limit of gpr and fpr registers on PowerPC Darwin. Limitations: none. PR: none. Origi
www.eeworm.com/read/162614/5515406

c closure_fn1.c

/* Area: closure_call. Purpose: Check multiple values passing from different type. Also, exceed the limit of gpr and fpr registers on PowerPC Darwin. Limitations: none. PR: none. Orig