代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/124426/6047675
java variableinstancetest.java
package org.jbpm.model.execution.impl;
import java.util.*;
import org.jbpm.model.definition.impl.*;
import junit.framework.*;
public class VariableInstanceTest extends TestCase {
publ
www.eeworm.com/read/124426/6047764
java definitionimpl.java
package org.jbpm.model.definition.impl;
import java.io.*;
import java.util.*;
import org.dom4j.Document;
import org.dom4j.DocumentHelper;
import org.dom4j.io.*;
import org.jbpm.model.definitio
www.eeworm.com/read/124426/6047824
java executioncontext.java
package org.jbpm.delegation;
import org.jbpm.*;
import org.jbpm.util.log.*;
import org.jbpm.model.definition.*;
import org.jbpm.model.execution.*;
/**
* is the interface that provides acces
www.eeworm.com/read/124426/6047848
java serializer.java
package org.jbpm.delegation;
import java.io.*;
/**
* performs (de)serialisation of variable-values (which are ordinary java-objects), for storage in the database.
* It is even possible to us
www.eeworm.com/read/124394/6050157
do waves.do
// Signalscan Version 6.8b1
define noactivityindicator
define analog waveform lines
define add variable default overlay off
define waveform window analogheight 1
define terminal automatic
define but
www.eeworm.com/read/124347/6051961
texinfo libc.texinfo
\input texinfo.tex
@setfilename libc.info
@tex
% NOTE LOCAL KLUGE TO AVOID TOO MUCH WHITESPACE FROM "makedoc"
\global\long\def\example{%
\begingroup
\let\aboveenvbreak=\par
\let\afterenvbreak=\par
\pa
www.eeworm.com/read/121089/6070230
c qbidata.c
/***
*qbidata.c - allocate global variable storage for EXTERNAL variables
*
* Copyright 1986, Microsoft Corporation
*
*Purpose:
* Variables declared with the EXTERNAL declaration are includ
www.eeworm.com/read/120487/6072515
c globals.c
/*-------------------------------------------------------------------------
*
* globals.c
* global variable declarations
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Grou
www.eeworm.com/read/120487/6072900
h strat.h
/*-------------------------------------------------------------------------
*
* strat.h
* index strategy type definitions
* (separated out from original istrat.h to avoid circular refs)
*
*
www.eeworm.com/read/120487/6073266
c descriptor.c
/*
* functions needed for descriptor handling
*
* since descriptor might be either a string constant or a string var
* we need to check for a constant if we expect a constant
*/
#include "postgr