MCPcopy Create free account

hub / github.com/WiringProject/Wiring / functions

Functions2,447 in github.com/WiringProject/Wiring

↓ 561 callersMethodmatch
(int t)
IDE/processing/app/preproc/WParser.java:83
↓ 472 callersMethodcreate
Create a new ampty AST node
IDE/processing/app/preproc/TNodeFactory.java:12
↓ 417 callersMethodlength
framework/cores/Common/WString.h:77
↓ 336 callersMethodadd
Adds a key-value mapping. @param keyword The key @param id The value
IDE/processing/app/syntax/KeywordMap.java:81
↓ 258 callersMethodgetType
Get the token type for this node
IDE/processing/app/preproc/TNode.java:74
↓ 250 callersMethodmatch
(AST t, int ttype)
IDE/processing/app/preproc/WEmitter.java:344
↓ 234 callersMethodmatch
(int t)
IDE/processing/app/preproc/StdCParser.java:82
↓ 220 callersMethodmatch
(AST t, int ttype)
IDE/processing/app/preproc/WTreeParser.java:51
↓ 211 callersMethodprint
( TNode t )
IDE/processing/app/preproc/WEmitter.java:168
↓ 167 callersMethodsetText
Set the token text for this node
IDE/processing/app/preproc/TNode.java:153
↓ 141 callersMethodappend
|| @description || | Append a char to the current guess || # || || @parameter character to append to the current guess || || @return false if there i
framework/libraries/Password/Password.cpp:73
↓ 140 callersMethodadd
add a node to the table with it's key as the current scope and the name
IDE/processing/app/preproc/CSymbolTable.java:88
↓ 103 callersMethodprintln
framework/cores/Common/Print.cpp:139
↓ 101 callersMethodequals
framework/cores/Common/WString.cpp:410
↓ 100 callersMethodexpr
(AST _t)
IDE/processing/app/preproc/WEmitter.java:804
↓ 97 callersMethodexpr
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:479
↓ 94 callersMethodget
(String attribute)
IDE/processing/app/Theme.java:92
↓ 82 callersMethodmakeToken
(int t)
IDE/processing/app/preproc/WLexer.java:108
↓ 81 callersMethodprintStackTrace
()
IDE/processing/app/debug/RunnerException.java:150
↓ 79 callersMethodgetLine
()
IDE/processing/app/preproc/LineObject.java:58
↓ 78 callersMethodsubstring
framework/cores/Common/WString.cpp:584
↓ 77 callersMethodmakeToken
(int t)
IDE/processing/app/preproc/StdCLexer.java:79
↓ 75 callersMethodreportError
(RecognitionException ex)
IDE/processing/app/preproc/WEmitter.java:320
↓ 73 callersMethodreportError
(RecognitionException ex)
IDE/processing/app/preproc/WTreeParser.java:27
↓ 69 callersMethodget
(String attribute /*, String defaultValue */)
IDE/processing/app/Preferences.java:750
↓ 67 callersMethodreportError
(RecognitionException ex)
IDE/processing/app/preproc/StdCParser.java:66
↓ 64 callersMethodsetClockSource
framework/cores/AVR8Bit/WHardwareTimer.cpp:414
↓ 54 callersMethodaddKeyBinding
Adds a key binding to this input handler. @param keyBinding The key binding (the format of this is input-handler specific) @param action The action
IDE/processing/app/syntax/InputHandler.java:173
↓ 53 callersFunctionpinMode
framework/cores/AVR8Bit/WDigital.h:34
↓ 46 callersMethodcharAt
framework/cores/Common/WString.cpp:478
↓ 46 callersMethodselect
Selects from the start offset to the end offset. This is the general selection method used by all other selecting methods. The caret position will be
IDE/processing/app/syntax/JEditTextArea.java:1143
↓ 42 callersMethodgetBoolean
(String attribute)
IDE/processing/app/Preferences.java:778
↓ 41 callersMethodgetColor
(String name)
IDE/processing/app/Theme.java:128
↓ 39 callersMethodgetText
Get the contents of the current buffer. Used by the Sketch class.
IDE/processing/app/Editor.java:1330
↓ 38 callersMethodindexOf
framework/cores/Common/WString.cpp:523
↓ 36 callersFunctionISR
only a single COMP vector
framework/cores/AVR8Bit/WHardwareTimer.cpp:71
↓ 36 callersMethodgetName
Returns the name of this sketch. (The pretty name of the main tab.)
IDE/processing/app/Sketch.java:2017
↓ 36 callersMethodgetText
Get the token text for this node
IDE/processing/app/preproc/TNode.java:150
↓ 36 callersMethodindexOf
framework/cores/Common/WVector.h:173
↓ 33 callersMethodaddKeyBinding
Adds a key binding to this input handler. The key binding is a list of white space separated key strokes of the form <i>[modifiers+]key</i> where modi
IDE/processing/app/syntax/DefaultInputHandler.java:89
↓ 33 callersMethodsetOCR
framework/cores/AVR8Bit/WHardwareTimer.cpp:736
↓ 33 callersMethodshowWarning
Non-fatal error message with optional stack trace side dish.
IDE/processing/app/Base.java:2133
↓ 30 callersMethodgetInteger
(String attribute /*, int defaultValue*/)
IDE/processing/app/Preferences.java:802
↓ 29 callersMethodgetLineStartOffset
Returns the start offset of the specified line. @param line The line @return The start offset of the specified line, or -1 if the line is invalid
IDE/processing/app/syntax/JEditTextArea.java:828
↓ 29 callersMethodgetSketch
Gets the current sketch object.
IDE/processing/app/Editor.java:1310
↓ 29 callersMethodtrim
framework/cores/Common/WString.cpp:701
↓ 28 callersMethodgetCaretPosition
Returns the caret position. This will either be the selection start or the selection end, depending on which direction the selection was made in.
IDE/processing/app/syntax/JEditTextArea.java:1077
↓ 28 callersFunctionmillis
framework/cores/AVR8Bit/WDelay.c:85
↓ 28 callersMethodset
(String attribute, String value)
IDE/processing/app/Preferences.java:768
↓ 28 callersMethodsetColor
(String attr, Color what)
IDE/processing/app/Theme.java:142
↓ 27 callersMethodendsWith
framework/cores/Common/WString.cpp:468
↓ 26 callersMethodgetTextArea
Returns the text area that fired the specified event. @param evt The event
IDE/processing/app/syntax/InputHandler.java:323
↓ 26 callersMethodnext
()
IDE/processing/app/format/AutoFormat.java:220
↓ 26 callersMethodremove
framework/cores/Common/WString.cpp:667
↓ 26 callersMethodtoString
Returns a string representation of this token.
IDE/processing/app/syntax/Token.java:150
↓ 25 callersMethodisMacOS
returns true if Processing is running on a Mac OS X machine.
IDE/processing/app/Base.java:1658
↓ 24 callersMethodnewJMenuItem
A software engineer, somewhere, needs to have his abstraction taken away. In some countries they jail or beat people for crafting the sort of API that
IDE/processing/app/Base.java:388
↓ 24 callersMethodsetCaretPosition
Sets the caret position. The new selection will consist of the caret position only (hence no text will be selected) @param caret The caret position @s
IDE/processing/app/syntax/JEditTextArea.java:1114
↓ 23 callersMethodgetFontMetrics
Returns the font metrics for the styled font.
IDE/processing/app/syntax/SyntaxStyle.java:108
↓ 23 callersMethodparseInt
returns the first valid (long) integer value from the current position. initial characters that are not digits (or the minus sign) are skipped functio
framework/cores/Common/Stream.cpp:132
↓ 23 callersMethodsetText
Replace the entire contents of the front-most tab.
IDE/processing/app/Editor.java:1346
↓ 22 callersMethodgetValue
|| @description || | Get the current value of the Potentiometer || | This is a wrapper around the analogRead core call || | Why? To make the code that
framework/libraries/Potentiometer/Potentiometer.cpp:60
↓ 21 callersMethoddeactivate
Set a particular button to be active.
IDE/processing/app/EditorToolbar.java:371
↓ 20 callersMethodexpr
()
IDE/processing/app/preproc/WParser.java:309
↓ 20 callersMethodgetCaretLine
Returns the caret line.
IDE/processing/app/syntax/JEditTextArea.java:1085
↓ 20 callersMethodsize
(String buildPath, String suggestedClassName)
IDE/processing/app/Sketch.java:1583
↓ 20 callersMethodwriteIndentedLine
()
IDE/processing/app/format/AutoFormat.java:128
↓ 19 callersMethodgetFileName
()
IDE/processing/app/SketchCode.java:135
↓ 19 callersMethodgetFont
(String attr)
IDE/processing/app/Theme.java:147
↓ 19 callersMethodgetPreferredSize
()
IDE/processing/app/Preferences.java:546
↓ 19 callersMethodprint
Base method (character)
framework/cores/Common/Print.cpp:45
↓ 19 callersMethodstatusNotice
Show a notice message in the editor status bar.
IDE/processing/app/Editor.java:2587
↓ 18 callersMethodaddToken
Adds a token to the token list. @param length The length of the token @param id The id of the token
IDE/processing/app/syntax/TokenMarker.java:273
↓ 18 callersMethodattachInterrupt
Attach an interrupt function, and set the appropriate interrupt flag
framework/cores/AVR8Bit/WHardwareTimer.cpp:610
↓ 18 callersFunctiondelayMicroseconds
framework/cores/AVR8Bit/WDelay.c:170
↓ 18 callersMethodgetMarkPosition
Returns the mark position. This will be the opposite selection bound to the caret position. @see #getCaretPosition()
IDE/processing/app/syntax/JEditTextArea.java:1095
↓ 18 callersMethodstatusNotice
(String message)
IDE/processing/app/debug/RunnerListener.java:32
↓ 18 callersMethodtoLowerCase
framework/cores/Common/WString.cpp:683
↓ 17 callersMethodgetName
()
IDE/processing/app/debug/Target.java:83
↓ 17 callersMethodgetPainter
Returns the object responsible for painting this text area.
IDE/processing/app/syntax/JEditTextArea.java:187
↓ 17 callersMethodsetType
Set the token type for this node
IDE/processing/app/preproc/TNode.java:77
↓ 17 callersMethodstartsWith
framework/cores/Common/WString.cpp:456
↓ 16 callersMethodexpr
()
IDE/processing/app/preproc/StdCParser.java:563
↓ 16 callersMethodsetOutputMode
framework/cores/AVR8Bit/WHardwareTimer.cpp:704
↓ 16 callersMethodtoCharArray
framework/cores/Common/WString.h:211
↓ 15 callersMethodgetDocument
Returns the document this text area is editing.
IDE/processing/app/syntax/JEditTextArea.java:730
↓ 15 callersMethodgetDocumentLength
Returns the length of the document. Equivalent to calling <code>getDocument().getLength()</code>.
IDE/processing/app/syntax/JEditTextArea.java:800
↓ 15 callersMethodsetFont
(Font font)
IDE/processing/app/syntax/Gutter.java:297
↓ 15 callersMethodsetSelectedText
(String what)
IDE/processing/app/Editor.java:1367
↓ 14 callersMethodaddSketches
Scan a folder recursively, and add any sketches found to the menu specified. Set the openReplaces parameter to true when opening the sketch should rep
IDE/processing/app/Base.java:1377
↓ 14 callersMethodgetMessage
Override getMessage() in Throwable, so that I can set the message text outside the constructor.
IDE/processing/app/debug/RunnerException.java:71
↓ 14 callersMethodgetPreferredSize
()
IDE/processing/app/syntax/Gutter.java:357
↓ 14 callersMethodlist
()
IDE/processing/app/Serial.java:245
↓ 13 callersMethodgetSource
()
IDE/processing/app/preproc/CToken.java:9
↓ 13 callersMethodisExtension
(String what)
IDE/processing/app/SketchCode.java:150
↓ 13 callersMethodpeek
()
IDE/processing/app/format/AutoFormat.java:207
↓ 13 callersMethodsetModified
Sets the modified value for the code in the frontmost tab.
IDE/processing/app/Sketch.java:638
↓ 13 callersMethodstart
()
IDE/processing/app/exec/StreamPump.java:63
↓ 12 callersMethod_offsetToX
Converts an offset in a line into an x co-ordinate. This is a fast version that should only be used if no changes were made to the text since the last
IDE/processing/app/syntax/JEditTextArea.java:535
↓ 12 callersMethodcount
framework/cores/AVR8Bit/WConstantTypes.h:86
next →1–100 of 2,447, ranked by callers