代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/167133/5466896
java platformhelper.java
/* PlatformHelper.java -- Isolate OS-specific IO helper methods and variables
Copyright (C) 1998, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free sof
www.eeworm.com/read/167133/5467205
java xpfile.java
/* Class : XPFile
This is a cross platform version of the java.io.File class.
The regular File object does not understand how to convert
filenames from UNIX to DOS to Mac style paths and vic
www.eeworm.com/read/167133/5469268
c findinjar.c
/*
* findInJar.c
* Search the CLASSPATH for the given class or property name.
*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "
www.eeworm.com/read/166734/5473684
c l_cmd.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/166448/5474619
java fileprocessor.java
/*
* Copyright 2005 Joe Walker
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy
www.eeworm.com/read/165810/5476883
sh logger_example.sh
echo "Running LoggerExample:"
_VELCP=.
for i in ../../bin/*.jar
do
_VELCP=$_VELCP:"$i"
done
for i in ../../build/lib/*.jar
do
_VELCP=$_VELCP:"$i"
done
# convert the unix path to windows
i
www.eeworm.com/read/165810/5476890
sh example.sh
echo "Running Example with input file 'example.vm'"
_VELCP=.
for i in ../../bin/*.jar
do
_VELCP=$_VELCP:"$i"
done
for i in ../../build/lib/*.jar
do
_VELCP=$_VELCP:"$i"
done
# convert the
www.eeworm.com/read/165810/5476908
java controllerservlet.java
package org.apache.velocity.demo;
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e
www.eeworm.com/read/165810/5476918
sh xmlapp_example.sh
#!/bin/sh
_VELCP=.
for i in ../../build/lib/*.jar
do
_VELCP=$_VELCP:"$i"
done
for i in ../../bin/*.jar
do
_VELCP=$_VELCP:"$i"
done
# convert the unix path to windows
if [ "$OSTYPE" = "cygw
www.eeworm.com/read/165810/5477036
java jarresourceloader.java
package org.apache.velocity.runtime.resource.loader;
/*
* Copyright 2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may