Home
last modified time | relevance | path

Searched refs:initPath (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/
H A DSwift.php22 static $initPath; variable in Swift
47 if (self::$initPath && !self::$initialized)
50 require self::$initPath;
61 * @param string $initPath The init script to load when autoloading the first Swift class
63 public static function registerAutoload($initPath = null) argument
65 self::$initPath = $initPath;
/dports/cad/magic/magic-8.3.245/mzrouter/
H A DmzStart.c333 RoutePath *initPath; local
374 initPath = NEWPATH();
375 initPath->rp_rLayer = rL;
377 initPath->rp_orient = 'O';
378 initPath->rp_cost = 0;
379 initPath->rp_back = NULL;
403 initPath = NEWPATH();
404 initPath->rp_rLayer = rL;
406 initPath->rp_orient = 'X';
407 initPath->rp_cost = 0;
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/painters/
H A DTGTripletFeelPainter.java13 painter.initPath(TGPainter.PATH_FILL); in paintTripletFeel8()
17 painter.initPath(); in paintTripletFeel8()
23 painter.initPath(TGPainter.PATH_FILL); in paintTripletFeel8()
27 painter.initPath(); in paintTripletFeel8()
33 painter.initPath(TGPainter.PATH_FILL); in paintTripletFeel8()
37 painter.initPath(); in paintTripletFeel8()
48 painter.initPath(TGPainter.PATH_FILL); in paintTripletFeelNone8()
52 painter.initPath(); in paintTripletFeelNone8()
75 painter.initPath(); in paintTripletFeel16()
89 painter.initPath(); in paintTripletFeel16()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DVariableCreationDialog.java244 String initPath= fPathField.getText(); in getInitPath() local
245 if (initPath.length() == 0) { in getInitPath()
247 if (initPath == null) { in getInitPath()
248 initPath= ""; //$NON-NLS-1$ in getInitPath()
251 IPath entryPath= new Path(initPath); in getInitPath()
255 initPath= entryPath.toOSString(); in getInitPath()
257 return initPath; in getInitPath()
265 String initPath= getInitPath(); in chooseExtJarFile() local
270 dialog.setFilterPath(initPath); in chooseExtJarFile()
280 String initPath= getInitPath(); in chooseExtDirectory() local
[all …]
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DYacasInterpreter.java39 String initPath = initURL.getPath(); in YacasInterpreter() local
41 if (initPath.lastIndexOf('!') >= 0) { in YacasInterpreter()
42 String archive = initPath.substring(0, initPath.lastIndexOf('!')); in YacasInterpreter()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGNoteImpl.java166 painter.initPath(); in paintTablatureNote()
419 painter.initPath(); in paintBend()
437 painter.initPath(); in paintTremoloBar()
465 painter.initPath(); in paintSlide()
470 painter.initPath(); in paintSlide()
487 painter.initPath(); in paintHammer()
503 painter.initPath(); in paintGrace()
512 painter.initPath(); in paintGrace()
595 painter.initPath(); in paintFadeIn()
607 painter.initPath(); in paintAccentuated()
[all …]
/dports/net-mgmt/torrus/torrus-2.09/bin/
H A Dgenlist.in32 my $initPath = '/';
52 'path=s' => \$initPath,
63 " --path=/PATH [".$initPath."] subtree name\n",
93 my $initToken = $config_tree->token( $initPath );
96 Error('No such subtree: ' . $initPath);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/config/
H A Dconfig_common_unix_test.go79 initPath := tc.config.GetInitPath()
80 if initPath != tc.expectedInitPath {
81 t.Fatalf("expected initPath to be %v, got %v", tc.expectedInitPath, initPath)
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Slice/
H A DPython.cpp310 string initPath = dir + "/__init__.py"; in readInit() local
313 if(!IceUtilInternal::stat(initPath, &st)) in readInit()
315 ifstream in(IceUtilInternal::streamFilename(initPath).c_str()); in readInit()
353 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
383 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
388 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
397 throw runtime_error("invalid format in '" + initPath + "'\n"); in readInit()
406 string initPath = dir + "/__init__.py"; in writeInit() local
408 ofstream os(IceUtilInternal::streamFilename(initPath).c_str()); in writeInit()
412 oss << "cannot open file '" << initPath << "': " << IceUtilInternal::errorToString(errno); in writeInit()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/Slice/
H A DPython.cpp310 string initPath = dir + "/__init__.py"; in readInit() local
313 if(!IceUtilInternal::stat(initPath, &st)) in readInit()
315 ifstream in(IceUtilInternal::streamFilename(initPath).c_str()); in readInit()
353 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
383 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
388 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
397 throw runtime_error("invalid format in '" + initPath + "'\n"); in readInit()
406 string initPath = dir + "/__init__.py"; in writeInit() local
408 ofstream os(IceUtilInternal::streamFilename(initPath).c_str()); in writeInit()
412 oss << "cannot open file '" << initPath << "': " << IceUtilInternal::errorToString(errno); in writeInit()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Slice/
H A DPython.cpp310 string initPath = dir + "/__init__.py"; in readInit() local
313 if(!IceUtilInternal::stat(initPath, &st)) in readInit()
315 ifstream in(IceUtilInternal::streamFilename(initPath).c_str()); in readInit()
353 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
383 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
388 throw runtime_error("invalid line '" + s + "' in '" + initPath + "'"); in readInit()
397 throw runtime_error("invalid format in '" + initPath + "'\n"); in readInit()
406 string initPath = dir + "/__init__.py"; in writeInit() local
408 ofstream os(IceUtilInternal::streamFilename(initPath).c_str()); in writeInit()
412 oss << "cannot open file '" << initPath << "': " << IceUtilInternal::errorToString(errno); in writeInit()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbWireCodec.cpp110 initPath(layer, getWireType(type)); in initPath()
412 initPath(layer, type); in newPath()
420 initPath(layer, type, rule); in newPath()
431 initPath(pnt._layer, _wire_type); in newPath()
445 initPath(pnt._layer, type); in newPath()
458 initPath(layer, type); in newPathShort()
468 initPath(layer, type); in newPathVirtualWire()
478 initPath(pnt._layer, _wire_type); in newPathExt()
491 initPath(pnt._layer, type); in newPathExt()
533 initPath(layer, type, rule); in newPathShort()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/table/
H A DTGTableCanvasPainter.java38 painter.initPath(TGPainter.PATH_FILL); in paintTrack()
51 painter.initPath(); in paintTrack()
56 painter.initPath(TGPainter.PATH_FILL); in paintTrack()
64 painter.initPath(TGPainter.PATH_FILL); in paintTrack()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbWireCodec.h226 void initPath(dbTechLayer* layer, unsigned char type);
227 void initPath(dbTechLayer* layer, unsigned char type, dbTechLayerRule* rule);
228 void initPath(dbTechLayer* layer, dbWireType type);
229 void initPath(dbTechLayer* layer, dbWireType type, dbTechLayerRule* rule);
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/
H A Dv2.go289 if err := m.initPath(); err != nil {
320 _ = m.initPath()
354 func (m *unifiedManager) initPath() error { func
379 if err := m.initPath(); err != nil {
394 if err := m.initPath(); err != nil {
401 if err := m.initPath(); err != nil {

12345678