Home
last modified time | relevance | path

Searched refs:Cheat (Results 201 – 225 of 1655) sorted by relevance

12345678910>>...67

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DCheatController.h24 - (instancetype)initWithCheat:(Cheat *)theCheat NS_DESIGNATED_INITIALIZER;
/dports/games/libretro-yabause/yabause-ea5b118/yabause/l10n/
H A Dyabause_sv.yts9 "&Cheat List","&Lista över fusk"
57 "Add Cheat","Lägg till fusk"
89 "Cheat &Search...","&Sök fusk..."
90 "Cheat Search","Sök efter fusk"
91 "Cheat Type","Typ av fusk"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Yabause fuskfil (*.yct);;Alla filer (*)"
H A Dyabause_es.yts9 "&Cheat List","Listado de &Trucos"
57 "Add Cheat","Añadir Truco"
89 "Cheat &Search...","Bú&squeda de trucos..."
90 "Cheat Search","Búsqueda de trucos..."
91 "Cheat Type","Tipo de truco"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Archivos de trucos para Yabause (*.yct);;Todos los ar…
H A Dyabause_es_419.yts9 "&Cheat List","&Lista de Codigo"
57 "Add Cheat","Añadir Truco"
89 "Cheat &Search...","Truco &Buscar..."
90 "Cheat Search","Busqueda de Trucos"
91 "Cheat Type","Escribir Truco"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Sistema de Trucos Yabause (*.yct);;Todos Los Archivos…
H A Dyabause_da.yts9 "&Cheat List","&Snydekode liste"
57 "Add Cheat","Tilføj snydekode"
89 "Cheat &Search...","Snyd &Søg..."
90 "Cheat Search","Snydekode søgning"
91 "Cheat Type","Snydekode type"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Yabause Snydekode filer (*.yct);;Alle Filer (*)"
H A Dyabause_pl_PL.yts9 "&Cheat List","%Lista kodów"
57 "Add Cheat","Dodaj kod"
89 "Cheat &Search...","Wyszukiwanie %kodów..."
90 "Cheat Search","Wyszukiwanie kodów"
91 "Cheat Type","Typ kodu"
366 "Yabause Cheat Files (*.yct);;All Files (*)","Plik kodów Yabause (*.yct);;Wszystkie pliki (*)"
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/Documentation/
H A Dconverting-from-filter-branch.md1 # Cheat Sheet: Converting from filter-branch
11 …* [Cheat Sheet: Conversion of Examples from the filter-branch manpage](#cheat-sheet-conversion-of-…
12 * [Cheat Sheet: Additional conversion examples](#cheat-sheet-additional-conversion-examples)
85 ## Cheat Sheet: Conversion of Examples from the filter-branch manpage
314 ## Cheat Sheet: Additional conversion examples
H A Dconverting-from-bfg-repo-cleaner.md1 # Cheat Sheet: Converting from BFG Repo Cleaner
11 * [Cheat Sheet: Conversion of Examples from BFG](#cheat-sheet-conversion-of-examples-from-bfg)
86 ## Cheat Sheet: Conversion of Examples from BFG
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dglobals.c70 SCheatData Cheat; variable
/dports/games/openage/openage-0.3.0-1262-ga554ab49/doc/reverse_engineering/networking/
H A D13-other.md140 0x04 | Cheat Response (if cheat is activated for all players; only "aegis")
142 0x06 | Cheat
147 The player number of the player who has executed the action. In Cheat Responses, the value is `0x01…
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/data/locale/
H A Dde-DE.ini29 GameCapture.AntiCheatHook="Anti-Cheat-Kompatibilitäts-Hook verwenden"
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGame.h87 Cheat, // GA enumerator
/dports/www/gitea/gitea-1.16.5/docs/content/doc/developers/
H A Dapi-usage.zh-cn.md20 通常情况下, `ENABLE_SWAGGER` 默认开启并且参数 `MAX_RESPONSE_ITEMS` 默认为 50。您可以从 [Config Cheat
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dglobals.cpp235 struct SCheatData Cheat; variable
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/rsrc/
H A Dsnes9x.rc239 CAPTION "Cheat Entry and Editor"
253 RTEXT "Enter Cheat Code:",IDC_LABEL_CHEAT_CODE,23,134,59,15,SS_CENTERIMAGE
254 RTEXT "Cheat Description",IDC_LABEL_CHEAT_DESCRIPTION,19,154,61,15,SS_CENTERIMAGE
255 RTEXT "Cheat Address (hex)",IDC_LABEL_CHEAT_ADDRESS,18,175,64,15,SS_CENTERIMAGE
318 CAPTION "Cheat Search"
325 PUSHBUTTON "&Add Cheat",IDC_C_ADD,215,29,52,16,WS_DISABLED
358 CAPTION "Cheat Details"
931 POPUP "&Cheat"
/dports/www/gitea/gitea-1.16.5/docs/content/doc/usage/
H A Dhttps-support.md41 To learn more about the config values, please checkout the [Config Cheat Sheet](../config-cheat-she…
74 To learn more about the config values, please checkout the [Config Cheat Sheet](../config-cheat-she…
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dexult.cc1404 (cheat.get_edit_mode() == Cheat::paint || in Handle_event()
1409 cheat.get_edit_mode() == Cheat::paint_chunks) { in Handle_event()
1413 Cheat::select_chunks) { in Handle_event()
1418 Cheat::combo_pick) { in Handle_event()
1424 else if (cheat.get_edit_mode() != Cheat::move) in Handle_event()
1616 (cheat.get_edit_mode() == Cheat::paint || in Handle_event()
1621 cheat.get_edit_mode() == Cheat::paint_chunks) { in Handle_event()
1625 Cheat::select_chunks) { in Handle_event()
1630 Cheat::combo_pick) { in Handle_event()
1647 (cheat.get_edit_mode() == Cheat::paint || in Handle_event()
/dports/science/py-ruffus/ruffus-2.8.3/doc/
H A Dcheatsheet.rst6 Cheat Sheet
/dports/www/kohana/kohana-v3.3.6/system/guide/kohana/security/
H A Dxss.md17 * [OWASP XSS Cheat Sheet](http://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Chea…
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/prometheus/components/
H A DPromCheatSheet.tsx31 <h2>PromQL Cheat Sheet</h2>
/dports/editors/ghostwriter/ghostwriter-1.8.1/translations/
H A Dghostwriter_it.ts472 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
478 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
484 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
490 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
496 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
502 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
508 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
514 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
520 <translatorcomment>Voce dello HUD Cheat Sheet</translatorcomment>
579 <source>Cheat Sheet</source>
[all …]
/dports/print/lilypond/lilypond-2.22.1/Documentation/en/notation/
H A Dcheatsheet.itely16 @node Cheat sheet
17 @appendix Cheat sheet
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/klog/v2/
H A DCONTRIBUTING.md13 - [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet)…
/dports/www/grafana8/grafana-8.3.6/docs/sources/developers/plugins/
H A Dadd-query-editor-help.md56 <h2>Cheat Sheet</h2>
/dports/security/vault/vault-1.8.2/vendor/k8s.io/klog/
H A DCONTRIBUTING.md13 - [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.…

12345678910>>...67