代码搜索:java jquery
找到约 10,000 项符合「java jquery」的源代码
代码结果 10,000
www.eeworm.com/read/485025/6571209
printappversion
#! /bin/sh
program="$0"
# Follow symlinks until we get to the actual file.
while [ -h "$program" ]; do
link=`ls -ld "$program"`
link=`expr "$link" : '.*-> \(.*\)'`
if [ "`expr "$link" : '/.*'`" =
www.eeworm.com/read/485025/6571211
minebughistory
#! /bin/sh
program="$0"
# Follow symlinks until we get to the actual file.
while [ -h "$program" ]; do
link=`ls -ld "$program"`
link=`expr "$link" : '.*-> \(.*\)'`
if [ "`expr "$link" : '/.*'`" =
www.eeworm.com/read/167133/5469033
h version.h
/*
* version.h
*
* Copyright (c) 2000 The University of Utah. All rights Reserved.
*
* This file is distributed as is under the terms of the GNU General
* Public License.
*/
#ifndef KAFFE_KA
www.eeworm.com/read/167133/5469309
am makefile.am
# Internal testing
#
# Copyright (c) 2003 University of Utah and the Flux Group.
# All rights reserved..
#
# This file is licensed under the terms of the GNU Public License.
# See the file "license.te
www.eeworm.com/read/392205/8357078
java process_infodefine.java
package pbs.service.defineobject;
import pbs.service.function.*;
public class process_infoDefine extends defineObject {
public static int PROCESS_ID_NO = 0;
public static int COMPUTER_ID_NO = 1;
www.eeworm.com/read/392205/8357084
java dev_status_configdefine.java
package pbs.service.defineobject;
import pbs.service.function.*;
public class dev_status_configDefine
extends defineObject {
public static int DEV_STATUS_ID_NO = 0;
public static int
www.eeworm.com/read/392205/8357092
java month_phase_datadefine.java
package pbs.service.defineobject;
import pbs.service.function.*;
public class month_phase_dataDefine
extends dataDefine {
static public int OCCUR_TIME_NO = 0;
static public int DEV_ID
www.eeworm.com/read/392205/8357206
java phase_datadefine.java
package pbs.service.defineobject;
import pbs.service.function.*;
public class phase_dataDefine
extends dataDefine {
static public int OCCUR_TIME_NO = 0;
static public int DEV_ID_NO =
www.eeworm.com/read/392205/8357219
java pld_statis_pulsedefine.java
package pbs.service.defineobject;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company:
* @author not attributable
* @version 1.0
*/
i