Element index for package applications_websearchengine
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ q ]
[ r ]
[ s ]
[ u ]
[ v ]
[ w ]
[ _ ]
top
top
b
- $Bs_Is_IndexServer
- in file Bs_Wse_WebSearchEngine.class.php, variable Bs_Wse_WebSearchEngine::$Bs_Is_IndexServer
reference to singleton. gets set in the constructor.
- $Bs_Url
- in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$Bs_Url
reference to global pseudostatic instance.
- $Bs_Url
- in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$Bs_Url
reference to global pseudostatic instance.
- $Bs_Wse_WebSearchEngine
- in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$Bs_Wse_WebSearchEngine
reference to Bs_Wse_WebSearchEngine singleton.
- $Bs_Wse_WebSearchEngine
- in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$Bs_Wse_WebSearchEngine
reference to Bs_Wse_WebSearchEngine singleton.
- Bs_Wse_Profile.class.php
- procedural page Bs_Wse_Profile.class.php
- Bs_Wse_Searcher.class.php
- procedural page Bs_Wse_Searcher.class.php
- Bs_Wse_Walker.class.php
- procedural page Bs_Wse_Walker.class.php
- Bs_Wse_WebSearchEngine.class.php
- procedural page Bs_Wse_WebSearchEngine.class.php
- Bs_Wse_Profile
- in file Bs_Wse_Profile.class.php, class Bs_Wse_Profile
WebSearchEngine Profile class.
- Bs_Wse_Profile
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::Bs_Wse_Profile()
constructor.
- Bs_Wse_Searcher
- in file Bs_Wse_Searcher.class.php, class Bs_Wse_Searcher
dependencies: Bs_Url, Bs_StopWatch
- Bs_Wse_Searcher
- in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::Bs_Wse_Searcher()
constructor.
- BS_WSE_SEARCHER_VERSION
- in file Bs_Wse_Searcher.class.php, constant BS_WSE_SEARCHER_VERSION
- Bs_Wse_Walker
- in file Bs_Wse_Walker.class.php, class Bs_Wse_Walker
todo: on windows machines compare url's case insensitive. in many peaces of the code.
- Bs_Wse_Walker
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::Bs_Wse_Walker()
constructor.
- BS_WSE_WALKER_VERSION
- in file Bs_Wse_Walker.class.php, constant BS_WSE_WALKER_VERSION
- Bs_Wse_WebSearchEngine
- in file Bs_Wse_WebSearchEngine.class.php, class Bs_Wse_WebSearchEngine
WebSearchEngine Class.
- Bs_Wse_WebSearchEngine
- in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::Bs_Wse_WebSearchEngine()
constructor
- BS_WSE_WEBSEARCHENGINE_VERSION
- in file Bs_Wse_WebSearchEngine.class.php, constant BS_WSE_WEBSEARCHENGINE_VERSION
top
top
top
e
- example1.php
- procedural page example1.php (subpackage: examples)
top
top
g
- getCategoryForUrl
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::getCategoryForUrl()
tells the defined category for the given url.
- getExternalLinks
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::getExternalLinks()
returns a list with the external links.
- getIndexDbObj
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::getIndexDbObj()
returns a ref to the db obj used for indexing/searching.
- getPageID
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::getPageID()
returns the pageID for the given url.
- getPageUrl
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::getPageUrl()
returns the url for the given pageID.
- getProfile
- in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::getProfile()
returns a reference to the profile for the given profile name.
- getProfileName
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::getProfileName()
returns the profile name.
- getScrollbar
- in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::getScrollbar()
returns the usual scrollbar line to jump to the next results.
- getSearcher
- in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::getSearcher()
returns a reference to the searcher for the given profile name.
- getWalker
- in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::getWalker()
returns a reference to the walker for the given profile name.
top
top
i
- $ignoreFileExtensions
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreFileExtensions
links to urls with such file endings will be ignored, no matter what.
- $ignoreUrls
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreUrls
!!!deprecated use $allowIgnore !!!
- $ignoreUrlsWithPass
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreUrlsWithPass
urls with a pass part will be ignored.
- $ignoreUrlsWithUser
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$ignoreUrlsWithUser
urls with a user part will be ignored.
- $indexIframes
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$indexIframes
should iframes be indexed? - => no
- => yes, as part of the surrounding page. use the body of the iframe page and
add it to the body of the "parent" page. this is the default, and makes sense.
- index
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::index()
indexes the url/page specified.
- isIgnoredUrl
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::isIgnoredUrl()
tells if the given url is ignored or not (depending on the current settings).
- index
- in file example1.php, function index() (subpackage: examples)
- indexBlueshoesOrg
- in file phpsearch.php, function indexBlueshoesOrg() (subpackage: examples)
- indexDevShedCom
- in file phpsearch.php, function indexDevShedCom() (subpackage: examples)
- indexHotscriptsCom
- in file phpsearch.php, function indexHotscriptsCom() (subpackage: examples)
- indexOnlampCom
- in file phpsearch.php, function indexOnlampCom() (subpackage: examples)
- indexPhpAdvisoryCom
- in file phpsearch.php, function indexPhpAdvisoryCom() (subpackage: examples)
- indexPhpBuilderCom
- in file phpsearch.php, function indexPhpBuilderCom() (subpackage: examples)
- indexPhpClassesPhpStartDe
- in file phpsearch.php, function indexPhpClassesPhpStartDe() (subpackage: examples)
- indexPhpCompleteCom
- in file phpsearch.php, function indexPhpCompleteCom() (subpackage: examples)
- indexPhpFreaksCom
- in file phpsearch.php, function indexPhpFreaksCom() (subpackage: examples)
- indexPhpMagDe
- in file phpsearch.php, function indexPhpMagDe() (subpackage: examples)
- indexPhpNet
- in file phpsearch.php, function indexPhpNet() (subpackage: examples)
- indexPhpUgCh
- in file phpsearch.php, function indexPhpUgCh() (subpackage: examples)
- indexPhpUgDe
- in file phpsearch.php, function indexPhpUgDe() (subpackage: examples)
- indexPhpWeblogsCom
- in file phpsearch.php, function indexPhpWeblogsCom() (subpackage: examples)
- indexPxSklarCom
- in file phpsearch.php, function indexPxSklarCom() (subpackage: examples)
- indexScriptSearchCom
- in file phpsearch.php, function indexScriptSearchCom() (subpackage: examples)
- indexWeberdevCom
- in file phpsearch.php, function indexWeberdevCom() (subpackage: examples)
- indexWebkreatorCom
- in file phpsearch.php, function indexWebkreatorCom() (subpackage: examples)
- indexZendCom
- in file phpsearch.php, function indexZendCom() (subpackage: examples)
top
top
m
- mehrwissen.php
- procedural page mehrwissen.php (subpackage: examples)
top
top
p
- $profileName
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$profileName
the unique name of this profile.
- persistTodoStack
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::persistTodoStack()
persists the todo-stack so we can work on it later (continue/resume).
- prune
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::prune()
similar to drop() but only removes the content, not the profile itself.
- phpsearch.php
- procedural page phpsearch.php (subpackage: examples)
top
top
r
- $refetchAfter
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$refetchAfter
don't refetch a page if it has been indexed lately. save traffic and cpu.
- $registeredIndexCallback
- in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$registeredIndexCallback
a function to call on every index() call.
- $reindexIfUnchanged
- in file Bs_Wse_Profile.class.php, variable Bs_Wse_Profile::$reindexIfUnchanged
reindex even if the content of a page has not changed since the last time? default is 30, can be TRUE, or an int that is a number of days.
- reset
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::reset()
resets the object vars to use this object for a new index.
top
s
- $searchStyleBody
- in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$searchStyleBody
- $searchStyleFoot
- in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$searchStyleFoot
- $searchStyleHead
- in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$searchStyleHead
- $stopWatch
- in file Bs_Wse_Searcher.class.php, variable Bs_Wse_Searcher::$stopWatch
instance od Bs_StopWatch.
- $stopWatch
- in file Bs_Wse_Walker.class.php, variable Bs_Wse_Walker::$stopWatch
instance od Bs_StopWatch.
- search
- in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::search()
use search2(), it's the successor.
- search2
- in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::search2()
same as search() but uses Bs_Is_Searcher->search2() instead of search().
- setDbByDsn
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::setDbByDsn()
gives this class a db connection to load/store profiles.
- setDbByDsn
- in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::setDbByDsn()
- setDbByDsn
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::setDbByDsn()
- setDbByObj
- in file Bs_Wse_Walker.class.php, method Bs_Wse_Walker::setDbByObj()
gives this class a db connection.
- setDbByObj
- in file Bs_Wse_Searcher.class.php, method Bs_Wse_Searcher::setDbByObj()
gives this class a db connection.
- setDbByObj
- in file Bs_Wse_Profile.class.php, method Bs_Wse_Profile::setDbByObj()
gives this class a db connection to load/store profiles.
- setProfile
- in file Bs_Wse_WebSearchEngine.class.php, method Bs_Wse_WebSearchEngine::setProfile()
adds the given profile into the clearing house.
top
top
top
top
|
|