代码搜索:itself

找到约 5,630 项符合「itself」的源代码

代码结果 5,630
www.eeworm.com/read/240204/4577076

properties version.properties

# This is the only place we store the version number. # It is used by OaaTest itself and by the build scripts. oaatest.version.major=1 oaatest.version.minor=0
www.eeworm.com/read/233448/4678705

f90 retarray_2.f90

! Procedure to test module procedures returning arrays. ! The array spec only gets applied to the result variable, not the function ! itself. As a result we missed it during resolution, and used the
www.eeworm.com/read/229812/4750895

gml _dwdelcl.gml

.func _dwDeleteOnClose #include int _dwDeleteOnClose( int handle ); .funcend .desc begin The &func function tells the console window that it should close itself when the correspondin
www.eeworm.com/read/221464/4828414

jamrules

# This simple Jamrules file is used for the Boost.Build test project. # The testing framework itself gets no boost-Jambase BOOST_JAMBASE = empty.jam ;
www.eeworm.com/read/218586/4857627

sql tables.sql

-- SQL to create the initial tables for the MediaWiki database. -- This is read and executed by the install script; you should -- not have to run it by itself unless doing a manual install. CREATE SE
www.eeworm.com/read/217245/4874473

java dispatchnullprogramid.java

package com.jacob.com; /** * This test verifies that the Dispatch object protects itself when * the constructor is called with a null program id. * Prior to this protection, the VM might cras
www.eeworm.com/read/204713/5029906

java interrupt.java

package embsys; /** * Interrupt handle must extend * Interrupt and register itself on an iterrupt. * * For simple blocking, all interrupts can be enabled or disabled. * * */ abst
www.eeworm.com/read/194563/5127686

tex tcontain.tex

\section{Container classes overview}\label{wxcontaineroverview} Classes: \helpref{wxList}{wxlist}, \helpref{wxArray}{wxarray} wxWidgets uses itself several container classes including doubly-linked
www.eeworm.com/read/194563/5127738

tex sysopt.tex

\section{\class{wxSystemOptions}}\label{wxsystemoptions} wxSystemOptions stores option/value pairs that wxWidgets itself or applications can use to alter behaviour at run-time. It can be used to opti
www.eeworm.com/read/191025/5169809

java configurationserver.java

/* * ConfigurationServer.java * * Created on 25. Januar 2004, 18:09 */ package org.jconfig.server; /** * This is the configuration server itself. It can either be started from the *