Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Last active June 27, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/7ff39ad359895a1ec8316e009bbc083e to your computer and use it in GitHub Desktop.
Save Whateverable/7ff39ad359895a1ec8316e009bbc083e to your computer and use it in GitHub Desktop.
greppable6
File Code
ELIZABETH/List-Util
…/uniq.t :26:
CONTROL { when CX::Warn { ++$warnings; .resume } }
ELIZABETH/List-Util
…/uniq.t :43:
CONTROL { when CX::Warn { ++$warnings; .resume } }
ELIZABETH/List-Util
…/uniq.t :71:
CONTROL { when CX::Warn { ++$warnings; .resume } }
ELIZABETH/List-Util
…/uniq.t :90:
CONTROL { when CX::Warn { ++$warnings; .resume } }
HANENKAMP/HTTP-Headers
…/quiet.t :17:
CONTROL {
HANENKAMP/HTTP-Headers
…/quiet.t :29:
CONTROL {
HANENKAMP/HTTP-Headers
…/quiet.t :41:
CONTROL {
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1309:
// Any character except CONTROL, DQUOTE, ";", ":", ","
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1311:
: ~(CRLF | CONTROL | DQUOTE | SCOL | COL | COMMA)
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1316:
: ~(CRLF | CONTROL | ESCAPED_CHAR)
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1319:
// Any character except CONTROL and DQUOTE
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1321:
: ~(CRLF | CONTROL | DQUOTE)
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1324:
// Any character except CONTROLs not needed by the current
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1327:
: ~(CRLF | CONTROL | DQUOTE | SCOL | COL | BSLASH | COMMA)
JGOFF/ANTLR4-Grammar
…/ICalendar.g4 :1597:
CONTROL
JGOFF/ANTLR4-Grammar
…/PCRE.g4 :302:
// BACKTRACKING CONTROL
JGOFF/ANTLR4-Grammar
…/Swift.g4 :108:
// GRAMMAR OF A CONTROL TRANSFER STATEMENT
TIMOTIMO/SDL2-Raw
…/Raw.pm :128:
:GAMECONTROLLER(0x2000),
TIMOTIMO/SDL2-Raw
…/Raw.pm :404:
CONTROLLERAXISMOTION => 0x650,
TIMOTIMO/SDL2-Raw
…/Raw.pm :405:
"CONTROLLERBUTTONDOWN",
TIMOTIMO/SDL2-Raw
…/Raw.pm :406:
"CONTROLLERBUTTONUP",
TIMOTIMO/SDL2-Raw
…/Raw.pm :407:
"CONTROLLERDEVICEADDED",
TIMOTIMO/SDL2-Raw
…/Raw.pm :408:
"CONTROLLERDEVICEREMOVED",
TIMOTIMO/SDL2-Raw
…/Raw.pm :409:
"CONTROLLERDEVICEREMAPPED",
UFOBAT/Bailador
…/Test.pm :108:
"HTTP_CACHE_CONTROL" => "max-age=0",
Bailador/Bailador
…/Test.pm :108:
"HTTP_CACHE_CONTROL" => "max-age=0",
CurtTilmes/perl6-libcurl
…/Easy.pm6 :146:
CURLUSESSL_CONTROL
CurtTilmes/perl6-libcurl
…/EasyHandle.pm6 :65:
CURLUSESSL_CONTROL
PerlGameDev/SDL6
…/Constants.pm6 :553:
SDL_GL_SWAP_CONTROL => 16,
Tux/CSV
…/66_formula.t :95:
CONTROL { when CX::Warn { @e.push: $_.Str; .resume } };
Tux/CSV
…/66_formula.t :140:
CONTROL { when CX::Warn { @e.push: $_.Str; .resume } };
Tux/CSV
…/66_formula.t :148:
CONTROL { when CX::Warn { @e.push: $_.Str; .resume } };
YellowApple/p6-GLFW
…/Key.pm6 :130:
constant LEFT-CONTROL = 341;
YellowApple/p6-GLFW
…/Key.pm6 :134:
constant RIGHT-CONTROL = 345;
YellowApple/p6-GLFW
…/Key.pm6 :143:
constant CONTROL = 2;
andydude/p6-c-parser
…/gbytes.pp.c :1007:
G_UNICODE_CONTROL,
azawawi/farabi6
…/perl6-mode.js :249:
"UNDO NEXT LAST PRE POST END CATCH CONTROL TEMP",
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2699:
<th align="left"><code>STYLE_CONTROLCHAR</code></th>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :2707:
href="#SCI_SETCONTROLCHARSYMBOL"><code>SCI_SETCONTROLCHARSYMBOL</code></a>.</td>
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3225:
<a class="message" href="#SCI_SETCONTROLCHARSYMBOL">SCI_SETCONTROLCHARSYMBOL(int symbol)</a><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3226:
<a class="message" href="#SCI_GETCONTROLCHARSYMBOL">SCI_GETCONTROLCHARSYMBOL &rarr; int</a><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3245:
<p><b id="SCI_SETCONTROLCHARSYMBOL">SCI_SETCONTROLCHARSYMBOL(int symbol)</b><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3246:
<b id="SCI_GETCONTROLCHARSYMBOL">SCI_GETCONTROLCHARSYMBOL &rarr; int</b><br />
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3250:
You can read back the current symbol with the <code>SCI_GETCONTROLCHARSYMBOL</code> message.
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1660:
return GDK_CONTROL_MASK;
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1694:
bool ctrl = (event->state & GDK_CONTROL_MASK) != 0;
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1786:
sciThis->ButtonUp(pt, event->time, (event->state & GDK_CONTROL_MASK) != 0);
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1881:
} else if (event->state & GDK_CONTROL_MASK) {
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :1924:
((event->state & GDK_CONTROL_MASK) != 0 ? SCI_CTRL : 0) |
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :2088:
bool ctrl = (event->state & GDK_CONTROL_MASK) != 0;
azawawi/perl6-gtk-scintilla
…/SciLexer.h :657:
#define SCE_FORTH_CONTROL 4
azawawi/perl6-gtk-scintilla
…/SciLexer.h :965:
#define SCE_GC_CONTROL 6
azawawi/perl6-gtk-scintilla
…/SciLexer.h :1297:
#define SCE_PLM_CONTROL 6
azawawi/perl6-gtk-scintilla
…/Scintilla.h :192:
#define STYLE_CONTROLCHAR 36
azawawi/perl6-gtk-scintilla
…/Scintilla.h :712:
#define SCI_SETCONTROLCHARSYMBOL 2388
azawawi/perl6-gtk-scintilla
…/Scintilla.h :713:
#define SCI_GETCONTROLCHARSYMBOL 2389
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :425:
val STYLE_CONTROLCHAR=36
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :3489:
val SCE_FORTH_CONTROL=4
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :3843:
val SCE_GC_CONTROL=6
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :4215:
val SCE_PLM_CONTROL=6
azawawi/perl6-gtk-scintilla
…/LexForth.cxx :73:
sc.ChangeState(SCE_FORTH_CONTROL);
azawawi/perl6-gtk-scintilla
…/LexGui4Cli.cxx :18:
val SCE_GC_CONTROL=6
azawawi/perl6-gtk-scintilla
…/LexGui4Cli.cxx :105:
else if (kControl.InList(buff)) state = SCE_GC_CONTROL;
azawawi/perl6-gtk-scintilla
…/LexPLM.cxx :75:
state = SCE_PLM_CONTROL;
azawawi/perl6-gtk-scintilla
…/LexPLM.cxx :118:
} else if (state == SCE_PLM_CONTROL) {
azawawi/perl6-gtk-scintilla
…/EditView.cxx :487:
posCache.MeasureWidths(surface, vstyle, STYLE_CONTROLCHAR, ts.representation->stringRep.c_str(),
azawawi/perl6-gtk-scintilla
…/EditView.cxx :819:
FontAlias ctrlCharsFont = vsDraw.styles[STYLE_CONTROLCHAR].font;
azawawi/perl6-gtk-scintilla
…/EditView.cxx :1683:
FontAlias ctrlCharsFont = vsDraw.styles[STYLE_CONTROLCHAR].font;
azawawi/perl6-gtk-scintilla
…/Editor.cxx :7701:
case SCI_SETCONTROLCHARSYMBOL:
azawawi/perl6-gtk-scintilla
…/Editor.cxx :7706:
case SCI_GETCONTROLCHARSYMBOL:
azawawi/perl6-gtk-scintilla
…/ViewStyle.cxx :389:
controlCharWidth = surface.WidthChar(styles[STYLE_CONTROLCHAR].font, static_cast<char>(controlCharSymbol));
azawawi/perl6-gtk-scintilla
…/XiteWin.py :52:
VK_CONTROL = 17
azawawi/perl6-gtk-scintilla
…/XiteWin.py :249:
if IsKeyDown(VK_CONTROL):
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1321:
if (wParam & MK_CONTROL) {
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1385:
// Platform::IsKeyDown(VK_CONTROL),
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1390:
(wParam & MK_CONTROL) != 0,
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1404:
((wParam & MK_CONTROL) != 0 ? SCI_CTRL : 0) |
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1418:
(wParam & MK_CONTROL) != 0);
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1430:
(wParam & MK_CONTROL) != 0,
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1492:
//Platform::DebugPrintf("S keydown %d %x %x %x %x\n",iMessage, wParam, lParam, ::IsKeyDown(VK_SHIFT), ::IsKeyDown(VK_CONTROL));
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :1496:
Platform::IsKeyDown(VK_CONTROL),
azawawi/perl6-gtk-scintilla
…/ScintillaWin.cxx :2975:
if (grfKeyState & MK_CONTROL)
azawawi/perl6-net-curl
…/NativeCall.pm6 :221:
CURLUSESSL_CONTROL => 2,
azawawi/perl6-selenium-webdriver
…/Keys.pm6 :16:
'CONTROL' => "\x009",
cygx/p6-tinycc-resources-win64
…/ctype.h :90:
#define _CONTROL 0x20
cygx/p6-tinycc-resources-win64
…/ctype.h :217:
#define _iscntrl_l(_Char,_Locale) _ischartype_l(_Char,_CONTROL,_Locale)
cygx/p6-tinycc-resources-win64
…/ctype.h :238:
#define iswcntrl(_c) (iswctype(_c,_CONTROL))
cygx/p6-tinycc-resources-win64
…/ctype.h :250:
#define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
cygx/p6-tinycc-resources-win64
…/wchar.h :215:
#define _CONTROL 0x20
cygx/p6-tinycc-resources-win64
…/wchar.h :346:
#define iswcntrl(_c) (iswctype(_c,_CONTROL))
cygx/p6-tinycc-resources-win64
…/wchar.h :359:
#define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
cygx/p6-tinycc-resources-win64
…/wctype.h :95:
#define _CONTROL 0x20
cygx/p6-tinycc-resources-win64
…/wctype.h :142:
#define iswcntrl(_c) (iswctype(_c,_CONTROL))
cygx/p6-tinycc-resources-win64
…/wctype.h :156:
__CRT_INLINE int __cdecl iswcntrl(wint_t _C) {return (iswctype(_C,_CONTROL)); }
cygx/p6-tinycc-resources-win64
…/winbase.h :66:
#define CONTROL_C_EXIT STATUS_CONTROL_C_EXIT
cygx/p6-tinycc-resources-win64
…/winbase.h :313:
#define DTR_CONTROL_DISABLE 0x0
cygx/p6-tinycc-resources-win64
…/winbase.h :314:
#define DTR_CONTROL_ENABLE 0x1
cygx/p6-tinycc-resources-win64
…/winbase.h :315:
#define DTR_CONTROL_HANDSHAKE 0x2
cygx/p6-tinycc-resources-win64
…/winbase.h :317:
#define RTS_CONTROL_DISABLE 0x0
cygx/p6-tinycc-resources-win64
…/winbase.h :318:
#define RTS_CONTROL_ENABLE 0x1
cygx/p6-tinycc-resources-win64
…/winbase.h :319:
#define RTS_CONTROL_HANDSHAKE 0x2
cygx/p6-tinycc-resources-win64
…/winbase.h :320:
#define RTS_CONTROL_TOGGLE 0x3
cygx/p6-tinycc-resources-win64
…/winbase.h :2500:
WINADVAPI WINBOOL WINAPI GetSecurityDescriptorControl(PSECURITY_DESCRIPTOR pSecurityDescriptor,PSECURITY_DESCRIPTOR_CONTROL pControl,LPDWORD lpdwRevision);
cygx/p6-tinycc-resources-win64
…/winbase.h :2501:
WINADVAPI WINBOOL WINAPI SetSecurityDescriptorControl(PSECURITY_DESCRIPTOR pSecurityDescriptor,SECURITY_DESCRIPTOR_CONTROL ControlBitsOfInterest,SECURITY_DESCRIPTOR_CONTROL ControlBitsToSet);
cygx/p6-tinycc-resources-win64
…/winerror.h :23:
#define FACILITY_CONTROL 10
cygx/p6-tinycc-resources-win64
…/winerror.h :270:
#define ERROR_INVALID_SERVICE_CONTROL 1052L
cygx/p6-tinycc-resources-win64
…/winerror.h :281:
#define ERROR_FAILED_SERVICE_CONTROLLER_CONNECT 1063L
cygx/p6-tinycc-resources-win64
…/winerror.h :420:
#define ERROR_DOMAIN_CONTROLLER_EXISTS 1250L
cygx/p6-tinycc-resources-win64
…/winerror.h :572:
#define ERROR_CONTROL_ID_NOT_FOUND 1421L
cygx/p6-tinycc-resources-win64
…/winerror.h :802:
#define ERROR_DOMAIN_CONTROLLER_NOT_FOUND 1908L
cygx/p6-tinycc-resources-win64
…/winerror.h :924:
#define ERROR_CONTROLLING_IEPORT 4329L
cygx/p6-tinycc-resources-win64
…/winerror.h :1184:
#define ERROR_DS_CONTROL_NOT_FOUND 8258L
cygx/p6-tinycc-resources-win64
…/winerror.h :1187:
#define ERROR_DS_SORT_CONTROL_MISSING 8261L
cygx/p6-tinycc-resources-win64
…/winerror.h :1461:
#define ERROR_DS_INCOMPATIBLE_CONTROLS_USED 8574L
cygx/p6-tinycc-resources-win64
…/winerror.h :2007:
#define CO_E_INIT_TLS_SET_CHANNEL_CONTROL _HRESULT_TYPEDEF_(0x8000400BL)
cygx/p6-tinycc-resources-win64
…/winerror.h :2008:
#define CO_E_INIT_TLS_CHANNEL_CONTROL _HRESULT_TYPEDEF_(0x8000400CL)
cygx/p6-tinycc-resources-win64
…/winerror.h :2696:
#define CRYPT_E_CONTROL_TYPE _HRESULT_TYPEDEF_(0x8009100CL)
cygx/p6-tinycc-resources-win64
…/winnt.h :791:
#define DBG_CONTROL_C ((DWORD)0x40010005L)
cygx/p6-tinycc-resources-win64
…/winnt.h :792:
#define DBG_CONTROL_BREAK ((DWORD)0x40010008L)
cygx/p6-tinycc-resources-win64
…/winnt.h :818:
#define STATUS_CONTROL_C_EXIT ((DWORD)0xC000013AL)
cygx/p6-tinycc-resources-win64
…/winnt.h :1295:
#define CONTEXT_CONTROL (CONTEXT_AMD64 | 0x1L)
cygx/p6-tinycc-resources-win64
…/winnt.h :1301:
#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT)
cygx/p6-tinycc-resources-win64
…/winnt.h :1302:
#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS)
cygx/p6-tinycc-resources-win64
…/winnt.h :1521:
#define CONTEXT_CONTROL (CONTEXT_i386 | 0x00000001L)
cygx/p6-tinycc-resources-win64
…/winnt.h :1528:
#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS)
cygx/p6-tinycc-resources-win64
…/winnt.h :1530:
#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS | CONTEXT_EXTENDED_REGISTERS)
cygx/p6-tinycc-resources-win64
…/winnt.h :1681:
#define CONTEXT_CONTROL (CONTEXT_IA64 | 0x00000001L)
cygx/p6-tinycc-resources-win64
…/winnt.h :1686:
#define CONTEXT_IA32_CONTROL (CONTEXT_IA64 | 0x00000020L)
cygx/p6-tinycc-resources-win64
…/winnt.h :1689:
#define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_FLOATING_POINT | CONTEXT_INTEGER | CONTEXT_IA32_CONTROL)
cygx/p6-tinycc-resources-win64
…/winnt.h :1690:
#define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_FLOATING_POINT | CONTEXT_INTEGER | CONTEXT_DEBUG | CONTEXT_IA32_CONTROL)
cygx/p6-tinycc-resources-win64
…/winnt.h :2037:
#define READ_CONTROL (0x00020000L)
cygx/p6-tinycc-resources-win64
…/winnt.h :2043:
#define STANDARD_RIGHTS_READ (READ_CONTROL)
cygx/p6-tinycc-resources-win64
…/winnt.h :2044:
#define STANDARD_RIGHTS_WRITE (READ_CONTROL)
cygx/p6-tinycc-resources-win64
…/winnt.h :2045:
#define STANDARD_RIGHTS_EXECUTE (READ_CONTROL)
cygx/p6-tinycc-resources-win64
…/winnt.h :2141:
#define SECURITY_ENTERPRISE_CONTROLLERS_RID (0x00000009L)
cygx/p6-tinycc-resources-win64
…/winnt.h :2142:
#define SECURITY_SERVER_LOGON_RID SECURITY_ENTERPRISE_CONTROLLERS_RID
cygx/p6-tinycc-resources-win64
…/winnt.h :2158:
#define SECURITY_ENTERPRISE_READONLY_CONTROLLERS_RID (0x00000016L)
cygx/p6-tinycc-resources-win64
…/winnt.h :2191:
#define DOMAIN_GROUP_RID_CONTROLLERS (0x00000204L)
cygx/p6-tinycc-resources-win64
…/winnt.h :2196:
#define DOMAIN_GROUP_RID_READONLY_CONTROLLERS (0x00000209L)
cygx/p6-tinycc-resources-win64
…/winnt.h :2484:
typedef WORD SECURITY_DESCRIPTOR_CONTROL,*PSECURITY_DESCRIPTOR_CONTROL;
cygx/p6-tinycc-resources-win64
…/winnt.h :2498:
#define SE_RM_CONTROL_VALID (0x4000)
cygx/p6-tinycc-resources-win64
…/winnt.h :2504:
SECURITY_DESCRIPTOR_CONTROL Control;
cygx/p6-tinycc-resources-win64
…/winnt.h :2514:
SECURITY_DESCRIPTOR_CONTROL Control;
cygx/p6-tinycc-resources-win64
…/winnt.h :2707:
typedef struct _TOKEN_CONTROL {
cygx/p6-tinycc-resources-win64
…/winnt.h :2712:
} TOKEN_CONTROL,*PTOKEN_CONTROL;
cygx/p6-tinycc-resources-win64
…/winnt.h :5014:
#define IS_TEXT_UNICODE_CONTROLS 0x0004
cygx/p6-tinycc-resources-win64
…/winnt.h :5015:
#define IS_TEXT_UNICODE_REVERSE_CONTROLS 0x0040
cygx/p6-tinycc-resources-win64
…/winnt.h :5175:
#define VER_NT_DOMAIN_CONTROLLER 0x0000002
cygx/p6-tinycc-resources-win64
…/winnt.h :5608:
typedef enum _CM_ERROR_CONTROL_TYPE {
cygx/p6-tinycc-resources-win64
…/winuser.h :223:
#define VK_CONTROL 0x11
cygx/p6-tinycc-resources-win64
…/winuser.h :310:
#define VK_LCONTROL 0xA2
cygx/p6-tinycc-resources-win64
…/winuser.h :311:
#define VK_RCONTROL 0xA3
cygx/p6-tinycc-resources-win64
…/winuser.h :457:
#define WTS_SESSION_REMOTE_CONTROL 0x9
cygx/p6-tinycc-resources-win64
…/winuser.h :532:
#define APPCOMMAND_DICTATE_OR_COMMAND_CONTROL_TOGGLE 43
cygx/p6-tinycc-resources-win64
…/winuser.h :694:
#define DESKTOP_HOOKCONTROL 0x0008L
cygx/p6-tinycc-resources-win64
…/winuser.h :1245:
#define WM_IME_CONTROL 0x0283
cygx/p6-tinycc-resources-win64
…/winuser.h :1398:
#define MK_CONTROL 0x0008
cygx/p6-tinycc-resources-win64
…/winuser.h :1470:
#define WS_EX_CONTROLPARENT 0x00010000L
cygx/p6-tinycc-resources-win64
…/winuser.h :1640:
#define FCONTROL 0x08
cygx/p6-tinycc-resources-win64
…/winuser.h :1818:
#define MOD_CONTROL 0x0002
cygx/p6-tinycc-resources-win64
…/winuser.h :2635:
#define SM_REMOTECONTROL 0x2001
cygx/p6-tinycc-resources-win64
…/winuser.h :2915:
#define DT_EDITCONTROL 0x00002000
cygx/p6-tinycc-resources-win64
…/winuser.h :3997:
#define SS_REALSIZECONTROL 0x00000040L
cygx/p6-tinycc-resources-win64
…/winuser.h :4004:
#define SS_EDITCONTROL 0x00002000L
cygx/p6-tinycc-resources-win64
…/winuser.h :4097:
#define DS_CONTROL 0x0400L
cygx/p6-tinycc-resources-win64
…/winuser.h :4262:
#define CB_GETDROPPEDCONTROLRECT 0x0152
drforr/perl6-ANTLR4
…/ICalendar.g4 :1309:
// Any character except CONTROL, DQUOTE, ";", ":", ","
drforr/perl6-ANTLR4
…/ICalendar.g4 :1311:
: ~(CRLF | CONTROL | DQUOTE | SCOL | COL | COMMA)
drforr/perl6-ANTLR4
…/ICalendar.g4 :1316:
: ~(CRLF | CONTROL | ESCAPED_CHAR)
drforr/perl6-ANTLR4
…/ICalendar.g4 :1319:
// Any character except CONTROL and DQUOTE
drforr/perl6-ANTLR4
…/ICalendar.g4 :1321:
: ~(CRLF | CONTROL | DQUOTE)
drforr/perl6-ANTLR4
…/ICalendar.g4 :1324:
// Any character except CONTROLs not needed by the current
drforr/perl6-ANTLR4
…/ICalendar.g4 :1327:
: ~(CRLF | CONTROL | DQUOTE | SCOL | COL | BSLASH | COMMA)
drforr/perl6-ANTLR4
…/ICalendar.g4 :1597:
CONTROL
drforr/perl6-ANTLR4
…/PCRE.g4 :302:
// BACKTRACKING CONTROL
drforr/perl6-ANTLR4
…/Swift.g4 :108:
// GRAMMAR OF A CONTROL TRANSFER STATEMENT
drforr/perl6-Perl6-Parser
…/Factory.pm6 :6522:
# CONTROL
gabrielash/p6-net-jupyter
…/Common.pm :25:
CONTROL {
jasonmay/perl6-ioc
…/IoC.pm6 :102:
=head1 INVERSION OF CONTROL
jonathanstowe/META6
…/030-versions.t :17:
CONTROL {
jonathanstowe/META6
…/040-projects.t :19:
CONTROL {
jonathanstowe/Monitor-Monit
…/README.md :50:
Additionally, if the environment variable ```MONIT_TEST_CONTROL``` is set to
jonathanstowe/Monitor-Monit
…/040-live.t :30:
if %*ENV<MONIT_TEST_CONTROL> {
jonathanstowe/Test-META
…/META.pm :87:
CONTROL {
jonathanstowe/XML-Class
…/080-failures.t :33:
CONTROL {
jonathanstowe/XML-Class
…/090-types.t :73:
CONTROL {
jonathanstowe/XML-Class
…/090-types.t :110:
CONTROL {
jonathanstowe/XML-Class
…/090-types.t :147:
CONTROL {
jonathanstowe/XML-Class
…/090-types.t :183:
CONTROL {
jonathanstowe/XML-Class
…/090-types.t :218:
CONTROL {
jsimonet/dns-zone
…/Modern.pm6 :73:
# CONTROL ENTRIES
kuerbis/Term-Choose-p6
…/Choose.pm6 :12:
constant CONTROL_SPACE = 0x00;
kuerbis/Term-Choose-p6
…/Choose.pm6 :13:
constant CONTROL_A = 0x01;
kuerbis/Term-Choose-p6
…/Choose.pm6 :14:
constant CONTROL_B = 0x02;
kuerbis/Term-Choose-p6
…/Choose.pm6 :15:
constant CONTROL_D = 0x04;
kuerbis/Term-Choose-p6
…/Choose.pm6 :16:
constant CONTROL_E = 0x05;
kuerbis/Term-Choose-p6
…/Choose.pm6 :17:
constant CONTROL_F = 0x06;
kuerbis/Term-Choose-p6
…/Choose.pm6 :18:
constant CONTROL_H = 0x08;
kuerbis/Term-Choose-p6
…/Choose.pm6 :338:
when KEY_BACKSPACE | CONTROL_H | KEY_BTAB {
kuerbis/Term-Choose-p6
…/Choose.pm6 :384:
when KEY_PPAGE | CONTROL_B {
kuerbis/Term-Choose-p6
…/Choose.pm6 :395:
when KEY_NPAGE | CONTROL_F {
kuerbis/Term-Choose-p6
…/Choose.pm6 :420:
when KEY_HOME | CONTROL_A {
kuerbis/Term-Choose-p6
…/Choose.pm6 :433:
when KEY_END | CONTROL_E {
kuerbis/Term-Choose-p6
…/Choose.pm6 :465:
when KEY_q | CONTROL_D {
kuerbis/Term-Choose-p6
…/Choose.pm6 :503:
when CONTROL_SPACE {
masak/yapsi
…/ROADMAP :30:
+ CATCH, CONTROL phasers
p6-pdf/PDF-Content-p6
…/op-exceptions.t :15:
CONTROL {
p6-pdf/PDF-p6
…/cos-tie.t :108:
CONTROL {
perl6/doc
…/control.pod6 :787:
L<CONTROL|/language/phasers#CONTROL>.
perl6/doc
…/exceptions.pod6 :273:
Control exceptions are thrown by certain L<keywords|/language/phasers#CONTROL>
perl6/doc
…/phasers.pod6 :41:
CONTROL {...} # catch control exceptions, before LEAVE
perl6/doc
…/phasers.pod6 :87:
This means that C<CATCH> and C<CONTROL> always require a block, since they take
perl6/doc
…/phasers.pod6 :91:
C<CONTROL>, with unpredictable and quite possibly dire consequences. Exception
perl6/doc
…/phasers.pod6 :152:
CONTROL {...} # catch control exceptions, before LEAVE
perl6/doc
…/phasers.pod6 :271:
C<CATCH> and C<CONTROL> phasers. This includes the C<LEAVE> variants, C<KEEP>
perl6/doc
…/phasers.pod6 :382:
=head2 X<CONTROL|Phasers, CONTROL>
perl6/doc
…/phasers.pod6 :389:
CONTROL {
perl6/doc
…/quoting.pod6 :223:
L<CONTROL|/language/phasers#CONTROL>.
perl6/doc
…/quoting.pod6 :230:
CONTROL { .die };
perl6/doc
…/Exception.pod6 :164:
behavior, catch the exception in a C<CONTROL> block. A C<quietly {...}>
perl6/doc
…/Mu.pod6 :501:
can be caught with L<CONTROL|/language/phasers#CONTROL>.
perl6/doc
…/Multiple.pod6 :10:
is allowed (for example C<CATCH> or C<CONTROL>).
rakudo-p5/v5
…/TODO_compound_statements.md :39:
- parrot/compilers/pct/src/PAST/Compiler.pir:1646: ops.'push_pirop'('new', handreg, "'ExceptionHandler'", "[.CONTROL_LOOP_NEXT;.CONTROL_LOOP_REDO;.CONTROL_LOOP_LAST]")
rakudo-p5/v5
…/TODO_compound_statements.md :40:
- parrot/compilers/pct/src/PAST/Compiler.pir:1677: ops.'push_pirop'('eq', $S0, '.CONTROL_LOOP_NEXT', nextlabel)
rakudo-p5/v5
…/TODO_compound_statements.md :43:
- nqp/src/QAST/Operations.nqp:1386: 'next', '.CONTROL_LOOP_NEXT',
rakudo-p5/v5
…/TODO_compound_statements.md :46:
- rakudo/src/core/control.pm:71: pir::const::CONTROL_LOOP_NEXT)
scovit/Scheduler-DRMAA
…/control.pl6 :53:
$errnum = drmaa_control($jobid, DRMAA_CONTROL_TERMINATE, $error,
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :94:
DRMAA_CONTROL_SUSPEND => 0,
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :95:
DRMAA_CONTROL_RESUME => 1,
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :96:
DRMAA_CONTROL_HOLD => 2,
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :97:
DRMAA_CONTROL_RELEASE => 3,
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :98:
DRMAA_CONTROL_TERMINATE => 4
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :452:
# * - DRMAA_CONTROL_SUSPEND
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :453:
# * - DRMAA_CONTROL_RESUME
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :454:
# * - DRMAA_CONTROL_HOLD
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :455:
# * - DRMAA_CONTROL_RELEASE
scovit/Scheduler-DRMAA
…/NativeCall.pm6 :456:
# * - DRMAA_CONTROL_TERMINATE
scovit/Scheduler-DRMAA
…/Submission.pm6 :68:
method suspend { self!control(DRMAA_CONTROL_SUSPEND) }
scovit/Scheduler-DRMAA
…/Submission.pm6 :69:
method resume { self!control(DRMAA_CONTROL_RESUME) }
scovit/Scheduler-DRMAA
…/Submission.pm6 :70:
method hold { self!control(DRMAA_CONTROL_HOLD) }
scovit/Scheduler-DRMAA
…/Submission.pm6 :71:
method release { self!control(DRMAA_CONTROL_RELEASE) }
scovit/Scheduler-DRMAA
…/Submission.pm6 :72:
method terminate { self!control(DRMAA_CONTROL_TERMINATE) }
ufobat/HTTP-Server-Ogre
…/Frame.pm6 :6:
INTERNAL_ERROR FLOW_CONTROL_ERROR
ugexe/Perl6-Grammar--HTTP
…/Grammar.pm6 :42:
$string ~~ s:g/\x11/\c[SYMBOL FOR DEVICE CONTROL ONE]/;
ugexe/Perl6-Grammar--HTTP
…/Grammar.pm6 :43:
$string ~~ s:g/\x12/\c[SYMBOL FOR DEVICE CONTROL TWO]/;
ugexe/Perl6-Grammar--HTTP
…/Grammar.pm6 :44:
$string ~~ s:g/\x13/\c[SYMBOL FOR DEVICE CONTROL THREE]/;
ugexe/Perl6-Grammar--HTTP
…/Grammar.pm6 :45:
$string ~~ s:g/\x14/\c[SYMBOL FOR DEVICE CONTROL FOUR]/;
zostay/p6-HTTP-Headers
…/quiet.t :17:
CONTROL {
zostay/p6-HTTP-Headers
…/quiet.t :29:
CONTROL {
zostay/p6-HTTP-Headers
…/quiet.t :41:
CONTROL {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment