MCPcopy Create free account

hub / github.com/dropbox/hackpad / types & classes

Types & classes674 in github.com/dropbox/hackpad

↓ 5 callersClassSquareAlgorithmNode
contrib/glue/glue.py:186
↓ 3 callersClassFile
Define a simple JavaScript File object. This isn't intended to be any sort of definitive attempt at a standard File object for JavaScript, but instea
infrastructure/rhino1_7R3/examples/File.java:73
↓ 2 callersClassMultipleImagesWithSameNameError
Raised if two images pretend to generate the same CSS class name.
contrib/glue/glue.py:100
↓ 1 callersClassApplication
contrib/testing/gui.py:19
↓ 1 callersClassConfigManager
Manage all the available configuration. If no config is available, return the default one.
contrib/glue/glue.py:1035
↓ 1 callersClassImage
contrib/glue/glue.py:387
↓ 1 callersClassInvalidImageAlgorithmError
Raised if the provided algorithm name is invalid.
contrib/glue/glue.py:115
↓ 1 callersClassInvalidImageOrderingError
Raised if the provided ordering is invalid.
contrib/glue/glue.py:120
↓ 1 callersClassLabel
AST node representing a label. It is a distinct node type so it can record its length and position for code-processing tools. Node type is {@link Tok
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/Label.java:48
↓ 1 callersClassNoSpritesFoldersFoundError
Raised if no sprites folders could be found.
contrib/glue/glue.py:110
↓ 1 callersClassPILUnavailableError
Raised if some PIL decoder isn't available.
contrib/glue/glue.py:125
↓ 1 callersClassSourceImagesNotFoundError
Raised if a folder doesn't contain any valid image.
contrib/glue/glue.py:105
↓ 1 callersClassSprite
contrib/glue/glue.py:623
↓ 1 callersClassWatchManager
Watch a path for changes.
contrib/glue/glue.py:1245
↓ 1 callersClass_Missing
Missing object necessary for cached_property
contrib/glue/glue.py:130
ClassASIDataDecompressor
client/osx/ASIHTTPRequest.h:27
ClassASIHTTPRequest
client/osx/ASIHTTPRequestDelegate.h:9
ClassASIHTTPRequest
client/osx/ASIInputStream.h:11
ClassASIHTTPRequest
client/osx/ASICacheDelegate.h:10
ClassASIHTTPRequest
client/osx/ASIProgressDelegate.h:9
ClassAbstractCellEditor
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/debugger/treetable/AbstractCellEditor.java:38
ClassAnnotatedHostObject
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/DefineClassTest.java:76
ClassAnnotationList
infrastructure/rhino1_7R3/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java:54
ClassApplyOnPrimitiveNumberTest
Primitive numbers are not wrapped before calling apply. Test for bug <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=466661">466661</a>. @author
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java:15
ClassArguments
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/drivers/JsDriver.java:621
ClassArguments
This class implements the "arguments" object. See ECMA 10.1.8 @see org.mozilla.javascript.NativeCall @author Norris Boyd
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Arguments.java:50
ClassArrayComprehension
AST node for a JavaScript 1.7 Array comprehension. Node type is {@link Token#ARRAYCOMP}.<p>
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/ArrayComprehension.java:50
ClassArrayComprehensionLoop
AST node for a single 'for (foo in bar)' loop construct in a JavaScript 1.7 Array comprehension. This node type is almost equivalent to a {@link ForI
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/ArrayComprehensionLoop.java:49
ClassArrayConcatTest
Test for overloaded array concat with non-dense arg. See https://bugzilla.mozilla.org/show_bug.cgi?id=477604 @author Marc Guillemot
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java:14
ClassArrayLiteral
AST node for an Array literal. The elements list will always be non-{@code null}, although the list will have no elements if the Array literal is emp
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/ArrayLiteral.java:65
ClassAssignment
AST node representing the set of assignment operators such as {@code =}, {@code =} and {@code +=}.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/Assignment.java:45
ClassAstNode
Base class for AST node types. The goal of the AST is to represent the physical source code, to make it useful for code-processing tools such as IDEs
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/AstNode.java:96
ClassAstRoot
Node for the root of a parse tree. It contains the statements and functions in the script, and a list of {@link Comment} nodes associated with the sc
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/AstRoot.java:57
ClassBaseFoo
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug419940Test.java:14
ClassBaseFunction
The base class for Function objects See ECMA 15.3. @author Norris Boyd
infrastructure/rhino1_7R3/src/org/mozilla/javascript/BaseFunction.java:49
ClassBaseManager
contrib/glue/glue.py:1098
ClassBeanProperty
infrastructure/rhino1_7R3/src/org/mozilla/javascript/JavaMembers.java:899
ClassBetterFile
A bunch of stuff that should've been in the Java Standard Libraries.
infrastructure/net.appjet.common/util/BetterFile.java:33
EnumBigDecimalLayoutForm
The enumeration giving the available styles for formatting very large decimal numbers.
infrastructure/net.appjet.common/util/LenientFormatter.java:393
ClassBlock
A block statement delimited by curly braces. The node position is the position of the open-curly, and the length extends to the position of the close
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/Block.java:53
ClassBlock
infrastructure/rhino1_7R3/src/org/mozilla/javascript/optimizer/Block.java:51
ClassBodyCodegen
infrastructure/rhino1_7R3/src/org/mozilla/javascript/optimizer/Codegen.java:1359
ClassBootstrap
infrastructure/yuicompressor/src/com/yahoo/platform/yui/compressor/Bootstrap.java:13
ClassBoundFunction
The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5 @author Raphael Speyer
infrastructure/rhino1_7R3/src/org/mozilla/javascript/BoundFunction.java:47
ClassBreakStatement
A break statement. Node type is {@link Token#BREAK}.<p> <pre><i>BreakStatement</i> : <b>break</b> [<i>no LineTerminator here</i>] [Identifier] ;</
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/BreakStatement.java:49
ClassBug409702Test
See https://bugzilla.mozilla.org/show_bug.cgi?id=409702 @author Norris Boyd
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug409702Test.java:14
ClassBug412433Test
See https://bugzilla.mozilla.org/show_bug.cgi?id=412433 @author Norris Boyd
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug412433Test.java:14
ClassBug419940Test
See https://bugzilla.mozilla.org/show_bug.cgi?id=419940 @author Norris Boyd
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug419940Test.java:11
ClassBug421071Test
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug421071Test.java:15
ClassBug448816Test
See https://bugzilla.mozilla.org/show_bug.cgi?id=448816 @author Hannes Wallnoefer
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug448816Test.java:14
ClassBug466207Test
See https://bugzilla.mozilla.org/show_bug.cgi?id=466207 @author Hannes Wallnoefer
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug466207Test.java:18
ClassBug467396Test
Test for overloaded varargs/non-varargs methods. See https://bugzilla.mozilla.org/show_bug.cgi?id=467396 @author Hannes Wallnoefer
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug467396Test.java:14
ClassBug482203
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug482203.java:13
ClassBug492525Test
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug492525Test.java:7
ClassBug496585
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/Bug496585.java:9
EnumBuiltins
An enumeration of built-in ECMAScript objects.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/TopLevel.java:77
ClassByteCode
This class provides opcode values expected by the JVM in Java class files. It also provides tables for internal use by the ClassFileWriter. @author
infrastructure/rhino1_7R3/src/org/mozilla/classfile/ByteCode.java:48
ClassCachedModuleScript
Instances of this class represent a loaded and cached module script. @author Attila Szegedi @version $Id: CachingModuleScriptProviderBase.java,v 1.3 2
infrastructure/rhino1_7R3/src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java:122
ClassCachingModuleScriptProviderBase
Abstract base class that implements caching of loaded module scripts. It uses a {@link ModuleSourceProvider} to obtain the source text of the scripts.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java:22
ClassCallFrame
Class to hold data corresponding to one interpreted call stack frame.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Interpreter.java:77
InterfaceCallable
Generic notion of callable object that can execute some script-related code upon request with specified values for script scope and this objects.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Callable.java:45
ClassCatchClause
Node representing a catch-clause of a try-statement. Node type is {@link Token#CATCH}. <pre><i>CatchClause</i> : <b>catch</b> ( <i><b>Identifi
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/CatchClause.java:50
ClassChromeApplication
client/osx/Chrome.h:9
ClassClassCache
Cache of generated classes and data structures to access Java runtime from JavaScript. @author Igor Bukanov @since Rhino 1.5 Release 5
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ClassCache.java:54
ClassClassCompiler
Generates class files from script sources. since 1.5 Release 5 @author Igor Bukanov
infrastructure/rhino1_7R3/src/org/mozilla/javascript/optimizer/ClassCompiler.java:53
ClassClassDefinitionException
@deprecated The exception is no longer thrown by Rhino runtime as {@link EvaluatorException} is used instead.
infrastructure/rhino1_7R3/deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java:46
ClassClassFileField
infrastructure/rhino1_7R3/src/org/mozilla/classfile/ClassFileWriter.java:4284
ClassClassFileFormatException
Thrown for cases where the error in generating the class file is due to a program size constraints rather than a likely bug in the compiler.
infrastructure/rhino1_7R3/src/org/mozilla/classfile/ClassFileWriter.java:64
ClassClassFileMethod
infrastructure/rhino1_7R3/src/org/mozilla/classfile/ClassFileWriter.java:4341
ClassClassFileWriter
ClassFileWriter A ClassFileWriter is used to write a Java class file. Methods are provided to create fields and methods, and within methods to write
infrastructure/rhino1_7R3/src/org/mozilla/classfile/ClassFileWriter.java:57
ClassClassReload
infrastructure/net.appjet.common/util/ClassReload.java:23
InterfaceClassShutter
Embeddings that wish to filter Java classes that are visible to scripts through the LiveConnect, should implement this interface. @see Context#setCla
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ClassShutter.java:53
ClassClassShutterExceptionTest
@author Norris Boyd
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java:17
InterfaceClassShutterSetter
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Context.java:1993
ClassCloseGeneratorAction
infrastructure/rhino1_7R3/src/org/mozilla/javascript/NativeGenerator.java:116
ClassCodeGenerator
Generates bytecode for the Interpreter.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/CodeGenerator.java:58
ClassCodePrinter
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java:40
ClassCodegen
This class generates code for a given IR tree. @author Norris Boyd @author Roger Lawrence
infrastructure/rhino1_7R3/src/org/mozilla/javascript/optimizer/Codegen.java:63
ClassComment
Node representing comments. Node type is {@link Token#COMMENT}.<p> <p>JavaScript effectively has five comment types: <ol> <li>// line comments<
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/Comment.java:73
EnumCommentType
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Token.java:59
ClassCompilerEnvirons
infrastructure/rhino1_7R3/src/org/mozilla/javascript/CompilerEnvirons.java:47
ClassCompilerState
infrastructure/rhino1_7R3/src/org/mozilla/javascript/regexp/NativeRegExp.java:2659
ClassComplexKey
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Kit.java:357
ClassComplianceTest
@author Attila Szegedi @version $Id: ComplianceTest.java,v 1.1 2011/04/07 22:24:37 hannes%helma.at Exp $
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/commonjs/module/ComplianceTest.java:27
ClassConditionData
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Parser.java:908
ClassConditionalExpression
AST node representing the ternary operator. Node type is {@link Token#HOOK}. <pre><i>ConditionalExpression</i> : LogicalORExpression L
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ast/ConditionalExpression.java:57
ClassConsole
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/drivers/JsDriver.java:637
ClassConsoleStatus
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/drivers/JsDriver.java:138
ClassConsoleTextArea
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java:107
ClassConsoleWrite
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java:47
ClassConsoleWriter
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java:61
InterfaceConstProperties
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ConstProperties.java:43
ClassConstantPool
infrastructure/rhino1_7R3/src/org/mozilla/classfile/ClassFileWriter.java:4401
ClassContext
This class represents the runtime context of an executing script. Before executing a script, an instance of Context must be created and associated wi
infrastructure/rhino1_7R3/src/org/mozilla/javascript/Context.java:88
InterfaceContextAction
Interface to represent arbitrary action that requires to have Context object associated with the current thread for its execution.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ContextAction.java:47
ClassContextData
Class to store information about a stack.
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/debugger/Dim.java:1093
ClassContextFactory
Factory class that Rhino runtime uses to create new {@link Context} instances. A <code>ContextFactory</code> can also notify listeners about context
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ContextFactory.java:142
ClassContextFactoryTest
@author Norris Boyd
infrastructure/rhino1_7R3/testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java:16
InterfaceContextListener
@deprecated Embeddings that wish to customize newly created {@link Context} instances should implement {@link ContextFactory.Listener}.
infrastructure/rhino1_7R3/src/org/mozilla/javascript/ContextListener.java:48
ClassContextPermissions
infrastructure/rhino1_7R3/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java:75
next →1–100 of 674, ranked by callers