Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiringProject/Wiring
/ functions
Functions
2,447 in github.com/WiringProject/Wiring
⨍
Functions
2,447
◇
Types & classes
226
↓ 561 callers
Method
match
(int t)
IDE/processing/app/preproc/WParser.java:83
↓ 472 callers
Method
create
Create a new ampty AST node
IDE/processing/app/preproc/TNodeFactory.java:12
↓ 417 callers
Method
length
framework/cores/Common/WString.h:77
↓ 336 callers
Method
add
Adds a key-value mapping. @param keyword The key @param id The value
IDE/processing/app/syntax/KeywordMap.java:81
↓ 258 callers
Method
getType
Get the token type for this node
IDE/processing/app/preproc/TNode.java:74
↓ 250 callers
Method
match
(AST t, int ttype)
IDE/processing/app/preproc/WEmitter.java:344
↓ 234 callers
Method
match
(int t)
IDE/processing/app/preproc/StdCParser.java:82
↓ 220 callers
Method
match
(AST t, int ttype)
IDE/processing/app/preproc/WTreeParser.java:51
↓ 211 callers
Method
print
( TNode t )
IDE/processing/app/preproc/WEmitter.java:168
↓ 167 callers
Method
setText
Set the token text for this node
IDE/processing/app/preproc/TNode.java:153
↓ 141 callers
Method
append
|| @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 callers
Method
add
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 callers
Method
println
framework/cores/Common/Print.cpp:139
↓ 101 callers
Method
equals
framework/cores/Common/WString.cpp:410
↓ 100 callers
Method
expr
(AST _t)
IDE/processing/app/preproc/WEmitter.java:804
↓ 97 callers
Method
expr
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:479
↓ 94 callers
Method
get
(String attribute)
IDE/processing/app/Theme.java:92
↓ 82 callers
Method
makeToken
(int t)
IDE/processing/app/preproc/WLexer.java:108
↓ 81 callers
Method
printStackTrace
()
IDE/processing/app/debug/RunnerException.java:150
↓ 79 callers
Method
getLine
()
IDE/processing/app/preproc/LineObject.java:58
↓ 78 callers
Method
substring
framework/cores/Common/WString.cpp:584
↓ 77 callers
Method
makeToken
(int t)
IDE/processing/app/preproc/StdCLexer.java:79
↓ 75 callers
Method
reportError
(RecognitionException ex)
IDE/processing/app/preproc/WEmitter.java:320
↓ 73 callers
Method
reportError
(RecognitionException ex)
IDE/processing/app/preproc/WTreeParser.java:27
↓ 69 callers
Method
get
(String attribute /*, String defaultValue */)
IDE/processing/app/Preferences.java:750
↓ 67 callers
Method
reportError
(RecognitionException ex)
IDE/processing/app/preproc/StdCParser.java:66
↓ 64 callers
Method
setClockSource
framework/cores/AVR8Bit/WHardwareTimer.cpp:414
↓ 54 callers
Method
addKeyBinding
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 callers
Function
pinMode
framework/cores/AVR8Bit/WDigital.h:34
↓ 46 callers
Method
charAt
framework/cores/Common/WString.cpp:478
↓ 46 callers
Method
select
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 callers
Method
getBoolean
(String attribute)
IDE/processing/app/Preferences.java:778
↓ 41 callers
Method
getColor
(String name)
IDE/processing/app/Theme.java:128
↓ 39 callers
Method
getText
Get the contents of the current buffer. Used by the Sketch class.
IDE/processing/app/Editor.java:1330
↓ 38 callers
Method
indexOf
framework/cores/Common/WString.cpp:523
↓ 36 callers
Function
ISR
only a single COMP vector
framework/cores/AVR8Bit/WHardwareTimer.cpp:71
↓ 36 callers
Method
getName
Returns the name of this sketch. (The pretty name of the main tab.)
IDE/processing/app/Sketch.java:2017
↓ 36 callers
Method
getText
Get the token text for this node
IDE/processing/app/preproc/TNode.java:150
↓ 36 callers
Method
indexOf
framework/cores/Common/WVector.h:173
↓ 33 callers
Method
addKeyBinding
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 callers
Method
setOCR
framework/cores/AVR8Bit/WHardwareTimer.cpp:736
↓ 33 callers
Method
showWarning
Non-fatal error message with optional stack trace side dish.
IDE/processing/app/Base.java:2133
↓ 30 callers
Method
getInteger
(String attribute /*, int defaultValue*/)
IDE/processing/app/Preferences.java:802
↓ 29 callers
Method
getLineStartOffset
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 callers
Method
getSketch
Gets the current sketch object.
IDE/processing/app/Editor.java:1310
↓ 29 callers
Method
trim
framework/cores/Common/WString.cpp:701
↓ 28 callers
Method
getCaretPosition
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 callers
Function
millis
framework/cores/AVR8Bit/WDelay.c:85
↓ 28 callers
Method
set
(String attribute, String value)
IDE/processing/app/Preferences.java:768
↓ 28 callers
Method
setColor
(String attr, Color what)
IDE/processing/app/Theme.java:142
↓ 27 callers
Method
endsWith
framework/cores/Common/WString.cpp:468
↓ 26 callers
Method
getTextArea
Returns the text area that fired the specified event. @param evt The event
IDE/processing/app/syntax/InputHandler.java:323
↓ 26 callers
Method
next
()
IDE/processing/app/format/AutoFormat.java:220
↓ 26 callers
Method
remove
framework/cores/Common/WString.cpp:667
↓ 26 callers
Method
toString
Returns a string representation of this token.
IDE/processing/app/syntax/Token.java:150
↓ 25 callers
Method
isMacOS
returns true if Processing is running on a Mac OS X machine.
IDE/processing/app/Base.java:1658
↓ 24 callers
Method
newJMenuItem
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 callers
Method
setCaretPosition
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 callers
Method
getFontMetrics
Returns the font metrics for the styled font.
IDE/processing/app/syntax/SyntaxStyle.java:108
↓ 23 callers
Method
parseInt
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 callers
Method
setText
Replace the entire contents of the front-most tab.
IDE/processing/app/Editor.java:1346
↓ 22 callers
Method
getValue
|| @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 callers
Method
deactivate
Set a particular button to be active.
IDE/processing/app/EditorToolbar.java:371
↓ 20 callers
Method
expr
()
IDE/processing/app/preproc/WParser.java:309
↓ 20 callers
Method
getCaretLine
Returns the caret line.
IDE/processing/app/syntax/JEditTextArea.java:1085
↓ 20 callers
Method
size
(String buildPath, String suggestedClassName)
IDE/processing/app/Sketch.java:1583
↓ 20 callers
Method
writeIndentedLine
()
IDE/processing/app/format/AutoFormat.java:128
↓ 19 callers
Method
getFileName
()
IDE/processing/app/SketchCode.java:135
↓ 19 callers
Method
getFont
(String attr)
IDE/processing/app/Theme.java:147
↓ 19 callers
Method
getPreferredSize
()
IDE/processing/app/Preferences.java:546
↓ 19 callers
Method
print
Base method (character)
framework/cores/Common/Print.cpp:45
↓ 19 callers
Method
statusNotice
Show a notice message in the editor status bar.
IDE/processing/app/Editor.java:2587
↓ 18 callers
Method
addToken
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 callers
Method
attachInterrupt
Attach an interrupt function, and set the appropriate interrupt flag
framework/cores/AVR8Bit/WHardwareTimer.cpp:610
↓ 18 callers
Function
delayMicroseconds
framework/cores/AVR8Bit/WDelay.c:170
↓ 18 callers
Method
getMarkPosition
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 callers
Method
statusNotice
(String message)
IDE/processing/app/debug/RunnerListener.java:32
↓ 18 callers
Method
toLowerCase
framework/cores/Common/WString.cpp:683
↓ 17 callers
Method
getName
()
IDE/processing/app/debug/Target.java:83
↓ 17 callers
Method
getPainter
Returns the object responsible for painting this text area.
IDE/processing/app/syntax/JEditTextArea.java:187
↓ 17 callers
Method
setType
Set the token type for this node
IDE/processing/app/preproc/TNode.java:77
↓ 17 callers
Method
startsWith
framework/cores/Common/WString.cpp:456
↓ 16 callers
Method
expr
()
IDE/processing/app/preproc/StdCParser.java:563
↓ 16 callers
Method
setOutputMode
framework/cores/AVR8Bit/WHardwareTimer.cpp:704
↓ 16 callers
Method
toCharArray
framework/cores/Common/WString.h:211
↓ 15 callers
Method
getDocument
Returns the document this text area is editing.
IDE/processing/app/syntax/JEditTextArea.java:730
↓ 15 callers
Method
getDocumentLength
Returns the length of the document. Equivalent to calling <code>getDocument().getLength()</code>.
IDE/processing/app/syntax/JEditTextArea.java:800
↓ 15 callers
Method
setFont
(Font font)
IDE/processing/app/syntax/Gutter.java:297
↓ 15 callers
Method
setSelectedText
(String what)
IDE/processing/app/Editor.java:1367
↓ 14 callers
Method
addSketches
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 callers
Method
getMessage
Override getMessage() in Throwable, so that I can set the message text outside the constructor.
IDE/processing/app/debug/RunnerException.java:71
↓ 14 callers
Method
getPreferredSize
()
IDE/processing/app/syntax/Gutter.java:357
↓ 14 callers
Method
list
()
IDE/processing/app/Serial.java:245
↓ 13 callers
Method
getSource
()
IDE/processing/app/preproc/CToken.java:9
↓ 13 callers
Method
isExtension
(String what)
IDE/processing/app/SketchCode.java:150
↓ 13 callers
Method
peek
()
IDE/processing/app/format/AutoFormat.java:207
↓ 13 callers
Method
setModified
Sets the modified value for the code in the frontmost tab.
IDE/processing/app/Sketch.java:638
↓ 13 callers
Method
start
()
IDE/processing/app/exec/StreamPump.java:63
↓ 12 callers
Method
_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 callers
Method
count
framework/cores/AVR8Bit/WConstantTypes.h:86
next →
1–100 of 2,447, ranked by callers