MCPcopy Create free account

hub / github.com/WiringProject/Wiring / functions

Functions2,447 in github.com/WiringProject/Wiring

↓ 12 callersMethodensureExistence
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 callersMethodfindFilesInPath
(String path, String extension, boolean recurse)
IDE/processing/app/debug/Compiler.java:519
↓ 12 callersMethodgetLineText
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 callersMethodunprogress
()
IDE/processing/app/EditorStatus.java:210
↓ 11 callersMethodRegCloseKey
(int hKey)
IDE/processing/app/windows/Advapi32.java:191
↓ 11 callersMethodaddElement
framework/cores/Common/WVector.h:231
↓ 11 callersMethodconcat
framework/cores/Common/WString.cpp:242
↓ 11 callersFunctiondelay
framework/cores/AVR8Bit/WDelay.c:151
↓ 11 callersMethodgetBoardPreferences
()
IDE/processing/app/Base.java:1853
↓ 11 callersMethodgetLineCount
Returns the number of lines in the document.
IDE/processing/app/syntax/JEditTextArea.java:808
↓ 11 callersMethodgetSelectionStart
Returns the selection start offset.
IDE/processing/app/syntax/JEditTextArea.java:969
↓ 11 callersMethodgetSelectionStop
Returns the selection end offset.
IDE/processing/app/syntax/JEditTextArea.java:1019
↓ 11 callersMethodgetStyle
(String what)
IDE/processing/app/Theme.java:182
↓ 11 callersMethodmDigit
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:2347
↓ 11 callersMethodsetCurrentCode
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 callersMethodshowError
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 callersMethodstatusError
(String message)
IDE/processing/app/debug/RunnerListener.java:28
↓ 11 callersMethodtoUpperCase
framework/cores/Common/WString.cpp:692
↓ 11 callersFunctiontwi_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 callersMethodcloseSerialPort
()
IDE/processing/app/SerialMonitor.java:260
↓ 10 callersMethodgetContentFile
(String name)
IDE/processing/app/Base.java:2282
↓ 10 callersMethodinvalidate
framework/cores/Common/WString.cpp:134
↓ 10 callersMethodinvalidateSelectedLines
Repaints the lines containing the selection.
IDE/processing/app/syntax/TextAreaPainter.java:477
↓ 10 callersMethodisModified
()
IDE/processing/app/Sketch.java:664
↓ 10 callersMethodmDigit
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:647
↓ 10 callersMethodopenKey
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 callersMethodsetBoolean
(String attribute, boolean value)
IDE/processing/app/Preferences.java:797
↓ 10 callersMethodshowMessage
"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 callersMethodstatement
(AST _t)
IDE/processing/app/preproc/WEmitter.java:3760
↓ 10 callersMethodstatement
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:3158
↓ 10 callersMethodwrite
(byte b[], int offset, int length, boolean err)
IDE/processing/app/EditorConsole.java:224
↓ 9 callersFunctionattachInterrupt
framework/cores/AVR8Bit/WInterrupts.c:119
↓ 9 callersMethoddetachInterrupt
framework/cores/AVR8Bit/libraries/SPI/SPI.h:71
↓ 9 callersMethodfind
(boolean wrap)
IDE/processing/app/FindReplace.java:250
↓ 9 callersMethodgetLineStartOffset
Get character offset for the start of a given line of text.
IDE/processing/app/Editor.java:1438
↓ 9 callersMethodgetParent
return the parent node of this node
IDE/processing/app/preproc/TNode.java:188
↓ 9 callersMethodgetSelectionStop
Get the end point of the current selection.
IDE/processing/app/Editor.java:1411
↓ 9 callersMethodgetText
Returns the entire text of this text area.
IDE/processing/app/syntax/JEditTextArea.java:872
↓ 9 callersMethodnextToken
()
IDE/processing/app/preproc/WLexer.java:196
↓ 9 callersMethodprint
(Graphics g, PageFormat pageFormat, int pageIndex)
IDE/processing/app/syntax/TextAreaPainter.java:427
↓ 9 callersMethodsetCompilingProgress
(int percent)
IDE/processing/app/Sketch.java:1578
↓ 9 callersMethodsetSelectedText
Replaces the selection with the specified text. @param selectedText The replacement text for the selection
IDE/processing/app/syntax/JEditTextArea.java:1295
↓ 8 callersMethodactivate
Set a particular button to be active.
IDE/processing/app/EditorToolbar.java:361
↓ 8 callersMethodclear
()
IDE/processing/app/Serial.java:195
↓ 8 callersMethodclose
()
IDE/processing/app/debug/MessageStream.java:44
↓ 8 callersMethodconstExpr
()
IDE/processing/app/preproc/WParser.java:1394
↓ 8 callersMethoddeclaration
()
IDE/processing/app/preproc/WParser.java:464
↓ 8 callersMethoddoKeyword
(Segment line, int i, char c)
IDE/processing/app/syntax/CTokenMarker.java:276
↓ 8 callersMethodgetAfter
|| @description || | Get the item 'after' this item || # || || @return the item after this */
framework/libraries/MenuBackend/MenuBackend.h:232
↓ 8 callersMethodgetBefore
|| @description || | Get the item 'before' this item || # || || @return the item before this */
framework/libraries/MenuBackend/MenuBackend.h:210
↓ 8 callersMethodgetFile
()
IDE/processing/app/SketchCode.java:99
↓ 8 callersMethodgetLeft
|| @description || | Get the item 'left' of this item || # || || @return the item left of this */
framework/libraries/MenuBackend/MenuBackend.h:243
↓ 8 callersMethodgetPrettyName
()
IDE/processing/app/SketchCode.java:140
↓ 8 callersMethodgetRight
|| @description || | Get the item 'right' of this item || # || || @return the item right of this */
framework/libraries/MenuBackend/MenuBackend.h:221
↓ 8 callersMethodgetSelectionStart
Get the beginning point of the current selection.
IDE/processing/app/Editor.java:1403
↓ 8 callersMethodopenURL
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 callersMethodservice
framework/cores/AVR8Bit/libraries/Encoder/Encoder.cpp:220
↓ 8 callersMethodsetBorder
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 callersMethodsetSize
framework/cores/Common/WVector.h:347
↓ 8 callersMethodsetValue
|| @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 callersMethodtypeName
()
IDE/processing/app/preproc/WParser.java:2557
↓ 7 callersMethodcontains
framework/cores/Common/WVector.h:126
↓ 7 callersMethoddeclarator
( boolean isFunctionDefinition )
IDE/processing/app/preproc/WParser.java:837
↓ 7 callersMethoddispose
()
IDE/processing/app/Serial.java:160
↓ 7 callersMethodexecAsynchronously
Either succeeds or throws a RunnerException fit for public consumption.
IDE/processing/app/debug/Compiler.java:308
↓ 7 callersMethodfindFilesInFolder
(File folder, String extension, boolean recurse)
IDE/processing/app/debug/Compiler.java:524
↓ 7 callersMethodgetFirstLine
Returns the line displayed at the text area's origin.
IDE/processing/app/syntax/JEditTextArea.java:334
↓ 7 callersMethodgetLineStopOffset
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 callersMethodgetSelectionStartLine
Returns the selection start line.
IDE/processing/app/syntax/JEditTextArea.java:1000
↓ 7 callersMethodgetSelectionStopLine
Returns the selection end line.
IDE/processing/app/syntax/JEditTextArea.java:1050
↓ 7 callersMethodgetSketchbookFolder
()
IDE/processing/app/Base.java:1864
↓ 7 callersMethodgetSource
()
IDE/processing/app/preproc/LineObject.java:38
↓ 7 callersMethodgetnl
()
IDE/processing/app/format/AutoFormat.java:248
↓ 7 callersMethodhandleOpen
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 callersMethodhandleStop
Implements Sketch &rarr; Stop, or pressing Stop on the toolbar.
IDE/processing/app/Editor.java:1876
↓ 7 callersMethodinternalCloseRunner
Handle internal shutdown of the runner.
IDE/processing/app/Editor.java:1930
↓ 7 callersMethodisWindows
returns true if running on windows.
IDE/processing/app/Base.java:1666
↓ 7 callersMethodlookup
(final String keyword)
IDE/processing/app/format/AutoFormat.java:280
↓ 7 callersMethodnewJMenuItemShift
Like newJMenuItem() but adds shift as a modifier for the shortcut.
IDE/processing/app/Base.java:399
↓ 7 callersMethodprogressUpdate
(int value)
IDE/processing/app/EditorStatus.java:222
↓ 7 callersMethodpushScope
(String scopeName)
IDE/processing/app/preproc/WParser.java:58
↓ 7 callersMethodreplace
Replace the current selection with whatever's in the replacement text field.
IDE/processing/app/FindReplace.java:296
↓ 7 callersMethodsetProgram
set the current text for this tab
IDE/processing/app/SketchCode.java:162
↓ 7 callersMethodsetSelection
(int start, int stop)
IDE/processing/app/Editor.java:1372
↓ 7 callersFunctiontwi_stop
* Function twi_stop * Desc relinquishes bus master status * Input none * Output none */
framework/cores/AVR8Bit/libraries/Wire/utility/twi.c:344
↓ 7 callersMethodupdateScrollBars
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 callersMethodwrite
(byte[] src)
IDE/processing/app/Serial.java:454
↓ 6 callersMethodcompileFiles
(String avrBasePath, String buildPath, List<File> includePaths, List<File>
IDE/processing/app/debug/Compiler.java:266
↓ 6 callersMethodcoreAvailable
()
IDE/processing/app/Base.java:1803
↓ 6 callersMethodexit
|| @description || | Exit this state || | Call the userExit function callback || # */
framework/libraries/FSM/FiniteStateMachine.cpp:85
↓ 6 callersMethodfunctionDeclSpecifiers
()
IDE/processing/app/preproc/WParser.java:763
↓ 6 callersMethodgetAvrBasePath
()
IDE/processing/app/Base.java:1842
↓ 6 callersMethodgetBoolean
(String attribute)
IDE/processing/app/Theme.java:107
↓ 6 callersMethodgetCode
()
IDE/processing/app/Sketch.java:2107
↓ 6 callersMethodgetCodeCount
()
IDE/processing/app/Sketch.java:2112
↓ 6 callersMethodgetCoreLibrariesFolder
()
IDE/processing/app/Base.java:1815
↓ 6 callersMethodgetCurrentLineTokens
Accessor used by tools that want to hook in and grab the formatting.
IDE/processing/app/syntax/TextAreaPainter.java:536
↓ 6 callersMethodgetLineCount
Returns the number of lines in this token marker.
IDE/processing/app/syntax/TokenMarker.java:182
↓ 6 callersMethodgetMainFilePath
Returns path to the main .pde file for this sketch.
IDE/processing/app/Sketch.java:2033
↓ 6 callersMethodgetSelectedText
()
IDE/processing/app/Editor.java:1362
← previousnext →101–200 of 2,447, ranked by callers