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
↓ 12 callers
Method
ensureExistence
Make sure the sketch hasn't been moved or deleted by some nefarious user. If they did, try to re-create it and save. Only checks to see if the main fo
IDE/processing/app/Sketch.java:1874
↓ 12 callers
Method
findFilesInPath
(String path, String extension, boolean recurse)
IDE/processing/app/debug/Compiler.java:519
↓ 12 callers
Method
getLineText
Returns the text on the specified line. @param lineIndex The line @return The text, or null if the line is invalid
IDE/processing/app/syntax/JEditTextArea.java:949
↓ 12 callers
Method
unprogress
()
IDE/processing/app/EditorStatus.java:210
↓ 11 callers
Method
RegCloseKey
(int hKey)
IDE/processing/app/windows/Advapi32.java:191
↓ 11 callers
Method
addElement
framework/cores/Common/WVector.h:231
↓ 11 callers
Method
concat
framework/cores/Common/WString.cpp:242
↓ 11 callers
Function
delay
framework/cores/AVR8Bit/WDelay.c:151
↓ 11 callers
Method
getBoardPreferences
()
IDE/processing/app/Base.java:1853
↓ 11 callers
Method
getLineCount
Returns the number of lines in the document.
IDE/processing/app/syntax/JEditTextArea.java:808
↓ 11 callers
Method
getSelectionStart
Returns the selection start offset.
IDE/processing/app/syntax/JEditTextArea.java:969
↓ 11 callers
Method
getSelectionStop
Returns the selection end offset.
IDE/processing/app/syntax/JEditTextArea.java:1019
↓ 11 callers
Method
getStyle
(String what)
IDE/processing/app/Theme.java:182
↓ 11 callers
Method
mDigit
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:2347
↓ 11 callers
Method
setCurrentCode
Change what file is currently being edited. Changes the current tab index. <OL> <LI> store the String for the text of the current file. <LI> retrieve
IDE/processing/app/Sketch.java:1128
↓ 11 callers
Method
showError
Show an error message that's actually fatal to the program. This is an error that can't be recovered. Use showWarning() for errors that allow P5 to co
IDE/processing/app/Base.java:2152
↓ 11 callers
Method
statusError
(String message)
IDE/processing/app/debug/RunnerListener.java:28
↓ 11 callers
Method
toUpperCase
framework/cores/Common/WString.cpp:692
↓ 11 callers
Function
twi_reply
* Function twi_reply * Desc sends byte or readys receive line * Input ack: byte indicating to ack or to nack * Output none */
framework/cores/AVR8Bit/libraries/Wire/utility/twi.c:328
↓ 10 callers
Method
closeSerialPort
()
IDE/processing/app/SerialMonitor.java:260
↓ 10 callers
Method
getContentFile
(String name)
IDE/processing/app/Base.java:2282
↓ 10 callers
Method
invalidate
framework/cores/Common/WString.cpp:134
↓ 10 callers
Method
invalidateSelectedLines
Repaints the lines containing the selection.
IDE/processing/app/syntax/TextAreaPainter.java:477
↓ 10 callers
Method
isModified
()
IDE/processing/app/Sketch.java:664
↓ 10 callers
Method
mDigit
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:647
↓ 10 callers
Method
openKey
Opens a key. @param rootKey root key @param subKeyName name of the key @param access access mode @return handle to the key or 0
IDE/processing/app/windows/Registry.java:61
↓ 10 callers
Method
setBoolean
(String attribute, boolean value)
IDE/processing/app/Preferences.java:797
↓ 10 callers
Method
showMessage
"No cookie for you" type messages. Nothing fatal or all that much of a bummer, but something to notify the user about.
IDE/processing/app/Base.java:2117
↓ 10 callers
Method
statement
(AST _t)
IDE/processing/app/preproc/WEmitter.java:3760
↓ 10 callers
Method
statement
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:3158
↓ 10 callers
Method
write
(byte b[], int offset, int length, boolean err)
IDE/processing/app/EditorConsole.java:224
↓ 9 callers
Function
attachInterrupt
framework/cores/AVR8Bit/WInterrupts.c:119
↓ 9 callers
Method
detachInterrupt
framework/cores/AVR8Bit/libraries/SPI/SPI.h:71
↓ 9 callers
Method
find
(boolean wrap)
IDE/processing/app/FindReplace.java:250
↓ 9 callers
Method
getLineStartOffset
Get character offset for the start of a given line of text.
IDE/processing/app/Editor.java:1438
↓ 9 callers
Method
getParent
return the parent node of this node
IDE/processing/app/preproc/TNode.java:188
↓ 9 callers
Method
getSelectionStop
Get the end point of the current selection.
IDE/processing/app/Editor.java:1411
↓ 9 callers
Method
getText
Returns the entire text of this text area.
IDE/processing/app/syntax/JEditTextArea.java:872
↓ 9 callers
Method
nextToken
()
IDE/processing/app/preproc/WLexer.java:196
↓ 9 callers
Method
print
(Graphics g, PageFormat pageFormat, int pageIndex)
IDE/processing/app/syntax/TextAreaPainter.java:427
↓ 9 callers
Method
setCompilingProgress
(int percent)
IDE/processing/app/Sketch.java:1578
↓ 9 callers
Method
setSelectedText
Replaces the selection with the specified text. @param selectedText The replacement text for the selection
IDE/processing/app/syntax/JEditTextArea.java:1295
↓ 8 callers
Method
activate
Set a particular button to be active.
IDE/processing/app/EditorToolbar.java:361
↓ 8 callers
Method
clear
()
IDE/processing/app/Serial.java:195
↓ 8 callers
Method
close
()
IDE/processing/app/debug/MessageStream.java:44
↓ 8 callers
Method
constExpr
()
IDE/processing/app/preproc/WParser.java:1394
↓ 8 callers
Method
declaration
()
IDE/processing/app/preproc/WParser.java:464
↓ 8 callers
Method
doKeyword
(Segment line, int i, char c)
IDE/processing/app/syntax/CTokenMarker.java:276
↓ 8 callers
Method
getAfter
|| @description || | Get the item 'after' this item || # || || @return the item after this */
framework/libraries/MenuBackend/MenuBackend.h:232
↓ 8 callers
Method
getBefore
|| @description || | Get the item 'before' this item || # || || @return the item before this */
framework/libraries/MenuBackend/MenuBackend.h:210
↓ 8 callers
Method
getFile
()
IDE/processing/app/SketchCode.java:99
↓ 8 callers
Method
getLeft
|| @description || | Get the item 'left' of this item || # || || @return the item left of this */
framework/libraries/MenuBackend/MenuBackend.h:243
↓ 8 callers
Method
getPrettyName
()
IDE/processing/app/SketchCode.java:140
↓ 8 callers
Method
getRight
|| @description || | Get the item 'right' of this item || # || || @return the item right of this */
framework/libraries/MenuBackend/MenuBackend.h:221
↓ 8 callers
Method
getSelectionStart
Get the beginning point of the current selection.
IDE/processing/app/Editor.java:1403
↓ 8 callers
Method
openURL
Implements the cross-platform headache of opening URLs TODO This code should be replaced by PApplet.link(), however that's not a static method (becaus
IDE/processing/app/Base.java:1946
↓ 8 callers
Method
service
framework/cores/AVR8Bit/libraries/Encoder/Encoder.cpp:220
↓ 8 callers
Method
setBorder
Convenience method for setting a default matte border on the right with the specified border width and color @param width The border width (in pixels)
IDE/processing/app/syntax/Gutter.java:234
↓ 8 callers
Method
setSize
framework/cores/Common/WVector.h:347
↓ 8 callers
Method
setValue
|| @description || | This method assumes a PWM pin || | analogWrites the pin if PWM, else it either turn it on or off || # || || @parameter val the va
framework/libraries/LED/LED.cpp:108
↓ 8 callers
Method
typeName
()
IDE/processing/app/preproc/WParser.java:2557
↓ 7 callers
Method
contains
framework/cores/Common/WVector.h:126
↓ 7 callers
Method
declarator
( boolean isFunctionDefinition )
IDE/processing/app/preproc/WParser.java:837
↓ 7 callers
Method
dispose
()
IDE/processing/app/Serial.java:160
↓ 7 callers
Method
execAsynchronously
Either succeeds or throws a RunnerException fit for public consumption.
IDE/processing/app/debug/Compiler.java:308
↓ 7 callers
Method
findFilesInFolder
(File folder, String extension, boolean recurse)
IDE/processing/app/debug/Compiler.java:524
↓ 7 callers
Method
getFirstLine
Returns the line displayed at the text area's origin.
IDE/processing/app/syntax/JEditTextArea.java:334
↓ 7 callers
Method
getLineStopOffset
Returns the end offset of the specified line. @param line The line @return The end offset of the specified line, or -1 if the line is invalid.
IDE/processing/app/syntax/JEditTextArea.java:844
↓ 7 callers
Method
getSelectionStartLine
Returns the selection start line.
IDE/processing/app/syntax/JEditTextArea.java:1000
↓ 7 callers
Method
getSelectionStopLine
Returns the selection end line.
IDE/processing/app/syntax/JEditTextArea.java:1050
↓ 7 callers
Method
getSketchbookFolder
()
IDE/processing/app/Base.java:1864
↓ 7 callers
Method
getSource
()
IDE/processing/app/preproc/LineObject.java:38
↓ 7 callers
Method
getnl
()
IDE/processing/app/format/AutoFormat.java:248
↓ 7 callers
Method
handleOpen
Open a sketch in a new window. @param path Path to the pde file for the sketch in question @return the Editor object, so that properties (like 'untitl
IDE/processing/app/Base.java:861
↓ 7 callers
Method
handleStop
Implements Sketch → Stop, or pressing Stop on the toolbar.
IDE/processing/app/Editor.java:1876
↓ 7 callers
Method
internalCloseRunner
Handle internal shutdown of the runner.
IDE/processing/app/Editor.java:1930
↓ 7 callers
Method
isWindows
returns true if running on windows.
IDE/processing/app/Base.java:1666
↓ 7 callers
Method
lookup
(final String keyword)
IDE/processing/app/format/AutoFormat.java:280
↓ 7 callers
Method
newJMenuItemShift
Like newJMenuItem() but adds shift as a modifier for the shortcut.
IDE/processing/app/Base.java:399
↓ 7 callers
Method
progressUpdate
(int value)
IDE/processing/app/EditorStatus.java:222
↓ 7 callers
Method
pushScope
(String scopeName)
IDE/processing/app/preproc/WParser.java:58
↓ 7 callers
Method
replace
Replace the current selection with whatever's in the replacement text field.
IDE/processing/app/FindReplace.java:296
↓ 7 callers
Method
setProgram
set the current text for this tab
IDE/processing/app/SketchCode.java:162
↓ 7 callers
Method
setSelection
(int start, int stop)
IDE/processing/app/Editor.java:1372
↓ 7 callers
Function
twi_stop
* Function twi_stop * Desc relinquishes bus master status * Input none * Output none */
framework/cores/AVR8Bit/libraries/Wire/utility/twi.c:344
↓ 7 callers
Method
updateScrollBars
Updates the state of the scroll bars. This should be called if the number of lines in the document changes, or when the size of the text are changes.
IDE/processing/app/syntax/JEditTextArea.java:291
↓ 7 callers
Method
write
(byte[] src)
IDE/processing/app/Serial.java:454
↓ 6 callers
Method
compileFiles
(String avrBasePath, String buildPath, List<File> includePaths, List<File>
IDE/processing/app/debug/Compiler.java:266
↓ 6 callers
Method
coreAvailable
()
IDE/processing/app/Base.java:1803
↓ 6 callers
Method
exit
|| @description || | Exit this state || | Call the userExit function callback || # */
framework/libraries/FSM/FiniteStateMachine.cpp:85
↓ 6 callers
Method
functionDeclSpecifiers
()
IDE/processing/app/preproc/WParser.java:763
↓ 6 callers
Method
getAvrBasePath
()
IDE/processing/app/Base.java:1842
↓ 6 callers
Method
getBoolean
(String attribute)
IDE/processing/app/Theme.java:107
↓ 6 callers
Method
getCode
()
IDE/processing/app/Sketch.java:2107
↓ 6 callers
Method
getCodeCount
()
IDE/processing/app/Sketch.java:2112
↓ 6 callers
Method
getCoreLibrariesFolder
()
IDE/processing/app/Base.java:1815
↓ 6 callers
Method
getCurrentLineTokens
Accessor used by tools that want to hook in and grab the formatting.
IDE/processing/app/syntax/TextAreaPainter.java:536
↓ 6 callers
Method
getLineCount
Returns the number of lines in this token marker.
IDE/processing/app/syntax/TokenMarker.java:182
↓ 6 callers
Method
getMainFilePath
Returns path to the main .pde file for this sketch.
IDE/processing/app/Sketch.java:2033
↓ 6 callers
Method
getSelectedText
()
IDE/processing/app/Editor.java:1362
← previous
next →
101–200 of 2,447, ranked by callers