Home
last modified time | relevance | path

Searched refs:levelType (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribReader.h57 int getNumberOfGribRecords(int dataType,int levelType,int levelValue);
60 GribRecord * getGribRecord(int dataType,int levelType,int levelValue, time_t date);
63 GribRecord * getFirstGribRecord(int dataType,int levelType,int levelValue);
65 std::vector<GribRecord *> * getListOfGribRecords(int dataType,int levelType,int levelValue);
74 …double getTimeInterpolatedValue (int dataType,int levelType,int levelValue, double px, double p…
77 …GribRecord * getTimeInterpolatedGribRecord (int dataType,int levelType,int levelValue, time_t date…
81 int getDewpointDataStatus(int levelType,int levelValue);
88 void copyFirstCumulativeRecord (int dataType,int levelType,int levelValue);
90 void copyMissingWaveRecords (int dataType,int levelType,int levelValue);
92 void computeAccumulationRecords (int dataType, int levelType, int levelValue);
[all …]
H A DGribV1Record.cpp47 && levelType == LV_GND_SURF in translateDataType()
51 if (levelType == LV_ATMOS_ENT) { in translateDataType()
52 levelType = LV_ATMOS_ALL; in translateDataType()
130 levelType = LV_ABOV_GND; in translateDataType()
137 levelType = LV_GND_SURF; in translateDataType()
178 levelType = LV_MSL; in translateDataType()
186 levelType = LV_ABOV_GND; in translateDataType()
260 levelType = LV_ATMOS_ALL; in translateDataType()
264 levelType = LV_MSL; in translateDataType()
282 levelType = LV_MSL; in translateDataType()
[all …]
H A DGribReader.cpp303 GribRecord *rec = getGribRecord(dataType, levelType, levelValue, dateref); in copyFirstCumulativeRecord()
306 rec = getFirstGribRecord(dataType, levelType, levelValue); in copyFirstCumulativeRecord()
338 void GribReader::copyMissingWaveRecords (int dataType, int levelType, int levelValue) in copyMissingWaveRecords() argument
344 GribRecord *rec = getGribRecord( dataType, levelType, levelValue,date ); in copyMissingWaveRecords()
350 GribRecord *rec2 = getGribRecord( dataType, levelType, levelValue, date2 ); in copyMissingWaveRecords()
375 GribRecord *rec = getGribRecord( dataType, levelType, levelValue, date ); in computeAccumulationRecords()
535 int GribReader::getNumberOfGribRecords(int dataType,int levelType,int levelValue) in getNumberOfGribRecords() argument
547 std::string key = GribRecord::makeKey(dataType,levelType,levelValue); in getListOfGribRecords()
557 findGribsAroundDate (dataType,levelType,levelValue, date, &before, &after); in getTimeInterpolatedValue()
566 std::vector<GribRecord *> *ls = getListOfGribRecords(dataType,levelType,levelValue); in findGribsAroundDate()
[all …]
H A DGribRecord.h131 static zuint makeCode (zuchar dataType, zuchar levelType, zuint levelValue) { in makeCode() argument
132 return ((levelValue&0xFFFF)<<16)+((levelType&0xFF)<<8)+dataType; in makeCode()
176 zuchar getLevelType() const { return levelType; } in getLevelType()
187 static std::string makeKey(int dataType,int levelType,int levelValue);
280 zuchar levelType; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dscriptbinding_level.cpp299 int levelType = NO_XSHLEVEL; in setFrame() local
301 levelType = TZP_XSHLEVEL; in setFrame()
303 levelType = OVL_XSHLEVEL; in setFrame()
305 levelType = PLI_XSHLEVEL; in setFrame()
312 m_type = levelType; in setFrame()
328 } else if (m_type != levelType) { in setFrame()
367 levelType = TZP_XSHLEVEL; in setFrame()
369 levelType = OVL_XSHLEVEL; in setFrame()
371 levelType = PLI_XSHLEVEL; in setFrame()
377 m_type = levelType; in setFrame()
[all …]
H A Dscriptbinding_scene.cpp104 int levelType = NO_XSHLEVEL; in newLevel() local
106 levelType = PLI_XSHLEVEL; in newLevel()
108 levelType = TZP_XSHLEVEL; in newLevel()
110 levelType = OVL_XSHLEVEL; in newLevel()
111 if (levelType == NO_XSHLEVEL) in newLevel()
120 TXshLevel *xl = m_scene->createNewLevel(levelType, levelName.toStdWString()); in newLevel()
H A Dtxshcolumn.cpp456 TXshColumn::ColumnType TXshColumn::toColumnType(int levelType) { in toColumnType() argument
459 if (levelType & LEVELCOLUMN_XSHLEVEL) in toColumnType()
461 else if (levelType == ZERARYFX_XSHLEVEL) in toColumnType()
463 else if (levelType == PLT_XSHLEVEL) in toColumnType()
465 else if (levelType == SND_XSHLEVEL) in toColumnType()
467 else if (levelType == SND_TXT_XSHLEVEL) in toColumnType()
469 else if (levelType == MESH_XSHLEVEL) in toColumnType()
/dports/games/openjazz/openjazz-20190106/src/game/
H A Dgame.cpp51 levelType = LT_JJ1; in Game()
204 } else if (levelType == LT_JJ1BONUS) { in playLevel()
223 } else if (levelType == LT_JJ2) { in playLevel()
327 levelType = getLevelType(fileName); in playLevel()
451 player->createLevelPlayer(levelType, pAnims, NULL, checkX, checkY); in addLevelPlayer()
465 player->createLevelPlayer(levelType, pAnims, pFlippedAnims, checkX, checkY); in addLevelPlayer()
H A Dlocalgame.cpp47 levelType = getLevelType(firstLevel); in LocalGame()
89 levelType = getLevelType(fileName); in setLevel()
/dports/science/grib_api/grib_api-1.28.0-Source/tests/
H A Dread_any.c29 char gridType[50],levelType[50],level[50],shortName[50]; in main() local
31 size_t levelTypelen=sizeof(levelType); in main()
61 GRIB_CHECK(grib_get_string(h,"levelType",levelType,&len),0); in main()
67 count, edition, (long)size, totalLength, shortName, gridType, levelType, level, step); in main()
/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dread_any.c30 char gridType[50], levelType[50], level[50], shortName[50]; in main() local
32 size_t levelTypelen = sizeof(levelType); in main()
64 GRIB_CHECK(grib_get_string(h, "levelType", levelType, &len), 0); in main()
70 … count, edition, (long)size, totalLength, shortName, gridType, levelType, level, step); in main()
H A Dgrib_ls_json.sh79 ${tools_dir}/grib_ls -j -p levelType,levelType:i $input > $tempLog
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Diterator_grib.c204 static bool isGrib1DualLevel(int levelType) in isGrib1DualLevel() argument
206 switch(levelType) in isGrib1DualLevel()
386 if(levelSelector && !isGrib1DualLevel(levelType)) levelType = 255; in cdiGribIterator_levelType()
387 zaxisType = grib1ltypeToZaxisType(levelType); in cdiGribIterator_levelType()
392 zaxisType = grib2ltypeToZaxisType(levelType); in cdiGribIterator_levelType()
431 long levelType = gribGetLongDefault(gribHandle, levelTypeKey, 255); //1 byte in readLevel2() local
432 switch(levelType) in readLevel2()
458 *outValue1 = logicalLevelValue2(levelType, value, power); in readLevel2()
486 if(levelType == 255) in cdiGribIterator_level()
488 else if(isGrib1DualLevel((int)levelType)) in cdiGribIterator_level()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/
H A Dtest_ce_issi_default.yaml41 <levelType></levelType>
67 - "'<levelType>level_1</levelType>' in result_xml.end_state.result"
106 - "'<levelType>level_1</levelType>' not in result_xml.end_state.result"
H A Dtest_ce_isis_import.yaml47 <levelType></levelType>
76 - "'<levelType>level_1</levelType>' in result_xml.end_state.result"
118 - "'<levelType>level_1</levelType>' not in result_xml.end_state.result"
/dports/science/grib_api/grib_api-1.28.0-Source/examples/
H A Dfieldset.c34 long step,levelType; in main() local
74 GRIB_CHECK(grib_get_long(h,"levelType",&levelType),0); in main()
76 printf("%ld %s %ld %s\n",step,date,levelType,param); in main()
/dports/science/grib_api/grib_api-1.28.0-Source/examples/C/
H A Dfieldset.c32 long step,levelType; in main() local
72 GRIB_CHECK(grib_get_long(h,"levelType",&levelType),0); in main()
74 printf("%ld %s %ld %s\n",step,date,levelType,param); in main()
/dports/science/eccodes/eccodes-2.23.0-Source/examples/C/
H A Dfieldset.c33 long step, levelType; in main() local
73 CODES_CHECK(codes_get_long(h, "levelType", &levelType), 0); in main()
75 printf("%ld %s %ld %s\n", step, date, levelType, param); in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtoolbar.cpp100 int levelType = level ? level->getType() : NO_XSHLEVEL; in updateToolbar() local
110 if (levelType == NO_XSHLEVEL) { in updateToolbar()
122 levelType = cell.m_level->getType(); in updateToolbar()
127 if (levelType == NO_XSHLEVEL) { in updateToolbar()
129 levelType = cell.m_level->getType(); in updateToolbar()
137 m_toolbarLevel = levelType; in updateToolbar()
/dports/misc/libemos/libemos-4.5.9-Source/interpolation/
H A Ddescribe_input_field.c92 long levelType; in describe_input_field() local
268 levelType=levTypeInt(typeOfLevel); in describe_input_field()
269 intv[0] = levelType; in describe_input_field()
276 if(levelType != 255){ in describe_input_field()
292 if( levelType == 100 || levelType == 108 || levelType == 109 || levelType == 255){ in describe_input_field()
350 if(levelType == 100 && parameter == 129) in describe_input_field()
736 intv[0] = levelType; in describe_input_field()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/processors/
H A Djuce_BallisticsFilter.cpp56 levelType = newLevelType; in setLevelCalculationType()
95 if (levelType == LevelCalculationType::RMS) in processSample()
105 if (levelType == LevelCalculationType::RMS) in processSample()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/scriptable/
H A DScriptableServiceCollectionTreeModel.cpp29 const QList<CategoryId::CatMenuId> &levelType ) in ScriptableServiceCollectionTreeModel() argument
30 : SingleCollectionTreeItemModel( collection, levelType ) in ScriptableServiceCollectionTreeModel()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/
H A DSingleCollectionTreeItemModel.cpp33 … const QList<CategoryId::CatMenuId> &levelType ) in SingleCollectionTreeItemModel() argument
42 setLevels( levelType ); in SingleCollectionTreeItemModel()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtool.cpp505 int levelType = pref->getDefLevelType(); in touchImage() local
506 TXshLevel *xl = scene->createNewLevel(levelType); in touchImage()
848 int levelType = sl ? sl->getType() : NO_XSHLEVEL; in updateEnabled() local
852 if (levelType == NO_XSHLEVEL && in updateEnabled()
865 if (levelType == NO_XSHLEVEL && in updateEnabled()
875 levelType = cell.m_level->getType(); in updateEnabled()
886 if ((levelType == PLI_XSHLEVEL) && !(targetType & VectorImage)) in updateEnabled()
989 if ((levelType == PLI_XSHLEVEL) && !(targetType & VectorImage)) in updateEnabled()
994 if ((levelType == TZP_XSHLEVEL) && !(targetType & ToonzImage)) in updateEnabled()
999 if ((levelType == OVL_XSHLEVEL) && !(targetType & RasterImage)) in updateEnabled()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/
H A DLog4NetCapture.cs156 Type levelType = prop.PropertyType; in SetLoggingThreshold()
157 FieldInfo levelField = levelType.GetField( threshold, BF.Public | BF.Static | BF.IgnoreCase ); in SetLoggingThreshold()

1234567