Home
last modified time | relevance | path

Searched defs:CURRENT_DIR (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/www/owncloud/owncloud/updater/app/
H A Dbootstrap.php36 define('CURRENT_DIR', trim(getcwd())); define
38 define('CURRENT_DIR', $_SERVER['PWD']); define
40 define('CURRENT_DIR', dirname($_SERVER['SCRIPT_FILENAME'])); define
/dports/sysutils/nomad/nomad-1.1.0/.circleci/
H A DMakefile32 CURRENT_DIR := $(dir $(realpath $(MKFILE_PATH))) macro
33 CURRENT_DIR := $(CURRENT_DIR:/=) macro
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/tools/
H A Dconfigure-vs-x64.bat3 set CURRENT_DIR=%CD% variable
H A Dconfigure-vs-x86.bat3 set CURRENT_DIR=%CD% variable
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/tools/
H A Dconfigure-vs-x64.bat3 set CURRENT_DIR=%CD% variable
H A Dconfigure-vs-x86.bat3 set CURRENT_DIR=%CD% variable
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/tools/
H A Dconfigure-vs-x86.bat3 set CURRENT_DIR=%CD% variable
H A Dconfigure-vs-x64.bat3 set CURRENT_DIR=%CD% variable
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/tools/
H A Dconfigure-vs-x64.bat3 set CURRENT_DIR=%CD% variable
H A Dconfigure-vs-x86.bat3 set CURRENT_DIR=%CD% variable
/dports/graphics/py-pydot/pydot-1.4.2/
H A Dsetup.py14 CURRENT_DIR = os.path.dirname(__file__) variable
/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/test/
H A Dtst_open_mem.py5 CURRENT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
/dports/www/mod_security/modsecurity-2.9.3/iis/
H A Dbuild_msi.bat4 set CURRENT_DIR=%cd% variable
H A Dbuild_modsecurity.bat5 set CURRENT_DIR=%cd% variable
/dports/misc/py-powerline-status/powerline-2.8.2/
H A Dsetup.py15 CURRENT_DIR = os.path.abspath(os.path.dirname(__file__)) variable
/dports/devel/py-aws-xray-sdk/aws-xray-sdk-2.8.0/
H A Dsetup.py5 CURRENT_DIR = path.abspath(path.dirname(__file__)) variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/
H A DJIJConstants.java29 static final String CURRENT_DIR = "./"; //$NON-NLS-1$ field in JIJConstants
/dports/misc/py-xgboost/xgboost-1.5.1/demo/guide-python/
H A Dpredict_first_ntree.py6 CURRENT_DIR = os.path.dirname(__file__) variable
H A Devals_result.py7 CURRENT_DIR = os.path.dirname(__file__) variable
/dports/misc/xgboost/xgboost-1.5.1/demo/guide-python/
H A Dpredict_first_ntree.py6 CURRENT_DIR = os.path.dirname(__file__) variable
H A Devals_result.py7 CURRENT_DIR = os.path.dirname(__file__) variable
/dports/devel/p5-Compiler-Lexer/Compiler-Lexer-0.23/gen/
H A Dtest_generator.pl10 use constant CURRENT_DIR => getcwd; constant
/dports/devel/py-black/black-21.7b0/
H A Dsetup.py9 CURRENT_DIR = Path(__file__).parent variable
/dports/devel/cproto/cproto-4.7k/
H A Dsystem.h88 #define CURRENT_DIR "[]" macro
140 #define CURRENT_DIR "." macro
/dports/graphics/blender/blender-2.91.0/doc/python_api/
H A Drst_from_bmesh_opdefines.py36 CURRENT_DIR = os.path.abspath(os.path.dirname(__file__)) variable

1234567891011