代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/369260/9657581
txt 1.txt
package com.qingtuo.db.pool;
import java.util.*;
import java.io.*;
/**
* Manages properties for the entire Jive system. Properties are merely
* pieces of information that need to be saved i
www.eeworm.com/read/173430/9658666
c wfopen.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999,2000,2001 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/369123/9662140
sh configure.sh
#!/bin/sh
# csh and tcsh do not like this file
# ash produces incorrect quoting
if [ "`/bin/ls -la /bin/sh |grep '\-> ash'`" != "" ]; then
echo -e "\nash shell is not supported\n"
exit
fi
#######
www.eeworm.com/read/368537/9690084
frm frmrestore.frm
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Begin VB.Form FrmRestore
BackColor = &H00E7DFE7&
BorderStyle = 1 'Fixed Single
C
www.eeworm.com/read/368508/9691509
bas mduglobal.bas
Attribute VB_Name = "mduGlobal"
Option Explicit
Public Function GetAppPath() As String
If Right(App.Path, 1) = "\" Then
GetAppPath = App.Path
Else
GetAppPath = App.Path
www.eeworm.com/read/172548/9702621
h favstorageifc.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic