blueshoes php application framework and cms            javascript_core
[ class tree: javascript_core ] [ index: javascript_core ] [ all elements ]

Element index for package javascript_core

[ 0 ] [ a ] [ b ] [ c ] [ d ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ _ ]

_

_checkMultiline
in file Bs_CsvUtil.class.js.php, function _checkMultiline() (subpackage: util)
_parseSimpleType
in file Bs_Wddx.class.js.php, method Bs_Wddx::_parseSimpleType() (subpackage: util)
_recursiveDeserialize
in file Bs_Wddx.class.js.php, method Bs_Wddx::_recursiveDeserialize() (subpackage: util)
    Called by the Deserializer function
_recursiveSerialize
in file Bs_Wddx.class.js.php, method Bs_Wddx::_recursiveSerialize() (subpackage: util)
    Convert js-vars and js-objects to corresponding WDDX recursively
_unEntityNummeric
in file Bs_Wddx.class.js.php, method Bs_Wddx::_unEntityNummeric() (subpackage: util)
    Instead of ret.replace(/
/g,'\r').replace(//g,'\f').replace(/
/g,'\n').replace(/	/g,'\t');
_weightIt
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::_weightIt() (subpackage: util)
    helper
top

a

addElementsByHash
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::addElementsByHash() (subpackage: form)
    adds the elements from the given hash to the select field.
top

b

Bs_FormFieldSelect
in file Bs_FormFieldSelect.class.js.php, class Bs_FormFieldSelect (subpackage: form)
    example usage:
Bs_FormFieldSelect.class.js.php
procedural page Bs_FormFieldSelect.class.js.php (subpackage: form)
Bs_Array.class.js.php
procedural page Bs_Array.class.js.php (subpackage: lang)
Bs_Soundex.class.js.php
procedural page Bs_Soundex.class.js.php (subpackage: text)
Bs_CsvUtil
in file Bs_CsvUtil.class.js.php, class Bs_CsvUtil (subpackage: util)
    csv util class. csv = comma separated value.
Bs_CsvUtil
in file Bs_CsvUtil.class.js.php, method Bs_CsvUtil::Bs_CsvUtil() (subpackage: util)
    Constructor. not called yet.
Bs_StopWatch
in file Bs_StopWatch.class.js.php, class Bs_StopWatch (subpackage: util)
    Stopwatch
Bs_Wddx
in file Bs_Wddx.class.js.php, class Bs_Wddx (subpackage: util)
    Bs_Wddx.class.js Basic transformer from any Javascript type to WDDX-format and back. Used mainly for js-rs: Passing data from js-code to the server script (written in PHP in my case) and back to the script.
Bs_XmlParser
in file Bs_XmlParser.class.js.php, class Bs_XmlParser (subpackage: util)
    Bs_XmlParser Parse XML
Bs_CsvUtil.class.js.php
procedural page Bs_CsvUtil.class.js.php (subpackage: util)
Bs_StopWatch.class.js.php
procedural page Bs_StopWatch.class.js.php (subpackage: util)
Bs_Wddx.class.js.php
procedural page Bs_Wddx.class.js.php (subpackage: util)
Bs_XmlParser.class.js.php
procedural page Bs_XmlParser.class.js.php (subpackage: util)
top

c

collapse
in file Bs_Soundex.class.js.php, function collapse() (subpackage: text)
csvArrayToArray
in file Bs_CsvUtil.class.js.php, method Bs_CsvUtil::csvArrayToArray() (subpackage: util)
    reads in a cvs array and returns it as a 2-dim vector.
csvStringToArray
in file Bs_CsvUtil.class.js.php, method Bs_CsvUtil::csvStringToArray() (subpackage: util)
    takes a csv-string and returns it as a 2-dim vector.
top

d

deleteItem
in file Bs_Array.class.js.php, function deleteItem() (subpackage: lang)
    removes the item with the given index from the array.
deleteItemHash
in file Bs_Array.class.js.php, function deleteItemHash() (subpackage: lang)
    same as deleteItem() but works with hashes.
deserialize
in file Bs_Wddx.class.js.php, method Bs_Wddx::deserialize() (subpackage: util)
    Unserialize a WDDX packet
draw
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::draw() (subpackage: util)
    Draw it dynamically into the current HTML NOTE: Your HTML *MUST* have a <body></body> tag.
top

g

getAllKeys
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::getAllKeys() (subpackage: form)
    returns all keys of the elements of this field (not just the selected ones).
getAllOptions
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::getAllOptions() (subpackage: form)
    returns all key/value pairs of all the options of the field.
getTextForValue
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::getTextForValue() (subpackage: form)
    returns the text for the value specified.
getValue
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::getValue() (subpackage: form)
    returns the value.
getValueOrText
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::getValueOrText() (subpackage: form)
    returns the value, or, if not specified, the text.
getDelta
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::getDelta() (subpackage: util)
    Returns total time in ms since last call to getDelta()
getTime
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::getTime() (subpackage: util)
    Returns total time in ms since reset.
guessSeparator
in file Bs_CsvUtil.class.js.php, function guessSeparator() (subpackage: util)
top

h

hasValue
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::hasValue() (subpackage: form)
    tells if the select field has an option with the given value (key, not text).
has
in file Bs_Array.class.js.php, function has() (subpackage: lang)
    tells if the given str is in the array.
top

i

init
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::init() (subpackage: form)
indexOf
in file Bs_Array.class.js.php, function indexOf() (subpackage: lang)
    returns the index position of element str in the vector.
isSurname
in file Bs_Soundex.class.js.php, function isSurname() (subpackage: text)
    check to see that the input is valid
top

l

$lastDeltaTime
in file Bs_StopWatch.class.js.php, variable Bs_StopWatch::$lastDeltaTime (subpackage: util)
$lastTakeTime
in file Bs_StopWatch.class.js.php, variable Bs_StopWatch::$lastTakeTime (subpackage: util)
top

m

moveAllTo
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::moveAllTo() (subpackage: form)
    takes all optons in this field and moves them to the given field.
moveHashTo
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::moveHashTo() (subpackage: form)
    moves the option elements from the given hash from this field to the given select field, thus removing them in this field.
moveSelectedTo
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::moveSelectedTo() (subpackage: form)
    takes the selected optons in this field and moves them to the given field.
moveTo
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::moveTo() (subpackage: form)
    moves the option specified to the field specified.
moveDown
in file Bs_Array.class.js.php, function moveDown() (subpackage: lang)
    moves the index specified one down in the vector.
moveToBottom
in file Bs_Array.class.js.php, function moveToBottom() (subpackage: lang)
    moves the index specified to the end of the vector.
moveToTop
in file Bs_Array.class.js.php, function moveToTop() (subpackage: lang)
    moves the index specified to the beginning of the vector.
moveUp
in file Bs_Array.class.js.php, function moveUp() (subpackage: lang)
    moves the index specified one up in the vector.
makesoundex
in file Bs_Soundex.class.js.php, function makesoundex() (subpackage: text)
top

p

prune
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::prune() (subpackage: form)
    empties the select field (removes all options).
parse
in file Bs_XmlParser.class.js.php, method Bs_XmlParser::parse() (subpackage: util)
top

r

removeElement
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::removeElement() (subpackage: form)
    removes the element with the value specified.
$reset
in file Bs_StopWatch.class.js.php, variable Bs_StopWatch::$reset (subpackage: util)
reset
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::reset() (subpackage: util)
    Resets the stopwatch.
top

s

setText
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::setText() (subpackage: form)
    sets the 'text' of the 'value'=>'text' pair.
setTo
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::setTo() (subpackage: form)
    selects the entry in the select field with the value or text specified.
sortByKey
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::sortByKey() (subpackage: form)
sortByText
in file Bs_FormFieldSelect.class.js.php, method Bs_FormFieldSelect::sortByText() (subpackage: form)
    sorts the array elements by the text (caption).
soundex
in file Bs_Soundex.class.js.php, function soundex() (subpackage: text)
$startTime
in file Bs_StopWatch.class.js.php, variable Bs_StopWatch::$startTime (subpackage: util)
$stopCnt
in file Bs_StopWatch.class.js.php, variable Bs_StopWatch::$stopCnt (subpackage: util)
$stops
in file Bs_StopWatch.class.js.php, variable Bs_StopWatch::$stops (subpackage: util)
serialize
in file Bs_Wddx.class.js.php, method Bs_Wddx::serialize() (subpackage: util)
    Creates a WDDX packet INFO: Put all your data in one 'top-level' variable or object and pass it to this function.
top

t

takeTime
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::takeTime() (subpackage: util)
    Takes a time and calculates the total time so far and the delta time since the last take. These values are stored.
toHtml
in file Bs_StopWatch.class.js.php, method Bs_StopWatch::toHtml() (subpackage: util)
    Displays all stops so far as HTML table.
top

0

in file Bs_CsvUtil.class.js.php, variable Bs_CsvUtil:: (subpackage: util)
top

Documentation generated on Mon, 29 Dec 2003 22:18:12 +0100 by phpDocumentor 1.2.3