代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/325486/13201356
java light.java
// Introduced in Chapter 3
/** A light bulb. */
public class Light {
/** Whether the Light is on. */
private boolean on;
/** A Light is off by default. */
public Light() {
on = false;
www.eeworm.com/read/240585/13212303
pas cooltrayicon.pas
{*****************************************************************}
{ This is a component for placing icons in the notification area }
{ of the Windows taskbar (aka. the traybar).
www.eeworm.com/read/324949/13236773
pas addressspace.pas
//////////////////////////////////////////////////////////////////////
// //
// AddressSpace.pas: Common constants and types.
www.eeworm.com/read/239866/13251535
cls csubclassingthunk.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/239187/13298186
pas spcomm.pas
unit SPComm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
const
// messages from read/write threads
PWM_GOTCOMMDATA = WM_USER + 1;
www.eeworm.com/read/322868/13362992
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/320005/13436665
pas wwdbedit.pas
{
//
// Components : TwwDBEdit
//
// Copyright (c) 1995-2001 by Woll2Woll Software
//
//
// 8/12/97 - Clear selLength when handling mask in keypress event. This fixes
// a bug whi
www.eeworm.com/read/319411/13452092
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/314664/13562091
txt ad.txt
public interface ad
{
public abstract boolean a(l l, String s);
public abstract boolean a(l l, boolean flag);
public abstract boolean b(l l);
public abstract boolean a(l l
www.eeworm.com/read/314478/13566171
h jpeglib.h
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee