[erfurt] Element Index

Package Indexes

All Elements
a c d e g h i l m n o p q r s t u v w y _
_
top
$_allowRedirects
* Whether to allow redirects * @var boolean
$_body
* Response body * @var string
$_body
* Request body * @var string
$_bodyDisallowed
* A list of methods that MUST NOT have a request body, per RFC 2616 * @var array
$_chunkLength
* Used by _readChunked(): remaining length of the current chunk * @var string
$_code
* Return code * @var string
$_cookies
* Cookies set in response * @var array
$_headers
* Response headers * @var array
$_http
* HTTP Version * @var string
$_listeners
* Attached listeners * @var array
$_listeners
* Attached listeners * @var array
$_maxRedirects
* Maximum redirects allowed * @var integer
$_method
* Type of request * @var string
$_pass
* Basic Auth Password * @var string
$_postData
* Post data * @var array
$_postFiles
* Files to post * @var array
$_protocol
* Protocol * @var string
$_proxy_host
* Proxy server * @var string
$_proxy_pass
* Proxy password * @var string
$_proxy_port
* Proxy port * @var integer
$_proxy_user
* Proxy username * @var string
$_readTimeout
* Timeout for reading from socket (array(seconds, microseconds)) * @var array
$_redirects
* Current number of redirects * @var integer
$_requestHeaders
* Request headers * @var array
$_response
* HTTP_Response object * @var object HTTP_Response
$_saveBody
* Whether to save response body in response object property * @var bool
$_sock
* Socket object * @var object Net_Socket
$_sock
* Socket object * @var object
$_socketOptions
* Options to pass to Net_Socket::connect.
$_timeout
* Connection timeout.
$_toRead
* Bytes left to read from message-body * @var null|int
$_url
* Instance of Net_URL * @var object Net_URL
$_useBrackets
* Whether to append brackets [] to array variables * @var bool
$_user
* Basic Auth Username * @var string
_arrayMapRecursive
* Recursively applies the callback function to the value * * @param mixed Callback function * @param mixed Value to process * @access private * @return mixed Processed value
_buildRequest
* Builds the request string * * @access private * @return string The request string
_decodeGzip
* Decodes the message-body encoded by gzip * * The real decoding work is done by gzinflate() built-in function, this * method only parses the header and checks data for compliance with * RFC 1952 * * @access private * @param string gzip-encoded data * @return string decoded data
_flattenArray
* Helper function to change the (probably multidimensional) associative array * into the simple one.
_generateHostHeader
* Generates a Host header for HTTP/1.
_notify
* Notifies all registered listeners of an event.
_notify
* Notifies all registered listeners of an event.
_parseCookie
* Parse a Set-Cookie header to fill $_cookies array * * @access private * @param string value of Set-Cookie header
_processHeader
* Processes the response header * * @access private * @param string HTTP header
_readChunked
* Read a part of response body encoded with chunked Transfer-Encoding * * @access private * @return string
__construct
__construct
__construct
PHP5 Constructor
__destruct
Deallocate and destroy a parser. all stack elements before shutting the parser down.
__toString
a
top
$anchor
Anchor
addCookie
* Appends a cookie to "Cookie:" header * * @param string $name cookie name * @param string $value cookie value * @access public
addFile
* Adds a file to upload * * This also changes content-type to 'multipart/form-data' for proper upload * * @access public * @param string name of file-upload field * @param mixed file name(s) * @param mixed content-type(s) of file(s) being uploaded * @return bool true on success * @throws PEAR_Error
addHeader
* Adds a request header * * @param string Header name * @param string Header value * @access public
addPostData
* Adds postdata items * * @param string Post data name * @param string Post data value * @param bool Whether data is already urlencoded or not, default = not * @access public
addQueryString
Adds a querystring item
addQueryString
* Adds a querystring parameter * * @param string Querystring parameter name * @param string Querystring parameter value * @param bool Whether the value is already urlencoded or not, default = not * @access public
addRawPostData
* Adds raw postdata (DEPRECATED) * * @param string The data * @param bool Whether data is preencoded or not, default = already encoded * @access public * @deprecated deprecated since 1.
addRawQueryString
Sets the querystring to literally what you supply
addRawQueryString
* Sets the querystring to literally what you supply * * @param string The querystring data.
allConceptNames
allIndividuals
allRoleNames
ALPHANUMERIC
ancestors
AND_OPERATOR
attach
* Adds a Listener to the list of listeners that are notified of * the object's events * * @param object HTTP_Request_Listener instance to attach * @return boolean whether the listener was successfully attached * @access public
c
top
$Client
Cache.php
children
clearCookies
* Clears any cookies that have been added (DEPRECATED).
clearPostData
* Clears any postdata that has been added (DEPRECATED).
COMMA
createKB
config.php
d
top
$debug_flag
$digvars
$digvars
descendants
detach
* Removes a Listener from the list of listeners * * @param object HTTP_Request_Listener instance to detach * @return boolean whether the listener was successfully detached * @access public
disconnect
* Disconnect the socket, if connected.
disjoint
doParse
The main parser program.
DIGReasoner.php
DIG_XML_variables.php
e
top
EF_LOCATION_RAP
emptyCache
equivalents
*****NOT WORKING YET
ERFURT_BASE
Erfurt_Cache
Erfurt_Reasoning_DIG1_1_DIGReasoner
Erfurt_Reasoning_DIG1_1_DIGReasoner
* @package reasoning
Erfurt_Reasoning_DIG1_1_DIG_XML_variables
* @package reasoning
Erfurt_Reasoning_DIG1_1_HTTPDIGConnector
Erfurt_Reasoning_DIG1_1_HTTPDIGConnector
* @package reasoning
EXACTLY_OPERATOR
execute
executeAsks
executeTells
expire
expireFunction
g
top
$getIdentifier
getQueryString
Returns flat querystring
getResponseBody
* Returns the body of the response * * @access public * @return mixed response body, false if not set
getResponseCode
* Returns the response code * * @access public * @return mixed Response code, false if not set
getResponseCookies
* Returns cookies set in response * * @access public * @return mixed array of response cookies, false if none are present
getResponseHeader
* Returns either the named header or all if no name given * * @access public * @param string The header name to return, do not set to get all headers * @return mixed either the value of $headername (false if header is not present) * or an array of all headers
getStandardPort
Returns the standard port number for a protocol
getStructured
getURL
Returns full url
getUrl
* Returns the current request URL * * @return string Current request URL * @access public
h
top
$host
Host
HTTP_Request
* Constructor * * Sets up the object * @param string The url to fetch/access * @param array Associative array of parameters which can have the following keys: *
HTTP_Request
HTTP_REQUEST_HTTP_VER_1_0
HTTP_REQUEST_HTTP_VER_1_1
HTTP_REQUEST_METHOD_DELETE
HTTP_REQUEST_METHOD_GET
HTTP_REQUEST_METHOD_HEAD
HTTP_REQUEST_METHOD_OPTIONS
HTTP_REQUEST_METHOD_POST
HTTP_REQUEST_METHOD_PUT
HTTP_REQUEST_METHOD_TRACE
HTTP_Response
* Constructor * * @param object Net_Socket socket to read the response from * @param array listeners attached to request * @return mixed PEAR Error on error, true otherwise
HTTP_Response
* Response class to complement the Request class
HTTPDIGConnector.php
HTTP_Request.php
HTTP.php
i
top
$internalURI
instance
instances
l
top
LBRACE
load
loadKB
lookupURI
LPAREN
LSQUAREBRACKET
m
top
$major
$metadata
$minor
$model
MAX_OPERATOR
MIN_OPERATOR
n
top
$namespaces
$newKB
NET_SOCKET_ERROR
NET_SOCKET_READ
NET_SOCKET_WRITE
Net_URL
PHP4 Constructor
Net_URL
NOT_OPERATOR
NUMERIC
o
top
offsetExists
offsetGet
offsetSet
offsetUnset
ONLYSOME_OPERATOR
ONLY_OPERATOR
OR_OPERATOR
OWLParser
OWL_To_Erfurt_yyStackEntry
The following structure represents a single element of the parser's stack.
  • The state number for the parser at this level of the stack.
OWL_To_Erfurt_yyToken
This can be used to store both the string representation of a token, and any useful meta-data associated with the token.
p
top
$password
Password
$path
Path
$port
Port
$protocol
Protocol
parents
parseString
printAsTable
PrintTrace
Output debug information to output (php://output stream)
process
* Processes a HTTP response * * This extracts response code, headers, cookies and decodes body if it * was encoded in some way * * @access public * @param bool Whether to store response body in object property, set * this to false if downloading a LARGE file and using a Listener.
Parser.php
q
top
$querystring
Query string
r
top
$reasonerURL
$reasonerURL
rancestors
RBRACE
rchildren
rdescendants
relatedIndividuals
releaseKB
removeHeader
* Removes a request header * * @param string Header name to remove * @access public
removeQueryString
Removes a querystring item
reset
* Resets the object to its initial state (DEPRECATED).
resolvePath
Resolves //, . the result. /foo/bar/. /foo/bar/. /foo/bar/. This method can also be called statically.
roleFillers
RPAREN
rparents
RSQUAREBRACKET
s
top
$stateno
$string
Socket.php
satisfiable
save
sendRequest
* Sends the request * * @access public * @param bool Whether to store response body in Response object property, * set this to false if downloading a LARGE file and using a Listener * @return mixed PEAR error on error, true otherwise
setBasicAuth
* Sets basic authentication parameters * * @param string Username * @param string Password
setBody
* Sets the request body (for POST, PUT and similar requests) * * @param string Request body * @access public
setHttpVer
* Sets the HTTP version to use, 1.
setMethod
* Sets the method to be used, GET, POST etc.
setProtocol
Forces the URL to a particular protocol
setProxy
* Sets a proxy to be used * * @param string Proxy host * @param int Proxy port * @param string Proxy username * @param string Proxy password * @access public
setURL
* Sets the URL to be requested * * @param string The url to be requested * @access public
SOME_OPERATOR
subsumes
t
top
test_Structured.php
testReasoner
testReasoner
tokenName
This function returns the symbolic name associated with a token value.
toldValues
Trace
Turn parser tracing on by giving a stream to which to write the trace and a prompt to preface each trace message. by making either argument NULL Inputs:
  • A stream resource to which trace output should be written.
types
u
top
$url
Full url
$useBrackets
Whether to use []
$username
Username
URL.php
v
top
$version
VALUE_OPERATOR
w
top
WebDAV.php
y
top
$yyerrcnt
$yyExpectedTokens
$yyFallback
The next table maps tokens into fallback tokens. like the following: %fallback ID X Y Z.
$yyidx
$yyReduceMap
The following table contains a mapping of reduce action to method name that handles the reduction.
$yyRuleInfo
The following table contains information about every rule that is used during the reduce.
$yyRuleName
For tracing reduce actions, the names of all rules are required.
$yystack
$yyTokenName
For tracing shifts, the names of all terminals and nonterminals
$yyTraceFILE
$yyTracePrompt
String to prepend to debug output
$yy_action
$yy_default
$yy_lookahead
$yy_reduce_ofst
$yy_shift_ofst
YYERRORSYMBOL
YYERRSYMDT
YYFALLBACK
YYNOCODE
YYNRULE
YYNSTATE
YYSTACKDEPTH
yy_accept
The following is executed when the parser accepts
YY_ACCEPT_ACTION
yy_destructor
The following function deletes the value associated with a symbol.
YY_ERROR_ACTION
yy_find_reduce_action
Find the appropriate action for a parser given the non-terminal look-ahead token $iLookAhead.
yy_find_shift_action
Find the appropriate action for a parser given the terminal look-ahead token iLookAhead.
yy_get_expected_tokens
Based on the current state and parser stack, get a list of all
yy_is_expected_token
Based on the parser state and current parser stack, determine whether the lookahead token is possible.
YY_NO_ACTION
yy_parse_failed
The following code executes when the parse fails
yy_pop_parser_stack
Pop the parser's stack once.
yy_r0
yy_r1
yy_r2
yy_r3
yy_r4
yy_r5
yy_r6
yy_r7
yy_r8
yy_r9
yy_r10
yy_r11
yy_r12
yy_r13
yy_r14
yy_r15
yy_r16
yy_r17
yy_r18
yy_r19
yy_r20
yy_reduce
Perform a reduce action and the shift that must immediately follow the reduce.
YY_REDUCE_MAX
YY_REDUCE_USE_DFLT
yy_shift
Perform a shift action.
YY_SHIFT_MAX
YY_SHIFT_USE_DFLT
yy_syntax_error
The following code executes when a syntax error first occurs.
YY_SZ_ACTTAB
a c d e g h i l m n o p q r s t u v w y _

Documentation generated on 2009-01-06 at 01:01 by phpDocumentor 1.4.1