/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/iso8211/ |
H A D | mkcatalog.cpp | 40 DDFModule oModule; in mk_s57() local 42 oModule.Initialize(); in mk_s57() 51 oModule.AddField( poFDefn ); in mk_s57() 62 oModule.AddField( poFDefn ); in mk_s57() 89 oModule.AddField( poFDefn ); in mk_s57() 111 oModule.AddField( poFDefn ); in mk_s57() 135 oModule.AddField( poFDefn ); in mk_s57() 203 oModule.Dump( stdout ); in mk_s57() 314 DDFModule oModule; 316 oModule.Initialize(); [all …]
|
H A D | 8211dump.cpp | 40 DDFModule oModule; in main() local 80 if( !oModule.Open( pszFilename ) ) in main() 118 int nFieldDefnCount = oModule.GetFieldCount(); in main() 205 for( DDFRecord *poRecord = oModule.ReadRecord(); in main() 207 poRecord = oModule.ReadRecord() ) in main() 310 oModule.Dump( stdout ); in main() 313 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() 314 for( DDFRecord *poRecord = oModule.ReadRecord(); in main() 316 poRecord = oModule.ReadRecord() ) in main() 321 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() [all …]
|
H A D | 8211createfromxml.cpp | 143 DDFModule oModule; in main() local 144 oModule.Initialize(chInterchangeLevel, in main() 153 oModule.SetFieldControlLength(atoi( in main() 155 CPLSPrintf("%d", oModule.GetFieldControlLength())))); in main() 233 oModule.AddField( poFDefn ); in main() 241 oModule.Create( pszOutFilename ); in main() 245 DDFRecord *poRec = new DDFRecord( &oModule ); in main() 271 oModule.FindFieldDefn( pszFieldName ); in main() 398 oModule.Close(); in main()
|
H A D | timetest.cpp | 53 DDFModule oModule; in main() local 61 if( !oModule.Open( pszFilename ) ) in main() 73 while( (poRecord = oModule.ReadRecord()) != nullptr ) in main() 90 oModule.Close(); in main()
|
/dports/graphics/gdal/gdal-3.3.3/frmts/iso8211/ |
H A D | mkcatalog.cpp | 40 DDFModule oModule; in mk_s57() local 42 oModule.Initialize(); in mk_s57() 51 oModule.AddField( poFDefn ); in mk_s57() 62 oModule.AddField( poFDefn ); in mk_s57() 89 oModule.AddField( poFDefn ); in mk_s57() 111 oModule.AddField( poFDefn ); in mk_s57() 135 oModule.AddField( poFDefn ); in mk_s57() 203 oModule.Dump( stdout ); in mk_s57() 314 DDFModule oModule; 316 oModule.Initialize(); [all …]
|
H A D | 8211dump.cpp | 40 DDFModule oModule; in main() local 80 if( !oModule.Open( pszFilename ) ) in main() 118 int nFieldDefnCount = oModule.GetFieldCount(); in main() 205 for( DDFRecord *poRecord = oModule.ReadRecord(); in main() 207 poRecord = oModule.ReadRecord() ) in main() 310 oModule.Dump( stdout ); in main() 313 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() 314 for( DDFRecord *poRecord = oModule.ReadRecord(); in main() 316 poRecord = oModule.ReadRecord() ) in main() 321 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() [all …]
|
H A D | 8211createfromxml.cpp | 143 DDFModule oModule; in main() local 144 oModule.Initialize(chInterchangeLevel, in main() 153 oModule.SetFieldControlLength(atoi( in main() 155 CPLSPrintf("%d", oModule.GetFieldControlLength())))); in main() 233 oModule.AddField( poFDefn ); in main() 241 oModule.Create( pszOutFilename ); in main() 245 DDFRecord *poRec = new DDFRecord( &oModule ); in main() 271 oModule.FindFieldDefn( pszFieldName ); in main() 398 oModule.Close(); in main()
|
H A D | timetest.cpp | 53 DDFModule oModule; in main() local 61 if( !oModule.Open( pszFilename ) ) in main() 73 while( (poRecord = oModule.ReadRecord()) != nullptr ) in main() 90 oModule.Close(); in main()
|
/dports/graphics/py-gdal/gdal-3.3.3/frmts/iso8211/ |
H A D | mkcatalog.cpp | 40 DDFModule oModule; in mk_s57() local 42 oModule.Initialize(); in mk_s57() 51 oModule.AddField( poFDefn ); in mk_s57() 62 oModule.AddField( poFDefn ); in mk_s57() 89 oModule.AddField( poFDefn ); in mk_s57() 111 oModule.AddField( poFDefn ); in mk_s57() 135 oModule.AddField( poFDefn ); in mk_s57() 203 oModule.Dump( stdout ); in mk_s57() 314 DDFModule oModule; 316 oModule.Initialize(); [all …]
|
H A D | 8211dump.cpp | 40 DDFModule oModule; in main() local 80 if( !oModule.Open( pszFilename ) ) in main() 118 int nFieldDefnCount = oModule.GetFieldCount(); in main() 205 for( DDFRecord *poRecord = oModule.ReadRecord(); in main() 207 poRecord = oModule.ReadRecord() ) in main() 310 oModule.Dump( stdout ); in main() 313 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() 314 for( DDFRecord *poRecord = oModule.ReadRecord(); in main() 316 poRecord = oModule.ReadRecord() ) in main() 321 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() [all …]
|
H A D | 8211createfromxml.cpp | 143 DDFModule oModule; in main() local 144 oModule.Initialize(chInterchangeLevel, in main() 153 oModule.SetFieldControlLength(atoi( in main() 155 CPLSPrintf("%d", oModule.GetFieldControlLength())))); in main() 233 oModule.AddField( poFDefn ); in main() 241 oModule.Create( pszOutFilename ); in main() 245 DDFRecord *poRec = new DDFRecord( &oModule ); in main() 271 oModule.FindFieldDefn( pszFieldName ); in main() 398 oModule.Close(); in main()
|
H A D | timetest.cpp | 53 DDFModule oModule; in main() local 61 if( !oModule.Open( pszFilename ) ) in main() 73 while( (poRecord = oModule.ReadRecord()) != nullptr ) in main() 90 oModule.Close(); in main()
|
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/iso8211/ |
H A D | mkcatalog.cpp | 42 DDFModule oModule; in mk_s57() local 45 oModule.Initialize(); in mk_s57() 54 oModule.AddField( poFDefn ); in mk_s57() 65 oModule.AddField( poFDefn ); in mk_s57() 92 oModule.AddField( poFDefn ); in mk_s57() 114 oModule.AddField( poFDefn ); in mk_s57() 138 oModule.AddField( poFDefn ); in mk_s57() 206 oModule.Dump( stdout ); in mk_s57() 318 DDFModule oModule; in mk_catalog() local 321 oModule.Initialize(); in mk_catalog() [all …]
|
H A D | 8211dump.cpp | 42 DDFModule oModule; in main() local 69 if( !oModule.Open( pszFilename ) ) in main() 77 DDFFieldDefn *poFSPT = oModule.FindFieldDefn( "FSPT" ); in main() 94 int nFieldDefnCount = oModule.GetFieldCount(); in main() 97 DDFFieldDefn* poFieldDefn = oModule.GetField(i); in main() 176 for( poRecord = oModule.ReadRecord(); in main() 270 oModule.Dump( stdout ); in main() 273 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() 274 for( poRecord = oModule.ReadRecord(); in main() 280 nStartLoc = VSIFTellL( oModule.GetFP() ); in main() [all …]
|
H A D | timetest.cpp | 45 DDFModule oModule; in main() local 63 if( !oModule.Open( pszFilename ) ) in main() 76 while( (poRecord = oModule.ReadRecord()) != NULL ) in main() 93 oModule.Close(); in main()
|
H A D | 8211createfromxml.cpp | 40 DDFModule oModule; in main() local 107 oModule.Initialize(chInterchangeLevel, in main() 173 oModule.AddField( poFDefn ); in main() 180 oModule.Create( pszOutFilename ); in main() 184 DDFRecord *poRec = new DDFRecord( &oModule ); in main() 195 DDFFieldDefn* poFieldDefn = oModule.FindFieldDefn( pszFieldName ); in main() 303 oModule.Close(); in main()
|
H A D | 8211view.cpp | 47 DDFModule oModule; in main() local 69 if( !oModule.Open( pszFilename ) ) in main() 76 DDFFieldDefn *poFSPT = oModule.FindFieldDefn( "FSPT" ); in main() 91 while( (poRecord = oModule.ReadRecord()) != NULL ) in main()
|
/dports/finance/prestashop/prestashop/modules/ps_themecusto/controllers/admin/ |
H A D | AdminPsThemeCustoConfiguration.php | 434 $oModule = Module::getInstanceByName($sModuleName); 435 $sUrlActive = $oModule->isEnabled($oModule->name) ? 'configure' : 'enable'; 442 $oModule->uninstall(); 449 $oModule->install(); 453 $oModule->enable(); 457 $oModule->disable(); 469 $oModule->uninstall(); 470 $oModule->install(); 477 $aModule['id_module'] = $oModule->id; 478 $aModule['name'] = $oModule->name; [all …]
|
/dports/devel/commoncpp/commoncpp2-1.8.1/src/ |
H A D | dso.cpp | 84 if(oModule == NULL) in ~DSO() 87 sym = NSLookupSymbolInModule(oModule, "__fini"); in ~DSO() 93 NSUnLinkModule(oModule, NSUNLINKMODULE_OPTION_NONE); in ~DSO() 141 oModule = NULL; 153 …oModule = NSLinkModule(oImage, filename, NSLINKMODULE_OPTION_BINDNOW | NSLINKMODULE_OPTION_RETURN_… 155 oModule = NSLinkModule(oImage, filename, NSLINKMODULE_OPTION_RETURN_ON_ERROR); 157 if(oModule != NULL) 158 sym = NSLookupSymbolInModule(oModule, "__init"); 182 if(oModule == NULL) { 247 if(oModule == NULL) [all …]
|
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/s57/ |
H A D | s57filecollector.cpp | 68 DDFModule oModule; in S57FileCollector() local 82 && oModule.Open( pszFullFile, TRUE ) ) in S57FileCollector() 84 if( oModule.FindFieldDefn("DSID") != NULL ) in S57FileCollector() 98 DDFModule oModule; in S57FileCollector() local 101 if( !oModule.Open(pszDataset) ) in S57FileCollector() 110 poRecord = oModule.ReadRecord(); in S57FileCollector() 115 || oModule.FindFieldDefn("CATD")->FindSubfieldDefn( "IMPL" ) == NULL ) in S57FileCollector() 151 for( ; poRecord != NULL; poRecord = oModule.ReadRecord() ) in S57FileCollector()
|
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/ |
H A D | s57filecollector.cpp | 66 DDFModule oModule; in S57FileCollector() local 78 && oModule.Open( pszFullFile, TRUE ) ) in S57FileCollector() 80 if( oModule.FindFieldDefn("DSID") != nullptr ) in S57FileCollector() 94 DDFModule oModule; in S57FileCollector() local 96 if( !oModule.Open(pszDataset) ) in S57FileCollector() 105 DDFRecord *poRecord = oModule.ReadRecord(); in S57FileCollector() 110 || oModule.FindFieldDefn("CATD")->FindSubfieldDefn( "IMPL" ) == nullptr ) in S57FileCollector() 145 for( ; poRecord != nullptr; poRecord = oModule.ReadRecord() ) in S57FileCollector()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/s57/ |
H A D | s57filecollector.cpp | 66 DDFModule oModule; in S57FileCollector() local 78 && oModule.Open( pszFullFile, TRUE ) ) in S57FileCollector() 80 if( oModule.FindFieldDefn("DSID") != nullptr ) in S57FileCollector() 94 DDFModule oModule; in S57FileCollector() local 96 if( !oModule.Open(pszDataset) ) in S57FileCollector() 105 DDFRecord *poRecord = oModule.ReadRecord(); in S57FileCollector() 110 || oModule.FindFieldDefn("CATD")->FindSubfieldDefn( "IMPL" ) == nullptr ) in S57FileCollector() 145 for( ; poRecord != nullptr; poRecord = oModule.ReadRecord() ) in S57FileCollector()
|
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/s57/ |
H A D | s57filecollector.cpp | 66 DDFModule oModule; in S57FileCollector() local 78 && oModule.Open( pszFullFile, TRUE ) ) in S57FileCollector() 80 if( oModule.FindFieldDefn("DSID") != nullptr ) in S57FileCollector() 94 DDFModule oModule; in S57FileCollector() local 96 if( !oModule.Open(pszDataset) ) in S57FileCollector() 105 DDFRecord *poRecord = oModule.ReadRecord(); in S57FileCollector() 110 || oModule.FindFieldDefn("CATD")->FindSubfieldDefn( "IMPL" ) == nullptr ) in S57FileCollector() 145 for( ; poRecord != nullptr; poRecord = oModule.ReadRecord() ) in S57FileCollector()
|
/dports/devel/ucommon/ucommon-7.0.0/commoncpp/ |
H A D | dso.cpp | 67 #define oModule ((oModule)(image)) macro 104 sym = NSLookupSymbolInModule(oModule, "__fini"); in ~DSO() 110 NSUnLinkModule(oModule, NSUNLINKMODULE_OPTION_NONE); in ~DSO() 172 if(oModule != NULL) 173 sym = NSLookupSymbolInModule(oModule, "__init"); 285 NSSymbol oSymbol = NSLookupSymbolInModule(oModule, sym);
|
/dports/www/itop/web/setup/ |
H A D | runtimeenv.class.inc.php | 448 foreach($aModules as $oModule) 450 $sModule = $oModule->GetName(); 451 $sModuleRootDir = $oModule->GetRootDir(); 457 $aRet[$oModule->GetName()] = $oModule; 467 foreach($aModules as $oModule) 469 if (!array_key_exists($oModule->GetName(), $aRet) && $oModule->IsAutoSelect()) 483 $aRet[$oModule->GetName()] = $oModule; // store the Id of the selected module 520 foreach($aModulesToCompile as $oModule) 522 if ($oModule instanceof MFDeltaModule) 528 $oFactory->LoadModule($oModule); [all …]
|