Home
last modified time | relevance | path

Searched defs:ownDir (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dconfig_process.php73 $ownDir = dirname(__FILE__) . '/'; variable
74 $ownDir = str_replace("\\", "/", $ownDir); variable
H A Dconfig.inc.php41 $ownDir = dirname(__FILE__) . DIRECTORY_SEPARATOR; variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/extensions/
H A Dresource_exportation.php20 $ownDir = dirname(__FILE__) . '/'; variable
21 $ownDir = str_replace("\\", "/", $ownDir); variable
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/
H A Daudit_log_csv.php13 $ownDir = dirname(__FILE__) . '/'; variable
14 $ownDir = str_replace("\\", "/", $ownDir); variable
/dports/devel/binaryen/binaryen-version_98/test/spec/
H A Drun.py13 ownDir = os.path.dirname(os.path.abspath(sys.argv[0])) variable
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dtypotek.h212 QDir ownDir; variable
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DSegmentReader.cpp242 bool closeDir, bool ownDir, in get()