Home
last modified time | relevance | path

Searched refs:m_Name (Results 1 – 25 of 1367) sorted by relevance

12345678910>>...55

/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/
H A DNamespace.vb24 Private m_Name As String
29 Return m_Name
32 m_Name = value
51 m_Name = Name
54 m_Name = Previous.Name & "." & Name
62 m_Name = Name
68 Return "Global." & m_Name
70 Return m_Name
92 Helper.Assert(m_Name IsNot Nothing AndAlso m_Name <> "")
94 If str.Length <= m_Name.Length Then
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/
H A Dannot_name.hpp50 : m_Named(true), m_Name(name) in CAnnotName()
54 : m_Named(true), m_Name(name) in CAnnotName()
65 return m_Name; in GetName()
71 m_Name.erase(); in SetUnnamed()
75 m_Name = name; in SetNamed()
81 return name.m_Named && (!m_Named || name.m_Name > m_Name); in operator <()
85 return name.m_Named == m_Named && name.m_Name == m_Name; in operator ==()
89 return name.m_Named != m_Named || name.m_Name != m_Name; in operator !=()
94 string m_Name; member in CAnnotName
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/
H A Dannot_name.hpp50 : m_Named(true), m_Name(name) in CAnnotName()
54 : m_Named(true), m_Name(name) in CAnnotName()
65 return m_Name; in GetName()
71 m_Name.erase(); in SetUnnamed()
75 m_Name = name; in SetNamed()
81 return name.m_Named && (!m_Named || name.m_Name > m_Name); in operator <()
85 return name.m_Named == m_Named && name.m_Name == m_Name; in operator ==()
89 return name.m_Named != m_Named || name.m_Name != m_Name; in operator !=()
94 string m_Name; member in CAnnotName
/dports/graphics/photivo/photivo/Sources/
H A DptGroupBox.cpp55 m_Name = Name; in ptGroupBox()
252 ::Update(m_Name); in PipeUpdate()
310 if(m_Name == "TabRGBTone") in WriteSettings()
391 Temp.append(m_Name); in SetEnabled()
394 Temp.removeOne(m_Name); in SetEnabled()
412 if (!Temp.contains(m_Name)) Temp.append(m_Name); in SetBlocked()
414 Temp.removeOne(m_Name); in SetBlocked()
419 ::Update(m_Name); in SetBlocked()
427 if (!Temp.contains(m_Name)) Temp.append(m_Name); in Hide()
439 Temp.append(m_Name); in SetFavourite()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/examples/button-clicker/ProjectSettings/
H A DInputManager.asset9 m_Name: Horizontal
25 m_Name: Vertical
41 m_Name: Fire1
57 m_Name: Fire2
73 m_Name: Fire3
89 m_Name: Jump
105 m_Name: Mouse X
185 m_Name: Fire1
201 m_Name: Fire2
217 m_Name: Fire3
[all …]
/dports/devel/grpc/grpc-1.42.0/examples/csharp/HelloworldUnity/ProjectSettings/
H A DInputManager.asset9 m_Name: Horizontal
25 m_Name: Vertical
41 m_Name: Fire1
57 m_Name: Fire2
73 m_Name: Fire3
89 m_Name: Jump
105 m_Name: Mouse X
185 m_Name: Fire1
201 m_Name: Fire2
217 m_Name: Fire3
[all …]
/dports/devel/grpc130/grpc-1.30.2/examples/csharp/HelloworldUnity/ProjectSettings/
H A DInputManager.asset9 m_Name: Horizontal
25 m_Name: Vertical
41 m_Name: Fire1
57 m_Name: Fire2
73 m_Name: Fire3
89 m_Name: Jump
105 m_Name: Mouse X
185 m_Name: Fire1
201 m_Name: Fire2
217 m_Name: Fire3
[all …]
/dports/devel/grpc134/grpc-1.34.1/examples/csharp/HelloworldUnity/ProjectSettings/
H A DInputManager.asset9 m_Name: Horizontal
25 m_Name: Vertical
41 m_Name: Fire1
57 m_Name: Fire2
73 m_Name: Fire3
89 m_Name: Jump
105 m_Name: Mouse X
185 m_Name: Fire1
201 m_Name: Fire2
217 m_Name: Fire3
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/examples/csharp/HelloworldUnity/ProjectSettings/
H A DInputManager.asset9 m_Name: Horizontal
25 m_Name: Vertical
41 m_Name: Fire1
57 m_Name: Fire2
73 m_Name: Fire3
89 m_Name: Jump
105 m_Name: Mouse X
185 m_Name: Fire1
201 m_Name: Fire2
217 m_Name: Fire3
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/examples/button-clicker/ProjectSettings/
H A DInputManager.asset9 m_Name: Horizontal
25 m_Name: Vertical
41 m_Name: Fire1
57 m_Name: Fire2
73 m_Name: Fire3
89 m_Name: Jump
105 m_Name: Mouse X
185 m_Name: Fire1
201 m_Name: Fire2
217 m_Name: Fire3
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/transport/file/
H A DFileStdio.cpp52 "couldn't open file " + m_Name + in WaitForOpen()
69 m_Name = name; in Open()
106 "couldn't open file " + m_Name + in Open()
143 "ERROR: could not set FILE* buffer in file " + m_Name + in SetBuffer()
156 CheckFile("couldn't write to file " + m_Name + in Write()
176 "ERROR: couldn't move position of " + m_Name + in Write()
210 CheckFile("couldn't read to file " + m_Name + in Read()
228 " in file " + m_Name + in Read()
259 "ERROR: couldn't get current position of " + m_Name + in GetSize()
268 "ERROR: couldn't get size of " + m_Name + in GetSize()
[all …]
H A DFileIME.cpp77 m_Name = DEFAULT_IME_FILE_PREFIX; in Open()
84 m_Name += std::string(getcwd(tmp, PATH_MAX)) + "/"; in Open()
86 m_Name += name; in Open()
95 m_Name.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0666); in Open()
115 CheckFile("unknown open mode for file " + m_Name + in Open()
119 CheckFile("couldn't open file " + m_Name + in Open()
176 std::to_string(start) + " in file " + m_Name + in Write()
218 m_Name + in Read()
236 std::to_string(start) + " in file " + m_Name + in Read()
266 m_Name + "\n"); in GetSize()
[all …]
H A DFilePOSIX.cpp69 m_Name = name; in Open()
106 m_FileDescriptor = open(m_Name.c_str(), O_RDONLY); in Open()
112 CheckFile("unknown open mode for file " + m_Name + in Open()
142 "ERROR: couldn't write to file " + m_Name + in Write()
162 std::to_string(start) + " in file " + m_Name + in Write()
205 "ERROR: couldn't read from file " + m_Name + in Read()
226 std::to_string(start) + " in file " + m_Name + in Read()
259 m_Name + SysErrMsg()); in GetSize()
293 std::remove(m_Name.c_str()); in Delete()
319 "ERROR: couldn't seek to the end of file " + m_Name + in SeekToEnd()
[all …]
H A DFileFStream.cpp37 "couldn't open file " + m_Name + in WaitForOpen()
52 m_Name = name; in Open()
91 CheckFile("unknown open mode for file " + m_Name + in Open()
98 "couldn't open file " + m_Name + in Open()
112 CheckFile("couldn't set buffer in file " + m_Name + in SetBuffer()
122 CheckFile("couldn't write from file " + m_Name + in Write()
159 CheckFile("couldn't read from file " + m_Name + in Read()
211 CheckFile("couldn't flush to file " + m_Name + in Flush()
233 std::remove(m_Name.c_str()); in Delete()
248 CheckFile("couldn't move to the end of file " + m_Name + in SeekToEnd()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/core/
H A DVariableBase.cpp59 m_Name + ", in call to SetShape\n"); in SetShape()
66 m_Name + ", in call to SetShape\n"); in SetShape()
102 m_Name + ", in call to SetSelection\n"); in SetSelection()
109 m_Name + ", in call to SetSelection\n"); in SetSelection()
141 m_Name + in SetMemorySelection()
247 "ERROR: GlobalArray variable " + m_Name + in CheckDimensions()
277 m_Name + ", " + hint); in CheckRandomAccessConflict()
332 const std::string prefix = m_Name + separator; in GetAttributesInfo()
421 m_Name + "\n"); in InitShapeType()
463 m_Name + "\n"); in InitShapeType()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsymbol_tree_synchronizing_adapter.cpp78 const wxString& name = it->get()->m_Name; in Sync()
145 auto hashIt = m_libHashes.find( aLibNode.m_Name ); in updateLibrary()
188 m_libHashes[aLibNode.m_Name] = m_libMgr->GetLibraryHash( aLibNode.m_Name ); in updateLibrary()
196 m_libHashes.erase( node->m_Name ); in deleteLibrary()
223 aVariant = UnescapeString( node->m_Name ); in GetValue()
228 if( m_libMgr->IsLibraryModified( node->m_Name ) ) in GetValue()
233 if( m_libMgr->IsSymbolModified( node->m_Name, node->m_Parent->m_Name ) ) in GetValue()
258 if( !m_libMgr->IsLibraryLoaded( node->m_Name ) ) in GetValue()
265 aVariant = node->m_Name; in GetValue()
297 aAttr.SetBold( m_libMgr->IsLibraryModified( node->m_Name ) ); in GetAttr()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Names/
H A DIdentifier.vb28 Private m_Name As String
37 m_Name = Identifier
42 m_Name = Identifier
47 m_Name = Identifier
53 Return m_Name
56 m_Name = Value
77 Return m_Name
80 m_Name = value
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/engine/insitumpi/
H A DInSituMPIWriter.tcc33 << variable.m_Name << ") = " << *blockInfo.Data in PutSyncCommon()
37 variable.m_Name, blockInfo.Count); in PutSyncCommon()
40 variable.m_Name + in PutSyncCommon()
46 "ERROR: InSituMPI write engine PutDeferred(" + variable.m_Name + in PutSyncCommon()
58 "ERROR: ADIOS InSituMPI engine: PytSync(" + variable.m_Name + in PutSyncCommon()
71 << variable.m_Name << ")\n"; in PutDeferredCommon()
77 dataSize, "in call to variable " + variable.m_Name + " PutDeferred"); in PutDeferredCommon()
82 variable.m_Name + in PutDeferredCommon()
99 m_BP3Serializer.m_DeferredVariables.insert(variable.m_Name); in PutDeferredCommon()
107 const auto it = m_WriteScheduleMap.find(variable.m_Name); in AsyncSendVariable()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/
H A Dclass_regulator_data.h44 m_Name( aName ), in m_Name() function
52 wxString m_Name; // Regulator name
84 if( StrNumCmp( aItem->m_Name, m_List[ii]->m_Name, true ) < 0 ) in Add()
95 if( aName.CmpNoCase( regulator->m_Name ) == 0 ) in GetReg()
105 if( aRegName.CmpNoCase( m_List[ii]->m_Name ) == 0 ) in Remove()
124 if( aItem->m_Name.CmpNoCase( m_List[ii]->m_Name ) == 0 ) in Replace()
139 list.Add( regulator->m_Name ); in GetRegList()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/parser/
H A Dcpdf_name.cpp14 : m_Name(str) { in CPDF_Name()
16 m_Name = pPool->Intern(m_Name); in CPDF_Name()
26 return pdfium::MakeUnique<CPDF_Name>(nullptr, m_Name); in Clone()
30 return m_Name; in GetString()
34 m_Name = str; in SetString()
50 return PDF_DecodeText(m_Name); in GetUnicodeText()
/dports/games/amoebax/amoebax-0.2.1/src/
H A DNewHighScoreState.cxx46 m_Name (""), in NewHighScoreState()
75 if ( m_Name.length () > 0 ) in acceptName()
77 Options::getInstance ().setHighScore (getScore (), m_Name); in acceptName()
103 if ( m_Name.length () < k_NameMaxLength ) in addNewCharacter()
105 m_Name += getCursorValue (); in addNewCharacter()
120 return m_CursorVisible && m_Name.length () < k_NameMaxLength; in isCursorVisible()
282 if ( m_Name.length () > 0 ) in removePreviousCharacter()
284 const std::string::size_type newLength = m_Name.length () - 1; in removePreviousCharacter()
286 m_Name = m_Name.substr (0, newLength); in removePreviousCharacter()
299 m_NameFont->write (m_Name, in render()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Tests/Queue1/
H A DQueueTest1.cpp50 m_Queue(queue), m_Name(name), m_Counter(0) {} in WriterThread()
53 NPT_Debug("WRITER %s starting ++++++++++++++++++++++++\n", (const char*)m_Name); in Run()
57 NPT_Debug("WRITER %s post: change timeout\n", (const char*)m_Name); in Run()
62 NPT_Debug("WRITER %s sleeping\n", (const char*)m_Name); in Run()
67 NPT_Debug("WRITER %s terminating ----------------------\n", (const char*)m_Name); in Run()
71 NPT_String m_Name; member in WriterThread
85 NPT_Debug("READER %s starting =====================\n", (const char*)m_Name); in Run()
89 NPT_Debug("READER %s sleeping...\n", (const char*)m_Name); in Run()
91 NPT_Debug("READER %s woke up!\n", (const char*)m_Name); in Run()
122 NPT_Debug("READER %s pop returned %d\n", (const char*)m_Name, result); in Run()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Types/
H A DGetTypeTypeName.vb27 Private m_Name As ParsedObject
34 Return m_Name
44 Dim qi As QualifiedIdentifier = DirectCast(m_Name, QualifiedIdentifier)
49 result = m_Name.ResolveTypeReferences AndAlso result
50 If result Then m_ResolvedType = DirectCast(m_Name, TypeName).ResolvedType
61 m_Name = Name
65 m_Name = Name
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_name.cpp15 : m_Name(str) { in CPDF_Name()
17 m_Name = pPool->Intern(m_Name); in CPDF_Name()
27 return pdfium::MakeRetain<CPDF_Name>(nullptr, m_Name); in Clone()
31 return m_Name; in GetString()
35 m_Name = str; in SetString()
51 return PDF_DecodeText(m_Name.raw_span()); in GetUnicodeText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_name.cpp14 : m_Name(str) { in CPDF_Name()
16 m_Name = pPool->Intern(m_Name); in CPDF_Name()
26 return pdfium::MakeRetain<CPDF_Name>(nullptr, m_Name); in Clone()
30 return m_Name; in GetString()
34 m_Name = str; in SetString()
50 return PDF_DecodeText(m_Name.raw_span()); in GetUnicodeText()

12345678910>>...55