[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/ -> IXR_Library.php (summary)

(no description)

File Size: 802 lines (27 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 inc/pluginutils.php

Defines 10 classes

IXR_Value:: (4 methods):
  IXR_Value()
  calculateType()
  getXml()
  isStruct()

IXR_Message:: (5 methods):
  IXR_Message()
  parse()
  tag_open()
  cdata()
  tag_close()

IXR_Server:: (11 methods):
  IXR_Server()
  serve()
  call()
  error()
  output()
  hasMethod()
  setCapabilities()
  getCapabilities()
  setCallbacks()
  listMethods()
  multiCall()

IXR_Request:: (3 methods):
  IXR_Request()
  getLength()
  getXml()

IXR_Client:: (6 methods):
  IXR_Client()
  query()
  getResponse()
  isError()
  getErrorCode()
  getErrorMessage()

IXR_Error:: (2 methods):
  IXR_Error()
  getXml()

IXR_Date:: (6 methods):
  IXR_Date()
  parseTimestamp()
  parseIso()
  getIso()
  getXml()
  getTimestamp()

IXR_Base64:: (2 methods):
  IXR_Base64()
  getXml()

IXR_IntrospectionServer:: (5 methods):
  IXR_IntrospectionServer()
  addCallback()
  call()
  methodSignature()
  methodHelp()

IXR_ClientMulticall:: (3 methods):
  IXR_ClientMulticall()
  addCall()
  query()


Class: IXR_Value  - X-Ref

IXR - The Inutio XML-RPC Library - (c) Incutio Ltd 2002

IXR_Value($data, $type = false)   X-Ref
No description

calculateType()   X-Ref
No description

getXml()   X-Ref
No description

isStruct($array)   X-Ref
No description

Class: IXR_Message  - X-Ref

IXR_Message($message)   X-Ref
No description

parse()   X-Ref
No description

tag_open($parser, $tag, $attr)   X-Ref
No description

cdata($parser, $cdata)   X-Ref
No description

tag_close($parser, $tag)   X-Ref
No description

Class: IXR_Server  - X-Ref

IXR_Server($callbacks = false, $data = false)   X-Ref
No description

serve($data = false)   X-Ref
No description

call($methodname, $args)   X-Ref
No description

error($error, $message = false)   X-Ref
No description

output($xml)   X-Ref
No description

hasMethod($method)   X-Ref
No description

setCapabilities()   X-Ref
No description

getCapabilities()   X-Ref
No description

setCallbacks()   X-Ref
No description

listMethods()   X-Ref
No description

multiCall($methodcalls)   X-Ref
No description

Class: IXR_Request  - X-Ref

IXR_Request($method, $args)   X-Ref
No description

getLength()   X-Ref
No description

getXml()   X-Ref
No description

Class: IXR_Client  - X-Ref

Changed for DokuWiki to use DokuHTTPClient

This should be compatible to the original class, but uses DokuWiki's
HTTP client library which will respect proxy settings

Because the XMLRPC client is not used in DokuWiki currently this is completely
untested
IXR_Client($server, $path = false, $port = 80)   X-Ref
No description

query()   X-Ref
No description

getResponse()   X-Ref
No description

isError()   X-Ref
No description

getErrorCode()   X-Ref
No description

getErrorMessage()   X-Ref
No description

Class: IXR_Error  - X-Ref

IXR_Error($code, $message)   X-Ref
No description

getXml()   X-Ref
No description

Class: IXR_Date  - X-Ref

IXR_Date($time)   X-Ref
No description

parseTimestamp($timestamp)   X-Ref
No description

parseIso($iso)   X-Ref
No description

getIso()   X-Ref
No description

getXml()   X-Ref
No description

getTimestamp()   X-Ref
No description

Class: IXR_Base64  - X-Ref

IXR_Base64($data)   X-Ref
No description

getXml()   X-Ref
No description

Class: IXR_IntrospectionServer  - X-Ref

IXR_IntrospectionServer()   X-Ref
No description

addCallback($method, $callback, $args, $help)   X-Ref
No description

call($methodname, $args)   X-Ref
No description

methodSignature($method)   X-Ref
No description

methodHelp($method)   X-Ref
No description

Class: IXR_ClientMulticall  - X-Ref

IXR_ClientMulticall($server, $path = false, $port = 80)   X-Ref
No description

addCall()   X-Ref
No description

query()   X-Ref
No description



Generated: Fri Nov 21 01:30:02 2008 Cross-referenced by PHPXref 0.7