Home
last modified time | relevance | path

Searched refs:myVersion (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/WinForms/
H A DAboutDialog.cs19 private System.Windows.Forms.Label myVersion; field in IE_WinForms.AboutDialog
37 this.myVersion.Text = this.myVersion.Text + version; in AboutDialog()
66 this.myVersion = new System.Windows.Forms.Label(); in InitializeComponent()
103 this.myVersion.Location = new System.Drawing.Point(16, 32); in InitializeComponent()
104 this.myVersion.Name = "myVersion"; in InitializeComponent()
105 this.myVersion.Size = new System.Drawing.Size(288, 16); in InitializeComponent()
106 this.myVersion.TabIndex = 3; in InitializeComponent()
107 this.myVersion.Text = "Open CASCADE Technology "; in InitializeComponent()
108 this.myVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; in InitializeComponent()
135 this.Controls.Add(this.myVersion); in InitializeComponent()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DChangesLogParsing.cwp26 => localref myVersion = project.listOfVersions[sVersion];
29 => insert myVersion.private = true;
33 description(myVersion)
37 #readCString:myVersion.abstract
38 [#readCString:sText => set myVersion.abstract += endl() + sText;]*
42 => pushItem myVersion.listOfChanges;
43 => localref myChange = myVersion.listOfChanges#back;
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dsocket.h80 unsigned long Version() const { return (myVersion); } in Version()
81 void SetVersion(unsigned long version) { myVersion = version; } in SetVersion()
86 unsigned short myVersion; variable
H A Dsocket.cpp123 myVersion(0) in DcSocket()
138 myVersion = dcfrom->myVersion; in TransferConnectionFrom()
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dsocket.h80 unsigned long Version() const { return (myVersion); } in Version()
81 void SetVersion(unsigned long version) { myVersion = version; } in SetVersion()
86 unsigned short myVersion; variable
H A Dsocket.cpp123 myVersion(0) in DcSocket()
138 myVersion = dcfrom->myVersion; in TransferConnectionFrom()
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dsocket.h80 unsigned long Version() const { return (myVersion); } in Version()
81 void SetVersion(unsigned long version) { myVersion = version; } in SetVersion()
86 unsigned short myVersion; variable
H A Dsocket.cpp123 myVersion(0) in DcSocket()
138 myVersion = dcfrom->myVersion; in TransferConnectionFrom()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dsocket.h80 unsigned long Version() const { return (myVersion); } in Version()
81 void SetVersion(unsigned long version) { myVersion = version; } in SetVersion()
86 unsigned short myVersion; variable
H A Dsocket.cpp123 myVersion(0) in DcSocket()
138 myVersion = dcfrom->myVersion; in TransferConnectionFrom()
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dsocket.h80 unsigned long Version() const { return (myVersion); } in Version()
81 void SetVersion(unsigned long version) { myVersion = version; } in SetVersion()
86 unsigned short myVersion; variable
H A Dsocket.cpp123 myVersion(0) in DcSocket()
138 myVersion = dcfrom->myVersion; in TransferConnectionFrom()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A DupdateLib.php35 $myVersion = str_replace('-dev','',VERSION);
37 …if ($version !== '' && $version !== $myVersion && version_compare($myVersion, $version) < 0 && $en…
/dports/games/spring/spring_98.0/rts/Net/Protocol/
H A DNetProtocol.cpp37 …gned portnum, const std::string& myName, const std::string& myPasswd, const std::string& myVersion) in InitClient() argument
45 …serverConn->SendData(CBaseNetProtocol::Get().SendAttemptConnect(userName, userPasswd, myVersion, g… in InitClient()
51 void CNetProtocol::AttemptReconnect(const std::string& myVersion) in AttemptReconnect() argument
55 …conn->SendData(CBaseNetProtocol::Get().SendAttemptConnect(userName, userPasswd, myVersion, globalC… in AttemptReconnect()
/dports/cad/opencascade/opencascade-7.6.0/src/CDM/
H A DCDM_MetaData.cxx49 myVersion(aVersion), in CDM_MetaData()
126 return myVersion; in Version()
141 if(HasVersion()) anOStream << "," << myVersion ; in Print()
179 OCCT_DUMP_FIELD_VALUE_STRING (theOStream, myVersion) in DumpJson()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStdPersistent_Naming.hxx38 { theReadData >> myOldShapes >> myNewShapes >> myShapeStatus >> myVersion; } in Read()
41 { theWriteData << myOldShapes << myNewShapes << myShapeStatus << myVersion; } in Write()
58 Standard_Integer myVersion; member in StdPersistent_Naming::NamedShape
H A DStdLPersistent_Data.hxx29 : myVersion(0) in StdLPersistent_Data()
53 Standard_Integer myVersion; member in StdLPersistent_Data
/dports/cad/opencascade/opencascade-7.6.0/src/StdPersistent/
H A DStdPersistent_Naming.hxx38 { theReadData >> myOldShapes >> myNewShapes >> myShapeStatus >> myVersion; } in Read()
41 { theWriteData << myOldShapes << myNewShapes << myShapeStatus << myVersion; } in Write()
58 Standard_Integer myVersion; member in StdPersistent_Naming::NamedShape
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStdPersistent_Naming.hxx38 { theReadData >> myOldShapes >> myNewShapes >> myShapeStatus >> myVersion; } in Read()
41 { theWriteData << myOldShapes << myNewShapes << myShapeStatus << myVersion; } in Write()
58 Standard_Integer myVersion; member in StdPersistent_Naming::NamedShape
/dports/games/spring/spring_98.0/AI/Interfaces/C/src/
H A DInterface.cpp43 const char* const myVersion = callback->AIInterface_Info_getValueByKey(interfaceId, in CInterface() local
47 myShortName, myVersion); in CInterface()
243 const char* const myVersion = callback->AIInterface_Info_getValueByKey(interfaceId, in FitsThisInterface() local
247 bool versionFits = (requestedVersion == myVersion); in FitsThisInterface()
/dports/cad/opencascade/opencascade-7.6.0/src/StdLPersistent/
H A DStdLPersistent_Data.hxx29 : myVersion(0) in StdLPersistent_Data()
53 Standard_Integer myVersion; member in StdLPersistent_Data
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dlowhash_vector.c87 unsigned short myVersion = NSSLOW_VERSION; in freebl_LoadDSO() local
88 if (MSB(dsoVersion) == MSB(myVersion) && in freebl_LoadDSO()
89 LSB(dsoVersion) >= LSB(myVersion) && in freebl_LoadDSO()
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Dlowhash_vector.c87 unsigned short myVersion = NSSLOW_VERSION; in freebl_LoadDSO() local
88 if (MSB(dsoVersion) == MSB(myVersion) && in freebl_LoadDSO()
89 LSB(dsoVersion) >= LSB(myVersion) && in freebl_LoadDSO()
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Dlowhash_vector.c87 unsigned short myVersion = NSSLOW_VERSION; in freebl_LoadDSO() local
88 if (MSB(dsoVersion) == MSB(myVersion) && in freebl_LoadDSO()
89 LSB(dsoVersion) >= LSB(myVersion) && in freebl_LoadDSO()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dlowhash_vector.c87 unsigned short myVersion = NSSLOW_VERSION; in freebl_LoadDSO() local
88 if (MSB(dsoVersion) == MSB(myVersion) && in freebl_LoadDSO()
89 LSB(dsoVersion) >= LSB(myVersion) && in freebl_LoadDSO()

12345678910>>...17