[default] element index

Package indexes

All elements
a b c d e f g h i j l m n o p r s t u v w _
_
top
Variable $_events
CKEditor::$_events in ckeditor_php4.php
An array that holds event listeners.
Variable $_globalEvents
CKEditor::$_globalEvents in ckeditor_php4.php
An array that holds global event listeners.
Variable $_timestamp
CKEditor::$_timestamp in ckeditor_php4.php
A constant string unique for each release of %CKEditor.
a
top
Variable $attr
CrewClient::$attr in crewserver.php
Variable $attr
CrewWorkshop::$attr in crewserver.php
Variable $authenticated
CrewClient::$authenticated in crewserver.php
Method addEventHandler
CKEditor::addEventHandler() in ckeditor_php4.php
Adds event listener. Events are fired by %CKEditor in various situations.
Method addGlobalEventHandler
Adds global event listener.
Function agplv3_compliance
agplv3_compliance() in crewserver.php
b
top
Variable $basePath
CKEditor::$basePath in ckeditor_php4.php
URL to the %CKEditor installation directory (absolute or relative to document root). If not set, CKEditor will try to guess it's path.
Variable $BasePath
FCKeditor::$BasePath in fckeditor_php4.php
Path to FCKeditor relative to the document root.
Variable $buf_in
CrewClient::$buf_in in crewserver.php
Variable $buf_out
CrewClient::$buf_out in crewserver.php
c
top
Variable $cid
CrewClient::$cid in crewserver.php
Variable $cids
CrewServer::$cids in crewserver.php
Variable $clients
CrewWorkshop::$clients in crewserver.php
Variable $clients
CrewServer::$clients in crewserver.php
Variable $config
CKEditor::$config in ckeditor_php4.php
An array that holds the global %CKEditor configuration. For the list of available options, see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
Variable $Config
FCKeditor::$Config in fckeditor_php4.php
This is where additional configuration can be passed.
Method calc_jranges
Method cast_message
Method cast_userlist
Method cast_user_enters
Method cast_user_leaves
Method CKEditor
CKEditor::CKEditor() in ckeditor_php4.php
Main Constructor.
Class CKEditor
CKEditor in ckeditor_php4.php
\brief CKEditor class that can be used to create editor instances in PHP pages on server side.
Method ckeditorPath
CKEditor::ckeditorPath() in ckeditor_php4.php
Return path to ckeditor.js.
Method clearEventHandlers
CKEditor::clearEventHandlers() in ckeditor_php4.php
Clear registered event handlers. Note: this function will have no effect on already created editor instances.
Method clearGlobalEventHandlers
Clear registered global event handlers. Note: this function will have no effect if the event handler has been already printed/returned.
Method configSettings
CKEditor::configSettings() in ckeditor_php4.php
Returns the configuration array (global and instance specific settings are merged into one array). \private
Method Create
FCKeditor::Create() in fckeditor_php4.php
Display FCKeditor.
Method CreateHtml
FCKeditor::CreateHtml() in fckeditor_php4.php
Return the HTML code required to run FCKeditor.
Method CrewClient
CrewClient::CrewClient() in crewserver.php
Class CrewClient
CrewClient in crewserver.php
Class CrewServer
CrewServer in crewserver.php
Method CrewServer
CrewServer::CrewServer() in crewserver.php
Method CrewWorkshop
Class CrewWorkshop
CrewWorkshop in crewserver.php
Constant CREW_SERVER_DATE
CREW_SERVER_DATE in crewserver.php
Constant CREW_SERVER_NAME
CREW_SERVER_NAME in crewserver.php
Constant CREW_SERVER_VERSION
CREW_SERVER_VERSION in crewserver.php
Page ckeditor.php
ckeditor.php in ckeditor.php
Page ckeditor_php4.php
ckeditor_php4.php in ckeditor_php4.php
Page ckeditor_php5.php
ckeditor_php5.php in ckeditor_php5.php
Page crewserver.php
crewserver.php in crewserver.php
d
top
Variable $date
CrewClient::$date in crewserver.php
Variable $dirty_sockets
CrewServer::$dirty_sockets in crewserver.php
Method disconnect_client
Method disconnect_socket
Method disjoin
CrewWorkshop::disjoin() in crewserver.php
Function dump_buffer
dump_buffer() in crewserver.php
Method dump_overview
CrewServer::dump_overview() in crewserver.php
e
top
Method editor
CKEditor::editor() in ckeditor_php4.php
Creates a %CKEditor instance. In incompatible browsers %CKEditor will downgrade to plain HTML <textarea> element.
Method EncodeConfig
FCKeditor::EncodeConfig() in fckeditor_php4.php
Encode characters that may break the configuration string generated by GetConfigFieldString().
Function error_handler
error_handler() in spellchecker.php
Function escape_quote
escape_quote() in spellchecker.php
f
top
Class FCKeditor
FCKeditor in fckeditor_php4.php
Method FCKeditor
FCKeditor::FCKeditor() in fckeditor_php4.php
Main Constructor. Refer to the _samples/php directory for examples.
Function FCKeditor_IsCompatibleBrowser
FCKeditor_IsCompatibleBrowser() in fckeditor_php4.php
Check if browser is compatible with FCKeditor. Return true if is compatible.
Method find_workshop
CrewServer::find_workshop() in crewserver.php
Method frame_available
Method frame_decode
CrewClient::frame_decode() in crewserver.php
Method frame_encode
CrewServer::frame_encode() in crewserver.php
Page fckeditor.php
fckeditor.php in fckeditor.php
Page fckeditor_php4.php
fckeditor_php4.php in fckeditor_php4.php
Page fckeditor_php5.php
fckeditor_php5.php in fckeditor_php5.php
g
top
Method GetConfigFieldString
FCKeditor::GetConfigFieldString() in fckeditor_php4.php
Get settings from Config array as a single string.
Method get_next_attr
Function get_org_property
get_org_property() in crewserver.php
Method get_tv_sec
CrewServer::get_tv_sec() in crewserver.php
Method get_userlist
h
top
Variable $headers
CrewClient::$headers in crewserver.php
Variable $Height
FCKeditor::$Height in fckeditor_php4.php
Height of the FCKeditor. Examples: 400, 50%
Function hexdump
hexdump() in crewserver.php
Function hmac
hmac() in crewserver.php
i
top
Variable $initialized
CKEditor::$initialized in ckeditor_php4.php
A boolean variable indicating whether CKEditor has been initialized.
Variable $InstanceName
FCKeditor::$InstanceName in fckeditor_php4.php
Name of the FCKeditor instance.
Method init
CKEditor::init() in ckeditor_php4.php
Initializes CKEditor (executed only once).
Function initialise
initialise() in crewserver.php
Method initialise
CrewServer::initialise() in crewserver.php
Method IsCompatible
FCKeditor::IsCompatible() in fckeditor_php4.php
Returns true if browser is compatible with FCKeditor.
j
top
Method join
CrewWorkshop::join() in crewserver.php
Method jsEncode
CKEditor::jsEncode() in ckeditor_php4.php
This little function provides a basic JSON support. \private
l
top
Variable $local_address
CrewClient::$local_address in crewserver.php
Variable $local_port
CrewClient::$local_port in crewserver.php
Function logger
logger() in crewserver.php
Method lookup_client_cid
m
top
Variable $mark_next
CrewServer::$mark_next in crewserver.php
Variable $mark_time
CrewServer::$mark_time in crewserver.php
Function main
main() in crewserver.php
n
top
Variable $name
CrewClient::$name in crewserver.php
Variable $name
CrewWorkshop::$name in crewserver.php
Variable $nick
CrewClient::$nick in crewserver.php
o
top
Variable $origin
CrewWorkshop::$origin in crewserver.php
p
top
Function print_checker_results
print_checker_results() in spellchecker.php
Function print_suggs_elem
print_suggs_elem() in spellchecker.php
Function print_textindex_decl
print_textindex_decl() in spellchecker.php
Function print_textinputs_var
print_textinputs_var() in spellchecker.php
Function print_words_elem
print_words_elem() in spellchecker.php
Method process_diff
Method process_request
r
top
Variable $range
CrewClient::$range in crewserver.php
Variable $remote_address
CrewClient::$remote_address in crewserver.php
Variable $remote_port
CrewClient::$remote_port in crewserver.php
Variable $returnOutput
CKEditor::$returnOutput in ckeditor_php4.php
Boolean variable indicating whether created code should be printed out or returned by a function.
Function read_config
read_config() in crewserver.php
Method recv
CrewClient::recv() in crewserver.php
Method replace
CKEditor::replace() in ckeditor_php4.php
Replaces a <textarea> with a %CKEditor instance.
Method replaceAll
CKEditor::replaceAll() in ckeditor_php4.php
Replace all <textarea> elements available in the document with editor instances.
Method returnGlobalEvents
CKEditor::returnGlobalEvents() in ckeditor_php4.php
Return global event handlers.
Method run
CrewServer::run() in crewserver.php
s
top
Variable $server
CrewClient::$server in crewserver.php
Variable $server_address
CrewServer::$server_address in crewserver.php
Variable $server_port
CrewServer::$server_port in crewserver.php
Variable $server_run_flag
Variable $server_socket
CrewServer::$server_socket in crewserver.php
Variable $socket
CrewClient::$socket in crewserver.php
Variable $sockets
CrewServer::$sockets in crewserver.php
Variable $state
CrewClient::$state in crewserver.php
Page spellchecker.php
spellchecker.php in spellchecker.php
Method script
CKEditor::script() in ckeditor_php4.php
Prints javascript code. \private
Method send
CrewWorkshop::send() in crewserver.php
Method send
CrewClient::send() in crewserver.php
Method send_text_full
Method send_userlist
Method send_user_info
Function sockerr
sockerr() in crewserver.php
t
top
Variable $text
CrewWorkshop::$text in crewserver.php
Variable $textareaAttributes
CKEditor::$textareaAttributes in ckeditor_php4.php
An array with textarea attributes.
Variable $timestamp
CKEditor::$timestamp in ckeditor_php4.php
A string indicating the creation date of %CKEditor.
Variable $ToolbarSet
FCKeditor::$ToolbarSet in fckeditor_php4.php
Name of the toolbar to load.
u
top
Function utf16_strlen
utf16_strlen() in crewserver.php
v
top
Variable $Value
FCKeditor::$Value in fckeditor_php4.php
Initial value.
Variable $version
CKEditor::$version in ckeditor_php4.php
The version of %CKEditor.
Method valid_authentication
Method valid_handshake
w
top
Variable $wid
CrewWorkshop::$wid in crewserver.php
Variable $wid
CrewClient::$wid in crewserver.php
Variable $wids
CrewServer::$wids in crewserver.php
Variable $Width
FCKeditor::$Width in fckeditor_php4.php
Width of the FCKeditor. Examples: 100%, 600
Variable $workshop
CrewClient::$workshop in crewserver.php
Variable $workshops
CrewServer::$workshops in crewserver.php
a b c d e f g h i j l m n o p r s t u v w _