Home
last modified time | relevance | path

Searched refs:_stringList (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/HexBox/
H A DTblByteCharConverter.cs17 List<string> _stringList; field in Be.Windows.Forms.TblByteCharConverter
27 this._stringList = new List<string>(); in TblByteCharConverter()
30 this._stringList.Add(kvp.Value); in TblByteCharConverter()
33 this._stringList.Sort(new Comparison<string>((a, b) => { in TblByteCharConverter()
80 foreach(string key in _stringList) { in GetBytes()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/XamlTaskFactory/
H A DCommandLineToolSwitch.cs175 private string[] _stringList; field in Microsoft.Build.Tasks.Xaml.CommandLineToolSwitch
588 return _stringList;
594 _stringList = value;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dres.h81 StringList _stringList; variable
136 StringList &stringList() { return _stringList; } in stringList()
169 return _stringList.getString(_currentAction); in getCurrentActionStr()
H A Dres.cpp45 _stringList.load(mb); in Resources()
49 if (!Common::String(_stringList.getString(LOOK)).compareTo("Obsevar")) in Resources()
50 _stringList.setString(LOOK, "Observar"); in Resources()
58 _stringList.clear(); in ~Resources()
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dres.h81 StringList _stringList; variable
136 StringList &stringList() { return _stringList; } in stringList()
169 return _stringList.getString(_currentAction); in getCurrentActionStr()
H A Dres.cpp45 _stringList.load(mb); in Resources()
49 if (!Common::String(_stringList.getString(LOOK)).compareTo("Obsevar")) in Resources()
50 _stringList.setString(LOOK, "Observar"); in Resources()
58 _stringList.clear(); in ~Resources()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DObjectStateFormatter.cs132 private string[] _stringList; field in System.Web.UI.ObjectStateFormatter
258 _stringList[_stringTableCount] = s; in AddDeserializationStringReference()
287 string oldString = _stringList[_stringTableCount]; in AddSerializationStringReference()
296 _stringList[_stringTableCount] = s; in AddSerializationStringReference()
430 Debug.Assert(_stringList[tableIndex] != null); in DeserializeIndexedString()
431 return new IndexedString(_stringList[tableIndex]); in DeserializeIndexedString()
730 _stringList = new string[Byte.MaxValue]; in InitializeDeserializer()
744 _stringList = new string[Byte.MaxValue]; in InitializeSerializer()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/datasources/dirfilesource/
H A Ddirfilesource.cpp94 QStringList list() const { return dir._stringList; } in list()
96 bool isValid(const QString& field) const { return dir._stringList.contains( field ); } in isValid()
264 _stringList.clear(); in init()
284 _stringList.append("FILE"); in init()
287 _stringList.append(QString::fromUtf8(tl[i])); in init()
293 _stringList.append(QString::fromUtf8(nl[i])); // _stringList contains both in init()
H A Ddirfilesource.h88 QStringList _stringList; variable
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/datasources/hdf5/
H A Dhdf5.cpp203 QStringList list() const { return hdf._stringList; } in list()
205 bool isValid(const QString& field) const { return hdf._stringList.contains( field ); } in isValid()
334 h5Source->_stringList.append(name); in visitFunc()
408 h5Source->_stringList.append(attrName); in attrIterFunc()
457 _stringList.clear(); in init()
H A Dhdf5.h85 QStringList _stringList; variable
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/datasources/sourcelist/
H A Dsourcelist.h57 QStringList _stringList; variable
H A Dsourcelist.cpp150 _stringList.clear(); in init()
/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dsip.h1239 struct _stringList *pyqt_flags_enums; /* The names of the flagged enum. */
1345 struct _stringList *plugins; /* The list of plugins. */
1351 typedef struct _stringList { struct
1353 struct _stringList *next; /* The next in the list. */ argument
1490 struct _stringList *slval; /* A string list value. */
/dports/graphics/py-visvis/visvis-1.13.0/core/
H A Daxes.py706 return self.legendWibject._stringList
1130 self._stringList = []
1177 self._stringList = stringList
H A DbaseFigure.py612 ob.SetStrings(ob._stringList)