[PHP_Crossword] element index

Package indexes

All elements
a c e f g h i l m n p r s t u w x y _
_
top
$_debug
PHP_Crossword::$_debug in php_crossword.class.php
$_error
PHPCrosswordClient::$_error in php_crossword_client.class.php
$_full_tries
PHP_Crossword::$_full_tries in php_crossword.class.php
$_generator_access_method
PHPCrosswordClient::$_generator_access_method in php_crossword_client.class.php
$_items
PHP_Crossword::$_items in php_crossword.class.php
$_letters
PHPCrosswordClient::$_letters in php_crossword_client.class.php
$_map
PHPCrosswordClient::$_map in php_crossword_client.class.php
$_match_line
PHP_Crossword::$_match_line in php_crossword.class.php
$_nr
PHPCrosswordClient::$_nr in php_crossword_client.class.php
$_tries
PHP_Crossword::$_tries in php_crossword.class.php
_PC_DIR
_PC_DIR in php_crossword.class.php
__autoGenerate
PHP_Crossword::__autoGenerate() in php_crossword.class.php
Try to generate crossword automatically
__calcStartCell
PHP_Crossword::__calcStartCell() in php_crossword.class.php
Calculate starting cell for the word
__generate
PHPCrosswordClient::__generate() in php_crossword_client.class.php
Call the server
__getItems
PHP_Crossword::__getItems() in php_crossword.class.php
Get crossword items array
__getMatchLine
PHP_Crossword::__getMatchLine() in php_crossword.class.php
Generate word matching line
__getMatchMin
PHP_Crossword::__getMatchMin() in php_crossword.class.php
Get minimum match string
__getMatchRegexp
PHP_Crossword::__getMatchRegexp() in php_crossword.class.php
Get REGEXP for the match string
__getRandomWord
PHP_Crossword::__getRandomWord() in php_crossword.class.php
Get random word
__getWord
PHP_Crossword::__getWord() in php_crossword.class.php
Try to get the word
__getWordWithStart
PHP_Crossword::__getWordWithStart() in php_crossword.class.php
Try to pick the word crossing the cell
__getXML
PHPCrosswordClient::__getXML() in php_crossword_client.class.php
Get crossword XML
__getXML_Direct
PHPCrosswordClient::__getXML_Direct() in php_crossword_client.class.php
Call generator directly
__getXML_HTTP
PHPCrosswordClient::__getXML_HTTP() in php_crossword_client.class.php
Fetch XML using HTTP protocol
__initCells
PHP_Crossword_Grid::__initCells() in php_crossword_grid.class.php
Initialize cells (create celll objects)
__initialiseWords
PHP_Crossword::__initialiseWords() in php_crossword.class.php
Load words from ocPortal
__load
PHPCrosswordClient::__load() in php_crossword_client.class.php
Load generator result
__loadItem
PHPCrosswordClient::__loadItem() in php_crossword_client.class.php
Load generator result item
__loadItems
PHPCrosswordClient::__loadItems() in php_crossword_client.class.php
Load generator result items
__loadWords
PHP_Crossword::__loadWords() in php_crossword.class.php
Load words for the match
__pickWord
PHP_Crossword::__pickWord() in php_crossword.class.php
Pick the word from the resultset
__placeFirstWord
PHP_Crossword::__placeFirstWord() in php_crossword.class.php
Place first word to the cell
__updateNeighbours
PHP_Crossword_Cell::__updateNeighbours() in php_crossword_cell.class.php
Update neigbhour cells
__wordItem2XML
PHP_Crossword::__wordItem2XML() in php_crossword.class.php
Get XML of the word item
a
top
$axis
PHP_Crossword_Word::$axis in php_crossword_word.class.php
c
top
$can_cross
PHP_Crossword_Cell::$can_cross in php_crossword_cell.class.php
$cells
PHP_Crossword_Word::$cells in php_crossword_word.class.php
$cells
PHP_Crossword_Grid::$cells in php_crossword_grid.class.php
$cols
PHP_Crossword::$cols in php_crossword.class.php
$cols
PHP_Crossword_Grid::$cols in php_crossword_grid.class.php
$cols
PHPCrosswordClient::$cols in php_crossword_client.class.php
$crossed
PHP_Crossword_Cell::$crossed in php_crossword_cell.class.php
canCross
PHP_Crossword_Cell::canCross() in php_crossword_cell.class.php
Check if the cell can cross
canPlaceWord
PHP_Crossword_Grid::canPlaceWord() in php_crossword_grid.class.php
Check if it's possible to place the word
canSetLetter
PHP_Crossword_Cell::canSetLetter() in php_crossword_cell.class.php
Check if it's possible to set letter
countWords
PHP_Crossword::countWords() in php_crossword.class.php
Get number of words
countWords
PHP_Crossword_Grid::countWords() in php_crossword_grid.class.php
Count words in the grid
e
top
existsWord
PHP_Crossword::existsWord() in php_crossword.class.php
Check if the word already exists in the database
f
top
$fully_crossed
PHP_Crossword_Word::$fully_crossed in php_crossword_word.class.php
g
top
$grid
PHP_Crossword::$grid in php_crossword.class.php
$groupid
PHPCrosswordClient::$groupid in php_crossword_client.class.php
generate
PHPCrosswordClient::generate() in php_crossword_client.class.php
Try to generate crossword until we get items
generate
PHP_Crossword::generate() in php_crossword.class.php
Generate crossword
generateFromWords
PHP_Crossword::generateFromWords() in php_crossword.class.php
Generate crossword from provided words list
getCanCrossAxis
PHP_Crossword_Cell::getCanCrossAxis() in php_crossword_cell.class.php
Get available axis for crossing
getCenterPos
PHP_Crossword_Grid::getCenterPos() in php_crossword_grid.class.php
Get center position
getCols
PHP_Crossword_Grid::getCols() in php_crossword_grid.class.php
Get number of columns in the grid
getCols
PHPCrosswordClient::getCols() in php_crossword_client.class.php
Get columns number
getCrossableCells
PHP_Crossword_Word::getCrossableCells() in php_crossword_word.class.php
Get crossable cells in the word
getCrossAxis
PHP_Crossword_Word::getCrossAxis() in php_crossword_word.class.php
Get crossing axis
getEndCell
PHP_Crossword_Grid::getEndCell() in php_crossword_grid.class.php
Get maximum ending cell on the axis
getError
PHPCrosswordClient::getError() in php_crossword_client.class.php
Get error message
getHTML
PHP_Crossword_Grid::getHTML() in php_crossword_grid.class.php
Get HTML (for debugging)
getHTML
PHP_Crossword::getHTML() in php_crossword.class.php
Get crossword HTML (useful for generator debugging)
getLetter
PHPCrosswordClient::getLetter() in php_crossword_client.class.php
Get letter
getQuestion
PHP_Crossword::getQuestion() in php_crossword.class.php
Get question for the word
getQuestionNr
PHPCrosswordClient::getQuestionNr() in php_crossword_client.class.php
Get question number
getQuestions
PHPCrosswordClient::getQuestions() in php_crossword_client.class.php
Get questions
getQuestionsH
PHPCrosswordClient::getQuestionsH() in php_crossword_client.class.php
Get horizontal questions
getQuestionsV
PHPCrosswordClient::getQuestionsV() in php_crossword_client.class.php
Get vertical questions
getRandomPos
PHP_Crossword_Grid::getRandomPos() in php_crossword_grid.class.php
Get random position
getRandomWord
PHP_Crossword_Grid::getRandomWord() in php_crossword_grid.class.php
Get random word from the grid (not fully crossed)
getRows
PHP_Crossword_Grid::getRows() in php_crossword_grid.class.php
Get number of rows in the grid
getRows
PHPCrosswordClient::getRows() in php_crossword_client.class.php
Get rows number
getStartCell
PHP_Crossword_Grid::getStartCell() in php_crossword_grid.class.php
Get minimum starting cell on the axis
getStartX
PHP_Crossword_Word::getStartX() in php_crossword_word.class.php
Get word start X
getStartY
PHP_Crossword_Word::getStartY() in php_crossword_word.class.php
Get word start Y
getWords
PHPCrosswordClient::getWords() in php_crossword_client.class.php
Get words number
getWords
PHP_Crossword::getWords() in php_crossword.class.php
Get crossword items
getXML
PHP_Crossword::getXML() in php_crossword.class.php
Get generated crossword XML
h
top
$html
PHPCrosswordClient::$html in php_crossword_client.class.php
i
top
$inum
PHP_Crossword_Word::$inum in php_crossword_word.class.php
$inum
PHP_Crossword_Grid::$inum in php_crossword_grid.class.php
$items
PHPCrosswordClient::$items in php_crossword_client.class.php
insertWord
PHP_Crossword::insertWord() in php_crossword.class.php
Insert word into database
isFullyCrossed
PHP_Crossword_Word::isFullyCrossed() in php_crossword_word.class.php
Check if word is fully crossed
l
top
$letter
PHP_Crossword_Cell::$letter in php_crossword_cell.class.php
m
top
$maxinum
PHP_Crossword_Grid::$maxinum in php_crossword_grid.class.php
$max_full_tries
PHP_Crossword::$max_full_tries in php_crossword.class.php
$max_tries
PHPCrosswordClient::$max_tries in php_crossword_client.class.php
$max_tries
PHP_Crossword::$max_tries in php_crossword.class.php
$max_words
PHP_Crossword::$max_words in php_crossword.class.php
n
top
$number
PHP_Crossword_Cell::$number in php_crossword_cell.class.php
p
top
PC_AXIS_BOTH
PC_AXIS_BOTH in php_crossword.class.php
PC_AXIS_H
PC_AXIS_H in php_crossword.class.php
PC_AXIS_NONE
PC_AXIS_NONE in php_crossword.class.php
PC_AXIS_V
PC_AXIS_V in php_crossword.class.php
PC_WORDS_FULLY_CROSSED
PC_WORDS_FULLY_CROSSED in php_crossword.class.php
PHPCrosswordClient
PHPCrosswordClient in php_crossword_client.class.php
PHPCrosswordClient
PHPCrosswordClient::PHPCrosswordClient() in php_crossword_client.class.php
Constructor
PHP_Crossword
PHP_Crossword in php_crossword.class.php
PHP_Crossword
PHP_Crossword::PHP_Crossword() in php_crossword.class.php
Constructor
PHP_Crossword_Cell
PHP_Crossword_Cell::PHP_Crossword_Cell() in php_crossword_cell.class.php
Constructor
PHP_Crossword_Cell
PHP_Crossword_Cell in php_crossword_cell.class.php
PHP Crossword Cell
PHP_Crossword_Grid
PHP_Crossword_Grid::PHP_Crossword_Grid() in php_crossword_grid.class.php
Constructor
PHP_Crossword_Grid
PHP_Crossword_Grid in php_crossword_grid.class.php
PHP Crossword Grid
PHP_Crossword_Word
PHP_Crossword_Word in php_crossword_word.class.php
PHP Crossword Word
PHP_Crossword_Word
PHP_Crossword_Word::PHP_Crossword_Word() in php_crossword_word.class.php
Constructor
placeWord
PHP_Crossword_Grid::placeWord() in php_crossword_grid.class.php
Place word
php_crossword.class.php
php_crossword.class.php in php_crossword.class.php
php_crossword_cell.class.php
php_crossword_cell.class.php in php_crossword_cell.class.php
php_crossword_client.class.php
php_crossword_client.class.php in php_crossword_client.class.php
php_crossword_grid.class.php
php_crossword_grid.class.php in php_crossword_grid.class.php
php_crossword_word.class.php
php_crossword_word.class.php in php_crossword_word.class.php
r
top
$rows
PHP_Crossword::$rows in php_crossword.class.php
$rows
PHP_Crossword_Grid::$rows in php_crossword_grid.class.php
$rows
PHPCrosswordClient::$rows in php_crossword_client.class.php
reset
PHP_Crossword::reset() in php_crossword.class.php
Reset grid
s
top
setCanCross
PHP_Crossword_Cell::setCanCross() in php_crossword_cell.class.php
Set crossing possiblities
setCols
PHPCrosswordClient::setCols() in php_crossword_client.class.php
Set columns number
setDebug
PHP_Crossword::setDebug() in php_crossword.class.php
Enable / disable debugging
setGeneratorAccessMethod
PHPCrosswordClient::setGeneratorAccessMethod() in php_crossword_client.class.php
Set generator access method (http/direct)
setGroupID
PHPCrosswordClient::setGroupID() in php_crossword_client.class.php
Set words group ID
setLetter
PHP_Crossword_Cell::setLetter() in php_crossword_cell.class.php
Set letter to the cell
setMaxFullTries
PHP_Crossword::setMaxFullTries() in php_crossword.class.php
Set maximum number of tries to generate full crossword
setMaxTries
PHP_Crossword::setMaxTries() in php_crossword.class.php
Set max tries to pick the words
setMaxTries
PHPCrosswordClient::setMaxTries() in php_crossword_client.class.php
Set maximum number of tries to pick the word (for the generator)
setMaxWords
PHP_Crossword::setMaxWords() in php_crossword.class.php
Set number of words the crossword shoud have
setRows
PHPCrosswordClient::setRows() in php_crossword_client.class.php
Set rows number
setWords
PHPCrosswordClient::setWords() in php_crossword_client.class.php
Set words number
t
top
$totwords
PHP_Crossword_Grid::$totwords in php_crossword_grid.class.php
u
top
$url
PHPCrosswordClient::$url in php_crossword_client.class.php
w
top
$word
PHP_Crossword_Word::$word in php_crossword_word.class.php
$words
PHP_Crossword_Grid::$words in php_crossword_grid.class.php
$words
PHPCrosswordClient::$words in php_crossword_client.class.php
$word_pool
PHP_Crossword::$word_pool in php_crossword.class.php
x
top
$x
PHP_Crossword_Cell::$x in php_crossword_cell.class.php
y
top
$y
PHP_Crossword_Cell::$y in php_crossword_cell.class.php
a c e f g h i l m n p r s t u w x y _