代码搜索:setup
找到约 10,000 项符合「setup」的源代码
代码结果 10,000
www.eeworm.com/read/171110/9770101
r setup.r
REBOL[
Title: "REBOL Network Setup"
]
set-user: func [
"Create a default user.r preferences file."
/local ask-it questions
][
system/user/email:
system/schemes/default/host:
system/
www.eeworm.com/read/171110/9770102
html setup.html
REBOL/Core Setup and Operation
html, body, p, td, li {font-family: arial, sans-serif, helvetica; font-size: 10p
www.eeworm.com/read/170995/9776828
pas setup.pas
unit Setup;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TfrmSetup = class(TForm)
BitBtn1: TBitBtn;
www.eeworm.com/read/170995/9776883
dfm setup.dfm
object frmSetup: TfrmSetup
Left = 251
Top = 237
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20202#22120#35774#32622
ClientHeight = 277
ClientWidth = 341
Colo
www.eeworm.com/read/366950/9790817
exe setup.exe
www.eeworm.com/read/170567/9798069
sh setup.sh
#!/bin/sh
#
# This script is responsible for installing the Serial driver
#
if [ `whoami` != root ]; then
echo "You must be root to install the device driver!"
exit 1
fi
# Install a copy of the dr
www.eeworm.com/read/170543/9799370