Keyword Table

author, contact information, copyright information, and links to terms of use. | html | | | | FOR | used for looping, generally when we know the number of times we want to loop with any type of sequence like a list or string | c#, java, swift, javascript, python, julia, golang, php, rust, bash, ocaml, scala, afl, typescript, verilog, c++, c, ruby | Loops | | | FORALL | | haskell, agda | | | | FORCE | | verilog | | | | FOREACH | | c#, php | | | | FOREIGN | | haskell | | | | FOREVER | | verilog | | | | FORK | | verilog | | | | FORM | | html | | | | FORSOME | | scala | | | | FRAME | | html | | | | FRAMESET | | html | | | | FRIEND | | c++ | | | | FROM | to import specific attributes or functions into the current namespace, use from...import | c#, typescript, javascript, python | Module Abstractions | | | FUN | | ocaml | | | | FUNC | | swift, golang | | | | FUNCTION | | javascript, julia, bash, ocaml, typescript, afl, verilog, php | | | | FUNCTIONS | | razor | | | | FUNCTOR | | ocaml | | | | GET | | c#, html, typescript, swift | | | | GLOBAL | used to declare that a variable inside the function is global (outside the function) | c#, python, julia, afl, php | Variable Abstractions | | | GO | | golang | | | | GOTO | An unconditional jump to a given statement | c#, java, golang, c, php, c++ | Loops | | | GRID | | css | | | | GRID-AREA | | css | | | | GRID-AREAS | | css | | | | GRID-COLUMN | | css | | | | GRID-COLUMNS | | css | | | | GRID-END | | css | | | | GRID-FLOW | | css | | | | GRID-GAP | | css | | | | GRID-ROW | | css | | | | GRID-ROWS | | css | | | | GRID-START | | css | | | | GRID-TEMPLATE | | css | | | | GROUP | | c# | | | | GUARD | | swift | | | | H1 | | html | | | | HACK | | | | | | HALT_COMPILER | | | | | | HANGING-PUNCTUATION | | css | | | | HEAD | | html | | | | HEADER | | html | | | | HEIGHT | | css | | | | HELPER | | razor | | | | HIDING | | haskell, agda | | | | HIGHZ0 | | verilog | | | | HIGHZ1 | | verilog | | | | HR | | html | | | | HTML |This tag defines a header for a document or section; may contain introductory content or navigation links. | html | | | | HYPHENS | | css | | | | I | | html | | | | ID | id() function returns the _identity_ of the object which is guaranteed to be unique | python | inbuilt function | | | IDEA | | | | | | IF | used for conditional branching or decision making | c#, java, swift, javascript, python, julia, golang, php, rust, bash, ocaml, scala, afl, typescript, verilog, c++, haskell, c, ruby | Loops | | | IFDEF | Conditional branching, if the following is defined | | Loops | | | IFNDEF | Conditional branching, if the following is not defined | | Loops | | | IFRAME | | html | | | | IMAGE-RENDERING | | css | | | | IMG | | html | | | | IMMUTABLE | | julia | | | | IMPL | | rust | | | | IMPLEMENTS | | php, typescript, java, javascript | | | | IMPLICIT | | c#, scala | | | | IMPORT | used to import modules into the current namespace | java, swift, javascript, python, julia, golang, scala, agda, typescript, haskell, c++ | Module Abstractions | | | IMPORTALL | used to import all modules into the current namespace | julia | Module Abstractions | | | IN | used to test if a sequence (list, tuple, string, etc.) contains a value. It returns TRUE if the value is present. Its secondary use is to traverse through a sequence in a for loop | c#, swift, javascript, python, rust, bash, ocaml, typescript, haskell, agda, ruby | Loops | | | INCLUDE | | php, ocaml | | | | INCLUDE_ONCE | | php | | | | INDIRECT | | swift | | | | INDUCTIVE | | agda | | | | INFIX | | swift, haskell, agda | | | | INFIXL | | haskell, agda | | | | INFIXR | | haskell, agda | | | | INFO | | | | | | INHERIT | | ocaml | | | | INHERITS | | razor | | | | INIT | | swift | | | | INITIAL | | verilog | | | | INITIALIZER | | ocaml | | | | INLINE | | c++ | | | | INOUT | | swift, verilog | | | | INPUT | The input() function allows user input. | python, verilog, html | inbuilt function | | | INS | | html | | | | INSTANCE | | haskell, agda | | | | INSTANCEOF | | php, typescript, java, javascript | Logical Operator | | | INSTEADOF | | php | | | | INT | Shorthand for integer, a whole number | c#, java, python, c, c++ | | | | INTEGER | Integer, a whole number. May differ in behaviour from INT depending on the language. | verilog | | | | INTERFACE | | c#, javascript, golang, typescript, php, java | | | | INTERNAL | | c#, swift | | | | INTO | | c# | | | | IS | used for testing object identity, by testing if the two variables refer to the same object. This will return TRUE if the objects are identical and FALSE if not | c#, swift, python | References | | | ISOLATION | | css | | | | ISSET | | php | | | | JOIN | | c#, verilog | | | | JUSTIFY-CONTENT | | css | | | | KBD | | html | | | | LABEL | | html | | | | LAMBDA | used to create an inline, anonymous function (function without a name), without a return statement, consisting of an expression that is evaluated and returned | python | Variable Abstractions | | | LAND | | ocaml | | | | LARGE | | verilog | | | | LAZY | | ocaml, swift, scala | | | | LEFT | | swift, css | | | | LEGEND | | html | | | | LET | | c#, swift, javascript, julia, rust, ocaml, typescript, haskell, agda | | | | LETTER-SPACING | | css | | | | LI | | html | | | | LINE | | | | | | LINE-BREAK | | css | | | | LINE-HEIGHT | | css | | | | LINK | | html | | | | LIST | list is a data type in python just like arrays in other languages | php, python | data type | | | LIST-IMAGE | | css | | | | LIST-POSITION | | css | | | | LIST-STYLE | | css | | | | LIST-TYPE | | css | | | | LOCAL | | julia, afl | | | | LOCK | | c# | | | | LONG | | c++, java, c, c# | | | | LOOP | | rust | | | | LOR | | ocaml | | | | LSL | | ocaml | | | | LSR | | ocaml | | | | LXOR | | ocaml | | | | MACRO | | julia, agda, rust, scala | | | | MACROMODULE | | verilog | | | | MAIN | | html | | | | MAP | map() function in python is used to apply a function on all the elements of specified list | python, golang, html | inbuilt function | | | MARGIN | | css | | | | MARGIN-BOTTOM | | css | | | | MARGIN-LEFT | | css | | | | MARGIN-RIGHT | | css | | | | MARGIN-TOP | | css | | | | MARK | | html | | | | MATCH | | ocaml, rust, scala | | | | MAX-HEIGHT | | css | | | | MAX-WIDTH | | css | | | | MDO | | haskell | | | | MEDIUM | | verilog | | | | META | | html | | | | METER | | html | | | | METHOD | | ocaml | | | | MIN-HEIGHT | | css | | | | MIN-WIDTH | | css | | | | MIX-MODE | | css | | | | MOD | | ocaml, rust | | | | MODEL | | razor | | | | MODULE | | julia, ocaml, agda, typescript, verilog, ruby, haskell, c++, node | | | | MOVE | | rust | | | | MUT | | rust | | | | MUTABLE | | ocaml, c++ | | | | MUTATING | | swift | | | | MUTUAL | | agda | | | | NAMESPACE | | c#, razor, c++, php | | | | NAND | | verilog | | | | NATIVE | | java | | | | NAV |This tag defines a group of navigation links. | html | | | | NEGEDGE | | verilog | | | | NEW | | c#, javascript, php, ocaml, scala, typescript, c++, java | | | | NEWTYPE | | haskell | | | | NEXT | The next function returns the next item in an list | ruby, python | inbuilt function | | | NIL | | swift, ruby | | | | NMOS | | verilog | | | | NO-ETA-EQUALITY | | agda | | | | NOEXCEPT | | c++ | | | | NOFRAMES | | html | | | | NONE | special constant in python that represents the absence of a value or null value | swift, python | References | | | NONLOCAL |used to declare that a variable inside a nested function (function inside a function) is not local to it, meaning it lies in the outer inclosing function. (similar to the global keyword) | python | Variable Abstractions | | | NONMUTATING | | swift | | | | NONREC | | ocaml | | | | NOR | | verilog | | | | NOSCRIPT | | html | | | | NOT | used to invert the truth value | python, verilog, afl, c++, ruby | Logical Operators | | | NOT_EQ | | c++ | | | | NOTE | | | | | | NOTIF0 | | verilog | | | | NOTIF1 | | verilog | | | | NOTREACHED | | | | | | NULL | | c#, javascript, typescript, scala, afl | | | | NULLPTR | | c++ | | | | NUMBER | | typescript | | | | OBJECT | Object is simply a collection of data (variables) and methods (functions) that act on those data | c#, python, ocaml, scala, html | User-Defined Structures | | | OBJECT-FIT | | css | | | | OBJECT-POSITION | | css | | | | OF | | haskell, ocaml, typescript | | | | OFFSETOF | | rust | | | | OL | | html | | | | OMFGRLY | | | | | | OMG | | | | | | OPACITY | | css | | | | OPEN | The open function opens a file, and returns it as a file object. | ocaml, agda, python | inbuilt function | | | OPERATOR | | c#, swift, c++ | | | | OPTGROUP | | html | | | | OPTIMIZE | | | | | | OPTION | | html | | | | OPTIONAL | | swift | | | | OR |will result into True if any the operands are True | python, ocaml, afl, verilog, php, c++, ruby | Logical Operators | | | OR_EQ | | c++ | | | | ORDER | | css | | | | ORDERBY | | c# | | | | ORPHANS | | css | | | | OUT | | c# | | | | OUTLINE | | css | | | | OUTLINE-COLOR | | css | | | | OUTLINE-OFFSET | | css | | | | OUTLINE-STYLE | | css | | | | OUTLINE-WIDTH | | css | | | | OUTPUT | | verilog, html | | | | OVERFLOW | | css | | | | OVERFLOW-WRAP | | css | | | | OVERFLOW-X | | css | | | | OVERFLOW-Y | | css | | | | OVERLAP | | agda | | | | OVERRIDE | | c#, swift, rust, scala, c++ | | | | P | | html | | | | PACKAGE | | javascript, golang, scala, typescript, java | | | | PADDING | | css | | | | PADDING-BOTTOM | | css | | | | PADDING-LEFT | | css | | | | PADDING-RIGHT | | css | | | | PADDING-TOP | | css | | | | PAGE | | razor | | | | PAGE-AFTER | | css | | | | PAGE-BEFORE | | css | | | | PAGE-INSIDE | | css | | | | PARAM | | html | | | | PARAMS | | c# | | | | PARTIAL | | c# | | | | PASS | null statement where nothing happens when executed, mainly used as a placeholder | python | Function Properties | | | PATTERN | | agda | | | | PERSPECTIVE | | css | | | | PERSPECTIVE-ORIGIN | | css | | | | PICTURE | | html | | | | PMOS | | verilog | | | | POINTER-EVENTS | | css | | | | POSEDGE | | verilog | | | | POSITION | | css | | | | POSTFIX | | swift | | | | POSTULATE | | agda | | | | PRAGMA | It is used for checking whether the compiler you’re using is compatible with the code | c, solidity | | | | PRE | | html | | | | PRECEDENCE | | swift | | | | PREFIX | | swift | | | | PRIMITIVE | | agda, verilog | | | | PRINT | | php, python | | | | PRIV | | rust | | | | PRIVATE | An access modifier that specifies the accessibility or scope to be contained within a field, method, constructor, or class | c#, java, swift, javascript, ocaml, agda, scala, typescript, php, c++ | | | | PROC | | haskell, rust | | | | PROCEDURE | | afl | | | | PROGRESS | | html | | | | PROTECTED | | c#, javascript, php, scala, typescript, c++, java | | | | PROTOCOL | | swift | | | | PUB | | rust | | | | PUBLIC | | c#, java, swift, javascript, typescript, agda, php, c++ | | | | PULL0 | | verilog | | | | PULL1 | | verilog | | | | PULLDOWN | | verilog | | | | PULLUP | | verilog | | | | PURE | | rust | | | | Q | | html | | | | QUALIFIED | | haskell | | | | QUOTE | | julia, agda | | | | QUOTECONTEXT | | agda | | | | QUOTEGOAL | | agda | | | | QUOTES | | css | | | | QUOTETERM | | agda | | | | RAISE |to raise an exception explicitly | python | Exceptions | | | RANGE | | golang, python | | | | RCMOS | | verilog | | | | READONLY | | c# | | | | REC | | haskell, ocaml | | | | RECORD | | agda | | | | REDO | | ruby | | | | REF | | c#, rust | | | | REFACTOR | | | | | | REG | | verilog | | | | REGISTER | | c++, c | | | | REINTERPRET_CAST | | c++ | | | | RELEASE | | verilog | | | | REMOVE | | c# | | | | RENAMING | | agda | | | | REPEAT | | swift, verilog | | | | REQUIRE | | php, typescript, node | | | | REQUIRE_ONCE | | php | | | | REQUIRED | | swift | | | | REQUIRES | | c++ | | | | RESCUE | | ruby | | | | RESIZE | | css | | | | RETHROWS | | swift | | | | RETRY | | ruby | | | | RETURN |used inside a function to exit and return a value | c#, java, swift, javascript, python, julia, golang, rust, c, scala, typescript, afl, php, c++, ruby | Function Properties | | | REVIEW | | | | | | REWRITE | | agda | | | | RIGHT | | swift, css | | | | RNMOS | | verilog | | | | RP | | html | | | | RPMOS | | verilog | | | | RT | | html | | | | RTRAN | | verilog | | | | RTRANIF0 | | verilog | | | | RTRANIF1 | | verilog | | | | RUBY | | html | | | | S | | html | | | | SAMP | | html | | | | SBYTE | | c# | | | | SCALARED | | verilog | | | | SCHEMA | | | | | | SCRIPT | | html | | | | SCROLL-BEHAVIOR | | css | | | | SEALED | | c#, scala | | | | SECTION |This tag defines a section in a document, such as chapters, parts of a thesis, or parts of a Web page whose content is distinct from each other. | razor, html | | | | SELECT | | bash, golang, c#, html | | | | SELECTOR | | | | | | SELF | | swift, ruby, rust | | | | SET | | c#, swift, python, typescript, agda | | | | SHORT | | c++, java, c, c# | | | | SIG | | ocaml | | | | SIGNED | | c++, c | | | | SIZEOF | | c++, c, c#, rust | | | | SMALL | | verilog, html | | | | SOURCE | | html | | | | SPAN | | html | | | | SPECIFIES | | css | | | | SPECIFY | | verilog | | | | SPECPARAM | | verilog | | | | STACKALLOC | | c# | | | | STATIC | | c#, java, swift, javascript, rust, c, typescript, afl, php, c++ | | | | STATIC_ASSERT | | c++ | | | | STATIC_CAST | | c++ | | | | STRICTFP | | java | | | | STRIKE | | html | | | | STRING | | c#, typescript | | | | STRONG | | html | | | | STRONG0 | | verilog | | | | STRONG1 | | verilog | | | | STRUCT | | c#, swift, julia, golang, rust, c, ocaml, c++ | | | | STYLE | | html | | | | SUB | | html | | | | SUBSCRIPT | | swift | | | | SUMMARY | | html | | | | SUP | | html | | | | SUPER | | swift, javascript, python, rust, scala, typescript, java, ruby | | | | SUPPLY0 | | verilog | | | | SUPPLY1 | | verilog | | | | SVG | | html | | | | SWITCH | | c#, java, swift, javascript, golang, c, typescript, afl, php, c++ | | | | SYMBOL | | typescript | | | | SYNCHRONIZED | | java, c++ | | | | SYNTAX | | agda | | | | TAB-SIZE | | css | | | | TABLE | | verilog, html | | | | TABLE-LAYOUT | | css | | | | TACTIC | | agda | | | | TASK | | verilog | | | | TBODY | | html | | | | TD | | html | | | | TEMPLATE | | c++, html | | | | TEXT-ALIGN | | css | | | | TEXT-COLOR | | css | | | | TEXT-DECORATION | | css | | | | TEXT-INDENT | | css | | | | TEXT-JUSTIFY | | css | | | | TEXT-LAST | | css | | | | TEXT-LINE | | css | | | | TEXT-ORIENTATION | | css | | | | TEXT-OVERFLOW | | css | | | | TEXT-POSITION | | css | | | | TEXT-SHADOW | | css | | | | TEXT-STYLE | | css | | | | TEXT-TRANSFORM | | css | | | | TEXT-UPRIGHT | | css | | | | TEXTAREA | | html | | | | TFOOT | | html | | | | TH | | html | | | | THEAD | | html | | | | THEN | | bash, haskell, ocaml, ruby | | | | THIS | | c#, javascript, scala, typescript, c++, java | | | | THREAD_LOCAL | | c++ | | | | THROW | | c#, swift, javascript, php, scala, typescript, c++, java | | | | THROWS | | swift, java | | | | TIME | | bash, verilog, html | | | | TITLE | | html | | | | TO | | ocaml | | | | TODO | | | | | | TOP | | css | | | | TR | | html | | | | TRACK | | html | | | | TRAIT | | php, scala, rust | | | | TRAN | | verilog | | | | TRANIF0 | | verilog | | | | TRANIF1 | | verilog | | | | TRANSACTION_SAFE | | c++ | | | | TRANSACTION_SAFE_DYNAMIC | | c++ | | | | TRANSFORM | | css | | | | TRANSFORM-ORIGIN | | css | | | | TRANSFORM-STYLE | | css | | | | TRANSIENT | | java | | | | TRANSITION | | css | | | | TRANSITION-DELAY | | css | | | | TRANSITION-DURATION | | css | | | | TRANSITION-FUNCTION | | css | | | | TRANSITION-PROPERTY | | css | | | | TRI | | verilog | | | | TRI0 | | verilog | | | | TRI1 | | verilog | | | | TRIAND | | verilog | | | | TRIOR | | verilog | | | | TRUE | Boolean logic for what is considered true | c#, swift, javascript, python, julia, rust, ocaml, scala, typescript, c++, ruby | truth-values | | | TRY | used with exceptions, where try...except blocks are used to catch exceptions by trying out a set of instructions to see if an exception occur| c#, swift, javascript, python, julia, php, ocaml, scala, typescript, c++, java | Exceptions | | | TT | | html | | | | TUTORIAL | | | | | | TYPE | | swift, python, julia, golang, rust, ocaml, scala, typescript, haskell | | | | TYPEALIAS | | julia, swift | | | | TYPEDEF | | c++, c | | | | TYPEID | | c++ | | | | TYPENAME | | c++ | | | | TYPEOF | | c#, javascript, rust, typescript, afl | | | | U | | html | | | | UINT | | c# | | | | UL | | html | | | | ULONG | | c# | | | | UNCHECKED | | c# | | | | UNDEF | | ruby | | | | UNDONE | | | | | | UNICODE-BIDI | | css | | | | UNION | | c++, c | | | | UNLESS | | ruby | | | | UNOWNED | | swift | | | | UNQUOTE | | agda | | | | UNQUOTEDECL | | agda | | | | UNQUOTEDEF | | agda | | | | UNSAFE | | c#, rust | | | | UNSET | | php | | | | UNSIGNED | | c++, c | | | | UNSIZED | | rust | | | | UNTIL | | bash, ruby | | | | USE | | php, rust | | | | USER-SELECT | | css | | | | USHORT | | c# | | | | USING | | c++, julia, agda, c# | | | | VAL | | ocaml, scala | | | | VALUE | | c# | | | | VAR | | c#, swift, javascript, golang, scala, typescript, html, php | | | | VECTORED | | verilog | | | | VERTICAL-ALIGN | | css | | | | VIDEO | | html | | | | VIRTUAL | | c#, ocaml, c++, rust | | | | VISIBILITY | | css | | | | VOID | | c#, java, javascript, c, typescript, c++ | | | | VOLATILE | | c++, java, c, c# | | | | WAIT | | verilog | | | | WAND | | verilog | | | | WARN | | | | | | WARNING | | | | | | WBR |This tag defines a possible line break; when a word is very long, or you’re concerned the browser will break a line at the wrong place, you can use the element to break the word or line appropriately.| html | | | | WCHAR_T | | c++ | | | | WEAK | | swift | | | | WEAK0 | | verilog | | | | WEAK1 | | verilog | | | | WHEN | | ocaml, ruby | | | | WHERE | | c#, swift, rust, haskell, agda | | | | WHILE | used for looping. The statements inside this type of loop will continue to execute until the condition for the while loop evaluates to FALSE or a break statement is encountered | c#, java, swift, javascript, python, julia, php, rust, bash, ocaml, scala, afl, typescript, verilog, c++, c, ruby | Loops | | | WHITE-SPACE | | css | | | | WIDOWS | | css | | | | WIDTH | | css | | | | WILLSET | | swift | | | | WIRE | | verilog | | | | WITH |statement used to wrap the execution of a block of code within methods defined by the context manager | javascript, python, ocaml, scala, typescript, agda | Function Properties | | | WOR | | verilog | | | | WORD-BREAK | | css | | | | WORD-SPACING | | css | | | | WORD-WRAP | | css | | | | WRITING-MODE | | css | | | | WTF | | | | | | XNOR | | verilog | | | | XOR | | php, c++, verilog | | | | XOR_EQ | | c++ | | | | YIELD | used inside a function like a return statement, however it returns a generator | c#, javascript, python, rust, scala, typescript, ruby | Function Properties | | | Z-INDEX | | css | | |

Last updated