Home
last modified time | relevance | path

Searched refs:lsChange (Results 1 – 24 of 24) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Capitalisation/
H A DIdentifierCaps.pas156 lsChange: string;
179 lsChange := FormattingSettings.IdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
182 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
184 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
185 lcSourceToken.SourceCode := lsChange;
198 lsChange := FormattingSettings.NotIdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
201 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
203 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
204 lcSourceToken.SourceCode := lsChange;
H A DSpecificWordCaps.pas132 lsChange: string;
147 lsChange := FormattingSettings.SpecificWordCaps.CapitaliseWord(lcSourceToken.SourceCode);
150 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
152 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
153 lcSourceToken.SourceCode := lsChange;
H A DUnitNameCaps.pas124 lsChange: string;
135 lsChange := FormattingSettings.UnitNameCaps.CapitaliseWord(lcSourceToken.SourceCode);
138 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
140 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
141 lcSourceToken.SourceCode := lsChange;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Capitalisation/
H A DIdentifierCaps.pas156 lsChange: string;
179 lsChange := FormattingSettings.IdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
182 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
184 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
185 lcSourceToken.SourceCode := lsChange;
198 lsChange := FormattingSettings.NotIdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
201 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
203 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
204 lcSourceToken.SourceCode := lsChange;
H A DSpecificWordCaps.pas132 lsChange: string;
147 lsChange := FormattingSettings.SpecificWordCaps.CapitaliseWord(lcSourceToken.SourceCode);
150 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
152 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
153 lcSourceToken.SourceCode := lsChange;
H A DUnitNameCaps.pas124 lsChange: string;
135 lsChange := FormattingSettings.UnitNameCaps.CapitaliseWord(lcSourceToken.SourceCode);
138 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
140 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
141 lcSourceToken.SourceCode := lsChange;
/dports/editors/lazarus/lazarus/components/jcf2/Process/Capitalisation/
H A DIdentifierCaps.pas156 lsChange: string;
179 lsChange := FormattingSettings.IdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
182 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
184 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
185 lcSourceToken.SourceCode := lsChange;
198 lsChange := FormattingSettings.NotIdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
201 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
203 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
204 lcSourceToken.SourceCode := lsChange;
H A DSpecificWordCaps.pas132 lsChange: string;
147 lsChange := FormattingSettings.SpecificWordCaps.CapitaliseWord(lcSourceToken.SourceCode);
150 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
152 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
153 lcSourceToken.SourceCode := lsChange;
H A DUnitNameCaps.pas124 lsChange: string;
135 lsChange := FormattingSettings.UnitNameCaps.CapitaliseWord(lcSourceToken.SourceCode);
138 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
140 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
141 lcSourceToken.SourceCode := lsChange;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Capitalisation/
H A DIdentifierCaps.pas156 lsChange: string;
179 lsChange := FormattingSettings.IdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
182 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
184 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
185 lcSourceToken.SourceCode := lsChange;
198 lsChange := FormattingSettings.NotIdentifierCaps.CapitaliseWord(lcSourceToken.SourceCode);
201 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
203 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
204 lcSourceToken.SourceCode := lsChange;
H A DSpecificWordCaps.pas132 lsChange: string;
147 lsChange := FormattingSettings.SpecificWordCaps.CapitaliseWord(lcSourceToken.SourceCode);
150 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
152 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
153 lcSourceToken.SourceCode := lsChange;
H A DUnitNameCaps.pas124 lsChange: string;
135 lsChange := FormattingSettings.UnitNameCaps.CapitaliseWord(lcSourceToken.SourceCode);
138 if AnsiCompareStr(lcSourceToken.SourceCode, lsChange) <> 0 then
140 lsLastChange := lcSourceToken.SourceCode + ' to ' + lsChange;
141 lcSourceToken.SourceCode := lsChange;
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DvdbeInt.h219 int lsChange; /* Last statement change count (from db->lsChange) */ member
H A Dtclsqlite.c674 int lsChange; in DbObjCmd() local
679 lsChange = sqlite_last_statement_changes(pDb->db); in DbObjCmd()
681 Tcl_SetIntObj(pResult, lsChange); in DbObjCmd()
H A Dvdbe.c3015 db->lsChange=db->csChange; in sqliteVdbeExec()
3884 p->contextStack[p->contextStackDepth - 1].lsChange = p->db->lsChange; in sqliteVdbeExec()
3899 p->db->lsChange = p->contextStack[p->contextStackDepth].lsChange; in sqliteVdbeExec()
H A DsqliteInt.h366 int lsChange; /* Last statement change count (see above) */ member
H A Dmain.c562 return db->lsChange; in sqlite_last_statement_changes()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DvdbeInt.h219 int lsChange; /* Last statement change count (from db->lsChange) */ member
H A Dvdbe.c3015 db->lsChange=db->csChange; in sqliteVdbeExec()
3884 p->contextStack[p->contextStackDepth - 1].lsChange = p->db->lsChange; in sqliteVdbeExec()
3899 p->db->lsChange = p->contextStack[p->contextStackDepth].lsChange; in sqliteVdbeExec()
H A DsqliteInt.h366 int lsChange; /* Last statement change count (see above) */ member
H A Dmain.c562 return db->lsChange; in sqlite_last_statement_changes()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h219 int lsChange; /* Last statement change count (from db->lsChange) */ member
H A DsqliteInt.h362 int lsChange; /* Last statement change count (see above) */ member
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_ubx.c841 int lsChange = getsb(buf, 11); in ubx_msg_nav_timels() local
864 src_of_ls_change,src,lsChange,timeToLsEvent); in ubx_msg_nav_timels()
869 if ((0 != lsChange) && (0 < timeToLsEvent) && in ubx_msg_nav_timels()
871 if (1 == lsChange) { in ubx_msg_nav_timels()
875 } else if (-1 == lsChange) { in ubx_msg_nav_timels()