Lines Matching refs:Value1

213         SqlCommand = """select ID, Value1, Arch, StartLine from %s
222 ID, Value1, Value2, Arch = Record[0], ValueList[0], ValueList[1], Record[2]
223 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
224 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
296 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
357 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s'
444 SqlCommand = """update %s set Value1 = '%s', Value2 = '%s', Value3 = '%s'
916 # Value1: IncludeFilePath
930 # Value1: Macro Name
943 # Value1: Item Name
964 (Value1, Value2, Value3, Model, StartColumn, EndColumn, Enabled) = ('', '', '', -1, -1, -1, 0)
984 Value1 = PreviousIf[0]
986 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
992 Value1, Value2, Value3 = '', '==', '0'
994 Value1 = List[0]
999 Value1 = List[0]
1001 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
1006 Value1 = PreviousIf[0].strip()
1008 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
1150 and A.Value1 not in (select B.Value1 from %s as B
1174 and A.Value1 in (select B.Value1 from %s as B
1195 SqlCommand = """select A.Model, A.Value1, A.Value2, A.Value3, A.StartLine, A.EndLine, B.Value2 from %s as A join %s as B
1201 and A.Value1 = B.Value1
1225 # @param Value1:
1229 def Compare(self, Value1, CompareType, Value2):
1230 Command = """Value1 %s Value2""" % CompareType