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
↓ 6 callers
Method
getTokenMarker
Returns the document's token marker. Equivalent to calling <code>getDocument().getTokenMarker()</code>.
IDE/processing/app/syntax/JEditTextArea.java:781
↓ 6 callers
Method
hideStackTrace
()
IDE/processing/app/debug/RunnerException.java:126
↓ 6 callers
Method
isBold
Returns true if boldface is enabled for this style.
IDE/processing/app/syntax/SyntaxStyle.java:68
↓ 6 callers
Method
isReadOnly
Returns true if this is a read-only sketch. Used for the examples directory, or when sketches are loaded from read-only volumes or folders without app
IDE/processing/app/Sketch.java:1905
↓ 6 callers
Method
mSpace
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:1591
↓ 6 callers
Method
mSpace
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:2447
↓ 6 callers
Method
markTokens
A wrapper for the lower-level <code>markTokensImpl</code> method that is called to split a line up into tokens. @param line The line @param lineIndex
IDE/processing/app/syntax/TokenMarker.java:34
↓ 6 callers
Method
popScope
()
IDE/processing/app/preproc/WParser.java:62
↓ 6 callers
Method
printTabs
()
IDE/processing/app/preproc/WEmitter.java:306
↓ 6 callers
Method
push
framework/cores/Common/FILO.h:57
↓ 6 callers
Method
pushScope
(String scopeName)
IDE/processing/app/preproc/StdCParser.java:57
↓ 6 callers
Method
save
Save all code in the current sketch.
IDE/processing/app/Sketch.java:672
↓ 6 callers
Method
set
(String attribute, String value)
IDE/processing/app/Theme.java:102
↓ 6 callers
Method
setInteger
(String key, int value)
IDE/processing/app/Preferences.java:823
↓ 6 callers
Method
setState
(int slot, int newState, boolean updateAfter)
IDE/processing/app/EditorToolbar.java:271
↓ 6 callers
Method
showReference
(String filename)
IDE/processing/app/Base.java:2057
↓ 6 callers
Method
statusError
Show an error int the status bar.
IDE/processing/app/Editor.java:2528
↓ 6 callers
Method
stringConst
()
IDE/processing/app/preproc/WParser.java:3078
↓ 6 callers
Method
typeName
(AST _t)
IDE/processing/app/preproc/WEmitter.java:1754
↓ 6 callers
Method
typeName
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:1344
↓ 6 callers
Method
typeSpecifier
( int specCount )
IDE/processing/app/preproc/WParser.java:2023
↓ 6 callers
Method
typeSpecifier
( int specCount )
IDE/processing/app/preproc/StdCParser.java:841
↓ 6 callers
Method
unedit
()
IDE/processing/app/EditorStatus.java:147
↓ 5 callers
Method
RegQueryValueEx
(int hKey, String lpValueName, IntByReference lpReserved, IntByReference lpType, byte[] lpData, IntByReference
IDE/processing/app/windows/Advapi32.java:185
↓ 5 callers
Method
actionPerformed
(ActionListener listener, String actionCommand)
IDE/processing/app/syntax/InputHandler.java:399
↓ 5 callers
Method
assignExpr
()
IDE/processing/app/preproc/WParser.java:1260
↓ 5 callers
Method
assignExpr
()
IDE/processing/app/preproc/StdCParser.java:2178
↓ 5 callers
Method
castExpr
()
IDE/processing/app/preproc/WParser.java:4013
↓ 5 callers
Method
compile
(Sketch sketch, String buildPath, String primaryClassName, boolean v
IDE/processing/app/debug/Compiler.java:53
↓ 5 callers
Method
constExpr
()
IDE/processing/app/preproc/StdCParser.java:1541
↓ 5 callers
Method
copyFile
(File sourceFile, File targetFile)
IDE/processing/app/Base.java:2447
↓ 5 callers
Method
createKey
Create a new key. @param rootKey root key @param parent name of parent key @param name key name @return true on success
IDE/processing/app/windows/Registry.java:304
↓ 5 callers
Method
declaration
()
IDE/processing/app/preproc/StdCParser.java:331
↓ 5 callers
Method
declarator
( boolean isFunctionDefinition )
IDE/processing/app/preproc/StdCParser.java:1564
↓ 5 callers
Method
deferredNewline
()
IDE/processing/app/preproc/StdCLexer.java:94
↓ 5 callers
Method
dequeue
framework/cores/Common/FIFO.h:81
↓ 5 callers
Method
disableInterrupt
framework/cores/AVR8Bit/WHardwareTimer.h:191
↓ 5 callers
Method
disposeFrame
Close the window after an OK or Cancel.
IDE/processing/app/Preferences.java:557
↓ 5 callers
Method
empty
()
IDE/processing/app/EditorStatus.java:105
↓ 5 callers
Method
enqueue
framework/cores/Common/FIFO.h:67
↓ 5 callers
Method
flush
()
IDE/processing/app/debug/MessageStream.java:46
↓ 5 callers
Method
format
(final String source)
IDE/processing/app/format/AutoFormat.java:289
↓ 5 callers
Method
getAttribute
lookup the attribute name in the attribute table. If the value does not exist, it returns null.
IDE/processing/app/preproc/TNode.java:112
↓ 5 callers
Method
getCurrentCode
()
IDE/processing/app/Sketch.java:2132
↓ 5 callers
Method
getDefaultExtension
Returns the default extension for this editor setup.
IDE/processing/app/Sketch.java:1976
↓ 5 callers
Method
getFolder
Returns the sketch folder.
IDE/processing/app/Sketch.java:2042
↓ 5 callers
Method
getLevel
|| @description || | Get the level of this item || # || || @return The level of this item */
framework/libraries/MenuBackend/MenuBackend.h:155
↓ 5 callers
Method
getLineNum
Get the line number for this node. If the line number is 0, search for a non-zero line num among children
IDE/processing/app/preproc/TNode.java:121
↓ 5 callers
Method
getLineOfOffset
Returns the line containing the specified offset. @param offset The offset
IDE/processing/app/syntax/JEditTextArea.java:817
↓ 5 callers
Method
getMinimumSize
()
IDE/processing/app/syntax/Gutter.java:369
↓ 5 callers
Method
getNameForType
converts an int tree token type to a name. Does this by reflecting on nsdidl.IDLTreeTokenTypes, and is dependent on how ANTLR 2.00 outputs
IDE/processing/app/preproc/TNode.java:372
↓ 5 callers
Method
getPreferredSize
()
IDE/processing/app/Schematics.java:290
↓ 5 callers
Method
getSketchbookLibrariesFolder
()
IDE/processing/app/Base.java:1869
↓ 5 callers
Method
handleIndentOutdent
(boolean indent)
IDE/processing/app/Editor.java:1637
↓ 5 callers
Method
handleSave
Actually handle the save command. If 'immediately' is set to false, this will happen in another thread so that the message area will update and the sa
IDE/processing/app/Editor.java:2160
↓ 5 callers
Method
init
(Editor editor)
IDE/processing/app/tools/Tool.java:34
↓ 5 callers
Method
invalidateLine
Marks a line as needing a repaint. @param line The line to invalidate
IDE/processing/app/syntax/Gutter.java:191
↓ 5 callers
Method
isEditable
Returns true if this text area is editable, false otherwise.
IDE/processing/app/syntax/JEditTextArea.java:1391
↓ 5 callers
Method
isSelectionActive
True if some text is currently selected.
IDE/processing/app/Editor.java:1395
↓ 5 callers
Method
lineToY
Converts a line index to a y co-ordinate. @param line The line
IDE/processing/app/syntax/JEditTextArea.java:496
↓ 5 callers
Method
listFiles
Recursively creates a list of all files within the specified folder, and returns a list of their relative paths. Ignores any files/folders prefixed wi
IDE/processing/app/Base.java:2599
↓ 5 callers
Method
load
(InputStream input)
IDE/processing/app/Preferences.java:688
↓ 5 callers
Method
mLongSuffix
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:2360
↓ 5 callers
Method
newline
()
IDE/processing/app/preproc/WLexer.java:127
↓ 5 callers
Method
openFolder
Implements the other cross-platform headache of opening a folder in the machine's native file browser.
IDE/processing/app/Base.java:1970
↓ 5 callers
Method
pop
framework/cores/Common/FILO.h:68
↓ 5 callers
Method
popScope
()
IDE/processing/app/preproc/StdCParser.java:61
↓ 5 callers
Method
read
()
IDE/processing/app/Serial.java:252
↓ 5 callers
Method
removeDir
Remove all files in a directory and the directory itself.
IDE/processing/app/Base.java:2531
↓ 5 callers
Method
sanitizeName
Produce a sanitized name that fits our standards for likely to work. <p/> Java classes have a wider range of names that are technically allowed (suppo
IDE/processing/app/Sketch.java:2194
↓ 5 callers
Method
save
()
IDE/processing/app/Preferences.java:713
↓ 5 callers
Method
selectAll
Selects all text in the document.
IDE/processing/app/syntax/JEditTextArea.java:1122
↓ 5 callers
Method
setCaretVisible
Sets if the caret should be visible. @param caretVisible True if the caret should be visible, false otherwise
IDE/processing/app/syntax/JEditTextArea.java:248
↓ 5 callers
Method
setCursor
framework/cores/AVR8Bit/libraries/LiquidCrystal/LiquidCrystal.cpp:364
↓ 5 callers
Method
setFirstLine
Sets the line displayed at the text area's origin without updating the scroll bars.
IDE/processing/app/syntax/JEditTextArea.java:342
↓ 5 callers
Method
setFont
Sets the font for this component. This is overridden to update the cached font metrics and to recalculate which lines are visible. @param font The fon
IDE/processing/app/syntax/TextAreaPainter.java:371
↓ 5 callers
Method
startCompoundEdit
Use before a manipulating text to group editing operations together as a single undo. Use stopCompoundEdit() once finished.
IDE/processing/app/Editor.java:1463
↓ 5 callers
Method
stop
framework/cores/AVR8Bit/WHardwareTimer.h:187
↓ 5 callers
Method
stopCompoundEdit
Use with startCompoundEdit() to group edit operations in a single undo.
IDE/processing/app/Editor.java:1471
↓ 5 callers
Method
stringConst
(AST _t)
IDE/processing/app/preproc/WEmitter.java:5223
↓ 5 callers
Method
stringConst
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:4987
↓ 5 callers
Method
updateRedoState
()
IDE/processing/app/Editor.java:1255
↓ 5 callers
Method
updateUndoState
()
IDE/processing/app/Editor.java:1215
↓ 5 callers
Method
xToOffset
Converts an x co-ordinate to an offset within a line. @param line The line @param x The x co-ordinate
IDE/processing/app/syntax/JEditTextArea.java:611
↓ 4 callers
Function
DebugPulse
Debugging This function generates a brief pulse for debugging or measuring on an oscilloscope.
framework/cores/AVR8Bit/libraries/NewSoftSerial/NewSoftSerial.cpp:211
↓ 4 callers
Function
ISR
framework/cores/AVR8Bit/libraries/NewSoftSerial/NewSoftSerial.cpp:371
↓ 4 callers
Method
addLineForTokenNumber
( Object line, Integer toknum )
IDE/processing/app/preproc/PreprocessorInfoChannel.java:11
↓ 4 callers
Function
analogWrite
framework/cores/AVR8Bit/WPWM.h:24
↓ 4 callers
Method
attachInterrupt
framework/cores/AVR8Bit/libraries/SPI/SPI.h:65
↓ 4 callers
Method
attributeDecl
(AST _t)
IDE/processing/app/preproc/WEmitter.java:1520
↓ 4 callers
Method
attributeDecl
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:1157
↓ 4 callers
Method
avrdude
(Collection p1, Collection p2)
IDE/processing/app/debug/AvrdudeUploader.java:171
↓ 4 callers
Method
calcSpaceCount
Calculate the number of spaces on this line.
IDE/processing/app/EditorListener.java:512
↓ 4 callers
Method
caretPositionChanged
(InputMethodEvent event)
IDE/processing/app/syntax/im/InputMethodSupport.java:117
↓ 4 callers
Method
checkModified
Check if the sketch is modified and ask user to save changes. Immediately should be set true when quitting, or when the save should not happen asynchr
IDE/processing/app/Editor.java:1948
↓ 4 callers
Method
close
()
IDE/processing/app/EditorConsole.java:295
↓ 4 callers
Method
compile
Preprocess, Compile, and Run the current code. <P> There are three main parts to this process: <PRE> (0. if not java, then use another 'engine'.. i.
IDE/processing/app/Sketch.java:1207
↓ 4 callers
Method
compoundStatement
( String scopeName )
IDE/processing/app/preproc/WParser.java:3152
↓ 4 callers
Method
copy
Returns a copy of this input handler that shares the same key bindings. Setting key bindings in the copy will also set them in the original.
IDE/processing/app/syntax/InputHandler.java:256
↓ 4 callers
Method
declarator
(AST _t)
IDE/processing/app/preproc/WEmitter.java:2195
← previous
next →
201–300 of 2,447, ranked by callers