Home
last modified time | relevance | path

Searched refs:strModel (Results 1 – 25 of 30) sorted by relevance

12

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dregistry.cpp504 char strModel[DevIDBuffSize]; // to contain the MODEL (MDL) from the DevID in SelectDevice() local
508 DRIVER_ERROR err = ParseDevIDString(sDevID, strModel, &VIPVersion, strPens); in SelectDevice()
514 return SelectDevice(strModel, &VIPVersion, strPens, pSS); in SelectDevice()
537 DRIVER_ERROR DeviceRegistry::GetPrinterModel(char* strModel, int *pVIPVersion, char* strPens, Syste… in GetPrinterModel() argument
545 return ParseDevIDString((const char*)DevIDBuffer, strModel, pVIPVersion, strPens); in GetPrinterModel()
560 DRIVER_ERROR DeviceRegistry::ParseDevIDString(const char* sDevID, char* strModel, int *pVIPVersion,… in ParseDevIDString() argument
579 strModel[i] = pStr[i]; in ParseDevIDString()
582 strModel[i] = '\0'; in ParseDevIDString()
H A Dsystemservices.cpp56 strModel[0] = strPens[0] = '\0'; in SystemServices()
353 err = DR->ParseDevIDString((const char*)strDevID, strModel, &VIPVersion, strPens); in InitDeviceComm()
399 strncpy(strModel,model, sizeof(strModel)); in AdjustIO()
H A Dsystemservices.h239 const char* PrinterModel() { return strModel; } in PrinterModel()
317 char strModel[DevIDBuffSize]; // to contain the MODEL (MDL) from the DevID variable
H A Dcapture.cpp63 pS->PutDebugString((const char*)pSS->strModel,strlen(pSS->strModel)); in Capture_PrintContext()
H A Dcontext2.cpp298 …if ( (constructor_error = DR->SelectDevice(pSS->strModel,&(pSS->VIPVersion),pSS->strPens,pSS)) != … in PrintContext()
1236 if (strlen(pSS->strModel) > 0) // if bidi so strModel got set in SS in SelectDevice()
1238 model = pSS->strModel; in SelectDevice()
1693 return pSS->strModel; in PrinterModel()
H A Dinternal.h506 …DRIVER_ERROR ParseDevIDString(const char* sDevID, char* strModel, int *pVIPVersion, char* strPens);
514 …virtual DRIVER_ERROR GetPrinterModel(char* strModel, int* pVIPVersion, char* strPens, SystemServic…
/dports/science/jmol/jmol-14.32.7/src/
H A DJmolApplet.java126 public String loadInlineString(String strModel, String script, boolean isAppend) { in loadInlineString() argument
128 ((GenericApplet) wrappedApplet).loadInlineString("" + strModel, "" + script, isAppend)); in loadInlineString()
142 public String loadInline(String strModel) { in loadInline() argument
144 ((GenericApplet) wrappedApplet).loadInline("" + strModel)); in loadInline()
155 public String loadInline(String strModel, String script) { in loadInline() argument
157 ((GenericApplet) wrappedApplet).loadInline("" + strModel, "" + script)); in loadInline()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/applet/
H A DJmolApplet.java127 public String loadInlineString(String strModel, String script, boolean isAppend) { in loadInlineString() argument
129 ((GenericApplet) wrappedApplet).loadInlineString("" + strModel, "" + script, isAppend)); in loadInlineString()
143 public String loadInline(String strModel) { in loadInline() argument
145 ((GenericApplet) wrappedApplet).loadInline("" + strModel)); in loadInline()
156 public String loadInline(String strModel, String script) { in loadInline() argument
158 ((GenericApplet) wrappedApplet).loadInline("" + strModel, "" + script)); in loadInline()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolAppletInterface.java74 public String loadInlineString(String strModel, String script, boolean isAppend); in loadInlineString() argument
89 public String loadInline(String strModel); in loadInline() argument
106 public String loadInline(String strModel, String script); in loadInline() argument
H A DJmolViewer.java401 abstract public String loadInline(String strModel); in loadInline() argument
402 abstract public String loadInlineAppend(String strModel, boolean isAppend); in loadInlineAppend() argument
403 abstract public String loadInline(String strModel, char newLine); in loadInline() argument
545 abstract public String openStringInline(String strModel); in openStringInline() argument
H A DJmolDataManager.java43 Object[] createFileData(String strModel); in createFileData() argument
/dports/games/scourge/scourge/src/render/
H A DMd3.cpp616 bool CModelMD3::loadSkins( const string& strPath, const string& strModel, MD3Shape *shape ) { in loadSkins() argument
623 if ( strModel.length() ) { in loadSkins()
624 strLowerSkin = strPath + "/lower_" + strModel + ".skin"; in loadSkins()
625 strUpperSkin = strPath + "/upper_" + strModel + ".skin"; in loadSkins()
626 strHeadSkin = strPath + "/head_" + strModel + ".skin"; in loadSkins()
677 bool CModelMD3::LoadWeapon( const string& strPath, const string& strModel, MD3Shape *shape ) { in LoadWeapon() argument
679 if ( strPath.length() == 0 || strModel.length() == 0 ) in LoadWeapon()
682 …string strWeaponModel = strPath + "/" + strModel + ".md3"; // Stores the file name for the weapon … in LoadWeapon()
683 …string strWeaponShader = strPath + "/" + strModel + ".shader"; // Stores the file name for the wea… in LoadWeapon()
H A DMd3.h216 bool loadSkins( const std::string& strPath, const std::string& strModel, MD3Shape *shape );
219 bool LoadWeapon( const std::string& strPath, const std::string& strModel, MD3Shape *shape );
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DViewer.java2911 String strModel = null; in openFileFull() local
2922 if (strModel == null) in openFileFull()
2933 if (strModel != null) { in openFileFull()
3072 if (strModel == null || strModel.length() == 0) in loadInlineScript()
3074 strModel = fixInlineString(strModel, newLine); in loadInlineScript()
3110 strModel = PT.rep(strModel, "\n", ""); in fixInlineString()
3111 strModel = PT.rep(strModel, "\\/n", "\n"); in fixInlineString()
3120 strModel = strModel.substring(i + 1); in fixInlineString()
3122 strModel = PT.rep(strModel, "" + newLine, ""); in fixInlineString()
3124 strModel = strModel.replace(newLine, '\n'); in fixInlineString()
[all …]
H A DJmolStateCreator.java39 abstract void getInlineData(SB loadScript, String strModel, boolean isAppend, in getInlineData() argument
H A DDataManager.java390 public Object[] createFileData(String strModel) { in createFileData() argument
393 o[JmolDataManager.DATA_VALUE] = strModel; in createFileData()
H A DFileManager.java270 Object createAtomSetCollectionFromString(String strModel, in createAtomSetCollectionFromString() argument
274 boolean isAddH = (strModel.indexOf(JC.ADD_HYDROGEN_TITLE) >= 0); in createAtomSetCollectionFromString()
277 Rdr.getBR(strModel), htParams, isAppend); in createAtomSetCollectionFromString()
285 setFileInfo(new String[] { strModel == JC.MODELKIT_ZAP_STRING ? JC.MODELKIT_ZAP_TITLE in createAtomSetCollectionFromString()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DGenericApplet.java455 public String loadInlineString(String strModel, String script, in loadInlineString() argument
457 String errMsg = viewer.loadInlineAppend(strModel, isAppend); in loadInlineString()
489 public String loadInline(String strModel) { in loadInline() argument
490 return loadInlineString(strModel, "", false); in loadInline()
501 public String loadInline(String strModel, String script) { in loadInline() argument
502 return loadInlineString(strModel, script, false); in loadInline()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsSystemInfo.cpp1146 JSString* strModel = in GetJSObjForDiskInfo() local
1148 if (!strModel) { in GetJSObjForDiskInfo()
1151 JS::Rooted<JS::Value> valModel(aCx, JS::StringValue(strModel)); in GetJSObjForDiskInfo()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/gamesys/
H A DSysCmds.cpp1938 idStr mapName, strModel; in Cmd_SaveParticles_f() local
1960 strModel = ent->spawnArgs.GetString( "model" ); in Cmd_SaveParticles_f()
1961 if ( strModel.Length() && strModel.Find( ".prt") > 0 ) { in Cmd_SaveParticles_f()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsSystemInfo.cpp1182 JSString* strModel = in GetJSObjForDiskInfo() local
1184 if (!strModel) { in GetJSObjForDiskInfo()
1187 JS::Rooted<JS::Value> valModel(aCx, JS::StringValue(strModel)); in GetJSObjForDiskInfo()
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsSystemInfo.cpp1245 JSString* strModel = in GetJSObjForDiskInfo() local
1247 if (!strModel) { in GetJSObjForDiskInfo()
1250 JS::Rooted<JS::Value> valModel(aCx, JS::StringValue(strModel)); in GetJSObjForDiskInfo()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsSystemInfo.cpp1182 JSString* strModel = in GetJSObjForDiskInfo() local
1184 if (!strModel) { in GetJSObjForDiskInfo()
1187 JS::Rooted<JS::Value> valModel(aCx, JS::StringValue(strModel)); in GetJSObjForDiskInfo()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/gamesys/
H A DSysCmds.cpp2007 idStr mapName, strModel; in Cmd_SaveParticles_f() local
2029 strModel = ent->spawnArgs.GetString( "model" ); in Cmd_SaveParticles_f()
2030 if ( strModel.Length() && strModel.Find( ".prt") > 0 ) { in Cmd_SaveParticles_f()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/
H A Dcore.hpp3168 …template<typename _Tp> static Ptr<_Tp> loadFromString(const String& strModel, const String& objnam… in loadFromString() argument
3170 FileStorage fs(strModel, FileStorage::READ + FileStorage::MEMORY); in loadFromString()

12