Home
last modified time | relevance | path

Searched refs:ReverseSort (Results 1 – 25 of 41) sorted by relevance

12

/dports/editors/lazarus/lazarus/components/lazsvnpkg/
H A Dsvnstatusform.pas300 0: SVNStatus.ReverseSort(siChecked);
301 1: SVNStatus.ReverseSort(siPath);
302 2: SVNStatus.ReverseSort(siExtension);
303 3: SVNStatus.ReverseSort(siItemStatus);
304 4: SVNStatus.ReverseSort(siPropStatus);
305 5: SVNStatus.ReverseSort(siAuthor);
306 6: SVNStatus.ReverseSort(siRevision);
307 7: SVNStatus.ReverseSort(siCommitRevision);
308 8: SVNStatus.ReverseSort(siDate);
H A Dsvnclasses.pas130 procedure ReverseSort(ASortItem: TStatusItemName); procedure
565 procedure TSVNStatus.ReverseSort(ASortItem: TStatusItemName); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazsvnpkg/
H A Dsvnstatusform.pas300 0: SVNStatus.ReverseSort(siChecked);
301 1: SVNStatus.ReverseSort(siPath);
302 2: SVNStatus.ReverseSort(siExtension);
303 3: SVNStatus.ReverseSort(siItemStatus);
304 4: SVNStatus.ReverseSort(siPropStatus);
305 5: SVNStatus.ReverseSort(siAuthor);
306 6: SVNStatus.ReverseSort(siRevision);
307 7: SVNStatus.ReverseSort(siCommitRevision);
308 8: SVNStatus.ReverseSort(siDate);
H A Dsvnclasses.pas130 procedure ReverseSort(ASortItem: TStatusItemName); procedure
565 procedure TSVNStatus.ReverseSort(ASortItem: TStatusItemName); procedure
/dports/editors/lazarus-qt5/lazarus/components/lazsvnpkg/
H A Dsvnstatusform.pas300 0: SVNStatus.ReverseSort(siChecked);
301 1: SVNStatus.ReverseSort(siPath);
302 2: SVNStatus.ReverseSort(siExtension);
303 3: SVNStatus.ReverseSort(siItemStatus);
304 4: SVNStatus.ReverseSort(siPropStatus);
305 5: SVNStatus.ReverseSort(siAuthor);
306 6: SVNStatus.ReverseSort(siRevision);
307 7: SVNStatus.ReverseSort(siCommitRevision);
308 8: SVNStatus.ReverseSort(siDate);
H A Dsvnclasses.pas130 procedure ReverseSort(ASortItem: TStatusItemName); procedure
565 procedure TSVNStatus.ReverseSort(ASortItem: TStatusItemName); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazsvnpkg/
H A Dsvnstatusform.pas300 0: SVNStatus.ReverseSort(siChecked);
301 1: SVNStatus.ReverseSort(siPath);
302 2: SVNStatus.ReverseSort(siExtension);
303 3: SVNStatus.ReverseSort(siItemStatus);
304 4: SVNStatus.ReverseSort(siPropStatus);
305 5: SVNStatus.ReverseSort(siAuthor);
306 6: SVNStatus.ReverseSort(siRevision);
307 7: SVNStatus.ReverseSort(siCommitRevision);
308 8: SVNStatus.ReverseSort(siDate);
H A Dsvnclasses.pas130 procedure ReverseSort(ASortItem: TStatusItemName); procedure
565 procedure TSVNStatus.ReverseSort(ASortItem: TStatusItemName); procedure
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dspells.h176 …AutoCastInfo() : Range(0), MinRange(0), PriorytyVar(ACP_NOVALUE), ReverseSort(false), Condition(NU… in AutoCastInfo()
188 bool ReverseSort; /// If true, small values have the highest priority. variable
/dports/games/stratagus/stratagus-3.2.0/src/spell/
H A Dspells.cpp322 AutoCastPrioritySort(caster, autocast->PriorytyVar, autocast->ReverseSort)); in SelectTargetUnitsOfAutoCast()
378 AutoCastPrioritySort(caster, autocast->PriorytyVar, autocast->ReverseSort)); in SelectTargetUnitsOfAutoCast()
H A Dscript_spell.cpp272 autocast->ReverseSort = LuaToBoolean(l, -1, 2); in CclSpellAutocast()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dspells.h213 bool ReverseSort = false; /// If true, small values have the highest priority. variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/spell/
H A Dspells.cpp718 ….begin(), table.end(), AutoCastPrioritySort(caster, autocast->PriorityVar, autocast->ReverseSort)); in SelectTargetUnitsOfAutoCast()
740 ….begin(), table.end(), AutoCastPrioritySort(caster, autocast->PriorityVar, autocast->ReverseSort)); in SelectTargetUnitsOfAutoCast()
1103 this->ReverseSort = StringToBool(value); in ProcessConfigData()
H A Dscript_spell.cpp303 autocast->ReverseSort = LuaToBoolean(l, -1, 2); in CclSpellAutocast()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DFileSet.h197 void ReverseSort();
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgDBView.h255 void ReverseSort();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp146 cl::opt<bool> ReverseSort("reverse-sort", cl::desc("Sort in reverse order"), variable
149 cl::aliasopt(ReverseSort), cl::Grouping);
761 if (ReverseSort) in sortAndPrintSymbolList()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-nm/
H A Dllvm-nm.cpp146 cl::opt<bool> ReverseSort("reverse-sort", cl::desc("Sort in reverse order"), variable
149 cl::aliasopt(ReverseSort), cl::Grouping);
761 if (ReverseSort) in sortAndPrintSymbolList()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp101 static bool ReverseSort; variable
650 if (ReverseSort) in sortAndPrintSymbolList()
2099 ReverseSort = Args.hasArg(OPT_reverse_sort); in main()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-nm/
H A Dllvm-nm.cpp144 cl::opt<bool> ReverseSort("reverse-sort", cl::desc("Sort in reverse order"), variable
147 cl::aliasopt(ReverseSort), cl::Grouping);
722 if (ReverseSort) in sortAndPrintSymbolList()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-nm/
H A Dllvm-nm.cpp144 cl::opt<bool> ReverseSort("reverse-sort", cl::desc("Sort in reverse order"), variable
147 cl::aliasopt(ReverseSort), cl::Grouping);
723 if (ReverseSort) in sortAndPrintSymbolList()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp101 static bool ReverseSort; variable
650 if (ReverseSort) in sortAndPrintSymbolList()
2178 ReverseSort = Args.hasArg(OPT_reverse_sort); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp101 static bool ReverseSort; variable
650 if (ReverseSort) in sortAndPrintSymbolList()
2178 ReverseSort = Args.hasArg(OPT_reverse_sort); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp146 cl::opt<bool> ReverseSort("reverse-sort", cl::desc("Sort in reverse order"), variable
149 cl::aliasopt(ReverseSort), cl::Grouping);
761 if (ReverseSort) in sortAndPrintSymbolList()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp144 cl::opt<bool> ReverseSort("reverse-sort", cl::desc("Sort in reverse order"), variable
147 cl::aliasopt(ReverseSort), cl::Grouping);
723 if (ReverseSort) in sortAndPrintSymbolList()

12