Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

P

pack(Env, String, Value[]) - Method in class com.caucho.quercus.lib.MiscModule
packs the format into a binary.
pageInit(QuercusPage) - Method in class com.caucho.quercus.env.Env
Initialize the page, loading any functions and classes
PageManager - Class in com.caucho.quercus.page
Each "page" refers to a quercus file.
PageManager(QuercusContext) - Constructor for class com.caucho.quercus.page.PageManager
Constructor.
PARAM_BOOL - Static variable in class com.caucho.quercus.lib.db.PDO
 
param_count(Env) - Method in class com.caucho.quercus.lib.db.MysqliStatement
Returns the number of parameter markers for this statement.
PARAM_EVT_ALLOC - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_EVT_EXEC_POST - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_EVT_EXEC_PRE - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_EVT_FETCH_POST - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_EVT_FETCH_PRE - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_EVT_FREE - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_EVT_NORMALIZE - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_INPUT_OUTPUT - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_INT - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_LOB - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_NULL - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_STMT - Static variable in class com.caucho.quercus.lib.db.PDO
 
PARAM_STR - Static variable in class com.caucho.quercus.lib.db.PDO
 
paramCount() - Method in class com.caucho.quercus.lib.db.JdbcPreparedStatementResource
Counts the number of parameter markers in the query string.
ParamDefaultExpr - Class in com.caucho.quercus.expr
Represents a PHP default expression.
ParamDefaultExpr(Location) - Constructor for class com.caucho.quercus.expr.ParamDefaultExpr
 
ParamDefaultExpr() - Constructor for class com.caucho.quercus.expr.ParamDefaultExpr
 
ParamRequiredExpr - Class in com.caucho.quercus.expr
Represents a PHP required expression.
ParamRequiredExpr(Location) - Constructor for class com.caucho.quercus.expr.ParamRequiredExpr
 
ParamRequiredExpr() - Constructor for class com.caucho.quercus.expr.ParamRequiredExpr
 
ParamType - Class in com.caucho.config.reflect
GenericParameterized type: Foo
ParamType(Class<?>, BaseType[], HashMap<String, BaseType>) - Constructor for class com.caucho.config.reflect.ParamType
 
Parent() - Constructor for class com.caucho.loader.maven.MavenProject.Parent
 
park(long) - Method in class com.caucho.util.WaitQueue.Item
 
park(WaitQueue.Item, long) - Method in class com.caucho.util.WaitQueue
 
parkUntil(long) - Method in class com.caucho.util.WaitQueue.Item
 
parkUntil(WaitQueue.Item, long) - Method in class com.caucho.util.WaitQueue
 
parse(InputStream) - Method in class com.caucho.bytecode.ByteCode
Parses the .class file.
parse(InputStream) - Method in class com.caucho.bytecode.ByteCodeParser
Parses the .class file.
parse() - Method in class com.caucho.el.ELParser
Parses the expression string.
parse(String) - Method in class com.caucho.naming.QNameParser
 
parse(String) - Method in class com.caucho.quercus.env.Env
A parse error
parse() - Method in class com.caucho.quercus.lib.date.DateParser
 
parse(Env, ReadStream, boolean) - Static method in class com.caucho.quercus.lib.file.IniParser
 
parse(String, String) - Method in class com.caucho.quercus.lib.pdf.AfmParser
Parses the AFM file.
parse(Path) - Method in class com.caucho.quercus.page.PageManager
Returns a parsed or compiled quercus program.
parse(Path, String, int) - Method in class com.caucho.quercus.page.PageManager
Returns a parsed or compiled quercus program.
parse(QuercusContext, Path, String) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parse(QuercusContext, Path, String, String, int) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parse(QuercusContext, ReadStream) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parse(QuercusContext, Path, Reader) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parse(QuercusContext, Path, ReadStream) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parse(QuercusContext, String) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parse() - Method in class com.caucho.quercus.parser.QuercusParser
 
parse(Path) - Method in class com.caucho.quercus.QuercusContext
Parses a quercus program.
parse(Path, String, int) - Method in class com.caucho.quercus.QuercusContext
Parses a quercus program.
parse(ReadStream) - Method in class com.caucho.quercus.QuercusContext
Parses a quercus program.
parse(InputSource) - Method in class com.caucho.relaxng.CompactParser
Parses the relax file.
parse(InputSource) - Method in class com.caucho.relaxng.VerifierFilter
 
parse(InputSource) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a SAX InputSource
parse(InputStream) - Method in class com.caucho.xml.AbstractParser
SAX parsing from an InputStream
parse(InputStream, String) - Method in class com.caucho.xml.AbstractParser
SAX parsing from an InputStream
parse(String) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a file path
parse(Path) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a VFS path
parse(InputSource) - Method in class com.caucho.xml.parsers.AbstractDocumentBuilder
Parses the document based on an input source.
parse(InputStream) - Method in class com.caucho.xml.parsers.AbstractDocumentBuilder
Parses the document based on an input stream.
parse(InputStream, String) - Method in class com.caucho.xml.parsers.AbstractDocumentBuilder
Parses the document based on an input stream.
parse_ini_file(Env, Path, boolean) - Static method in class com.caucho.quercus.lib.file.FileModule
Parses the ini file.
parse_str(Env, StringValue, Value) - Static method in class com.caucho.quercus.lib.string.StringModule
Parses the string as a query string.
parse_url(Env, StringValue, int) - Static method in class com.caucho.quercus.lib.UrlModule
Parses the URL into an array.
parseArgs(String[]) - Method in class com.caucho.quercus.Quercus
 
parseCode(StringValue) - Method in class com.caucho.quercus.QuercusContext
Parses a quercus string.
parseConstantPool(InputStream) - Method in class com.caucho.bytecode.ByteCodeClassScanner
Parses the constant pool.
parseConstantPool() - Method in class com.caucho.bytecode.ByteCodeParser
Parses the constant pool.
parseDate(String) - Method in class com.caucho.util.QDate
 
parseDefault(String) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parseDefault(ExprFactory, String) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parseDocument(InputSource) - Method in class com.caucho.xml.AbstractParser
Parses a document from a SAX InputSource
parseDocument(String) - Method in class com.caucho.xml.AbstractParser
Parses a document from system path.
parseDocument(Path) - Method in class com.caucho.xml.AbstractParser
Parses a document from a VFS path
parseDocument(InputStream) - Method in class com.caucho.xml.AbstractParser
Parses an input stream into a DOM document
parseDocument(InputStream, String) - Method in class com.caucho.xml.AbstractParser
Parses an input stream into a DOM document
parseDocument(QDocument, InputStream, String) - Method in class com.caucho.xml.AbstractParser
 
parseDocumentString(String) - Method in class com.caucho.xml.AbstractParser
Parses a string into a DOM document
parseEval(QuercusContext, StringValue) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parseEvalExpr(QuercusContext, StringValue) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parseEvalExpr(StringValue) - Method in class com.caucho.quercus.QuercusContext
Parses a quercus string.
parseExpr(String) - Static method in class com.caucho.xpath.XPath
Parses an XPath expression for later evaluation.
parseExpr(String, NamespaceContext) - Static method in class com.caucho.xpath.XPath
Parses an XPath expression for later evaluation.
parseExpr(String, NamespaceContext, AbstractPattern) - Static method in class com.caucho.xpath.XPath
Parses an XPath expression for later evaluation.
parseFirst(String) - Method in class com.caucho.naming.ContextImpl
 
parseFunction(QuercusContext, String, String, String) - Static method in class com.caucho.quercus.parser.QuercusParser
 
parseFunction(String, Path, Path) - Method in class com.caucho.quercus.parser.QuercusParser
 
parseFunction(String, String, String) - Method in class com.caucho.quercus.QuercusContext
Parses a function.
parseHTMLDocument(Document, InputStream, String) - Method in interface com.caucho.quercus.lib.dom.DOMFactory
 
parseHTMLDocument(Document, ReadStream, String) - Method in class com.caucho.quercus.lib.dom.DOMImplementation
 
parseHTMLDocument(Document, InputStream, String) - Method in class com.caucho.quercus.lib.dom.QDOMFactory
 
parseImpl(Path, String, int) - Method in class com.caucho.quercus.page.PageManager
 
parseImpl(InputStream, String) - Method in class com.caucho.xml.AbstractParser
SAX parsing from an InputStream
parseInterpolate() - Method in class com.caucho.el.ELParser
Parses interpolated code.
parseLocalDate(String) - Method in class com.caucho.util.QDate
 
parseMatch(String) - Static method in class com.caucho.xpath.XPath
Create a node match pattern.
parseMatch(String, NamespaceContext) - Static method in class com.caucho.xpath.XPath
Create a node match pattern.
parseName(CharBuffer, int) - Method in class com.caucho.xml.readers.XmlReader
Parses a name.
parseParameterizedType(String) - Method in class com.caucho.bytecode.JavaClassLoader
Parses the parameterized type.
parseProperties(String) - Static method in class com.caucho.jmx.Jmx
Parses a name.
parseProperties(Map<String, String>, String) - Static method in class com.caucho.jmx.Jmx
Parses a name.
parseRest(String) - Method in class com.caucho.naming.ContextImpl
 
parseSelect(String) - Static method in class com.caucho.xpath.XPath
Create a node selection pattern.
parseSelect(String, NamespaceContext) - Static method in class com.caucho.xpath.XPath
Create a node selection pattern.
parseSqlToken(String, SqlParseToken) - Method in class com.caucho.quercus.lib.db.JdbcConnectionResource
Parse a token from a string containing a SQL statement.
ParseState - Class in com.caucho.relaxng
Parse state.
ParseState() - Constructor for class com.caucho.relaxng.ParseState
 
parseStr(Env, CharSequence, ArrayValue, boolean, String, boolean) - Static method in class com.caucho.quercus.lib.string.StringUtility
 
parseStr(Env, CharSequence, ArrayValue, boolean, String, boolean, boolean, int[]) - Static method in class com.caucho.quercus.lib.string.StringUtility
 
parseString(String) - Method in class com.caucho.xml.AbstractParser
SAX parsing from a string.
parseXMLDocument(Document, InputStream, String) - Method in interface com.caucho.quercus.lib.dom.DOMFactory
 
parseXMLDocument(Document, ReadStream, String) - Method in class com.caucho.quercus.lib.dom.DOMImplementation
 
parseXMLDocument(Document, InputStream, String) - Method in class com.caucho.quercus.lib.dom.QDOMFactory
 
PART_KEY_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
 
PassivationSetter - Interface in com.caucho.config.inject
The web beans container for a given environment.
PassThru - Annotation Type in com.caucho.quercus.annotation
The @PassThru annotation.
passthru(Env, String, Value) - Static method in class com.caucho.quercus.lib.MiscModule
Execute a system command.
path - Variable in class com.caucho.quercus.lib.file.Directory
 
Path - Class in com.caucho.vfs
A virtual filesystem path, essentially represented by a URL.
Path(Path) - Constructor for class com.caucho.vfs.Path
Creates a new Path object.
Path(SchemeMap) - Constructor for class com.caucho.vfs.Path
Creates a new Path object.
PATH_SEPARATOR - Static variable in class com.caucho.quercus.lib.file.FileModule
 
PathBuilder - Class in com.caucho.config.types
Special builder for path variables.
PathBuilder() - Constructor for class com.caucho.config.types.PathBuilder
 
PathExpr - Class in com.caucho.el
Represents a field reference that may also be a dotted property, e.g.
PathExpr(Expr, String) - Constructor for class com.caucho.el.PathExpr
Creates a new path expression.
PathHandler - Class in com.caucho.log
Configures a log handler
PathHandler() - Constructor for class com.caucho.log.PathHandler
 
PathHandler(Path) - Constructor for class com.caucho.log.PathHandler
Convenience method to create a path.
PathHandler(String) - Constructor for class com.caucho.log.PathHandler
Convenience method to create a path.
pathinfo(Env, String, Value) - Static method in class com.caucho.quercus.lib.file.FileModule
Parses the path, splitting it into parts.
PATHINFO_BASENAME - Static variable in class com.caucho.quercus.lib.file.FileModule
 
PATHINFO_DIRNAME - Static variable in class com.caucho.quercus.lib.file.FileModule
 
PATHINFO_EXTENSION - Static variable in class com.caucho.quercus.lib.file.FileModule
 
PATHINFO_FILENAME - Static variable in class com.caucho.quercus.lib.file.FileModule
 
PathJndiContext - Class in com.caucho.naming
 
PathJndiContext(Path) - Constructor for class com.caucho.naming.PathJndiContext
 
PathLoader - Class in com.caucho.loader
Class loader which loads specific paths.
PathLoader() - Constructor for class com.caucho.loader.PathLoader
Creates a new directory loader.
PathMarshal - Class in com.caucho.quercus.marshal
 
PathMarshal() - Constructor for class com.caucho.quercus.marshal.PathMarshal
 
PathPatternType - Class in com.caucho.config.types
Abstract type building a path pattern.
PathPatternType() - Constructor for class com.caucho.config.types.PathPatternType
 
PathPatternType(String) - Constructor for class com.caucho.config.types.PathPatternType
 
PathPatternType(String, String) - Constructor for class com.caucho.config.types.PathPatternType
 
PathType - Class in com.caucho.config.type
 
PathWrapper - Class in com.caucho.vfs
Wraps a path object.
PathWrapper(Path) - Constructor for class com.caucho.vfs.PathWrapper
Creates a new Path object.
Pattern - Class in com.caucho.relaxng.pattern
Relax pattern
Pattern() - Constructor for class com.caucho.relaxng.pattern.Pattern
 
Pattern - Class in com.caucho.xpath
A node selection pattern.
PatternType - Class in com.caucho.config.type
Represents a regexp type.
pclose(Env, BinaryStream) - Static method in class com.caucho.quercus.lib.file.FileModule
 
pclose() - Method in class com.caucho.quercus.lib.file.PopenInput
 
pclose() - Method in class com.caucho.quercus.lib.file.PopenOutput
 
pclose() - Method in class com.caucho.quercus.lib.ProcOpenResource
 
pconnect(Env, String, int, int) - Method in class com.caucho.quercus.lib.Memcache
Connect to a server.
PCRE_UTF8 - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PCRE_VERSION - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PDF - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDF(Env) - Constructor for class com.caucho.quercus.lib.pdf.PDF
 
pdf_activate_item(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Activates a created element.
pdf_add_annotation(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds an annotation
pdf_add_bookmark(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds an bookmarkannotation
pdf_add_launchlink(Env, PDF, double, double, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds an launchlink
pdf_add_locallink(Env, PDF, double, double, double, double, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds a locallink
pdf_add_nameddest(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a named destination
pdf_add_note(Env, PDF, double, double, double, double, String, String, String, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates an annotation
pdf_add_outline(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates an outline
pdf_add_pdflink(Env, PDF, double, double, double, double, String, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a file link annotation
pdf_add_thumbnail(Env, PDF, PDFImage) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds a thumbnail
pdf_add_weblink(Env, PDF, double, double, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds a web link
pdf_arc(PDF, double, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a counterclockwise arc
pdf_arcn(PDF, double, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a clockwise arc
pdf_attach_file(Env, PDF, double, double, double, double, String, String, String, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds a file attachment
pdf_begin_document(PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts the document.
pdf_begin_font(Env, PDF, String, double, double, double, double, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts a font definition
pdf_begin_glyph(Env, PDF, String, double, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts a glyph definition
pdf_begin_item(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts a structure element
pdf_begin_layer(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts a pdf layer
pdf_begin_page(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts the page.
pdf_begin_page_ext(PDF, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts the page.
pdf_begin_pattern(Env, PDF, double, double, double, double, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts a pattern
pdf_begin_template(Env, PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Starts a template
pdf_circle(PDF, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Draws a circle
pdf_clip(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Clips the path.
pdf_close(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes the pdf document.
pdf_close_image(Env, PDF, PDFImage) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes an image
pdf_close_pdi(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes a document
pdf_close_pdi_page(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes a page
pdf_closepath(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes the path.
pdf_closepath_fill_stroke(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes the path, fill, and stroke it.
pdf_closepath_stroke(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Closes the path and stroke it.
pdf_concat(PDF, double, double, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Concatenates a transformation matrix
pdf_continue_text(PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Continues text at the next line.
pdf_create_action(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates an action.
pdf_create_annotation(Env, PDF, double, double, double, double, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a rectangular annotation
pdf_create_bookmark(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a bookmark
pdf_create_field(Env, PDF, double, double, double, double, String, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a form field.
pdf_create_fieldgroup(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a form field group.
pdf_create_gstate(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a graphics state
pdf_create_pvf(Env, PDF, String, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a virtual file
pdf_create_textflow(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a textflow object
pdf_curveto(PDF, double, double, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Draws a bezier curve
pdf_define_layer(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a layer
pdf_delete(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Delete the pdf object.
pdf_delete_pvf(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Delete a virtual file
pdf_delete_textflow(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Delete a textflow object
pdf_encoding_set_char(Env, PDF, String, int, String, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Adds a glyph to a custom encoding.
pdf_end_document(PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes the document.
pdf_end_font(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a font definition
pdf_end_glyph(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a glyph definition
pdf_end_item(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a structure element.
pdf_end_layer(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a layer
pdf_end_page(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a page
pdf_end_page_ext(PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a page
pdf_end_path(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
End the current path.
pdf_end_pattern(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a pattern
pdf_end_template(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Completes a template
pdf_fill(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Fill the path.
pdf_fill_imageblock(Env, PDF, int, String, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Fill the image with data.
pdf_fill_pdfblock(Env, PDF, int, String, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Fill the pdfblock with data.
pdf_fill_stroke(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Fill and stroke the path.
pdf_fill_textblock(Env, PDF, int, String, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Fill the text with data.
pdf_findfont(Env, PDF, String, String, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Loads a font.
pdf_fit_image(PDF, PDFImage, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Place an image
pdf_fit_pdi_page(Env, PDF, int, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Place an embedded pdf
pdf_fit_textflow(Env, PDF, int, double, double, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Place a textflow object
pdf_fit_textline(Env, PDF, String, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Place a line of text.
pdf_get_apiname(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the name of the last failing function.
pdf_get_buffer(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the buffer with the data.
pdf_get_errmsg(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the last error message
pdf_get_errnum(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the last error number
pdf_get_image_height(PDFImage) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the height of an image.
pdf_get_image_width(PDFImage) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the width of an image.
pdf_get_parameter(PDF, String, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the named parameter.
pdf_get_pdi_parameter(Env, PDF, String, int, int, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the named pdi parameter.
pdf_get_pdi_value(Env, PDF, String, int, int, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the named pdi value.
pdf_get_value(PDF, String, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the named parameter.
pdf_info_textflow(Env, PDF, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the textflow state
pdf_initgraphics(Env, PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Resets the graphic state
pdf_lineto(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Draw a line from the current position.
pdf_load_font(PDF, String, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Search for a font.
pdf_load_iccprofile(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Search for an icc profile
pdf_load_image(PDF, String, Path, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Loads an image
pdf_makespotcolor(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Finds a spot color
pdf_moveto(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the current graphics point.
pdf_new(Env) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a new PDF object.
pdf_open_file(PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Opens a file.
pdf_open_image_data(Env, PDF, String, String, String, long, long, long, int, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Opens an image.
pdf_open_image_file(PDF, String, Path, String, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Opens an image.
pdf_open_pdi(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Opens an embedded document
pdf_open_pdi_page(Env, PDF, int, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Opens an embedded page.
pdf_place_image(PDF, PDFImage, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Place an image.
pdf_place_pdi_page(Env, PDF, int, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Place an embedded page.
pdf_process_pdi(Env, PDF, int, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Process an imported PDF document.
pdf_rect(PDF, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Creates a rectangle
pdf_restore(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Restores the graphics state.
pdf_rotate(PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Rotate the coordinates.
pdf_save(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Save the graphics state.
pdf_scale(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Scale the coordinates.
pdf_set_border_color(Env, PDF, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets an annotation border color.
pdf_set_border_dash(Env, PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets an annotation border dash
pdf_set_border_style(Env, PDF, String, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets an annotation border style
pdf_set_gstate(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Activate a graphics state.
pdf_set_info(PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets document info.
pdf_set_layer_dependency(Env, PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Define a relationship between layers.
pdf_set_parameter(PDF, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets a string parameter.
pdf_set_text_pos(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the text position
pdf_set_value(PDF, String, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets a double parameter.
pdf_setcolor(PDF, String, String, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the colorspace and color
pdf_setdash(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the dashing
pdf_setdashpattern(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the dash pattern
pdf_setflat(Env, PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the flatness
pdf_setfont(PDF, PDFFont, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the font size
pdf_setgray(PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the color to gray
pdf_setgray_fill(PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the fill color to gray
pdf_setgray_stroke(PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the stroke color to gray
pdf_setlinecap(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the linecap param
pdf_setlinejoin(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the linejoin param
pdf_setlinewidth(PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the line width
pdf_setmatrix(Env, PDF, double, double, double, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the current transformation matrix
pdf_setmiterlimit(Env, PDF, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the line miter limit.
pdf_setrgbcolor(PDF, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the color in rgb
pdf_setrgbcolor_fill(PDF, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the fill in rgb
pdf_setrgbcolor_stroke(PDF, double, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the stroke in rgb
pdf_shading(Env, PDF, String, double, double, double, double, double, double, double, double, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Define a blend
pdf_shading_pattern(Env, PDF, int, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the shading pattern
pdf_shfill(Env, PDF, int) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Fill with a shading object.
pdf_show(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Output text at the current
pdf_show_boxed(Env, PDF, String, double, double, double, double, String, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Output text in a box.
pdf_show_xy(Env, PDF, String, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Output text at a location
pdf_skew(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Skew the coordinate system.
pdf_stringwidth(PDF, String, PDFFont, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Returns the width of text in the font.
pdf_stroke(PDF) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Strokes the path
pdf_suspend_page(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Suspend the page.
pdf_translate(PDF, double, double) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Sets the coordinate system origin.
pdf_utf16_to_utf8(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Convert from utf16 to utf8
pdf_utf8_to_utf16(Env, PDF, String) - Static method in class com.caucho.quercus.lib.pdf.PDFModule
Convert from utf8 to utf16
PDFDestination - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDFEmbeddedFile - Class in com.caucho.quercus.lib.pdf
deals with an image
PDFEmbeddedFile(Path) - Constructor for class com.caucho.quercus.lib.pdf.PDFEmbeddedFile
 
pdfEscapeText(String) - Static method in class com.caucho.quercus.lib.pdf.PDFStream
 
PDFFileImage - Class in com.caucho.quercus.lib.pdf
deals with an image
PDFFileImage(int, double, double) - Constructor for class com.caucho.quercus.lib.pdf.PDFFileImage
 
PDFFont - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDFImage - Class in com.caucho.quercus.lib.pdf
deals with an image
PDFImage(Path) - Constructor for class com.caucho.quercus.lib.pdf.PDFImage
 
PDFModule - Class in com.caucho.quercus.lib.pdf
PHP PDF routines.
PDFModule() - Constructor for class com.caucho.quercus.lib.pdf.PDFModule
 
PDFObject - Class in com.caucho.quercus.lib.pdf
A pdf object.
PDFObject() - Constructor for class com.caucho.quercus.lib.pdf.PDFObject
 
PDFOutline - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDFPage - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDFProcSet - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDFStream - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDFWriter - Class in com.caucho.quercus.lib.pdf
pdf object oriented API facade
PDO - Class in com.caucho.quercus.lib.db
PDO object oriented API facade.
PDO(Env, String, String, String, ArrayValue) - Constructor for class com.caucho.quercus.lib.db.PDO
 
PDOError - Class in com.caucho.quercus.lib.db
 
PDOError() - Constructor for class com.caucho.quercus.lib.db.PDOError
 
PDOException - Exception in com.caucho.quercus.lib.db
 
PDOException(Env, String, String) - Constructor for exception com.caucho.quercus.lib.db.PDOException
 
PDOModule - Class in com.caucho.quercus.lib.db
Prior to PHP 5.1, PDO constants were global constants.
PDOModule() - Constructor for class com.caucho.quercus.lib.db.PDOModule
 
PDOStatement - Class in com.caucho.quercus.lib.db
PDO object oriented API facade.
PDOStatement(Env, PDO, PDOError, String, boolean, ArrayValue, boolean) - Constructor for class com.caucho.quercus.lib.db.PDOStatement
 
peek() - Method in class com.caucho.env.meter.AbstractMeter
Returns the current value.
peek() - Method in class com.caucho.env.meter.JmxAttributeMeter
 
peek() - Method in interface com.caucho.env.meter.Meter
Returns the current meter value without updating the sample.
peek() - Method in class com.caucho.util.AbstractActorQueue
 
peek() - Method in class com.caucho.util.fRingValueQueueOrig
 
peek() - Method in class com.caucho.util.RingValueQueue
 
peek() - Method in class com.caucho.xml.stream.SAXSourceXMLEventReaderImpl
 
peek() - Method in class com.caucho.xml.stream.XMLEventReaderImpl
 
peekArgs(int) - Method in class com.caucho.quercus.env.Env
Peeks at the the top call.
peekCall(int) - Method in class com.caucho.quercus.env.Env
Peeks at the the top call.
peekCallThis(int) - Method in class com.caucho.quercus.env.Env
Peeks at the "this" top call.
Period - Class in com.caucho.config.types
Representations of time in milliseconds.
Period() - Constructor for class com.caucho.config.types.Period
 
Period(long) - Constructor for class com.caucho.config.types.Period
 
periodEnd(long, long) - Static method in class com.caucho.config.types.Period
Calculates the next period end.
PersistenceContextGenerator - Class in com.caucho.config.j2ee
 
PersistenceContextHandler - Class in com.caucho.config.j2ee
Handles the @PersistenceContext annotation for JavaEE
PersistenceContextHandler(InjectManager) - Constructor for class com.caucho.config.j2ee.PersistenceContextHandler
 
PersistenceContextRefConfig - Class in com.caucho.config.j2ee
 
PersistenceContextRefConfig() - Constructor for class com.caucho.config.j2ee.PersistenceContextRefConfig
 
PersistenceUnitHandler - Class in com.caucho.config.j2ee
Handles the @PersistenceUnit annotation for JavaEE
PersistenceUnitHandler(InjectManager) - Constructor for class com.caucho.config.j2ee.PersistenceUnitHandler
 
PersistenceUnitRef - Class in com.caucho.config.types
Configuration for the persistence-unit-ref.
PersistenceUnitRef() - Constructor for class com.caucho.config.types.PersistenceUnitRef
 
PersistentDependency - Interface in com.caucho.vfs
Interface representing a resource that might change.
pfsockopen(Env, String, int, Value, Value, double) - Static method in class com.caucho.quercus.lib.NetworkModule
Persistent version of fsockopen.
pg_affected_rows(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns number of affected records (tuples)
pg_cancel_query(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Cancel an asynchronous query
pg_client_encoding(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Gets the client encoding
pg_close(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Closes a PostgreSQL connection
pg_cmdtuples(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_affected_rows() alias.
pg_connect(Env, String, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Open a PostgreSQL connection
pg_connection_busy(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get connection is busy or not
pg_connection_reset(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Reset connection (reconnect)
pg_connection_status(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get connection status
pg_convert(Env, Postgres, String, ArrayValue, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Convert associative array values into suitable for SQL statement
pg_copy_from(Env, Postgres, String, ArrayValue, String, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Insert records into a table from an array
pg_copy_to(Env, Postgres, String, String, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Copy a table to an array
pg_dbname(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get the database name
pg_delete(Env, Postgres, String, ArrayValue, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Deletes records
pg_end_copy(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Sync with PostgreSQL backend
pg_errormessage(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_last_error() alias.
pg_escape_bytea(Env, StringValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Escape a string for insertion into a bytea field
pg_escape_bytea(Env, Postgres, StringValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Escape a string for insertion into a bytea field.
pg_escape_string(Env, StringValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Escape a string for insertion into a text field
pg_exec(Env, Postgres, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_query() alias
pg_execute(Env, Postgres, String, ArrayValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Sends a request to execute a prepared statement with given parameters, and waits for the result
pg_fetch_all(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Fetches all rows from a result as an array
pg_fetch_all_columns(Env, PostgresResult, LongValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Fetches all rows in a particular result column as an array
pg_fetch_array(Env, PostgresResult, Value, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Fetch a row as an array
pg_fetch_assoc(Env, PostgresResult, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Fetch a row as an associative array
pg_fetch_object(Env, PostgresResult, Value, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Fetch a row as an object
pg_fetch_result(Env, PostgresResult, Value, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns values from a result resource
pg_fetch_row(Env, PostgresResult, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get a row as an enumerated array
pg_field_is_null(Env, PostgresResult, Value, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Test if a field is SQL NULL
pg_field_name(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the name of a field
pg_field_num(Env, PostgresResult, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the field number of the named field
pg_field_prtlen(Env, PostgresResult, Value, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the printed length
pg_field_size(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the internal storage size of the named field
pg_field_table(Env, PostgresResult, int, boolean) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the name or oid of the tables field
pg_field_type(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the type name for the corresponding field number
pg_field_type_oid(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the type ID (OID) for the corresponding field number
pg_fieldisnull(Env, PostgresResult, Value, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_field_is_null() alias.
pg_fieldname(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_field_name() alias.
pg_fieldnum(Env, PostgresResult, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_field_num() alias.
pg_fieldprtlen(Env, PostgresResult, Value, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_field_ptrlen() alias.
pg_fieldsize(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_field_size() alias.
pg_fieldtype(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_field_type() alias.
pg_free_result(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Free result memory
pg_freeresult(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_free_result() alias.
pg_get_notify(Env, Postgres, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Gets SQL NOTIFY message
pg_get_pid(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Gets the backend's process ID
pg_get_result(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get asynchronous query result
pg_getlastoid(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
 
pg_host(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the host name associated with the connection
pg_insert(Env, Postgres, String, ArrayValue, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Insert array into table
pg_last_error(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get the last error message string of a connection
pg_last_notice(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the last notice message from PostgreSQL server
pg_last_oid(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the last row's OID Note that: - OID is a unique id.
pg_lo_close(Env, Object) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Close a large object
pg_lo_create(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Create a large object
pg_lo_export(Env, Postgres, int, Path) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Export a large object to a file
pg_lo_import(Env, Postgres, Path) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Import a large object from file
pg_lo_open(Env, Postgres, int, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Open a large object
pg_lo_read(Env, Object, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Read a large object
pg_lo_read_all(Env, Object) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Reads an entire large object and send straight to browser
pg_lo_seek(Env, Object, int, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Seeks position within a large object
pg_lo_tell(Env, Object) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns current seek position a of large object
pg_lo_unlink(Env, Postgres, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Delete a large object
pg_lo_write(Env, Object, String, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Write to a large object
pg_loclose(Env, Object) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_close() alias.
pg_locreate(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_create() alias
pg_loexport(Env, Postgres, int, Path) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_export() alias.
pg_loimport(Env, Postgres, Path) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_import() alias.
pg_loopen(Env, Postgres, int, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_open() alias.
pg_loread(Env, Object, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_read() alias.
pg_loreadall(Env, Object) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_read_all() alias.
pg_lounlink(Env, Postgres, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_unlink() alias.
pg_lowrite(Env, Object, String, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_lo_write() alias.
pg_meta_data(Env, Postgres, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get meta data for table
pg_num_fields(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the number of fields in a result
pg_num_rows(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the number of rows in a result
pg_numfields(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_num_fields() alias.
pg_numrows(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
pg_num_rows() alias.
pg_options(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get the options associated with the connection
pg_parameter_status(Env, Postgres, StringValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Looks up a current parameter setting of the server
pg_parameter_status(Env, StringValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Looks up a current parameter setting of the server
pg_pconnect(Env, String, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Open a persistent PostgreSQL connection
pg_ping(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Ping database connection
pg_port(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Return the port number associated with the connection
pg_prepare(Env, Postgres, String, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Submits a request to create a prepared statement with the given parameters, and waits for completion
pg_put_line(Env, Postgres, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Send a NULL-terminated string to PostgreSQL backend
pg_query(Env, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Execute a query
pg_query(Env, Postgres, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Execute a query
pg_query_params(Env, Postgres, String, ArrayValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text
pg_result(Env, PostgresResult, Value, Value) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns values from a result resource
pg_result_error(Env, PostgresResult) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get error message associated with result
pg_result_error_field(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns an individual field of an error report
pg_result_seek(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Set internal row offset in result resource
pg_result_status(Env, PostgresResult, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Get status of query result
pg_select(Env, Postgres, String, ArrayValue, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Select records
pg_send_execute(Env, Postgres, String, ArrayValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Sends a request to execute a prepared statement with given parameters, without waiting for the result(s)
pg_send_prepare(Env, Postgres, String, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Sends a request to create a prepared statement with the given parameters, without waiting for completion
pg_send_query(Env, Postgres, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Sends asynchronous query
pg_send_query_params(Env, Postgres, String, ArrayValue) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Submits a command and separate parameters to the server without waiting for the result(s)
pg_set_client_encoding(Env, Postgres, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Set the client encoding
pg_set_error_verbosity(Env, Postgres, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Determines the verbosity of messages returned by pg_last_error() and pg_result_error()
pg_trace(Env, Path, String, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Enable tracing a PostgreSQL connection
pg_transaction_status(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns the current in-transaction status of the server
pg_tty(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Return the TTY name associated with the connection
pg_unescape_bytea(Env, String) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Unescape binary for bytea type
pg_untrace(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Disable tracing of a PostgreSQL connection
pg_update(Env, Postgres, String, ArrayValue, ArrayValue, int) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Update table
pg_version(Env, Postgres) - Static method in class com.caucho.quercus.lib.db.PostgresModule
Returns an array with client, protocol and server version (when available)
pgRealEscapeString(StringValue) - Static method in class com.caucho.quercus.lib.db.Postgres
 
PGSQL_ASSOC - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_BAD_RESPONSE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_BOTH - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_COMMAND_OK - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_CONNECT_FORCE_NEW - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_CONNECTION_BAD - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_CONNECTION_OK - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_CONV_FORCE_NULL - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_CONV_IGNORE_DEFAULT - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_COPY_IN - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_COPY_OUT - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_CONTEXT - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_INTERNAL_POSITION - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_INTERNAL_QUERY - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_MESSAGE_DETAIL - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_MESSAGE_HINT - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_MESSAGE_PRIMARY - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_SEVERITY - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_SOURCE_FILE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_SOURCE_FUNCTION - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_SOURCE_LINE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_SQLSTATE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_DIAG_STATEMENT_POSITION - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_EMPTY_QUERY - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_ERRORS_DEFAULT - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_ERRORS_TERSE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_ERRORS_VERBOSE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_FATAL_ERROR - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_NONFATAL_ERROR - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_NUM - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_SEEK_CUR - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_SEEK_END - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_SEEK_SET - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_STATUS_LONG - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_STATUS_STRING - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_TRANSACTION_ACTIVE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_TRANSACTION_IDLE - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_TRANSACTION_INERROR - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_TRANSACTION_INTRANS - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_TRANSACTION_UNKNOWN - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PGSQL_TUPLES_OK - Static variable in class com.caucho.quercus.lib.db.PostgresModule
 
PHP5_BINARY_VALUE_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP5_BYTE_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP5_BYTE_OBJECT_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP5_CHARACTER_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP5_CHARACTER_OBJECT_ARRAY_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP5_STRING_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP5_STRING_VALUE_COST - Static variable in class com.caucho.quercus.marshal.Marshal
 
PHP_EOL - Static variable in class com.caucho.quercus.lib.OptionsModule
 
PHP_INI_ALL - Static variable in class com.caucho.quercus.module.AbstractQuercusModule
 
PHP_INI_ALL - Static variable in class com.caucho.quercus.module.IniDefinition
 
php_ini_loaded_file(Env) - Static method in class com.caucho.quercus.lib.OptionsModule
 
PHP_INI_PERDIR - Static variable in class com.caucho.quercus.module.AbstractQuercusModule
 
PHP_INI_PERDIR - Static variable in class com.caucho.quercus.module.IniDefinition
 
php_ini_scanned_files(Env) - Static method in class com.caucho.quercus.lib.OptionsModule
 
PHP_INI_SYSTEM - Static variable in class com.caucho.quercus.module.AbstractQuercusModule
 
PHP_INI_SYSTEM - Static variable in class com.caucho.quercus.module.IniDefinition
 
PHP_INI_USER - Static variable in class com.caucho.quercus.module.AbstractQuercusModule
 
PHP_INI_USER - Static variable in class com.caucho.quercus.module.IniDefinition
 
PHP_INT_MAX - Static variable in class com.caucho.quercus.lib.CoreModule
 
PHP_OS - Static variable in class com.caucho.quercus.lib.OptionsModule
 
PHP_OUTPUT_HANDLER_CONT - Static variable in class com.caucho.quercus.lib.OutputModule
 
PHP_OUTPUT_HANDLER_END - Static variable in class com.caucho.quercus.lib.OutputModule
 
PHP_OUTPUT_HANDLER_START - Static variable in class com.caucho.quercus.lib.OutputModule
 
php_sapi_name(Env) - Static method in class com.caucho.quercus.lib.OptionsModule
Returns the sapi type.
PHP_SESSION_ACTIVE - Static variable in class com.caucho.quercus.lib.session.SessionModule
 
PHP_SESSION_DISABLED - Static variable in class com.caucho.quercus.lib.session.SessionModule
 
PHP_SESSION_NONE - Static variable in class com.caucho.quercus.lib.session.SessionModule
 
PHP_STREAM_META_TOUCH - Static variable in class com.caucho.quercus.lib.file.StreamModule
 
php_uname(String) - Static method in class com.caucho.quercus.lib.OptionsModule
Returns system information
PHP_URL_FRAGMENT - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_HOST - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_PASS - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_PATH - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_PORT - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_QUERY - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_SCHEME - Static variable in class com.caucho.quercus.lib.UrlModule
 
PHP_URL_USER - Static variable in class com.caucho.quercus.lib.UrlModule
 
PhpBinaryInput - Class in com.caucho.quercus.lib.file
 
PhpBinaryInput(Env) - Constructor for class com.caucho.quercus.lib.file.PhpBinaryInput
 
PhpBinaryOutput - Class in com.caucho.quercus.lib.file
 
PhpBinaryOutput(Env) - Constructor for class com.caucho.quercus.lib.file.PhpBinaryOutput
 
PhpClassConfig - Class in com.caucho.quercus.servlet
Custom class configuration.
PhpClassConfig() - Constructor for class com.caucho.quercus.servlet.PhpClassConfig
 
phpClose() - Method in class com.caucho.quercus.env.ConnectionEntry
Called from php code to close the connection.
phpinfo(Env, int) - Static method in class com.caucho.quercus.lib.OptionsModule
 
PhpIni() - Constructor for class com.caucho.quercus.servlet.QuercusServlet.PhpIni
 
PhpProtocolWrapper - Class in com.caucho.quercus.lib.file
 
PhpProtocolWrapper() - Constructor for class com.caucho.quercus.lib.file.PhpProtocolWrapper
 
PhpStderr - Class in com.caucho.quercus.lib.file
 
PhpStderr() - Constructor for class com.caucho.quercus.lib.file.PhpStderr
 
PhpStdin - Class in com.caucho.quercus.lib.file
 
PhpStdin(Env) - Constructor for class com.caucho.quercus.lib.file.PhpStdin
 
PhpStdout - Class in com.caucho.quercus.lib.file
 
PhpStdout() - Constructor for class com.caucho.quercus.lib.file.PhpStdout
 
phpversion(Env, StringValue) - Static method in class com.caucho.quercus.lib.OptionsModule
Returns the quercus version.
pi() - Static method in class com.caucho.quercus.lib.MathModule
 
PI - Static variable in class com.caucho.quercus.lib.xml.XmlReader
 
ping(Env) - Method in class com.caucho.quercus.lib.db.JdbcConnectionResource
Pings the database
PipeStream - Class in com.caucho.vfs
Stream allowing two threads to read and write to each other.
PluralExpr - Class in com.caucho.quercus.lib.gettext.expr
Represents a gettext plural expression.
png2wbmp(String, String, int, int, int) - Static method in class com.caucho.quercus.lib.image.ImageModule
Convert PNG image file to WBM
poll(long, TimeUnit) - Method in class com.caucho.util.AbstractActorQueue
 
poll() - Method in class com.caucho.util.AbstractActorQueue
 
poll() - Method in class com.caucho.util.fRingValueQueueOrig
 
poll(long, TimeUnit) - Method in class com.caucho.util.RingValueQueue
 
pollWait(long, TimeUnit) - Method in interface com.caucho.util.RingBlocker
 
pollWait(long, TimeUnit) - Method in class com.caucho.util.RingBlockerBasic
 
pollWake() - Method in interface com.caucho.util.RingBlocker
 
pollWake() - Method in class com.caucho.util.RingBlockerBasic
 
POP - Static variable in class com.caucho.bytecode.CodeVisitor
 
pop() - Method in class com.caucho.el.StackELResolver
 
pop(Env) - Method in class com.caucho.quercus.env.ArrayValue
Pops the top value.
pop(Env) - Method in class com.caucho.quercus.env.ArrayValueImpl
Pops the top value.
pop(Env) - Method in class com.caucho.quercus.env.ArrayValueWrapper
Pops the top value.
pop(Env) - Method in class com.caucho.quercus.env.CopyArrayValue
Pops the top value.
pop(Env) - Method in class com.caucho.quercus.env.JavaAdapter
Pops the top value.
pop(Env) - Method in class com.caucho.quercus.env.JavaAdapterVar
Pops the top array element.
pop(Env) - Method in class com.caucho.quercus.env.JavaListAdapter
Pops the top value.
pop(Env) - Method in class com.caucho.quercus.env.Value
Pops the top array element.
pop(Env) - Method in class com.caucho.quercus.env.Var
Pops the top array element.
pop() - Method in class com.caucho.relaxng.ParseState
 
pop() - Method in class com.caucho.util.DoubleArray
 
pop() - Method in class com.caucho.util.IntArray
Pops the value off the end of the array.
pop() - Method in class com.caucho.xml.stream.NamespaceContextImpl
deletes the current context and enters its parent
POP2 - Static variable in class com.caucho.bytecode.CodeVisitor
 
popCall() - Method in class com.caucho.quercus.env.Env
Pops the top call.
popDepth() - Method in class com.caucho.java.AbstractGenerator
Pops an indentation depth.
popDepth() - Method in class com.caucho.java.gen.JavaWriterWrapper
Pops an indentation depth.
popDepth() - Method in class com.caucho.java.JavaWriter
Pops an indentation depth.
popen(Env, String, StringValue) - Static method in class com.caucho.quercus.lib.file.FileModule
 
PopenInput - Class in com.caucho.quercus.lib.file
Represents an input stream for a popen'ed process.
PopenInput(Env, Process) - Constructor for class com.caucho.quercus.lib.file.PopenInput
 
PopenOutput - Class in com.caucho.quercus.lib.file
Represents an output stream for a popen'ed process.
PopenOutput(Env, Process) - Constructor for class com.caucho.quercus.lib.file.PopenOutput
 
popEnv(Map<StringValue, EnvVar>) - Method in class com.caucho.quercus.env.Env
Restores the old environment.
popFieldGet(Env.OVERLOADING_TYPES) - Method in class com.caucho.quercus.env.Env
 
popOutputBuffer() - Method in class com.caucho.quercus.env.Env
Pops the output buffer
popProfile(long) - Method in class com.caucho.quercus.env.Env
 
popTop() - Method in class com.caucho.quercus.lib.file.StreamBucketBrigade
 
popToTop(int) - Method in class com.caucho.xpath.Env
Pops the last count vars from the local stack.
popVars(int) - Method in class com.caucho.xpath.Env
Pops the last count vars from the local stack.
pos() - Method in class com.caucho.quercus.env.DoubleValue
Returns the value
pos() - Method in class com.caucho.quercus.env.LongValue
Negates the value.
pos() - Method in class com.caucho.quercus.env.Value
Negates the value.
pos(Value) - Static method in class com.caucho.quercus.lib.ArrayModule
Returns the current value of the array.
POSITION - Static variable in class com.caucho.xpath.Expr
 
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.AbstractPattern
Returns the position of the node in its context for a match pattern.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.CurrentPattern
There is only a single node in the current
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAncestors
The ancestor position is the number of matching nodes between it and an axis-context.
position(Node, ExprEnvironment, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAny
 
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromAttributes
The position of the child is the count of previous siblings matching the pattern.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromChildren
The position of the child is the count of previous siblings matching the pattern.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromContext
There is only a single node in the context axis.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromDescendants
Counts matching nodes between the axis-context and the node
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromExpr
The position is the position in the expression node-set.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromNext
Calculates position by counting previous nodes matching the pattern.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromNextSibling
The count of nodes between the test-node and the axis.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromPrevious
Calculates position by counting next nodes matching the pattern.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromPreviousSibling
The count of nodes between the test-node and the axis.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.FromSelf
Only one node in the self axis.
position(Node, Env, AbstractPattern) - Method in class com.caucho.xpath.pattern.UnionPattern
 
Post - Class in com.caucho.quercus.env
Handling of POST requests.
Post() - Constructor for class com.caucho.quercus.env.Post
 
PostBody - Class in com.caucho.quercus.lib.curl
 
PostBody() - Constructor for class com.caucho.quercus.lib.curl.PostBody
 
postConstruct(X) - Method in class com.caucho.config.inject.AbstractInjectionTarget
PostConstruct initialization
postConstruct(X) - Method in class com.caucho.config.inject.CandiProducer
 
postConstruct(InjectionPoint) - Method in class com.caucho.config.inject.InjectionPointBean
Call post-construct
postConstruct(X) - Method in class com.caucho.config.inject.InjectionTargetBuilder
 
postConstruct(T) - Method in class com.caucho.config.inject.InjectionTargetFilter
 
postConstruct(X) - Method in class com.caucho.config.xml.XmlBean
 
postConstruct(X) - Method in class com.caucho.config.xml.XmlInjectionTarget
 
PostConstructLiteral - Class in com.caucho.config.gen
PostConstructLiteral() - Constructor for class com.caucho.config.gen.PostConstructLiteral
 
PostConstructProgram - Class in com.caucho.config.j2ee
 
PostConstructProgram(<any>, Method) - Constructor for class com.caucho.config.j2ee.PostConstructProgram
 
postdecr() - Method in class com.caucho.quercus.env.DoubleValue
Increment the following value.
postdecr() - Method in class com.caucho.quercus.env.LongCacheValue
Post-decrement the following value.
postdecr() - Method in class com.caucho.quercus.env.LongValue
Post-decrement the following value.
postdecr() - Method in class com.caucho.quercus.env.Value
Post-increment the following value.
postdecr() - Method in class com.caucho.quercus.env.Var
Post-increment the following value.
postEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.AbstractClassEnhancer
Any post compilation fixups.
postEnhance(JavaClass) - Method in interface com.caucho.loader.enhancer.ClassEnhancer
Any post compilation fixups.
postEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.ClassEnhancerConfig
Any post compilation fixups.
postEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.Enhancer
Enhances the class.
postEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.EnhancerFixup
After enhancement fixup.
Postgres - Class in com.caucho.quercus.lib.db
postgres connection class (postgres has NO object oriented API)
Postgres(Env, String, String, String, String, int, String, String) - Constructor for class com.caucho.quercus.lib.db.Postgres
 
PostgresModule - Class in com.caucho.quercus.lib.db
Quercus postgres routines.
PostgresModule() - Constructor for class com.caucho.quercus.lib.db.PostgresModule
Constructor
PostgresResult - Class in com.caucho.quercus.lib.db
postgres result set class (postgres has NO object oriented API)
PostgresResult(Postgres, Statement, ResultSet) - Constructor for class com.caucho.quercus.lib.db.PostgresResult
Constructor for PostgresResult
PostgresResult(Postgres, ResultSetMetaData) - Constructor for class com.caucho.quercus.lib.db.PostgresResult
Constructor for PostgresResult
PostgresStatement - Class in com.caucho.quercus.lib.db
Postgres statement class.
postincr(int) - Method in class com.caucho.quercus.env.ArgRef
Post-increment the following value.
postincr() - Method in class com.caucho.quercus.env.DoubleValue
Increment the following value.
postincr(int) - Method in class com.caucho.quercus.env.JavaAdapterVar
Post-increment the following value.
postincr() - Method in class com.caucho.quercus.env.LongCacheValue
Post-increment the following value.
postincr() - Method in class com.caucho.quercus.env.LongValue
Post-increment the following value.
postincr(int) - Method in class com.caucho.quercus.env.Value
Post-increment the following value.
postincr() - Method in class com.caucho.quercus.env.Value
Post-increment the following value.
postincr(int) - Method in class com.caucho.quercus.env.Var
Post-increment the following value.
postincr() - Method in class com.caucho.quercus.env.Var
Post-increment the following value.
postLoad() - Method in class com.caucho.loader.ClassEntry
post-load actions.
pow(double, double) - Static method in class com.caucho.quercus.lib.MathModule
 
precompileExists(Path) - Method in class com.caucho.quercus.page.PageManager
 
preCreate(Class<E>) - Static method in class com.caucho.env.service.AbstractResinSubSystem
 
predecr() - Method in class com.caucho.quercus.env.DoubleValue
Increment the following value.
predecr() - Method in class com.caucho.quercus.env.LongCacheValue
Pre-increment the following value.
predecr() - Method in class com.caucho.quercus.env.LongValue
Pre-increment the following value.
predecr() - Method in class com.caucho.quercus.env.Value
Pre-increment the following value.
predecr() - Method in class com.caucho.quercus.env.Var
Pre-increment the following value.
preDestroy(X) - Method in class com.caucho.config.inject.AbstractInjectionTarget
Call destroy
preDestroy(X) - Method in class com.caucho.config.inject.CandiProducer
Call pre-destroy
preDestroy(InjectionPoint) - Method in class com.caucho.config.inject.InjectionPointBean
Call pre-destroy
preDestroy(X) - Method in class com.caucho.config.inject.InjectionTargetBuilder
Call pre-destroy
preDestroy(T) - Method in class com.caucho.config.inject.InjectionTargetFilter
 
preDestroy(X) - Method in class com.caucho.config.xml.XmlBean
Call destroy
preDestroy(X) - Method in class com.caucho.config.xml.XmlInjectionTarget
Call destroy
PreDestroyInject - Class in com.caucho.config.j2ee
 
PreDestroyInject(Method) - Constructor for class com.caucho.config.j2ee.PreDestroyInject
 
PreDestroyLiteral - Class in com.caucho.config.gen
PreDestroyLiteral() - Constructor for class com.caucho.config.gen.PreDestroyLiteral
 
preEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.AbstractClassEnhancer
Fixups for the pre-enhancement class.
preEnhance(JavaClass) - Method in interface com.caucho.loader.enhancer.ClassEnhancer
Fixups for the pre-enhancement class.
preEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.ClassEnhancerConfig
Fixups for the pre-enhancement class.
preEnhance(JavaClass) - Method in class com.caucho.loader.enhancer.Enhancer
Enhances the class.
prefixClassPath(String) - Method in class com.caucho.loader.CompilingLoader
 
PREG_BACKTRACK_LIMIT_ERROR - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_BAD_UTF8_ERROR - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_BAD_UTF8_OFFSET_ERROR - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
preg_grep(Env, Regexp, ArrayValue, int) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Returns an array of all the values that matched the given pattern if the flag no flag is passed.
PREG_GREP_INVERT - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_INTERNAL_ERROR - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
preg_last_error(Env) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Returns the last regexp error
preg_match(Env, Regexp, StringValue, Value, int, int) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
 
preg_match_all(Env, Regexp, StringValue, Value, int, int) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Returns the number of full pattern matches or FALSE on error.
PREG_NO_ERROR - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_OFFSET_CAPTURE - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_PATTERN_ORDER - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_QUOTE - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
preg_quote(StringValue, StringValue) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Quotes regexp values
PREG_RECURSION_LIMIT_ERROR - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
preg_replace(Env, Regexp[], Value, Value, long, Value) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Loops through subject if subject is array of strings XXX: need to be able to take in Regexp[] for compiled code
preg_replace_callback(Env, Value, Callable, Value, long, Value) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Loops through subject if subject is array of strings
PREG_REPLACE_EVAL - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_SET_ORDER - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
preg_split(Env, Regexp, StringValue, long, int) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Returns array of substrings or of arrays ([0] => substring [1] => offset) if PREG_SPLIT_OFFSET_CAPTURE is set
PREG_SPLIT_DELIM_CAPTURE - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_SPLIT_NO_EMPTY - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
PREG_SPLIT_OFFSET_CAPTURE - Static variable in class com.caucho.quercus.lib.regexp.RegexpModule
 
pregMatchAllPatternOrder(Env, RegexpState, StringValue, ArrayValue, int, int) - Static method in class com.caucho.quercus.lib.regexp.RegexpModule
Returns the index of the first match.
preincr(int) - Method in class com.caucho.quercus.env.ArgRef
Pre-increment the following value.
preincr() - Method in class com.caucho.quercus.env.DoubleValue
Increment the following value.
preincr(int) - Method in class com.caucho.quercus.env.JavaAdapterVar
Pre-increment the following value.
preincr() - Method in class com.caucho.quercus.env.LongCacheValue
Pre-increment the following value.
preincr() - Method in class com.caucho.quercus.env.LongValue
Pre-increment the following value.
preincr(int) - Method in class com.caucho.quercus.env.Value
Pre-increment the following value.
preincr() - Method in class com.caucho.quercus.env.Value
Pre-increment the following value.
preincr(int) - Method in class com.caucho.quercus.env.Var
Pre-increment the following value.
preincr() - Method in class com.caucho.quercus.env.Var
Pre-increment the following value.
preload() - Method in class com.caucho.java.AbstractGenerator
Try to preload the class.
preload(String) - Method in class com.caucho.java.gen.JavaClassGenerator
Try to preload the class.
preLoad() - Method in class com.caucho.loader.ClassEntry
preload actions.
preloadClassParentLoader(String, Class<?>) - Method in class com.caucho.java.gen.JavaClassGenerator
Loads the generated class into the parent loader.
preloadExists(String) - Method in class com.caucho.java.gen.JavaClassGenerator
Checks if the preload exists
preloadProgram(Path, String) - Method in class com.caucho.quercus.page.PageManager
 
prepare(Env, String) - Method in class com.caucho.quercus.lib.db.JdbcPreparedStatementResource
Prepares this statement with the given query.
prepare(Env, String) - Method in class com.caucho.quercus.lib.db.Mysqli
returns a prepared statement or null on error.
prepare(Env, String) - Method in class com.caucho.quercus.lib.db.MysqliStatement
Prepare a SQL statement for execution.
prepare(Env, String) - Method in class com.caucho.quercus.lib.db.Oracle
returns a prepared statement
prepare(Env, String, ArrayValue) - Method in class com.caucho.quercus.lib.db.PDO
Prepares a statement for execution.
prepare(Env, String) - Method in class com.caucho.quercus.lib.db.Postgres
returns a prepared statement
prepare(Env, String) - Method in class com.caucho.quercus.lib.db.PostgresStatement
Prepares this statement with the given query.
prepareForExecute(Env) - Method in class com.caucho.quercus.lib.db.JdbcPreparedStatementResource
 
prepareForExecute(Env) - Method in class com.caucho.quercus.lib.db.JdbcStatementResource
 
prepareForExecute(Env) - Method in class com.caucho.quercus.lib.db.PostgresStatement
 
prepend(StreamBucket) - Method in class com.caucho.quercus.lib.file.StreamBucketBrigade
 
prepend(char) - Method in class com.caucho.xml.readers.MacroReader
 
prev() - Method in class com.caucho.quercus.env.ArrayValue
Returns the previous value.
prev() - Method in class com.caucho.quercus.env.ArrayValueWrapper
Returns the previous value.
prev() - Method in class com.caucho.quercus.env.JavaAdapter
Returns the previous value.
prev() - Method in class com.caucho.quercus.env.JavaAdapterVar
Returns the previous value
prev() - Method in class com.caucho.quercus.env.JavaListAdapter
Returns the previous value.
prev() - Method in class com.caucho.quercus.env.Value
Returns the previous value
prev() - Method in class com.caucho.quercus.env.Var
Returns the previous value
prev(Value) - Static method in class com.caucho.quercus.lib.ArrayModule
Returns the previous value of the array.
prev() - Method in class com.caucho.util.CharCursor
 
prevIndex(int) - Method in class com.caucho.util.fRingValueQueueOrig
 
prevInterval(boolean[], int) - Method in class com.caucho.config.types.CronType
 
previous() - Method in class com.caucho.util.CharCursor
 
previous() - Method in class com.caucho.util.NullIterator
 
previous() - Method in class com.caucho.util.StringCharCursor
reads a character from the cursor
previousIndex() - Method in class com.caucho.util.NullIterator
 
prevTime(long) - Method in class com.caucho.config.types.CronType
 
PRI_KEY_FLAG - Static variable in class com.caucho.quercus.lib.db.MysqliModule
 
Primes - Class in com.caucho.util
Base64 decoding.
Primes() - Constructor for class com.caucho.util.Primes
 
PRIMES - Static variable in class com.caucho.util.Primes
 
print(PrintWriter) - Method in exception com.caucho.config.ConfigException
 
print(PrintWriter) - Method in exception com.caucho.config.ConfigRuntimeException
 
print(WriteStream, ELContext, boolean) - Method in class com.caucho.config.el.CandiExpr
 
print(JspWriter, ELContext, boolean) - Method in class com.caucho.config.el.CandiExpr
 
print(WriteStream, ELContext, boolean) - Method in class com.caucho.el.AbstractBooleanExpr
Evalutes directly to the output.
print(JspWriter, ELContext, boolean) - Method in class com.caucho.el.DoubleLiteral
Evaluates directly to the output.
print(WriteStream, ELContext, boolean) - Method in class com.caucho.el.Expr
Evaluates directly to the output.
print(JspWriter, ELContext, boolean) - Method in class com.caucho.el.Expr
Evaluates directly to the output.
print(WriteStream, ELContext, boolean) - Method in class com.caucho.el.InterpolateExpr
Prints the interpolated value directly to the output.
print(WriteStream, ELContext, boolean) - Method in class com.caucho.el.LongLiteral
Evalutes directly to the output.
print(WriteStream, ELContext, boolean) - Method in class com.caucho.el.NullLiteral
Evalutes directly to the output.
print(WriteStream, ELContext, boolean) - Method in class com.caucho.el.StringLiteral
Evalutes directly to the output.
print(int) - Method in class com.caucho.java.AbstractGenerator
Prints a character
print(char) - Method in class com.caucho.java.AbstractGenerator
Prints a character
print(String) - Method in class com.caucho.java.AbstractGenerator
Prints a string
print(PrintWriter) - Method in exception com.caucho.java.CompileClassNotFound
 
print(String) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a string
print(char) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a character.
print(boolean) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a boolean.
print(int) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints an integer.
print(long) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints an long
print(Object) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints an object.
print(String) - Method in class com.caucho.java.JavaWriter
Prints a string
print(char) - Method in class com.caucho.java.JavaWriter
Prints a character.
print(boolean) - Method in class com.caucho.java.JavaWriter
Prints a boolean.
print(int) - Method in class com.caucho.java.JavaWriter
Prints an integer.
print(long) - Method in class com.caucho.java.JavaWriter
Prints an long
print(Object) - Method in class com.caucho.java.JavaWriter
Prints an object.
print(Env) - Method in class com.caucho.quercus.env.ArgRef
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.ArrayValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.BooleanValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.BreakValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.ContinueValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.DefaultValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.DoubleValue
Prints the value.
print(String) - Method in class com.caucho.quercus.env.Env
Prints a string
print(char[], int, int) - Method in class com.caucho.quercus.env.Env
Prints a character buffer.
print(char) - Method in class com.caucho.quercus.env.Env
Prints a char
print(long) - Method in class com.caucho.quercus.env.Env
Prints a long
print(double) - Method in class com.caucho.quercus.env.Env
Prints a double
print(Object) - Method in class com.caucho.quercus.env.Env
Prints an object
print(Value) - Method in class com.caucho.quercus.env.Env
Prints a value
print(Env) - Method in class com.caucho.quercus.env.GlobalArrayValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.JavaAdapterVar
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.LargeStringBuilderValue
Prints the value.
print(Env, WriteStream) - Method in class com.caucho.quercus.env.LargeStringBuilderValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.LongValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.NullValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.ObjectExtValue
Converts to a string.
print(Env) - Method in class com.caucho.quercus.env.StringBuilderValue
Prints the value.
print(Env, WriteStream) - Method in class com.caucho.quercus.env.StringBuilderValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.UnicodeBuilderValue
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.Value
Prints the value.
print(Env, WriteStream) - Method in class com.caucho.quercus.env.Value
Prints the value.
print(Env) - Method in class com.caucho.quercus.env.Var
Prints the value.
print(Env, WriteStream) - Method in class com.caucho.quercus.env.Var
Prints the value.
print(Env) - Method in class com.caucho.quercus.expr.Expr
Prints to the output as an echo.
print(char) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.AbstractBinaryInputOutput
Prints a string to a file.
print(char) - Method in class com.caucho.quercus.lib.file.AbstractBinaryOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.AbstractBinaryOutput
Prints a string to a file.
print(char) - Method in interface com.caucho.quercus.lib.file.BinaryOutput
prints a unicode character
print(String) - Method in interface com.caucho.quercus.lib.file.BinaryOutput
prints
print(char) - Method in class com.caucho.quercus.lib.file.FileInputOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.FileInputOutput
Prints a string to a file.
print(char) - Method in class com.caucho.quercus.lib.file.FileOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.FileOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.FileValue
Prints a string to a file.
print(char) - Method in class com.caucho.quercus.lib.file.FileWriteValue
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.FileWriteValue
Prints a string to a file.
print(char) - Method in class com.caucho.quercus.lib.file.PopenOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.PopenOutput
Prints a string to a file.
print(char) - Method in class com.caucho.quercus.lib.file.WrappedStream
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.file.WrappedStream
Prints a string to a file.
print(char) - Method in class com.caucho.quercus.lib.file.WriteStreamOutput
 
print(String) - Method in class com.caucho.quercus.lib.file.WriteStreamOutput
 
print(String) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
print(long) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
print(double) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
print(char) - Method in class com.caucho.quercus.lib.ProcOpenOutput
Prints a string to a file.
print(String) - Method in class com.caucho.quercus.lib.ProcOpenOutput
Prints a string to a file.
print(Env, Value) - Static method in class com.caucho.quercus.lib.string.StringModule
Prints the string.
print(char) - Method in class com.caucho.quercus.resources.StreamReadWrite
prints
print(String) - Method in class com.caucho.quercus.resources.StreamReadWrite
prints
print(char) - Method in class com.caucho.quercus.resources.StreamResource
prints
print(String) - Method in class com.caucho.quercus.resources.StreamResource
prints
print(int) - Method in class com.caucho.util.ByteBuffer
 
print(CharBuffer) - Method in interface com.caucho.util.CharBufferWriter
 
print(PrintWriter) - Method in interface com.caucho.util.DisplayableException
 
print(boolean) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a boolean.
print(char) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a character.
print(int) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints an integer value.
print(long) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a long value.
print(float) - Method in class com.caucho.vfs.AbstractPrintWriter
 
print(double) - Method in class com.caucho.vfs.AbstractPrintWriter
 
print(char[]) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a character array
print(String) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a string.
print(Object) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints the value of the object.
print(char) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a character.
print(int) - Method in class com.caucho.vfs.PrintWriterImpl
Prints an integer.
print(long) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a long.
print(float) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a double followed by a newline.
print(double) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a double followed by a newline.
print(char[]) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a character array
print(String) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a string.
print(Object) - Method in class com.caucho.vfs.PrintWriterImpl
Prints the value of the object.
print(char) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a character.
print(int) - Method in class com.caucho.vfs.StreamPrintWriter
Prints an integer.
print(long) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a long.
print(float) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a double followed by a newline.
print(double) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a double followed by a newline.
print(char[]) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a character array
print(String) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a string.
print(Object) - Method in class com.caucho.vfs.StreamPrintWriter
Prints the value of the object.
print(WriteStream) - Method in interface com.caucho.vfs.VfsWriteObject
 
print(char[], int, int) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(char) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(char[]) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(CharSegment) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream.
print(String) - Method in class com.caucho.vfs.WriteStream
Prints a string.
print(String, int, int) - Method in class com.caucho.vfs.WriteStream
Prints a substring.
print(boolean) - Method in class com.caucho.vfs.WriteStream
Prints a boolean.
print(int) - Method in class com.caucho.vfs.WriteStream
Prints an integer.
print(long) - Method in class com.caucho.vfs.WriteStream
Prints a long.
print(float) - Method in class com.caucho.vfs.WriteStream
Prints a float.
print(double) - Method in class com.caucho.vfs.WriteStream
Prints an double
print(Object) - Method in class com.caucho.vfs.WriteStream
Prints a double, converted by String.valueOf()
print(WriteStream) - Method in interface com.caucho.xml.CauchoNode
Prints the node to a stream
print(WriteStream) - Method in class com.caucho.xml.QAbstractNode
 
print(XmlPrinter) - Method in class com.caucho.xml.QAttr
 
print(XmlPrinter) - Method in class com.caucho.xml.QCdata
 
print(XmlPrinter) - Method in class com.caucho.xml.QComment
 
print(XmlPrinter) - Method in class com.caucho.xml.QEntityReference
 
print(XmlPrinter) - Method in class com.caucho.xml.QProcessingInstruction
 
print() - Method in class com.caucho.xml.stream.NamespaceReaderContext
 
print(Path, Node) - Static method in class com.caucho.xml.XmlPrinter
Prints the node as XML.
print(Node) - Method in class com.caucho.xml.XmlPrinter
 
print(WriteStream) - Method in class com.caucho.xpath.pattern.NamespaceNode
 
print_r(Env, Value, boolean) - Static method in class com.caucho.quercus.lib.VariableModule
Prints a value.
printCastClass(JavaWriter, Type) - Method in class com.caucho.config.gen.InterceptorGenerator
 
printCastClass(JavaWriter, Class) - Method in class com.caucho.config.gen.LifecycleInterceptor
 
printClass(Class) - Method in class com.caucho.java.AbstractGenerator
Prints the Java represention of the class
printClass(Class) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints the Java represention of the class
printClass(Class<?>) - Method in class com.caucho.java.JavaWriter
Prints the Java represention of the class
printCreate(WriteStream) - Method in class com.caucho.config.el.CandiExpr
 
printCreate(WriteStream) - Method in class com.caucho.el.AddExpr
Prints the Java code to recreate an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.ArrayExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.ArrayResolverExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.BinaryExpr
Prints the Java code to recreate an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.BooleanExpr
Prints the Java code to recreate a BooleanExpr
printCreate(WriteStream) - Method in class com.caucho.el.BooleanLiteral
Prints the Java code to recreate the BooleanLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.CmpExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.ConditionalExpr
Prints the Java code to recreate the expr
printCreate(WriteStream) - Method in class com.caucho.el.ConditionalNullExpr
Prints the Java code to recreate the expr
printCreate(WriteStream) - Method in class com.caucho.el.DivExpr
Prints the Java code to recreate an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.DoubleLiteral
Prints the *.java code to create an DoubleLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.EqExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.Expr
Generates the code to regenerate the expression.
printCreate(WriteStream) - Method in class com.caucho.el.FunctionExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.GeExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.GtExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.IdExpr
Prints the code to create an IdExpr.
printCreate(WriteStream) - Method in class com.caucho.el.InterpolateExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.LeExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.LongLiteral
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.LtExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.MatchesExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.MethodExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.MinusExpr
Prints the Java code to recreate the UnaryExpr.
printCreate(WriteStream) - Method in class com.caucho.el.ModExpr
Prints the Java code to recreate an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.MulExpr
Prints the Java code to recreate an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.NeExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.NullLiteral
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.PathExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.StaticMethodExpr
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.StringLiteral
Prints the code to create an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.SubExpr
Prints the Java code to recreate an LongLiteral.
printCreate(WriteStream) - Method in class com.caucho.el.UnaryExpr
Prints the Java code to recreate the UnaryExpr.
printCreate(WriteStream) - Method in class com.caucho.el.ValueExpr
Prints the code to create an IdExpr.
printDate() - Method in class com.caucho.util.QDate
 
printDate(CharBuffer) - Method in class com.caucho.util.QDate
 
printDate(WriteStream) - Method in class com.caucho.util.QDate
Prints the date to a stream.
printDependList(ArrayList<PersistentDependency>) - Method in class com.caucho.java.AbstractGenerator
Generates the class dependency code.
printDepth(WriteStream, int) - Method in class com.caucho.quercus.env.Value
 
printEscaped(WriteStream, ReadStream) - Static method in class com.caucho.el.Expr
Write to the *.java stream escaping Java reserved characters.
printEscapedString(WriteStream, String) - Static method in class com.caucho.el.Expr
Write to the *.java stream escaping Java reserved characters.
printf(Env, StringValue, Value[]) - Static method in class com.caucho.quercus.lib.string.StringModule
print to the output with a formatter
printHeader(String) - Method in class com.caucho.xml.XmlPrinter
Prints the header, if necessary.
printHierarchyReport(OutputStream) - Method in class com.caucho.quercus.profile.ProfileReport
Printable hierarchy report
printHotSpotReport(OutputStream) - Method in class com.caucho.quercus.profile.ProfileReport
Printable flat report
printHtml(WriteStream) - Method in interface com.caucho.xml.CauchoNode
Prints the node as html to a stream
printHtml(WriteStream) - Method in class com.caucho.xml.QAbstractNode
 
printHtml(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node and children as HTML
printHtml(WriteStream) - Method in class com.caucho.xpath.pattern.NamespaceNode
 
printIndent() - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints the indentation at the beginning of a line.
printIndent() - Method in class com.caucho.java.JavaWriter
Prints the indentation at the beginning of a line.
printISO8601() - Method in class com.caucho.util.QDate
Prints the time in ISO 8601
printISO8601Date() - Method in class com.caucho.util.QDate
Prints just the date component of ISO 8601
printJavaChar(char) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a Java escaped string
printJavaChar(char) - Method in class com.caucho.java.JavaWriter
Prints a Java escaped string
printJavaChar(PrintWriter, char) - Static method in class com.caucho.quercus.env.Value
 
printJavaString(String) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a Java escaped string
printJavaString(String) - Method in class com.caucho.java.JavaWriter
Prints a Java escaped string
printJavaString(PrintWriter, StringValue) - Static method in class com.caucho.quercus.env.Value
 
printJavaTypeToObject(String, Class) - Method in class com.caucho.java.gen.JavaWriterWrapper
Converts a java primitive type to a Java object.
printJavaTypeToObject(String, JClass) - Method in class com.caucho.java.gen.JavaWriterWrapper
Converts a java primitive type to a Java object.
printJavaTypeToObject(String, Class<?>) - Method in class com.caucho.java.JavaWriter
Converts a java primitive type to a Java object.
printJavaTypeToObject(String, JClass) - Method in class com.caucho.java.JavaWriter
Converts a java primitive type to a Java object.
printLatin1(char[], int, int) - Method in class com.caucho.vfs.WriteStream
Prints the character buffer to the stream encoded as latin1.
printLatin1(String) - Method in class com.caucho.vfs.WriteStream
Prints a string.
printLatin1NoLf(String) - Method in class com.caucho.vfs.WriteStream
Prints a string.
println() - Method in class com.caucho.java.AbstractGenerator
Prints a new line.
println(String) - Method in class com.caucho.java.AbstractGenerator
Prints a string with a new line
println(String) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a string with a new line
println(boolean) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a boolean with a new line
println(char) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a character.
println(int) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints an integer with a new line
println(long) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints an long with a new line
println(Object) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints an object with a new line
println() - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a newline
println(String) - Method in class com.caucho.java.JavaWriter
Prints a string with a new line
println(boolean) - Method in class com.caucho.java.JavaWriter
Prints a boolean with a new line
println(char) - Method in class com.caucho.java.JavaWriter
Prints a character.
println(int) - Method in class com.caucho.java.JavaWriter
Prints an integer with a new line
println(long) - Method in class com.caucho.java.JavaWriter
Prints an long with a new line
println(Object) - Method in class com.caucho.java.JavaWriter
Prints an object with a new line
println() - Method in class com.caucho.java.JavaWriter
Prints a newline
println() - Method in class com.caucho.quercus.env.Env
Prints a string
println(String) - Method in class com.caucho.quercus.env.Env
Prints a string
println(Value) - Method in class com.caucho.quercus.env.Env
Prints a string
println(Object) - Method in class com.caucho.quercus.env.Env
Prints and object.
println(String) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
println() - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
println(long) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
println(double) - Method in class com.caucho.quercus.lib.pdf.PDFWriter
 
println() - Method in class com.caucho.vfs.AbstractPrintWriter
Prints the newline.
println(boolean) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints the boolean followed by a newline.
println(char) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a character followed by a newline.
println(int) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints an integer followed by a newline.
println(long) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a long followed by a newline.
println(float) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a float followed by a newline.
println(double) - Method in class com.caucho.vfs.AbstractPrintWriter
Prints a double followed by a newline.
println(char[]) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a character array followed by a newline.
println(String) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes a string followed by a newline.
println(Object) - Method in class com.caucho.vfs.AbstractPrintWriter
Writes an object followed by a newline.
println() - Method in class com.caucho.vfs.PrintWriterImpl
Prints the newline.
println(boolean) - Method in class com.caucho.vfs.PrintWriterImpl
Prints the boolean followed by a newline.
println(char) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a character followed by a newline.
println(int) - Method in class com.caucho.vfs.PrintWriterImpl
Prints an integer followed by a newline.
println(long) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a long followed by a newline.
println(float) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a float followed by a newline.
println(double) - Method in class com.caucho.vfs.PrintWriterImpl
Prints a double followed by a newline.
println(char[]) - Method in class com.caucho.vfs.PrintWriterImpl
Writes a character array followed by a newline.
println(String) - Method in class com.caucho.vfs.PrintWriterImpl
Writes a string followed by a newline.
println(Object) - Method in class com.caucho.vfs.PrintWriterImpl
Writes an object followed by a newline.
println() - Method in class com.caucho.vfs.StreamPrintWriter
Prints the newline.
println(boolean) - Method in class com.caucho.vfs.StreamPrintWriter
Prints the boolean followed by a newline.
println(char) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a character followed by a newline.
println(int) - Method in class com.caucho.vfs.StreamPrintWriter
Prints an integer followed by a newline.
println(long) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a long followed by a newline.
println(float) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a float followed by a newline.
println(double) - Method in class com.caucho.vfs.StreamPrintWriter
Prints a double followed by a newline.
println(char[]) - Method in class com.caucho.vfs.StreamPrintWriter
Writes a character array followed by a newline.
println(String) - Method in class com.caucho.vfs.StreamPrintWriter
Writes a string followed by a newline.
println(Object) - Method in class com.caucho.vfs.StreamPrintWriter
Writes an object followed by a newline.
println() - Method in class com.caucho.vfs.WriteStream
Prints a newline
println(char[], int, int) - Method in class com.caucho.vfs.WriteStream
Prints a character buffer followed by a newline.
println(String) - Method in class com.caucho.vfs.WriteStream
Prints a string buffer followed by a newline.
println(boolean) - Method in class com.caucho.vfs.WriteStream
Prints a boolean followed by a newline.
println(char) - Method in class com.caucho.vfs.WriteStream
Prints a char followed by a newline.
println(int) - Method in class com.caucho.vfs.WriteStream
Prints an integer followed by a newline.
println(long) - Method in class com.caucho.vfs.WriteStream
Prints a long followed by a newline.
println(float) - Method in class com.caucho.vfs.WriteStream
Prints a float followed by a newline.
println(double) - Method in class com.caucho.vfs.WriteStream
Prints a double followed by a newline.
println(Object) - Method in class com.caucho.vfs.WriteStream
Prints an object, converted to a string, followed by a newline.
println() - Method in class com.caucho.vfs.XmlWriter
 
printLocaleDate() - Method in class com.caucho.util.QDate
 
printMessage(WriteStream, String, Object[]) - Method in class com.caucho.log.AbstractLogHandler
 
printMethodHeader(Method) - Method in class com.caucho.java.AbstractGenerator
Prints a method header.
printMethodHeader(String, Method) - Method in class com.caucho.java.AbstractGenerator
Prints a method header.
printMethodHeader(String, Class[], Class, Class[]) - Method in class com.caucho.java.AbstractGenerator
Prints a method header.
printNode(Node) - Method in class com.caucho.xml.XmlPrinter
 
printPretty(WriteStream) - Method in interface com.caucho.xml.CauchoNode
Pretty-prints the node to a stream
printPretty(WriteStream) - Method in class com.caucho.xml.QAbstractNode
 
printPretty(WriteStream) - Method in class com.caucho.xpath.pattern.NamespaceNode
 
printPrettyXml(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node and children as XML, automatically indending
printQuotedJavaString(String) - Method in class com.caucho.java.gen.JavaWriterWrapper
Prints a Java escaped string surrounded by ", or null if the string is null.
printR(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.Value
 
printR(Env, WriteStream, int, IdentityHashMap<Value, String>, QuercusClass) - Method in class com.caucho.quercus.lib.simplexml.SimpleView
 
printREntry(Env, WriteStream, int, IdentityHashMap<Value, String>, Map.Entry<Value, Value>) - Method in class com.caucho.quercus.env.ArrayValue
 
printRFC2822(CharBuffer) - Method in class com.caucho.util.QDate
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ArgRef
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ArgValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ArrayValue.Entry
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ArrayValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.JavaAdapter
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.JavaValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ObjectExtJavaValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ObjectExtValue.Entry
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ObjectExtValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ResourceValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.ServerArrayValue
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.Value
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.env.Var
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.lib.simplexml.SimpleXMLElement
 
printRImpl(Env, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.lib.spl.ArrayObject
 
printRImpl(Env, Object, WriteStream, int, IdentityHashMap<Value, String>) - Method in class com.caucho.quercus.program.JavaClassDef
 
printShortLocaleDate() - Method in class com.caucho.util.QDate
Returns a date in M/dd/yy format (i.e.
printShortLocaleTime() - Method in class com.caucho.util.QDate
Returns a date in H:mm:ss PM format.
printStackTrace(Throwable, OutputStream) - Method in class com.caucho.java.LineMap
Filter a stack trace, replacing names.
printStackTrace(Throwable, PrintWriter) - Method in class com.caucho.java.LineMap
Filter a stack trace, replacing names.
printStackTrace(Throwable, PrintWriter) - Static method in class com.caucho.java.ScriptStackTrace
Filter a stack trace, replacing names.
printStackTrace() - Method in exception com.caucho.naming.NamingExceptionWrapper
Prints the stack trace, preferring the root cause if it exists.
printStackTrace(PrintStream) - Method in exception com.caucho.naming.NamingExceptionWrapper
Prints the stack trace, preferring the root cause if it exists.
printStackTrace(PrintWriter) - Method in exception com.caucho.naming.NamingExceptionWrapper
Prints the stack trace, preferring the root cause if it exists.
printStackTrace(PrintWriter) - Method in exception com.caucho.util.NotImplementedException
Prints the stack trace.
printStackTrace(PrintStream) - Method in exception com.caucho.util.NotImplementedException
Prints the stack trace.
printStackTrace() - Method in exception com.caucho.util.RegistryException
Prints the stack trace, preferring the root cause if it exists.
printStackTrace(PrintStream) - Method in exception com.caucho.util.RegistryException
Prints the stack trace, preferring the root cause if it exists.
printStackTrace(PrintWriter) - Method in exception com.caucho.util.RegistryException
Prints the stack trace, preferring the root cause if it exists.
printStr(String) - Method in class com.caucho.java.AbstractGenerator
Prints a string
printStreamState(XMLStreamReader) - Static method in class com.caucho.xml.stream.StaxUtil
 
printString(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node as XML to a string.
printType(Type) - Method in class com.caucho.java.JavaWriter
Prints the Java representation of the type
printUsage() - Method in class com.caucho.quercus.Quercus
 
printUtf8(String, int, int) - Method in class com.caucho.vfs.WriteStream
 
printVarType(TypeVariable<?>) - Method in class com.caucho.java.JavaWriter
 
printVersionChange(JavaWriter) - Method in class com.caucho.java.gen.DependencyComponent
Prints code to detect a version change.
PrintWriterImpl - Class in com.caucho.vfs
A print writer which allows for a changing writer.
PrintWriterImpl() - Constructor for class com.caucho.vfs.PrintWriterImpl
Creates a new PrintWriterImpl
PrintWriterImpl(Writer) - Constructor for class com.caucho.vfs.PrintWriterImpl
Creates a new PrintWriterImpl
printXml(Node) - Method in class com.caucho.xml.XmlPrinter
Prints the node as XML.
proc_close(Env, ProcOpenResource) - Static method in class com.caucho.quercus.lib.MiscModule
Closes the process opened by proc_open.
proc_get_status(Env, ProcOpenResource) - Static method in class com.caucho.quercus.lib.MiscModule
 
proc_open(Env, String, ArrayValue, Value, Path, ArrayValue, ArrayValue) - Static method in class com.caucho.quercus.lib.MiscModule
Basic implementation of proc_open.
proc_terminate(Env, ProcOpenResource) - Static method in class com.caucho.quercus.lib.MiscModule
Forcibly terminates the process opened by proc_open.
proceed() - Method in class com.caucho.config.gen.CandiInvocationContext
 
process(T) - Method in class com.caucho.env.actor.AbstractActorProcessor
Process a single item.
process(T) - Method in class com.caucho.env.actor.AbstractWorkerQueue
 
process(T) - Method in interface com.caucho.env.actor.ActorProcessor
Process a single item.
processAfterValidation(AfterDeploymentValidation) - Method in class com.caucho.config.xml.XmlStandardPlugin
 
processAnnotatedType(<any>) - Method in class com.caucho.config.extension.ExtensionManager
Creates a discovered annotated type.
ProcessAnnotatedTypeImpl<X> - Class in com.caucho.config.extension
 
processBean(<any>, <any>) - Method in class com.caucho.config.extension.ExtensionManager
 
processBean(<any>, Annotated) - Method in class com.caucho.config.extension.ExtensionManager
 
processBean(<any>) - Method in class com.caucho.config.xml.XmlStandardPlugin
 
ProcessBeanImpl<X> - Class in com.caucho.config.extension
 
ProcessBeanImpl(InjectManager, <any>, Annotated) - Constructor for class com.caucho.config.extension.ProcessBeanImpl
 
processFlush() - Method in class com.caucho.log.AbstractLogHandler
 
processFlush() - Method in class com.caucho.log.PathHandler
 
processFlush() - Method in class com.caucho.log.StreamHandler
 
processingInstruction(String, String) - Method in class com.caucho.quercus.lib.simplexml.SimpleHandler
 
processingInstruction(String, String) - Method in class com.caucho.relaxng.VerifierFilter
 
processingInstruction(String, String) - Method in class com.caucho.xml.DOMBuilder
 
processingInstruction(String, String) - Method in class com.caucho.xml.SAXBuilder
 
processingInstruction(String, String) - Method in class com.caucho.xml.XmlPrinter
Prints a processing instruction
processingInstruction(String, String) - Method in interface com.caucho.xml.XMLWriter
 
ProcessingInstructionImpl - Class in com.caucho.xml.stream.events
 
ProcessingInstructionImpl(String, String) - Constructor for class com.caucho.xml.stream.events.ProcessingInstructionImpl
 
processInjectionTarget(<any>, <any>) - Method in class com.caucho.config.extension.ExtensionManager
Processes the discovered InjectionTarget
processInjectionTarget(<any>, <any>) - Method in class com.caucho.config.inject.InjectManager
 
ProcessInjectionTargetImpl<X> - Class in com.caucho.config.extension
 
processManagedBean(ManagedBeanImpl<T>, Annotated) - Method in class com.caucho.config.extension.ExtensionManager
 
ProcessManagedBeanImpl<X> - Class in com.caucho.config.extension
 
ProcessManagedBeanImpl(InjectManager, <any>, Annotated) - Constructor for class com.caucho.config.extension.ProcessManagedBeanImpl
 
processObserver(<any>, <any>) - Method in class com.caucho.config.extension.ExtensionManager
Processes the observer.
ProcessObserverImpl<T,X> - Class in com.caucho.config.extension
 
processPendingAnnotatedTypes() - Method in class com.caucho.config.inject.InjectManager
 
processPendingEvents() - Method in class com.caucho.config.extension.ExtensionManager
 
processProducer(<any>, <any>) - Method in class com.caucho.config.extension.ExtensionManager
Processes the discovered method producer
processProducer(<any>, <any>) - Method in class com.caucho.config.extension.ExtensionManager
Processes the discovered method producer
processProducerField(ProducesFieldBean<T, X>) - Method in class com.caucho.config.extension.ExtensionManager
 
ProcessProducerFieldImpl<X,T> - Class in com.caucho.config.extension
 
ProcessProducerFieldImpl(InjectManager, ProducesFieldBean<X, T>) - Constructor for class com.caucho.config.extension.ProcessProducerFieldImpl
 
ProcessProducerImpl<T,X> - Class in com.caucho.config.extension
 
processProducerMethod(ProducesMethodBean<T, X>) - Method in class com.caucho.config.extension.ExtensionManager
 
ProcessProducerMethodImpl<X,T> - Class in com.caucho.config.extension
 
ProcessProducerMethodImpl(InjectManager, ProducesMethodBean<X, T>) - Constructor for class com.caucho.config.extension.ProcessProducerMethodImpl
 
processPublish(LogRecord) - Method in class com.caucho.log.AbstractLogHandler
 
processPublish(LogRecord) - Method in class com.caucho.log.PathHandler
 
processPublish(LogRecord) - Method in class com.caucho.log.StreamHandler
Publishes the record.
processRoots() - Method in class com.caucho.config.xml.XmlStandardPlugin
 
processTarget(<any>) - Method in class com.caucho.config.xml.XmlStandardPlugin
 
processType(<any>) - Method in class com.caucho.config.xml.XmlStandardPlugin
 
processType(AfterBeanDiscovery) - Method in class com.caucho.config.xml.XmlStandardPlugin
 
ProcOpenInput - Class in com.caucho.quercus.lib
Represents an input stream for a proc_open process.
ProcOpenInput(Env, InputStream) - Constructor for class com.caucho.quercus.lib.ProcOpenInput
 
ProcOpenInput(Env, InputStream, FileOutput) - Constructor for class com.caucho.quercus.lib.ProcOpenInput
 
ProcOpenOutput - Class in com.caucho.quercus.lib
Represents an output stream for a proc_open process.
ProcOpenOutput(Env, OutputStream) - Constructor for class com.caucho.quercus.lib.ProcOpenOutput
 
ProcOpenResource - Class in com.caucho.quercus.lib
 
ProcOpenResource(Env, Process, ProcOpenOutput, ProcOpenInput, ProcOpenInput, String) - Constructor for class com.caucho.quercus.lib.ProcOpenResource
 
produce(<any>) - Method in class com.caucho.config.inject.AbstractInjectionTarget
Instantiate the bean.
produce(<any>) - Method in class com.caucho.config.inject.CandiProducer
 
produce(<any>) - Method in class com.caucho.config.inject.DisposesProducer
Produces a new bean instance
produce(<any>) - Method in class com.caucho.config.inject.InjectionTargetBuilder
 
produce(<any>) - Method in class com.caucho.config.inject.InjectionTargetFilter
 
produce(<any>) - Method in class com.caucho.config.xml.XmlBean
 
produce(<any>) - Method in class com.caucho.config.xml.XmlInjectionTarget
 
ProducesBuilder - Class in com.caucho.config.inject
Builder for produces beans.
ProducesBuilder(InjectManager) - Constructor for class com.caucho.config.inject.ProducesBuilder
 
ProducesCreationalContext<T> - Class in com.caucho.config.inject
Stack of partially constructed beans.
ProducesCreationalContext(<any>, CreationalContextImpl<?>) - Constructor for class com.caucho.config.inject.ProducesCreationalContext
 
ProducesFieldBean<X,T> - Class in com.caucho.config.inject
 
ProducesFieldBean(InjectManager, <any>, <any>, <any>, Arg[]) - Constructor for class com.caucho.config.inject.ProducesFieldBean
 
ProducesMethodBean<X,T> - Class in com.caucho.config.inject
 
ProfileItem - Class in com.caucho.quercus.profile
Report of profile entries
ProfileItem(String, String, long, long) - Constructor for class com.caucho.quercus.profile.ProfileItem
 
ProfileMethod - Class in com.caucho.quercus.profile
Report for a method (function)
ProfileMethod(int, String) - Constructor for class com.caucho.quercus.profile.ProfileMethod
 
ProfileReport - Class in com.caucho.quercus.profile
Report of profile entries
ProfileReport(long, String, long) - Constructor for class com.caucho.quercus.profile.ProfileReport
 
ProfileStore - Class in com.caucho.quercus.profile
Stores the most recent profiles
ProfileStore() - Constructor for class com.caucho.quercus.profile.ProfileStore
 
ProgramAttribute - Class in com.caucho.config.attribute
 
ProgramAttribute(Method, ConfigType) - Constructor for class com.caucho.config.attribute.ProgramAttribute
 
PropertiesType - Class in com.caucho.config.type
Represents a Properties type.
property_exists(Env, Value, StringValue) - Static method in class com.caucho.quercus.lib.ClassesModule
Returns true if the named property exists on the object.
PropertyAttribute - Class in com.caucho.config.attribute
 
PropertyAttribute(Method, ConfigType<?>) - Constructor for class com.caucho.config.attribute.PropertyAttribute
 
PropertyEditorType - Class in com.caucho.config.type
Represents a type with a PropertyEditor
PropertyEditorType(Class<?>, PropertyEditor) - Constructor for class com.caucho.config.type.PropertyEditorType
The FloatType is a singleton
propertyNames() - Method in class com.caucho.loader.EnvironmentProperties
 
propertyNameToMethodName(String) - Static method in class com.caucho.util.BeanUtil
Converts a user's property name to a bean method name.
PropertyNotSupportedException - Exception in com.caucho.xml.stream
 
PropertyNotSupportedException(String) - Constructor for exception com.caucho.xml.stream.PropertyNotSupportedException
 
PropertyStringProgram - Class in com.caucho.config.program
A saved program for configuring an object.
PropertyStringProgram(String, String) - Constructor for class com.caucho.config.program.PropertyStringProgram
 
PropertyStringProgram(String, String, boolean) - Constructor for class com.caucho.config.program.PropertyStringProgram
 
PropertyStringProgram(QName, String) - Constructor for class com.caucho.config.program.PropertyStringProgram
 
PropertyValueProgram - Class in com.caucho.config.program
A saved program for configuring an object.
PropertyValueProgram(String, Object) - Constructor for class com.caucho.config.program.PropertyValueProgram
 
PropertyValueProgram(Class<?>, String, Object) - Constructor for class com.caucho.config.program.PropertyValueProgram
 
ProtocolWrapper - Class in com.caucho.quercus.lib.file
 
ProtocolWrapper() - Constructor for class com.caucho.quercus.lib.file.ProtocolWrapper
 
ProtocolWrapper(QuercusClass) - Constructor for class com.caucho.quercus.lib.file.ProtocolWrapper
 
ProxyableObject - Interface in com.caucho.naming
An object proxy for a foreign JNDI factory.
ProxyClassLoader - Class in com.caucho.loader
Class loader which loads a single proxy.
ProxyClassLoader() - Constructor for class com.caucho.loader.ProxyClassLoader
 
ProxyClassLoader(ClassLoader) - Constructor for class com.caucho.loader.ProxyClassLoader
 
PSFS_ERR_FATAL - Static variable in class com.caucho.quercus.lib.file.StreamModule
 
PSFS_FEED_ME - Static variable in class com.caucho.quercus.lib.file.StreamModule
 
PSFS_PASS_ON - Static variable in class com.caucho.quercus.lib.file.StreamModule
 
publish(LogRecord) - Method in class com.caucho.log.AbstractLogHandler
Publishes the record.
publish(LogRecord) - Method in class com.caucho.log.EventHandler
Publishes the record.
publish(LogRecord) - Method in class com.caucho.log.LevelHandler
Publishes the record.
publish(LogRecord) - Method in class com.caucho.log.SubHandler
Publishes the record.
publish(LogRecord) - Method in class com.caucho.log.SyslogHandler
Publishes the record.
push(T) - Method in class com.caucho.config.inject.CreationalContextImpl
 
push(Object) - Method in class com.caucho.config.scope.CreationContextImpl
 
push(ELResolver) - Method in class com.caucho.el.StackELResolver
 
push(Item) - Method in class com.caucho.relaxng.ParseState
 
push() - Method in class com.caucho.xml.stream.NamespaceContextImpl
Creates a new subcontext and enters it
pushCall(Expr, Value, Value[]) - Method in class com.caucho.quercus.env.Env
Sets the calling function expression.
pushDepth() - Method in class com.caucho.java.AbstractGenerator
Pushes an indentation depth.
pushDepth() - Method in class com.caucho.java.gen.JavaWriterWrapper
Pushes an indentation depth.
pushDepth() - Method in class com.caucho.java.JavaWriter
Pushes an indentation depth.
pushDoubleVar(int) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushEnv(Map<StringValue, EnvVar>) - Method in class com.caucho.quercus.env.Env
Pushes a new environment.
pushFieldGet(Env.OVERLOADING_TYPES, String, StringValue) - Method in class com.caucho.quercus.env.Env
 
pushFilter(StreamFilter) - Method in class com.caucho.vfs.ReadStream
Pushes a filter on the top of the stream stack.
pushFilter(StreamFilter) - Method in class com.caucho.vfs.WriteStream
Pushes a filter on the top of the stream stack.
pushFloatVar(int) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushInt(int) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushIntVar(int) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushLongVar(int) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushNamespace(String, String) - Method in class com.caucho.xml.XmlParser
 
pushNull() - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushObjectVar(int) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
pushOutputBuffer(Callable, int, boolean) - Method in class com.caucho.quercus.env.Env
Returns the writer.
pushProfile(int) - Method in class com.caucho.quercus.env.Env
 
pushUrlRewriter(Env) - Static method in class com.caucho.quercus.lib.OutputModule
Pushes a new UrlRewriter callback onto the output buffer stack if one does not already exist.
put(<any>, Object, T, <any>) - Method in class com.caucho.config.scope.ContextContainer
 
put(<any>, T) - Method in class com.caucho.config.scope.ScopeMap
 
put(String, Object) - Method in class com.caucho.el.MapVariableResolver
Sets the named variable value.
put(Object, Object) - Method in class com.caucho.loader.EnvironmentMap
 
put(String, String) - Method in class com.caucho.loader.EnvironmentProperties
 
put(Object, Object) - Method in class com.caucho.loader.EnvironmentProperties
 
put(String, Path) - Method in class com.caucho.loader.PathLoader
Adds a new path.
put(String, EnvironmentModel) - Method in class com.caucho.naming.EnvironmentModelRoot
Set a specific node.
put(Value, Value) - Method in class com.caucho.quercus.env.ArgRef
Returns the array ref.
put(Value) - Method in class com.caucho.quercus.env.ArgRef
Returns the array ref.
put(Value, Value) - Method in class com.caucho.quercus.env.ArrayCopyValueImpl
Adds a new value.
put(Value) - Method in class com.caucho.quercus.env.ArrayCopyValueImpl
Add
put(Env, ObjectValue, Value, Value) - Method in interface com.caucho.quercus.env.ArrayDelegate
Sets the value for the spoecified key.
put(Env, ObjectValue, Value) - Method in interface com.caucho.quercus.env.ArrayDelegate
Appends a value.
put(Value, Value) - Method in class com.caucho.quercus.env.ArrayValue
Adds a new value.
put(StringValue, StringValue, Value, boolean) - Method in class com.caucho.quercus.env.ArrayValue
Adds a new value.
put(Value) - Method in class com.caucho.quercus.env.ArrayValue
Add
put(String, String) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(Env, String, String) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(String, char) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(String, long) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(Env, String, long) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(String, double) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(String, boolean) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(Env, String, boolean) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(String) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(long) - Method in class com.caucho.quercus.env.ArrayValue
Convenience for lib.
put(Value) - Method in class com.caucho.quercus.env.ArrayValueImpl
Add
put(Value, Value) - Method in class com.caucho.quercus.env.ArrayValueWrapper
Adds a new value.
put(Value) - Method in class com.caucho.quercus.env.ArrayValueWrapper
Add
put(K, V) - Method in class com.caucho.quercus.env.ChainedMap
Sets the value
put(Value, Value) - Method in class com.caucho.quercus.env.CompiledClassDef
Adds a value.
put(Value) - Method in class com.caucho.quercus.env.CompiledClassDef
Adds a value.
put(Value, Value) - Method in class com.caucho.quercus.env.CopyArrayValue
Adds a new value.
put(Value) - Method in class com.caucho.quercus.env.CopyArrayValue
Add
put(Value, Value) - Method in class com.caucho.quercus.env.CopyObjectExtValue
Sets the array value with the given key.
put(Value) - Method in class com.caucho.quercus.env.CopyObjectExtValue
Appends a new array value
put(Value) - Method in class com.caucho.quercus.env.JavaAdapter
Adds a new value.
put(Value, Value) - Method in class com.caucho.quercus.env.JavaAdapter
Adds a new value.
put(Value, Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
Returns the array ref.
put(Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
Returns the array ref.
put(Value, Value) - Method in class com.caucho.quercus.env.JavaMapValue
 
put(StringValue, Var) - Method in class com.caucho.quercus.env.LazyStaticMap
Returns the matching value, or null.
put(StringValue, EnvVar) - Method in class com.caucho.quercus.env.LazySymbolMap
Returns the matching value, or null.
put(StringValue, V) - Method in class com.caucho.quercus.env.MethodMap
 
put(Value, Value) - Method in class com.caucho.quercus.env.ObjectValue
Sets the array value with the given key.
put(Value) - Method in class com.caucho.quercus.env.ObjectValue
Appends a new array value
put(Value) - Method in class com.caucho.quercus.env.SerializeMap
 
put(Value) - Method in class com.caucho.quercus.env.ServerArrayValue
Adds a new value.
put(String, String) - Method in class com.caucho.quercus.env.ServerArrayValue
Convenience for lib.
put(Value, Value) - Method in class com.caucho.quercus.env.StringBuilderValue
Sets the array ref.
put(Value, Value) - Method in class com.caucho.quercus.env.UnicodeBuilderValue
Sets the array ref.
put(Value, Value) - Method in class com.caucho.quercus.env.Value
Sets the array ref and returns the value
put(Value, Value, Value, Value) - Method in class com.caucho.quercus.env.Value
Sets the array ref.
put(Value) - Method in class com.caucho.quercus.env.Value
Appends an array value
put(Value, Value) - Method in class com.caucho.quercus.env.Var
Returns the array ref.
put(Value) - Method in class com.caucho.quercus.env.Var
Returns the array ref.
put(K, V) - Method in interface com.caucho.quercus.env.VarMap
Sets the value
put(Env, ObjectValue, Value, Value) - Method in class com.caucho.quercus.lib.spl.ArrayAccessDelegate
 
put(Env, ObjectValue, Value) - Method in class com.caucho.quercus.lib.spl.ArrayAccessDelegate
 
put(Env, ObjectValue, Value, Value) - Method in class com.caucho.quercus.program.FunctionArrayDelegate
Sets the value for the spoecified key.
put(Env, ObjectValue, Value) - Method in class com.caucho.quercus.program.FunctionArrayDelegate
Appends a value.
put(StringValue, StringValue, String) - Method in class com.caucho.quercus.program.TraitAliasMap
 
put(StringValue, String, String) - Method in class com.caucho.quercus.program.TraitInsteadofMap
 
put(M) - Method in class com.caucho.util.AbstractActorQueue
 
put(char[], int, int) - Method in class com.caucho.util.CaseInsensitiveIntMap
Puts a new value in the property table with the appropriate flags
put(String, int) - Method in class com.caucho.util.CaseInsensitiveIntMap
Puts a new value in the property table with the appropriate flags
put(T) - Method in class com.caucho.util.fRingValueQueueOrig
 
put(K, V) - Method in class com.caucho.util.HashMapImpl
Puts a new item in the cache.
put(Object, int) - Method in class com.caucho.util.IdentityIntMap
Puts a new value in the property table with the appropriate flags
put(Object, int) - Method in class com.caucho.util.IntMap
Puts a new value in the property table with the appropriate flags
put(long, E) - Method in class com.caucho.util.LongKeyHashMap
Puts a new item in the cache.
put(long, V) - Method in class com.caucho.util.LongKeyLruCache
Puts a new item in the cache.
put(long, Object) - Method in class com.caucho.util.LongKeyMap
Puts a new value in the property table with the appropriate flags
put(K, long) - Method in class com.caucho.util.LongMap
Puts a new value in the property table with the appropriate flags
put(K, V) - Method in class com.caucho.util.LruCache
Puts a new item in the cache.
put(K, V) - Method in class com.caucho.util.TimedCache
Put a new item in the cache.
put(K, V) - Method in class com.caucho.util.WeakLruCache
Puts a new item in the cache.
put(String, Path) - Method in class com.caucho.vfs.SchemeMap
Puts a new value in the schemeMap.
put(String, SchemeRoot) - Method in class com.caucho.vfs.SchemeMap
Puts a new value in the schemeMap.
putAll(Map) - Method in class com.caucho.loader.EnvironmentMap
 
putAll(ArrayValue) - Method in class com.caucho.quercus.env.ArrayValue
Puts all of the arg elements into this array.
putArray(Env) - Method in class com.caucho.quercus.env.Value
Appends a new array.
putBindingVariable(String, Integer) - Method in class com.caucho.quercus.lib.db.OracleStatement
Assigns a variable name to the corresponding index
putByNameVariable(String, Value) - Method in class com.caucho.quercus.lib.db.OracleStatement
Assigns a value to a variable
putCache(String, Path) - Method in class com.caucho.vfs.Path
 
putCopy(Value, Value) - Method in class com.caucho.quercus.env.CopyRoot
 
putenv(Env, StringValue) - Static method in class com.caucho.quercus.lib.OptionsModule
Sets an environment name/value pair.
PUTFIELD - Static variable in class com.caucho.bytecode.CodeVisitor
 
putField(String, String, String) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.CopyObjectExtValue
Adds a new value.
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.JavaAdapter
 
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
Sets the field.
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.JavaValue
Sets the field value.
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.ObjectExtValue
Adds a new value.
putField(String, String) - Method in class com.caucho.quercus.env.ObjectValue
Adds a new value.
putField(Env, String, String) - Method in class com.caucho.quercus.env.ObjectValue
Adds a new value.
putField(String, long) - Method in class com.caucho.quercus.env.ObjectValue
Adds a new value.
putField(Env, String, long) - Method in class com.caucho.quercus.env.ObjectValue
Adds a new value.
putField(Env, String, Value) - Method in class com.caucho.quercus.env.ObjectValue
Adds a new value.
putField(String, double) - Method in class com.caucho.quercus.env.ObjectValue
Adds a new value.
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.Value
Returns the field ref.
putField(Env, StringValue, Value, Value, Value) - Method in class com.caucho.quercus.env.Value
 
putField(Env, String, Value) - Method in class com.caucho.quercus.env.Value
 
putField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.Var
Sets the field.
putField(Env, Value, StringValue, Value) - Method in class com.caucho.quercus.program.JavaClassDef
 
putFieldExt(Env, StringValue, Value) - Method in class com.caucho.quercus.env.CopyObjectExtValue
 
putFieldExt(Env, StringValue, Value) - Method in class com.caucho.quercus.env.ObjectExtJavaValue
Sets fields not specified by the value.
putFieldExt(Env, StringValue, Value) - Method in class com.caucho.quercus.env.ObjectExtValue
 
putIfAbsent(String, Object) - Method in class com.caucho.loader.EnvironmentClassLoader
Sets the named attributes
putIfAbsent(long, V) - Method in class com.caucho.util.LongKeyLruCache
Puts a new item in the cache.
putIfNew(long, V) - Method in class com.caucho.util.LongKeyLruCache
Puts a new item in the cache.
putIfNew(K, long) - Method in class com.caucho.util.LongMap
Puts a new value in the property table with the appropriate flags
putIfNew(K, V) - Method in class com.caucho.util.LruCache
Puts a new item in the cache.
putImpl(Value, Value) - Method in class com.caucho.quercus.env.JavaAdapter
Adds a new value.
putImpl(Value, Value) - Method in class com.caucho.quercus.env.JavaCollectionAdapter
 
putImpl(Value, Value) - Method in class com.caucho.quercus.env.JavaListAdapter
Adds a new value.
putImpl(Value, Value) - Method in class com.caucho.quercus.env.JavaMapAdapter
Adds a new value.
putIncludeCache(StringValue, String, Path, Path, Path) - Method in class com.caucho.quercus.QuercusContext
Adds an include path.
putMethod(Method, <any>) - Static method in class com.caucho.config.inject.AnnotatedOverrideMap
 
putObject(Env) - Method in class com.caucho.quercus.env.Value
Appends a new object
putQualified(String) - Method in class com.caucho.quercus.env.ImportMap
 
putQualified(String, String) - Method in class com.caucho.quercus.env.ImportMap
 
putQualifiedImport(String) - Method in class com.caucho.quercus.env.Env
Adds a Quercus class import.
putRef() - Method in class com.caucho.quercus.env.CompiledClassDef
Adds a value.
putResource(Object, XAResource) - Method in class com.caucho.transaction.TransactionImpl
Puts a resource into a map of resources and adds the resource to the transaction.
putResource(Object, Object) - Method in class com.caucho.transaction.TransactionImpl
 
putResource(Object, Object) - Method in class com.caucho.transaction.TransactionSynchronizationRegistryImpl
 
putResourceAlias(String, String) - Method in class com.caucho.loader.EnvironmentClassLoader
 
putStatement(String, PostgresStatement) - Method in class com.caucho.quercus.lib.db.Postgres
 
PUTSTATIC - Static variable in class com.caucho.bytecode.CodeVisitor
 
putStatic(String, String, String) - Method in class com.caucho.bytecode.CodeWriterAttribute
 
putThisField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.CopyObjectExtValue
Sets/adds field to this object.
putThisField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.JavaAdapterVar
Sets the field.
putThisField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.ObjectExtValue
Sets/adds field to this object.
putThisField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.Value
Returns the field ref.
putThisField(Env, StringValue, Value, Value, Value) - Method in class com.caucho.quercus.env.Value
Sets an array field ref.
putThisField(Env, StringValue, Value) - Method in class com.caucho.quercus.env.Var
Sets the field.
putThisFieldArray(Env, Value, StringValue, Value, Value) - Method in class com.caucho.quercus.env.StringValue
Appends a value to an array that is a field of an object.
putThisFieldArray(Env, Value, StringValue, Value, Value) - Method in class com.caucho.quercus.env.Value
Appends a value to an array that is a field of an object.
putThisFieldArray(Env, Value, StringValue, Value, Value) - Method in class com.caucho.quercus.env.Var
Appends a value to an array that is a field of an object.
putValue(String, Object) - Method in class com.caucho.bytecode.JavaAnnotation
Sets a value.
putVar(String, Object) - Static method in class com.caucho.el.EL
Puts an environment value.
putVar(String, Object, ClassLoader) - Static method in class com.caucho.el.EL
Puts an environment value.
putVar() - Method in class com.caucho.quercus.env.ArrayCopyValueImpl
Sets the array ref.
putVar() - Method in class com.caucho.quercus.env.ArrayValue
Sets the array ref.
putVar() - Method in class com.caucho.quercus.env.ArrayValueImpl
Sets the array ref.
putVar() - Method in class com.caucho.quercus.env.ArrayValueWrapper
Sets the array ref.
putVar() - Method in class com.caucho.quercus.env.CopyArrayValue
Sets the array ref.
putVar() - Method in class com.caucho.quercus.env.JavaAdapter
Sets the array ref.
putVar() - Method in class com.caucho.quercus.env.JavaAdapterVar
Returns the array ref.
putVar() - Method in class com.caucho.quercus.env.Value
Sets the array tail, returning the Var of the tail.
putVar() - Method in class com.caucho.quercus.env.Var
Returns the array ref.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links