代码搜索:Functions

找到约 10,000 项符合「Functions」的源代码

代码结果 10,000
www.eeworm.com/read/103740/15724553

js functions.js

//操作确认 function ConfirmOption(op){ if(confirm('您确定要进行“' + op + '”操作吗?该操作可能无法恢复。')){ return true; }else{ return false; } } //弹出窗口 function PopWin(WinURL,WinName,WinWidth,WinHeight){ v
www.eeworm.com/read/103740/15724669

asp functions.asp

www.eeworm.com/read/102321/15786844

php functions.php

www.eeworm.com/read/101601/15824173

h functions.h

void Init_DSP(); void Init_65L_SDRAM_Controller(); //void Blink_LEDs_Test(); void Clear_All_SPT1_Regs(); void Program_SPORT1_Registers(); void Program_DMA_Controller(); void AD1819_Codec_Initi
www.eeworm.com/read/101238/15840239

cs functions.cs

using System; using System.Drawing; using System.Runtime.InteropServices; namespace UtilityLibrary.Win32 { /// /// Windows API Functions /// public class WindowsAPI
www.eeworm.com/read/100948/15859432

dcu functions.dcu

www.eeworm.com/read/100948/15859451

dcu functions.dcu

www.eeworm.com/read/100265/15879278

py functions.py

Functions = ["load", "open", "close", "reopen", "quit", "speedwalk", "bell", "echo", "status", "exec", "window", "kill", "print", "alias", "action", "send", "help", "eval", "run", "setinput", "clear",
www.eeworm.com/read/100265/15879279

pl functions.pl

sub run { my $x = join(" ", @_); # Protect against accidents $x =~ s/;/\\;/; $x =~ s/\n/ /; $x = $x . "\n"; syswrite INTERP, $x, length($x); } # This value is the file descri
www.eeworm.com/read/100235/15879858

js functions.js