代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/247565/12642172
conf sysctl.conf
# /etc/sysctl.conf - Configuration file for setting system variables
# See sysctl.conf (5) for information.
# you can have the CD-ROM close when you use it, and open
# when you are done.
#dev.cdrom.a
www.eeworm.com/read/300494/13909347
up
START=$1
STOP=$2
NUM=`expr $STOP - $START`
NUM=`expr $NUM + 1`
TEMP=${START}
if [ $1 -lt "1" ]; then
exit
fi
echo "Setting interface eth0 promisc mode"
ifconfig eth0 promisc
echo "Launch
www.eeworm.com/read/109422/15557770
html gtk_tut-16.html
GTK v1.2 Tutorial: Setting Widget Attributes
www.eeworm.com/read/376170/9327639
h gametree.h
/*
* gametree.h
*/
#ifndef GAMETREE_H
#define GAMETREE_H
#include "defines.h"
#include "setting.h"
#include "boardhandler.h"
#include "stone.h"
#include
class ImageHandler;
class Mark
www.eeworm.com/read/376170/9327680
cpp board.cpp
/*
* board.cpp
*/
#include
#include "config.h"
#include "setting.h"
#include "qgo.h"
#include "board.h"
#include "globals.h"
#include "mark.h"
#include "imagehandler.h"
#include "stonehandle
www.eeworm.com/read/376170/9328075
cpp helpviewer.cpp
/*
* helpviewer.cpp
*/
#include "helpviewer.h"
#include "icons.h"
#include "setting.h"
#include
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include "globa
www.eeworm.com/read/376170/9328139
h mainwindow.h
/*
* mainwindow.h
*/
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "preferences.h"
#include "board.h"
#include "mainwidget.h"
#include "misc.h"
#include "setting.h"
#include
#in
www.eeworm.com/read/179036/9377583
c dlg.c
#include
#include
#include
#include
#include
#define IDC_DISP1 1001
/* setting the dlg attrib */
stati
www.eeworm.com/read/200336/10247240
m t_begin.m
function t_begin(num_of_tests, quiet)
%T_BEGIN Begin running tests.
% t_begin(num_of_tests, quiet) initializes the global test counters,
% setting everything up to execute num_of_tests tests usin