Index of all elements
[ 4 ]
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ y ]
[ _ ]
top
a
- $abbrMap
- in file lib_abbreviations.php, variable AbbreviationHandler::$abbrMap
An array where they keys are abbreviations and the corresponding values are the meanings of those keys.
- $action
- in file lib_forms.php, variable Form::$action
The action to be used by the form.
- $actionIdentifier
- in file lib_admin_panel.php, variable AdminAction::$actionIdentifier
The action value that triggers the action.
- $actions
- in file lib_admin_panel.php, variable AdminModule::$actions
Contains all actions that the module handles. The key is the action identifier and the value is the corresponding AdminAction instance.
- $attributes
- in file lib_forms.php, variable Field::$attributes
Any additional attributes where the key is the attribute name and the value is the the attribute value.
- $author
- in file lib_news.php, variable Comment::$author
The author of the comment.
- $author
- in file lib_mplf_archive.php, variable Filter::$author
The author of the filter.
- AbbreviationHandler
- in file lib_abbreviations.php, class AbbreviationHandler
A class for handling abbreviations that are entered into the site's abbrevation database. This class should be concidered singelton and should only be used using the one and only globally defined instance. Implements the singleton pattern.
- AbstractTableDisplayer
- in file lib_displayer.php, class AbstractTableDisplayer
Describes an abstract table displayer which displays and splits up table contents over several pages. It allows pages to display menu bars so the users can select the desired page which displays a specified number of table rows.
- add
- in file lib_tables.php, method Header::add()
Adds an new caption to the header.
- addChapter
- in file lib_readme.php, method Readme::addChapter()
Adds a new chapter to the readme.
- addChild
- in file lib_mplf_archive.php, method Category::addChild()
Adds a child (Category instance).
- addColor
- in file lib_graphs.php, method Graph::addColor()
Adds a specified color into the graph. Colors have to be loaded before they can be used.
- addField
- in file lib_search.php, method TableSearcher::addField()
Adds a search field to the table searcher. The field specifies the restrictions that should be put on the corresponding table field.
- addField
- in file lib_forms.php, method Form::addField()
Adds a new field to the form.
- addFieldPair
- in file lib_calendar.php, method Calendar::addFieldPair()
Adds a pair of fields to the calendar. If both fields are spceified then they should be connected, i.e. their request names should be identical.
- addFields
- in file lib_forms.php, method Form::addFields()
Adds multiple fields to the form.
- addFilter
- in file lib_mplf_archive.php, method FilterArchive::addFilter()
Adds a filter to the archive.
- addFunction
- in file lib_graphs.php, method Graph::addFunction()
Adds a function that should be displayed in the graph.
- addModule
- in file lib_admin_panel.php, method AdminPanel::addModule()
Adds an additional module to the panel.
- AddModule
- in file lib_admin_panel.php, class AddModule
Describes a module for adding new rows to a table.
- addMonthSelection
- in file lib_calendar.php, method Calendar::addMonthSelection()
Adds a form selection field to the form. The selection field only contains months that include at least one day in the calendar's range.
- addQueryParams
- in file lib_util.php, function addQueryParams()
Adds specified parameters to the current query string. If a parameter is already specified then the existing value is overwritten by the new one.
- addRow
- in file lib_tables.php, method Table::addRow()
Adds a new row to the table.
- addToHead
- in file common.php, method Page::addToHead()
Adds something that is head addable (implements HeadAddable) to the head tag of the page.
- addVectors
- in file lib_graphs.php, method Axis::addVectors()
Adds two of vectors.
- addYearSelection
- in file lib_calendar.php, method Calendar::addYearSelection()
Adds a form selection field to the form. The selection field only contains years that include at least one day in the calendar's range.
- AdminAction
- in file lib_admin_panel.php, class AdminAction
Describes an admin action, an identifier for something that can be done by the admin panel.
- AdminModule
- in file lib_admin_panel.php, class AdminModule
Describes an module with admin functionality. The module defines actions that it's able perform and performs the action when needed. This class should be concidered abstract.
- AdminPanel
- in file lib_admin_panel.php, class AdminPanel
Describes a panel itself. The panel itself is an module that shows an overview of a table and the available modules.
- abbreviations.php
- procedural page abbreviations.php
- admin_log.php
- procedural page admin_log.php
- aliases.php
- procedural page aliases.php
- AliasCalendar
- in file lib_calendar.php, class AliasCalendar
Describes a calendar that link to aliases in a ./year/month/day format.
- approve
- in file mplf_changes.php, function approve()
Approves a suggested change.
- Axis
- in file lib_graphs.php, class Axis
Desribes an graph axis. The axis is graded and can extend those marks to a grid if desired. The grades' labels can be altered with callbacks.
- AXIS_MARKER_SIZE
- in file lib_graphs.php, constant AXIS_MARKER_SIZE
The number of pixels of length that the label marker of the axis should take up.
- AXIS_POINT_LENGTH
- in file lib_graphs.php, constant AXIS_POINT_LENGTH
The length of the point of the arrow representing the axis.
- AXIS_WIDTH
- in file lib_graphs.php, constant AXIS_WIDTH
The width of the arrow that represents the axis.
- archive.php
- procedural page archive.php
- archive_xmlrpc.php
- procedural page archive_xmlrpc.php
- archive.php
- procedural page archive.php
- all.php
- procedural page all.php
- admin_auth.php
- procedural page admin_auth.php
top
b
- $backingTable
- in file lib_sitemap.php, variable Sitemap::$backingTable
The name of the database table that is backing the sitemap, if any. If no table is backing the sitemap then this variable should be empty. The sitemap should be invalidated if the backing table's contents is changed.
- $basicData
- in file lib_performance.php, variable PerformanceData::$basicData
Contains the basic statistical data, data which summarises the performance. The key is the title of the data, the value is an array where the key is the value's name (e.g. "min") and the value is the corresponding value (e.g. "5 queries").
- Browse
- in file lib_forms.php, class Browse
Describes a file field.
- buildDeleteQuery
- in file lib_db.php, method DataBase::buildDeleteQuery()
Builds and executes a delete query for the specified table using the specified values.
- buildInsertQuery
- in file lib_db.php, method DataBase::buildInsertQuery()
Builds an insert query based on the specified table and values.
- buildSqlSelector
- in file lib_db.php, method DataBase::buildSqlSelector()
Builds a sql selector from specified field values.
- buildUpdateQuery
- in file lib_db.php, method DataBase::buildUpdateQuery()
Builds an update query for the specified table using the specified values.
- buildUrlAliases
- in file lib_redirects.php, function buildUrlAliases()
Rebuilds the url aliases master table. It composes all necessary aliases and resets the aliases master table with that info.
- buildUrlRedirects
- in file lib_redirects.php, function buildUrlRedirects()
Rebuilds the url redirects master table. It composes all necessary redirects and resets the redirects master table with that info.
- Button
- in file lib_forms.php, class Button
Describes a button.
top
c
- $callback
- in file lib_forms.php, variable ReadOnly::$callback
A callback that the value should be processed through before being displayed. An empty string means that there is no callback.
- $callback
- in file lib_events.php, variable TimedEvent::$callback
The callback that should be called when the event is to be performed.
- $callbacks
- in file lib_admin_panel.php, variable CallbackModule::$callbacks
Contains all the callbacks, action value as key, the callback as value.
- $callbacks
- in file lib_admin_panel.php, variable DetailsModule::$callbacks
Contains all format callbacks with the corresponding table field as key and the callback as value.
- $caption
- in file lib_news.php, variable News::$caption
The caption of the news item.
- $captions
- in file lib_tables.php, variable Header::$captions
Contains the captions for the header.
- $categories
- in file lib_mplf_archive.php, variable FilterArchive::$categories
Stores categories that have been loaded. Key is the id, value is the Category instance.
- $categoryId
- in file lib_mplf_archive.php, variable Filter::$categoryId
The unique identifier of the category that the filter belongs to.
- $categoryId
- in file lib_links.php, variable Link::$categoryId
The unique identifier of the category that the link belongs to.
- $chapters
- in file lib_readme.php, variable Readme::$chapters
An array of Chapter instances describing all chapters, except the introduction, contained in the readme.
- $children
- in file lib_mplf_archive.php, variable Category::$children
The Category instances that are direct children to this instance.
- $colors
- in file lib_graphs.php, variable Graph::$colors
Holds all the colors that have been loaded into the graph. The name that identifies the color as key, the actual color (RGB array) as value.
- $connection
- in file lib_db.php, variable DataBase::$connection
The database connection to use.
- $contents
- in file lib_news.php, variable Comment::$contents
The contents of the comment.
- $contents
- in file lib_readme.php, variable Chapter::$contents
The actual contents of the chapter. The text (XHTML) informing about the chapter's topic.
- $contents
- in file lib_mplf_archive.php, variable Filter::$contents
The contents of the associated XML file.
- $counterId
- in file lib_downloads.php, variable DownloadItem::$counterId
The unique identifier for the counter (of any) that is connected to the download item. The counter is increase once for every time the item us downloaded.
- $countQuery
- in file lib_displayer.php, variable CustomTableDisplayer::$countQuery
The SQL query that should be used for counting all the rows that should be displayed.
- $cssClass
- in file lib_forms.php, variable Form::$cssClass
The css class to be used by the form element.
- $cssClass
- in file lib_tables.php, variable Table::$cssClass
The CSS class to use for the header when displaying.
- $cssNames
- in file lib_css.php, variable CssHandler::$cssNames
The names of all CSS files that should be included when displaying the page.
- $cssValues
- in file lib_css.php, variable CssHandler::$cssValues
The CSS values as a tree structure. The array may contain arrays, in which case the key is the name of the node. The array may also contain textual values, which are leaves.
- $currentPage
- in file lib_displayer.php, variable AbstractTableDisplayer::$currentPage
The page index that the displayer is currently displaying, the first page has index 0. As a special case -1 means that everything should be displayed.
- $customPattern
- in file lib_search.php, variable CustomSearch::$customPattern
The custom pattern that should be used when constructing the where conditions.
- clear_CSS.php
- procedural page clear_CSS.php
- comments.php
- procedural page comments.php
- counters.php
- procedural page counters.php
- cacheExists
- in file lib_cache.php, function cacheExists()
Checks if there is a cache related to the specified unique identifier.
- Calendar
- in file lib_calendar.php, class Calendar
Describes a calendar that displays a database table as a calendar with
- CallbackModule
- in file lib_admin_panel.php, class CallbackModule
Describes a module that uses callbacks to process events.
- Category
- in file lib_mplf_archive.php, class Category
Describes a link category.
- Chapter
- in file lib_readme.php, class Chapter
Describes a readme chapter. A chapter contains information about one specific topic.
- Checkbox
- in file lib_forms.php, class Checkbox
Describes a checkbox.
- checkErrors
- in file lib_event_digest.php, function checkErrors()
Checks if there are any unresolved errors that should be sent to the webmaster.
- checkMplfArchive
- in file lib_event_digest.php, function checkMplfArchive()
Checks if there are any filters or suggested modifications awaiting approval.
- cleanUp
- in file common.php, function cleanUp()
Cleans up and does anything that should be done before finishing. This function should be called directly after a page is served to the used.
- clear
- in file lib_forms.php, method Field::clear()
Clears the field, making it so that it appears to never have received a value.
- clear
- in file lib_forms.php, method SubmitButton::clear()
- clear
- in file lib_forms.php, method ResetButton::clear()
- clear
- in file lib_forms.php, method Button::clear()
- clear
- in file lib_forms.php, method Form::clear()
Removes all recorded field values from the form.
- clearCssCache
- in file lib_css.php, function clearCssCache()
Unlinks all cached CSS files.
- clearQueue
- in file lib_db.php, method DataBase::clearQueue()
Clears the queue, removing all currently queued queries wihtout executing them.
- Comment
- in file lib_news.php, class Comment
Describes a news comment.
- connectToDb
- in file lib_db.php, method DataBase::connectToDb()
Connects to mysql and selects the correct databse.
- contact.php
- procedural page contact.php
- convertBoolToYn
- in file lib_admin_panel.php, function convertBoolToYn()
Converts a boolean value to either 'Yes' or 'No'. 'Yes' is used if the value is a boolean true, 'No' is used in all other cases.
- convertDayToFirstSecond
- in file lib_calendar.php, function convertDayToFirstSecond()
Internal function to convert days to timestamps equal to the first second of the specified day.
- convertDayToLastSecond
- in file lib_calendar.php, function convertDayToLastSecond()
Internal function to convert days to timestamps equal to the last second of the specified day.
- convertMarkupToHTML
- in file lib_markup.php, function convertMarkupToHTML()
Converts text with markup to the corresponding XHTML compliant code.
- convertTemplate
- in file lib_css.php, method CssHandler::convertTemplate()
Converts a string containing a CSS template to a string representing a real CSS file.
- convertToNumerical
- in file lib_tables.php, method Header::convertToNumerical()
Converts the value to the corresponding numerical one. The conversion will only be reliable if the value return true with isConvertableToNumerical().
- convertWildcardToLike
- in file lib_search.php, function convertWildcardToLike()
Converts a wildcard search where '*' means '0 or more characters' to the corresponding search in a LIKE search (using '%' instead of '*').
- Counter
- in file lib_counters.php, class Counter
Describes a counter which maintains a value that can be incremented by one.
- CssHandler
- in file lib_css.php, class CssHandler
A class that handles everything that has to do with CSS, all CSS files that are to be included are recorded by this class. The appropriate actions are then taken to make sure that each of the files are then handled correctly when the page should be displayed. Implements the singleton pattern.
- CustomSearch
- in file lib_search.php, class CustomSearch
Describes a search field that uses a custom pattern to construct the sql conditions.
- CustomTableDisplayer
- in file lib_displayer.php, class CustomTableDisplayer
A displayer that takes a custom query and executes it. It can be used to perform more advanced queries than the notmal displayer can.
- controls.php
- procedural page controls.php
- comments.php
- procedural page comments.php
- common.php
- procedural page common.php
top
d
- $day
- in file lib_forms.php, variable DateField::$day
The date selection field.
- $day
- in file lib_calendar.php, variable Calendar::$day
The currently selected unix timestamp as days. I.e. this is not day of the week, this is timestamp/(3600*24).
- $dayMax
- in file lib_calendar.php, variable Calendar::$dayMax
The last day, as an unix timestamp converted into days, that the calendar should display.
- $dayMin
- in file lib_calendar.php, variable Calendar::$dayMin
The first day, as an unix timestamp converted into days, that the calendar should display.
- $decsription
- in file lib_events.php, variable TimedEvent::$decsription
A description of the event.
- $defaultAction
- in file lib_admin_panel.php, variable AdminPanel::$defaultAction
The action that should be used if no other action is declared (in $_REQUEST).
- $description
- in file lib_counters.php, variable Counter::$description
The description of what the counter records.
- $description
- in file lib_projects.php, variable Project::$description
A processed description in XHTML of what the project is about, it's goals and so on.
- $description
- in file lib_mplf_archive.php, variable Filter::$description
A description of the filter.
- $description
- in file lib_mplf_archive.php, variable Edit::$description
The description of what was done during the edit.
- $description
- in file lib_downloads.php, variable DownloadCategory::$description
A short description of the category, may be empty.
- $description
- in file lib_mplf_archive.php, variable Category::$description
The description of the category.
- $description
- in file lib_links.php, variable Link::$description
A description of what the link points to.
- $description
- in file lib_downloads.php, variable DownloadItem::$description
A description of what the item actually contains, what it can be used for and so on.
- $description
- in file lib_languages.php, variable ProgrammingLanguage::$description
A brief description about the programming language.
- $description
- in file lib_projects.php, variable Stage::$description
A description of the stage. The descriptions should be rather short i.e.
- $displayer
- in file lib_admin_panel.php, variable AdminPanel::$displayer
The table displayer that should be used to view the the contents of the viewe database.
- $displayErrors
- in file lib_forms.php, variable Form::$displayErrors
If errors should be displayed or not (true by default).
- $displayGrid
- in file lib_graphs.php, variable Axis::$displayGrid
True if the axis should display a grid, false otherwise. The default is false.
- $displayName
- in file lib_admin_panel.php, variable AdminAction::$displayName
The name that describes the action to the user.
- $displayName
- in file lib_admin_panel.php, variable TableField::$displayName
The name that should be displayed to the user.
- $doConfirmation
- in file lib_admin_panel.php, variable DeleteModule::$doConfirmation
If a confirmation should be asked for or not. True if a confirmation should be asked for, false otherwise.
- $doDisplayInMenu
- in file lib_projects.php, variable Project::$doDisplayInMenu
Whether or not the project should be shown in the site's menu. True if the project should be shown, false otherwise.
- $doFollow
- in file common.php, variable Page::$doFollow
True if links in the page be followed by robots, false otherwise.
- $doIndex
- in file common.php, variable Page::$doIndex
True if the page should be indexed by robots, false otherwise.
- downloads.php
- procedural page downloads.php
- download_categories.php
- procedural page download_categories.php
- DataBase
- in file lib_db.php, class DataBase
Describes a database abstraction. The abstraction maintains a connection which is instance specific. Hence it is recommended that only one global instance is used.
- DateField
- in file lib_forms.php, class DateField
Describes a field (or rather group of fields) that allows the user to select a specific date by selecting year, month and day.
- DATE_CALENDAR_NAV
- in file lib_calendar.php, constant DATE_CALENDAR_NAV
- DATE_COMMENT
- in file common.php, constant DATE_COMMENT
Date format constants to be used with the date() function.
- DATE_LONG
- in file common.php, constant DATE_LONG
Date format constants to be used with the date() function.
- DATE_RSS
- in file common.php, constant DATE_RSS
Date format constants to be used with the date() function.
- DATE_SHORT
- in file common.php, constant DATE_SHORT
Date format constants to be used with the date() function.
- DATE_SHORTER
- in file common.php, constant DATE_SHORTER
Date format constants to be used with the date() function.
- DATE_SITEMAP
- in file common.php, constant DATE_SITEMAP
Date format constants to be used with the date() function.
- DATE_TIME
- in file common.php, constant DATE_TIME
Date format constants to be used with the date() function.
- DEBUG_MODE_ON
- in file common.php, constant DEBUG_MODE_ON
A switch for if debug info should be displayed or not. True if it should be displayed, false otherwise.
- deleteAllCachedContents
- in file lib_cache.php, function deleteAllCachedContents()
Deletes all contents that is currently cached.
- deleteCache
- in file lib_cache.php, function deleteCache()
Deletes the cache with the specified unique identifier.
- DeleteModule
- in file lib_admin_panel.php, class DeleteModule
Describes a module that deletes rows from a table.
- DetailsModule
- in file lib_admin_panel.php, class DetailsModule
Describes a module that shows read only contents of a specified row.
- display
- in file common.php, method Page::display()
Displays the page.
- displayContents
- in file common.php, method Page::displayContents()
Displays the page with the specified contents.
- DOC_ROOT
- in file common.php, constant DOC_ROOT
The absolute path to the root of the site.
- doDaysHaveRows
- in file lib_calendar.php, method Calendar::doDaysHaveRows()
Check if an specified interval of days have updates. Optionally constraints can be placed on the public function so that it only checks for updates of a specific type. This public function should be concidered private.
- doDelayedRedirect
- in file lib_redirects.php, function doDelayedRedirect()
Performs a delayed redirection to the specified url with the speicified delay. The page will be redirected after the specified number of seconds have elapsed.
- doEventDigest
- in file lib_event_digest.php, function doEventDigest()
Performs all the event digest work available.
- doFollow
- in file common.php, method Page::doFollow()
Gets whether or not links in the page should be followed by robots.
- doInclude
- in file common.php, function doInclude()
Includes a library into the code.
- doIndex
- in file common.php, method Page::doIndex()
Gets where or not the page should be indexed by robots.
- doPermanentRedirect
- in file lib_redirects.php, function doPermanentRedirect()
Redirects the request to a specified page with a permanent redirect, i.e.
- doRedirect
- in file lib_redirects.php, function doRedirect()
Redirects the url to the specified page with a temporary redirect, i.e.
- download
- in file lib_downloads.php, method DownloadItem::download()
Downloads the download item.
- DownloadCategory
- in file lib_downloads.php, class DownloadCategory
Describes a download category. Download items are connected to a download category and can be grouped by it.
- DownloadItem
- in file lib_downloads.php, class DownloadItem
Describes a download item. An file that is connected to a project and
- drawArrow
- in file lib_graphs.php, function drawArrow()
Draws an arrow with specified paramaters on a specified image.
- drawAxis
- in file lib_graphs.php, method Axis::drawAxis()
Draws the axis at a specified position in a specified image.
- drawFunction
- in file lib_graphs.php, method GraphFunction::drawFunction()
Draws the function at a specified position in a specified image.
- drawStringCentered
- in file lib_graphs.php, function drawStringCentered()
Draws a specified string with a specified color centered on specified coordinates on a specified image.
- drawStringRightAligned
- in file lib_graphs.php, function drawStringRightAligned()
Draws a specified string with a specified color aligned right on specified coordinates on a specified image.
- dkpbank.php
- procedural page dkpbank.php
- downloads.php
- procedural page downloads.php
top
e
- $edits
- in file lib_mplf_archive.php, variable FilterArchive::$edits
Stores edits that have been loaded. Key is the id, value is the Edit instance.
- $edits
- in file lib_mplf_archive.php, variable Filter::$edits
The unique identifiers of Edits that belong to the filter.
- $encType
- in file lib_forms.php, variable Form::$encType
The encoding type to use for the form.
- $entry
- in file lib_news.php, variable News::$entry
The actual processed XHTML entry of the news item.
- $entryLink
- in file lib_admin_panel.php, variable CallbackModule::$entryLink
The entry link pattern to be returned by the module.
- $entryMap
- in file lib_tables.php, variable Table::$entryMap
Contains an array which maps ints onto other ints. The mapping can rearange the order in which the row entries are displayed.
- errors.php
- procedural page errors.php
- events.php
- procedural page events.php
- Edit
- in file lib_mplf_archive.php, class Edit
Describes an edit to an filter.
- EditModule
- in file lib_admin_panel.php, class EditModule
Describes a module that edits a specified row in a table.
- ensureConnected
- in file lib_db.php, method DataBase::ensureConnected()
Ensures that there is a active valid connection the the database. Id there is an active and valid connection then nothing is done, otherwise a connection is created.
- EqualSearch
- in file lib_search.php, class EqualSearch
Describes a search field that searches for things that are equal to the parameter.
- escape
- in file lib_db.php, method DataBase::escape()
Escapes any special characters in the specified value. The result is also quoted if it is not numeric. All field values should be run through this function to ensure security.
top
f
- $fields
- in file lib_admin_panel.php, variable EditModule::$fields
Contains the fields, represented by TableField instances, that should be edited.
- $fields
- in file lib_admin_panel.php, variable DeleteModule::$fields
Contains the TableField instances that should be used to identify which row that should be deleted.
- $fields
- in file lib_admin_panel.php, variable AddModule::$fields
Contains the fields (represented by TableFiled instances) that should be set when adding a new module.
- $fields
- in file lib_forms.php, variable Form::$fields
Contains arrays describing contained fields with two keys each: (Field)field: The actual field.
- $fields
- in file lib_search.php, variable TableSearcher::$fields
An array of SearchField instances.
- $fields
- in file lib_admin_panel.php, variable AdminPanel::$fields
Contains the fields (represented by TableField instances) that should be displayed.
- $fieldsToSet
- in file lib_admin_panel.php, variable UpdateModule::$fieldsToSet
Contains the fields (represented by TableField instances) and the values that they should be set to.
- $fieldsToView
- in file lib_admin_panel.php, variable DetailsModule::$fieldsToView
Contains TableField instances representing the fields that should be viewed in the detailed overview.
- $filePath
- in file lib_downloads.php, variable DownloadItem::$filePath
The absolute path on the server filesystem for the downloadable item.
- $filterId
- in file lib_mplf_archive.php, variable Edit::$filterId
The id of the filter that was edited.
- $filters
- in file lib_mplf_archive.php, variable FilterArchive::$filters
Stores filters that have been loaded. Key is the id, value is the Filter instance.
- $form
- in file lib_calendar.php, variable Calendar::$form
The form that should be displayed to the user along with the calendar grid.
- $formatCallbacks
- in file lib_admin_panel.php, variable AdminPanel::$formatCallbacks
Contains callbacks that should be used to properly format fields. Key is the tables fieldname, value is the callback. If no callback for a field is found then the field is directly outputted without any preprocessing.
- $formFields
- in file lib_admin_panel.php, variable EditModule::$formFields
Contains the form fields, represented by Field instances, that should be used to override the request name contained in the key.
- $formFields
- in file lib_admin_panel.php, variable AddModule::$formFields
Contains the form fields, represented by Field instances, that should be used to override the request name contained in the key.
- $functions
- in file lib_graphs.php, variable Graph::$functions
Contains arrays for each function which contain a key 'func' which contains a GraphFunction instance, and a key 'color' which contains the color identifier to use when drawin the function.
- Field
- in file lib_forms.php, class Field
Describes a field in a form.
- FileNotFoundException
- in file lib_errors.php, class FileNotFoundException
An exception used when an error occurs while performing an IO operation because of that a file was not found.
- Filter
- in file lib_mplf_archive.php, class Filter
Describes a filter.
- FilterArchive
- in file lib_mplf_archive.php, class FilterArchive
Describes a filter archive. It contains categories structured into a navigatable tree. Each category can then contain filters.
- FIRST_NEWS_TIMESTAMP
- in file news.php, constant FIRST_NEWS_TIMESTAMP
The unix timestamp for the first news entry.
- FIRST_PROJECT_TIMESTAMP
- in file projects.php, constant FIRST_PROJECT_TIMESTAMP
The unix timestamp for the first project.
- flush
- in file common.php, method Page::flush()
Flushes the page, totally unprocessed, to the output stream.
- flushQueue
- in file lib_db.php, method DataBase::flushQueue()
Flushes the queue, executing all queries in it in the order that they were inserted and then clearing it.
- FOLDER_ADMIN
- in file common.php, constant FOLDER_ADMIN
Site specific folder name constants.
- FOLDER_CACHE
- in file common.php, constant FOLDER_CACHE
Site specific folder name constants.
- FOLDER_CSS
- in file common.php, constant FOLDER_CSS
Site specific folder name constants.
- FOLDER_CSS_CACHE
- in file common.php, constant FOLDER_CSS_CACHE
Site specific folder name constants.
- FOLDER_DOWNLOADS
- in file common.php, constant FOLDER_DOWNLOADS
Site specific folder name constants.
- FOLDER_ICONS
- in file common.php, constant FOLDER_ICONS
Site specific folder name constants.
- FOLDER_IMAGES
- in file common.php, constant FOLDER_IMAGES
Site specific folder name constants.
- FOLDER_INCLUDES
- in file common.php, constant FOLDER_INCLUDES
Site specific folder name constants.
- FOLDER_JS
- in file common.php, constant FOLDER_JS
Site specific folder name constants.
- FOLDER_RESOURCES
- in file common.php, constant FOLDER_RESOURCES
Site specific folder name constants.
- FOLDER_THUMBNAILS
- in file common.php, constant FOLDER_THUMBNAILS
Site specific folder name constants.
- Form
- in file lib_forms.php, class Form
Describes an form.
- formatAbbreviation
- in file lib_abbreviations.php, method AbbreviationHandler::formatAbbreviation()
Formats an abbreviation into XHTML compliant code.
- formatAddition
- in file lib_forms.php, method DateField::formatAddition()
No additions are allowed.
- formatAddition
- in file lib_forms.php, method Field::formatAddition()
Formats any additional data that should be appended to the field. Any '%id' entities in the formatted string are replaced with the field's id. Any '%name' entities in the formatted string are replaced with the field's name.
- formatMicroseconds
- in file lib_performance.php, function formatMicroseconds()
Formats microseconds by rewriting them as seconds.
- formatSitemapElement
- in file lib_sitemap.php, function formatSitemapElement()
Formats the paramamters into a well-formed XML url element as specified by the google sitemap schema. The last three parameters are optional, they may be left out.
- formatTimestampDate
- in file lib_admin_panel.php, function formatTimestampDate()
Formats a timestamp into a date representation. As a special case timestamp equal to 0 get the representation 'Never'.
- formatTimestampDays
- in file lib_admin_panel.php, function formatTimestampDays()
Formats a timestamp to the number of elapsed days since the point in time which the timestamp represents. This includes special cases like 'Never', 'Today' and 'Yesterday'.
- formatTimestampTime
- in file lib_admin_panel.php, function formatTimestampTime()
Formats a timestamp into a date representation complete with hours and minutes. As a special case timestamp equal to 0 get the representation 'Never'.
- formatTimestampToDate
- in file lib_performance.php, function formatTimestampToDate()
formats a unix timestamp into a date representation.
- formatTimestampToDate
- in file dkpbank.php, function formatTimestampToDate()
formats a unix timestamp into a date representation.
- FulltextSearch
- in file lib_search.php, class FulltextSearch
Describes a search field that implements fulltext searches.
- footer.php
- procedural page footer.php
top
g
- $globalLink
- in file lib_admin_panel.php, variable CallbackModule::$globalLink
The global link pattern to be used by the module.
- GALLERY_THUMB_SIZE
- in file module_images.php, constant GALLERY_THUMB_SIZE
The maximum size, in kilobytes, that the images displayed in the gallery should be allowed to be. Any images larger than these get their quality reduced so they meet this condition.
- GALLERY_THUMB_WIDTH
- in file module_images.php, constant GALLERY_THUMB_WIDTH
The maximum width, in pixels, that the images displayed in the gallery should be allowed to have. Any images that have a larger width will be resized to this width.
- getAction
- in file lib_admin_panel.php, method AdminAction::getAction()
Gets the action value identifing the action.
- getAddDialog
- in file lib_admin_panel.php, method AddModule::getAddDialog()
Gets the corresponding add dialog.
- getAddedTimestamp
- in file lib_mplf_archive.php, method Filter::getAddedTimestamp()
Gets the timestamp for when the filter was added.
- getAdminActions
- in file lib_admin_panel.php, method AdminModule::getAdminActions()
Gets all admin actions handled by the module.
- getAdminMenu
- in file lib_admin.php, function getAdminMenu()
Gets an menu listing all available admin panels.
- getAllCategoryNames
- in file lib_mplf_archive.php, method FilterArchive::getAllCategoryNames()
Gets a list of all category names.
- getAllCategoryNames
- in file lib_links.php, function getAllCategoryNames()
Gets a list of all category names.
- getAllCounterDescriptions
- in file lib_counters.php, function getAllCounterDescriptions()
Gets the descriptions of all available counters.
- getAllDownloadCategoryNames
- in file lib_downloads.php, function getAllDownloadCategoryNames()
Gets a list of all download categories names.
- getAllLanguageNames
- in file lib_languages.php, function getAllLanguageNames()
Gets the names of all available languages.
- getAllLanguages
- in file lib_languages.php, function getAllLanguages()
Gets all available programming languages.
- getAllMenuNames
- in file lib_menu.php, function getAllMenuNames()
Gets the names of all menu items available.
- getAllMonthNames
- in file lib_calendar.php, function getAllMonthNames()
Gets the names of all the years months.
- getAllNewsCaptions
- in file lib_news.php, function getAllNewsCaptions()
Gets the captions of all available news entries.
- getAllProjectNames
- in file lib_projects.php, function getAllProjectNames()
Gets the names of all available projects.
- getAllProjects
- in file lib_projects.php, function getAllProjects()
Gets all available projects.
- getAllRootMenus
- in file lib_menu.php, function getAllRootMenus()
Gets all nodes that have the root as parent.
- getAllSelectFields
- in file lib_performance.php, method PerformanceData::getAllSelectFields()
Gets the select fields for the min, average and max values (in that order) for the specified select type.
- getAllSitemaps
- in file lib_sitemap.php, method SitemapIndex::getAllSitemaps()
Gets all available sitemaps.
- getAllStageDescriptions
- in file lib_projects.php, function getAllStageDescriptions()
Get the descriptions for all available project stages.
- getAsElementForIndex
- in file lib_sitemap.php, method Sitemap::getAsElementForIndex()
Gets the sitemap reference elemenet that should be used to represent the sitemap in sitemap indices.
- getAsHTML
- in file lib_news.php, method Comment::getAsHTML()
Gets the comment as (X)HTML.
- getAsHtml
- in file lib_menu.php, method MenuItem::getAsHtml()
Gets the menu item as XHTML compliant code. This function also includes the children of the menu item (if there are any).
- getAsHtml
- in file lib_forms.php, method SubmitButton::getAsHtml()
- getAsHtml
- in file lib_forms.php, method TextArea::getAsHtml()
- getAsHTML
- in file lib_forms.php, method DateField::getAsHTML()
- getAsHTML
- in file lib_forms.php, method TimeField::getAsHTML()
- getAsHtml
- in file lib_forms.php, method TextField::getAsHtml()
- getAsHtml
- in file lib_forms.php, method Select::getAsHtml()
- getAsHtml
- in file lib_forms.php, method Browse::getAsHtml()
- getAsHtml
- in file lib_forms.php, method Hidden::getAsHtml()
- getAsHtml
- in file lib_forms.php, method ResetButton::getAsHtml()
- getAsHtml
- in file lib_readme.php, method Chapter::getAsHtml()
Gets the chapter as XHTML compliant code.
- getAsHtml
- in file lib_forms.php, method ReadOnly::getAsHtml()
- getAsHtml
- in file lib_tables.php, method Header::getAsHtml()
Gets the header as HTML, including the row tags.
- getAsHtml
- in file lib_menu.php, method ProjectMenu::getAsHtml()
Gets the menu item as XHTML compliant code. This function also includes the children of the menu item (if there are any).
- getAsHtml
- in file lib_forms.php, method PasswordField::getAsHtml()
- getAsHtml
- in file lib_forms.php, method Checkbox::getAsHtml()
- getAsHtml
- in file lib_forms.php, method Button::getAsHtml()
- getAsHtml
- in file lib_forms.php, method Field::getAsHtml()
Returns the (X)HTML representation of the field. This function should be concidered as an abstract function, any subclasses should override this.
- getAsHTMLArchive
- in file lib_news.php, method News::getAsHTMLArchive()
Gets the (X)HTML representing the news entry as it should be displayed in an archive (it includes the project references, but not a comment link).
- getAsHTMLComment
- in file lib_news.php, method News::getAsHTMLComment()
Gets the (X)HTML representing the news entry as it should be displayed in a comment enviorment. It doesn't include comment links nor an individual header.
- getAsHTMLGeneric
- in file lib_news.php, method News::getAsHTMLGeneric()
Gets the (X)HTML representing the news entry as it should be displayed in a generic enviorment (it includes the project references etc).
- getAsHTMLIndex
- in file lib_news.php, method News::getAsHTMLIndex()
Gets the (X)HTML representating the news entry in a search engine friendly form.
- getAsHTMLPreview
- in file lib_news.php, method News::getAsHTMLPreview()
Gets the (X)HTML representating the news entry as it should be displayed when displayed as a preview.
- getAsHTMLProject
- in file lib_news.php, method News::getAsHTMLProject()
Gets the (X)HTML representing the news entry as it should be displayed in a project specific enviorment (it doesn't include the project references etc).
- getAsRSS
- in file lib_news.php, method News::getAsRSS()
Gets the news entry as it should displayed in an RSS feed.
- getAsSitemapEntries
- in file lib_projects.php, method Project::getAsSitemapEntries()
Gets the project, and all its subpages, as a sitemap entries.
- getAsSitemapEntry
- in file lib_menu.php, method MenuItem::getAsSitemapEntry()
Gets the menu as a sitemap entry.
- getAsSitemapEntry
- in file lib_news.php, method News::getAsSitemapEntry()
Gets the news entry as a sitemap entry.
- getAssociatedComments
- in file lib_news.php, method News::getAssociatedComments()
Gets all comment instance that are related to the news entry.
- getAssociatedEdits
- in file lib_mplf_archive.php, method Filter::getAssociatedEdits()
Gets all Edit instances that are associated with the filter.
- getAssociatedFilters
- in file lib_mplf_archive.php, method Category::getAssociatedFilters()
Gets all filters associated with the category, e.g. all filters that have the category as their category.
- getAsXml
- in file lib_sitemap.php, method SitemapIndex::getAsXml()
Gets the complete sitemap index as XML as specified by the google sitemap schema.
- getAsXml
- in file lib_sitemap.php, method Sitemap::getAsXml()
Gets the contents of the sitemap as an XML document as specified by the google sitemap schema.
- getAttributes
- in file lib_forms.php, method SizedField::getAttributes()
- getAttributes
- in file lib_forms.php, method Field::getAttributes()
Gets the (X)HTML information containing all base information.
- getAuthor
- in file lib_mplf_archive.php, method Filter::getAuthor()
Gets the author of the filter.
- getBasicData
- in file lib_performance.php, method PerformanceData::getBasicData()
Gets the most basic statistical data, data which summarises the performance.
- getBreadcrumbs
- in file archive.php, function getBreadcrumbs()
Gets the breadcrumbs to a specified category.
- getCache
- in file lib_cache.php, function getCache()
Gets the cache associated with the specified unique identifier.
- getCacheFile
- in file lib_cache.php, function getCacheFile()
Gets the absolute path of the file connected to the specified identifier.
- getCalendar
- in file lib_calendar.php, method Calendar::getCalendar()
Gets the XHTML code that represent the calendar.
- getCaption
- in file lib_news.php, method News::getCaption()
Gets the caption of the news entry.
- getCategory
- in file lib_mplf_archive.php, method FilterArchive::getCategory()
Get the category with the specified id.
- getCategory
- in file lib_mplf_archive.php, method Filter::getCategory()
Gets the category that the filter belongs to.
- getCategoryFilters
- in file archive_xmlrpc.php, function getCategoryFilters()
XML-RPC method for getting all filters contained within a specified category.
- getCategoryName
- in file mplf_filters.php, function getCategoryName()
Gets the name of a category with the speicified unique identifier.
- getCategoryNames
- in file lib_mplf_archive.php, method FilterArchive::getCategoryNames()
Gets the category names for the specified category and all sub categories.
- getCategoryTree
- in file lib_mplf_archive.php, method FilterArchive::getCategoryTree()
Constructs the Category tree and returns the top level categories.
- getChildren
- in file lib_mplf_archive.php, method Category::getChildren()
Gets all the direct children instances.
- getChildren
- in file lib_menu.php, method MenuItem::getChildren()
Gets all children of the menu item in alphabetical order based on their names.
- getCommentLink
- in file lib_news.php, method News::getCommentLink()
Gets a link to the news iterm's comment page.
- getCommentUrl
- in file lib_news.php, method News::getCommentUrl()
Gets the url to the news' comments page.
- getContents
- in file lib_mplf_archive.php, method Filter::getContents()
Gets the contents of the associated XML file.
- getContents
- in file lib_readme.php, method Chapter::getContents()
Gets the contents of the chapter.
- getCounter
- in file lib_downloads.php, method DownloadItem::getCounter()
Gets the counter (if any) associated with the download.
- getCssLink
- in file lib_css.php, method CssHandler::getCssLink()
Gets the XHTML link that represents the specified CSS name.
- getCurrentDirectory
- in file lib_util.php, function getCurrentDirectory()
Gets the relative path to the current requested directory from the root path.
- getCurrentEncodedUrl
- in file lib_util.php, function getCurrentEncodedUrl()
Gets the current encoded url, complete with the query string.
- getCurrentUrl
- in file lib_util.php, function getCurrentUrl()
Gets the current url, complete with the query string.
- getDaysInMonth
- in file lib_calendar.php, function getDaysInMonth()
Gets the number of days in a specified month.
- getDayUrl
- in file lib_calendar.php, method Calendar::getDayUrl()
Gets the url to a specified day in the calendar.
- getDayUrl
- in file lib_calendar.php, method AliasCalendar::getDayUrl()
- getDesciption
- in file lib_events.php, method TimedEvent::getDesciption()
Gets a brief description of the event.
- getDescription
- in file lib_mplf_archive.php, method Filter::getDescription()
Gets the description of the filter.
- getDescription
- in file lib_projects.php, method Stage::getDescription()
Gets the description of the stage.
- getDescription
- in file lib_mplf_archive.php, method Edit::getDescription()
Gets the description connected to the edit.
- getDescription
- in file lib_mplf_archive.php, method Category::getDescription()
Gets the description of the category.
- getDescription
- in file lib_languages.php, method ProgrammingLanguage::getDescription()
Gets the description of the programming language.
- getDescription
- in file lib_downloads.php, method DownloadCategory::getDescription()
Gets the description of the category.
- getDescription
- in file lib_downloads.php, method DownloadItem::getDescription()
Gets a description of the download item. The description describes what the file actually contains, along with any notes regarding it.
- getDescription
- in file common.php, method Page::getDescription()
Gets the description of the current page.
- getDescription
- in file lib_counters.php, method Counter::getDescription()
Gets the counter's description. The description describes what the counter is recording.
- getDescriptionAsHtml
- in file lib_projects.php, method Project::getDescriptionAsHtml()
Gets the project's description as valid XHTML code.
- getDestinations
- in file lib_menu.php, method ProjectMenu::getDestinations()
Gets all the destinations that the project menu has. I.e. all pages associated with the project.
- getDisplayName
- in file lib_admin_panel.php, method TableField::getDisplayName()
Gets the display name of the field.
- getDisplayName
- in file lib_admin_panel.php, method AdminAction::getDisplayName()
Gets the name that describes the action.
- getDownloadsGroupedByCategory
- in file lib_downloads.php, function getDownloadsGroupedByCategory()
Gets all download items that match a specified sql selector, grouped by their download category.
- getDownloadsGroupedByCategory
- in file lib_projects.php, method Project::getDownloadsGroupedByCategory()
Gets all download items that are connected to the project. The items are grouped by their respective category. The categories should if possible be displayed in the order that they are given.
- getDueEvents
- in file lib_events.php, function getDueEvents()
Gets all events that are due to be performed.
- getEdit
- in file lib_mplf_archive.php, method FilterArchive::getEdit()
Get the edit with the specified id.
- getEditDialog
- in file lib_admin_panel.php, method EditModule::getEditDialog()
Gets the corresponding edit dialog.
- getEditedTimestamp
- in file lib_mplf_archive.php, method Edit::getEditedTimestamp()
Gets the time when the edit was performed.
- getElapsedQueryTime
- in file lib_db.php, method DataBase::getElapsedQueryTime()
Gets the number of milliseconds that the database has spent processing queries during the page request.
- getEntryAsHTML
- in file lib_news.php, method News::getEntryAsHTML()
Gets the news' entry with markup code in it (e.g. [img]...[/img]) to the XHTML equivelant.
- getEntryLinkPattern
- in file lib_admin_panel.php, method CallbackModule::getEntryLinkPattern()
- getEntryLinkPattern
- in file lib_admin_panel.php, method AdminModule::getEntryLinkPattern()
Override this function if the module should be linked to once for every entry displayed in the panel's overview. The pattern can use fieldnames as $row['foo'] (where foo is the fieldname).
- getEntryLinkPattern
- in file lib_admin_panel.php, method DeleteModule::getEntryLinkPattern()
- getEntryLinkPattern
- in file lib_admin_panel.php, method EditModule::getEntryLinkPattern()
- getEntryLinkPattern
- in file lib_admin_panel.php, method UpdateModule::getEntryLinkPattern()
- getEntryLinkPattern
- in file lib_admin_panel.php, method DetailsModule::getEntryLinkPattern()
- getError
- in file lib_forms.php, method Field::getError()
- getError
- in file lib_forms.php, method Validatable::getError()
Returns the reason for an object is not in a valid state. This assumes that the isValid() function returns false (so check that first).
- getError
- in file lib_forms.php, method Form::getError()
- getField
- in file lib_forms.php, method Form::getField()
Gets the field instance corresponding to the given (field) name.
- getFieldExpression
- in file lib_performance.php, function getFieldExpression()
Gets the expression of the field that is connected to the specified select type constant. The function can also wrap the expression in an optional printf pattern if possible.
- getFilesBody
- in file lib_sitemap.php, method Sitemap::getFilesBody()
Gets the XML body contents for everything in the main menu.
- getFilter
- in file lib_mplf_archive.php, method FilterArchive::getFilter()
Get the filter with the specified id.
- getFilterContents
- in file archive_xmlrpc.php, function getFilterContents()
XML-RPC method for getting the contents of a filter.
- getFilterDetails
- in file archive_xmlrpc.php, function getFilterDetails()
XML-RPC method for getting detailed information about a specified filter.
- getFilterId
- in file lib_mplf_archive.php, method Edit::getFilterId()
Get the id of the filter that was edited.
- getFilterName
- in file mplf_changes.php, function getFilterName()
Gets the name of a filter with the specified unique identifier.
- getForm
- in file lib_forms.php, method Form::getForm()
Gets the (X)HTML representation of the form.
- getFunction
- in file lib_performance.php, method PerformanceData::getFunction()
Gets the function for a specific select type.
- getGlobalLinkPattern
- in file lib_admin_panel.php, method CallbackModule::getGlobalLinkPattern()
- getGlobalLinkPattern
- in file lib_admin_panel.php, method AdminModule::getGlobalLinkPattern()
Override this function if the module should be linked to once in the panel.
- getGlobalLinkPattern
- in file lib_admin_panel.php, method AddModule::getGlobalLinkPattern()
- getGraph
- in file lib_graphs.php, method Graph::getGraph()
Constructs and retrieves an image resource representing the graph.
- getGraph
- in file lib_performance.php, method PerformanceData::getGraph()
Gets a graph that displays all the recorded statistics as a function of time. E.g. all sizes known for the page are displayed as a function of time. All functions are displayed in the same graph.
- getHeadAddition
- in file common.php, method HeadAddable::getHeadAddition()
Gets the things that should be added to the page's head element.
- getHeadAddition
- in file lib_css.php, method CssHandler::getHeadAddition()
Gets all the CSS links that should be added.
- getHeadAddition
- in file common.php, method Page::getHeadAddition()
Gets all additional head data that is specified by the page.
- getHeadAddition
- in file common.php, method HeadData::getHeadAddition()
- getHeader
- in file lib_tables.php, method Table::getHeader()
Gets the header of the table.
- getHeight
- in file lib_forms.php, method SizedField::getHeight()
Gets the height of the field.
- getHighestParameter
- in file lib_graphs.php, method Graph::getHighestParameter()
Gets the highest parameter which has a connected value in the graph.
- getHighestParameter
- in file lib_graphs.php, method GraphFunction::getHighestParameter()
Gets the highest parameter that has a value in the function.
- getHighestValue
- in file lib_graphs.php, method Graph::getHighestValue()
Gets the highest value defined in the graph.
- getHighestValue
- in file lib_graphs.php, method GraphFunction::getHighestValue()
Gets the highest value that is taken by the function.
- getHits
- in file lib_counters.php, method Counter::getHits()
Gets the number of hits that have been recorded by the counter.
- getId
- in file lib_forms.php, method Field::getId()
Gets the field's id.
- getId
- in file common.php, method TableEntry::getId()
Gets the unique identifier for the table entry.
- getImage
- in file lib_images.php, function getImage()
Gets the XHTML code for an image within the defined paramaters. If the default source of the specified image does not meet the define parameters then the function created an resized version of the image so that does.
- getImageCode
- in file lib_images.php, function getImageCode()
Gets the XHTML code for a specified image.
- getImageResource
- in file lib_images.php, function getImageResource()
Gets the image resource of the specified image file.
- getImages
- in file lib_projects.php, method Project::getImages()
Gets all images, and their descriptions, that are connected to the project.
- getInfo
- in file lib_projects.php, method Project::getInfo()
Gets a summary of all information available on the project.
- getInstance
- in file common.php, method Page::getInstance()
Gets the one and only instance of the class.
- getInstance
- in file lib_abbreviations.php, method AbbreviationHandler::getInstance()
Gets the one and only instance of the class.
- getInstance
- in file lib_db.php, method DataBase::getInstance()
Gets the one and only instance of the class.
- getInstance
- in file lib_css.php, method CssHandler::getInstance()
Gets the one and only instance of the class.
- getLanguage
- in file lib_downloads.php, method DownloadItem::getLanguage()
Gets the programming language of the download item.
- getLanguageName
- in file projects.php, function getLanguageName()
Gets the name of a language with a specified unique identifier.
- getLastInsertId
- in file lib_db.php, method DataBase::getLastInsertId()
Gets the last generated identifier on a per-connection basis.
- getLicense
- in file lib_projects.php, method Project::getLicense()
Gets information about the license under which the project is released.
- getLink
- in file lib_projects.php, method Project::getLink()
Gets the link representation for the project. If the project has an icon then it is used to represent the project, otherwise a text link is used.
- getLink
- in file lib_languages.php, method ProgrammingLanguage::getLink()
Gets a link to the language. More information about the language is displayed when the link is clicked.
- getLinkAsHTML
- in file lib_links.php, method Link::getLinkAsHTML()
Gets the link as XHTML, ready to be used.
- getLowestParameter
- in file lib_graphs.php, method Graph::getLowestParameter()
Gets the lowest parameter which has a connected value in the graph.
- getLowestParameter
- in file lib_graphs.php, method GraphFunction::getLowestParameter()
Gets the lowest parameter that has a value in the function.
- getLowestValue
- in file lib_graphs.php, method Graph::getLowestValue()
Gets the lowest value defined in the graph.
- getLowestValue
- in file lib_graphs.php, method GraphFunction::getLowestValue()
Gets the lowest value that is taken by the function.
- getMainHeader
- in file common.php, method Page::getMainHeader()
Gets the text that should be used in the main page header.
- getMatchedRows
- in file lib_search.php, method TableSearcher::getMatchedRows()
Gets all rows that matched the search parameters (if any).
- getMenu
- in file lib_projects.php, method Project::getMenu()
Gets the submenu connected with the project, i.e. a menu for all pages in the project.
- getMenuName
- in file menu.php, function getMenuName()
Gets the name of a menu item with a specific unique identifier.
- getModerator
- in file lib_mplf_archive.php, method FilterArchive::getModerator()
Get the moderator with the specified id.
- getModeratorId
- in file lib_mplf_archive.php, method Edit::getModeratorId()
Get the id of the moderator that approved the edit.
- getModeratorName
- in file mplf_filters.php, function getModeratorName()
Gets the name of a moderator with the specified unique identifier.
- getMonth
- in file lib_calendar.php, function getMonth()
Gets the month of the year that a specified day is included in.
- getMonthNavigation
- in file lib_calendar.php, method Calendar::getMonthNavigation()
Gets an XHTML compliant month navigation. The navigation allows users the move one month forward or backwards or to move to the first or last month.
- getMonthUrl
- in file lib_calendar.php, method Calendar::getMonthUrl()
Gets the url to a specified month in the calendar.
- getMonthUrl
- in file lib_calendar.php, method AliasCalendar::getMonthUrl()
- getName
- in file lib_downloads.php, method DownloadCategory::getName()
Gets the name of the category.
- getName
- in file lib_menu.php, method MenuItem::getName()
Gets the name of the menu item.
- getName
- in file lib_sitemap.php, method Sitemap::getName()
Gets the unique name of the sitemap.
- getName
- in file lib_forms.php, method Field::getName()
Gets the name of the field.
- getName
- in file lib_mplf_archive.php, method Category::getName()
Gets the name for the specific instance (not including parents).
- getName
- in file lib_downloads.php, method DownloadItem::getName()
Gets the name of the download item. The name is a short description of what the associated file actually is.
- getName
- in file lib_graphs.php, method GraphFunction::getName()
Gets the name of the function.
- getName
- in file lib_projects.php, method Project::getName()
Gets the name of the project.
- getName
- in file lib_mplf_archive.php, method Filter::getName()
Gets the name of the filter.
- getName
- in file lib_languages.php, method ProgrammingLanguage::getName()
Gets the name of the programming language.
- getName
- in file lib_mplf_archive.php, method Moderator::getName()
Gets the name of the moderator.
- getNews
- in file lib_news.php, function getNews()
Gets all news items that matches the specified selector.
- getNews
- in file lib_projects.php, method Project::getNews()
Gets all news entries that are connected to the project.
- getNewsBody
- in file lib_sitemap.php, method Sitemap::getNewsBody()
Gets the XML body contents for the news sitemap.
- getNewsEntry
- in file lib_news.php, method Comment::getNewsEntry()
Gets the news entry that the comment is attached to.
- getNewsSqlSelector
- in file lib_projects.php, method Project::getNewsSqlSelector()
Gets an sql selector that selects all news that are connected to the project from the news table.
- getNewsTitle
- in file comments.php, function getNewsTitle()
Gets the news title of a news entry with a specified unique identifier.
- getOutput
- in file lib_admin_panel.php, method AddModule::getOutput()
- getOutput
- in file lib_admin_panel.php, method AdminModule::getOutput()
Gets the output that the module wants to diaply.
- getOutput
- in file lib_admin_panel.php, method DetailsModule::getOutput()
- getOutput
- in file lib_admin_panel.php, method DeleteModule::getOutput()
- getOutput
- in file lib_admin_panel.php, method AdminPanel::getOutput()
- getOutput
- in file lib_admin_panel.php, method UpdateModule::getOutput()
- getOutput
- in file lib_admin_panel.php, method CallbackModule::getOutput()
- getOutput
- in file lib_admin_panel.php, method EditModule::getOutput()
- getPageDescription
- in file lib_projects.php, method Project::getPageDescription()
Gets the page description that should be used when displaying a page that is related to this project.
- getPageMenuBar
- in file lib_displayer.php, method AbstractTableDisplayer::getPageMenuBar()
Gets a page menu associated with the table displayer. The menu contains links ordered in a bar which can be used to change the current page.
- getPageRows
- in file lib_displayer.php, method CustomTableDisplayer::getPageRows()
- getPageRows
- in file lib_displayer.php, method AbstractTableDisplayer::getPageRows()
Gets the rows that should be displayed on the current page.
- getPageRows
- in file lib_displayer.php, method TableDisplayer::getPageRows()
- getPanel
- in file lib_admin_panel.php, method AdminPanel::getPanel()
Gets the panel in its HTML form.
- getPath
- in file lib_projects.php, method Project::getPath()
Gets the path from the site's root to the home directory of the project.
- getPathTo
- in file lib_mplf_archive.php, method FilterArchive::getPathTo()
Gets the path to that a specified category through the tree.
- getPermanentRelativeUrl
- in file lib_news.php, method News::getPermanentRelativeUrl()
Gets the permanent url to the news item relative to the site root.
- getPermanentUrl
- in file lib_news.php, method News::getPermanentUrl()
Gets the premanent url to the news item.
- getProgrammingLanguage
- in file lib_projects.php, method Project::getProgrammingLanguage()
Gets the programming language used in the project.
- getProject
- in file lib_downloads.php, method DownloadItem::getProject()
Gets the project that this download item is connected to.
- getProjectBasedOnDir
- in file lib_projects.php, function getProjectBasedOnDir()
Gets a project based on the current directory. If the current directory is one of the projects' home directories then one of those projects are returned.
- getProjectCount
- in file lib_projects.php, function getProjectCount()
Gets the number of projects available.
- getProjectName
- in file project_submenus.php, function getProjectName()
Gets the name of a project with a specified unique identifier.
- getProjects
- in file lib_projects.php, function getProjects()
Gets all projects that match a specified sql selector statement.
- getProjectsBody
- in file lib_sitemap.php, method Sitemap::getProjectsBody()
Gets the XML body contents for the projects sitemap.
- getQueryCount
- in file lib_db.php, method DataBase::getQueryCount()
Gets the number of queries that have been performed by the database during the page request.
- getQueueSize
- in file lib_db.php, method DataBase::getQueueSize()
Gets the number of queries in the queue.
- getReadme
- in file lib_readme.php, method Readme::getReadme()
Gets the readme as XHTML compliant code.
- getRealUrl
- in file lib_redirects.php, function getRealUrl()
Gets the url that a specified url really leads to. For instance a user might request one url while the request is actually transferred to an centralised module behind the scenes.
- getRedirect
- in file lib_redirects.php, function getRedirect()
Gets any redirects that apply to a specified url.
- getRequestName
- in file lib_admin_panel.php, method TableField::getRequestName()
Gets the request name of the field.
- getRequestName
- in file lib_search.php, method SearchField::getRequestName()
Gets the name of the table field that the search field is connected to.
- getRoot
- in file common.php, function getRoot()
Get the relative path from a specified file to the site's root directory.
- getRootCategories
- in file lib_links.php, function getRootCategories()
Gets all categories that have the root as parent.
- getRowCount
- in file lib_displayer.php, method TableDisplayer::getRowCount()
- getRowCount
- in file lib_displayer.php, method CustomTableDisplayer::getRowCount()
- getRowCount
- in file lib_displayer.php, method AbstractTableDisplayer::getRowCount()
Gets the number of rows that the viewer can display in total. This is an abstract implementation and should be overridden by all subclasses.
- getRssHeaderLink
- in file lib_projects.php, method Project::getRssHeaderLink()
Gets the header link to the RSS page for the project's news.
- getRssPath
- in file lib_projects.php, method Project::getRssPath()
Gets the path to the RSS feed for the project's news.
- getSelectedTimestamp
- in file lib_calendar.php, method Calendar::getSelectedTimestamp()
Gets the calendar's selected timestamp. The timestamp has a resolution of 3600*24 seconds, i.e. days.
- getSelectField
- in file lib_performance.php, function getSelectField()
Gets the select parameter that should be used when selecting the specified select type from the performance database.
- getSimilarUrls
- in file lib_redirects.php, function getSimilarUrls()
Gets all urls that are similar to a specified url. I.e. all urls that exist and are subsets of the specified url.
- getSitemaps
- in file lib_sitemap.php, method SitemapIndex::getSitemaps()
Gets all sitemaps that belong to the index.
- getSize
- in file lib_downloads.php, method DownloadItem::getSize()
Gets the size of the file that is connected to the download item in kilobytes.
- getSizeLabel
- in file lib_downloads.php, method DownloadItem::getSizeLabel()
Gets the size of the file along with the unit, i.e. 'kB', 'MB' and so
- getSqlQuery
- in file lib_displayer.php, method CustomTableDisplayer::getSqlQuery()
Gets the sql query that describes what should be retrieved for the current page.
- getSqlSelector
- in file lib_search.php, method TableSearcher::getSqlSelector()
Gets the sql selector that represents the current configuration of the table searcher. The selector describes what the search will match.
- getSqlSelector
- in file lib_displayer.php, method CustomTableDisplayer::getSqlSelector()
Gets an sql selector that describes the subset of rows that should be selected for the current page.
- getSqlSelector
- in file lib_displayer.php, method TableDisplayer::getSqlSelector()
Gets the sql selector that represents what the displayer will display on the current page.
- getSqlSelector
- in file lib_calendar.php, method Calendar::getSqlSelector()
Gets the sql selector that represents the current configuration of the calendar. The selector describes what rows match the calendar selections.
- getSqlWhereCondition
- in file lib_search.php, method GreaterSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method LesserEqualSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method GreaterEqualSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method SearchField::getSqlWhereCondition()
Gets the where condition of the search field. This should be a sql statement that can be placed after "WHERE" in the sql query. A couple of examples: "id > 5", "(solved = 1) AND (tested = 0)".
- getSqlWhereCondition
- in file lib_search.php, method LikeSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method LesserSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method FulltextSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method CustomSearch::getSqlWhereCondition()
- getSqlWhereCondition
- in file lib_search.php, method EqualSearch::getSqlWhereCondition()
- getStage
- in file lib_projects.php, method Project::getStage()
Gets the stage that the project is currently at.
- getStageDescription
- in file projects.php, function getStageDescription()
Gets the descripiton of a stage with a specified unique identifer.
- getSubCategories
- in file archive_xmlrpc.php, function getSubCategories()
XML-RPC method for getting all subcategories of a category.
- getSubmenu
- in file lib_projects.php, method Project::getSubmenu()
Gets the submenu of the project.
- getSubmenu
- in file common.php, method Page::getSubmenu()
Gets the submenu that should be disiplayed. The function should only be called if hasSubmenu returns true.
- getSynopsis
- in file lib_projects.php, method Project::getSynopsis()
Gets a short synopsis of the project. The synopsis consists of the name and link to the project along with a list with the following information: language (and version), when it was started, current stage and a short description.
- getTable
- in file lib_tables.php, method Table::getTable()
Gets the table in HTML format.
- getTable
- in file performance.php, function getTable()
Constructs a table that reflects a specified top list.
- getTableField
- in file lib_admin_panel.php, method TableField::getTableField()
Gets the name of the table field connected to this instance.
- getTextSearchField
- in file lib_search.php, function getTextSearchField()
Gets the appriopriate instance of a text search field (FulltextSearch or LikeSearch) to use with the specified constructor parameters. Fulltext is used if possible, otherwise LIKE is used.
- getTimeAdded
- in file lib_news.php, method News::getTimeAdded()
Gets the timestamp that represents when the news entry was added.
- getTitle
- in file common.php, method Page::getTitle()
Gets the title of the page.
- getTitleRelativeUrl
- in file lib_news.php, method News::getTitleRelativeUrl()
Gets the title url to the news item relative to the site root.
- getToken
- in file lib_css.php, method CssHandler::getToken()
Gets the token that represents the steps take. It's the token that should be replaced in any text by the corresponding value.
- getTopic
- in file lib_readme.php, method Chapter::getTopic()
Gets the chapter's topic.
- getTopList
- in file lib_performance.php, function getTopList()
Gets a top list of the performance of the specified type.
- getUri
- in file lib_performance.php, method PerformanceData::getUri()
Gets the URI that the performance data is linked to.
- getUrlPath
- in file lib_redirects.php, function getUrlPath()
Attempts to get a url path to an existing file by starting from a specified url and then translating the related redirects.
- getValue
- in file lib_css.php, method CssHandler::getValue()
Gets the CSS value that correspond to the specified steps.
- getValue
- in file lib_forms.php, method DateField::getValue()
- getValue
- in file lib_forms.php, method Form::getValue()
Gets the value of one of the form's fields.
- getValue
- in file lib_admin_panel.php, method TableField::getValue()
Gets the value of the field.
- getValue
- in file lib_forms.php, method Field::getValue()
Gets the value of the field.
- getValue
- in file lib_forms.php, method TimeField::getValue()
- getVersion
- in file lib_mplf_archive.php, method Filter::getVersion()
Gets the MPLF version that the filter was designed for.
- getVirtualLocation
- in file lib_sitemap.php, method Sitemap::getVirtualLocation()
Gets the virtual location for the sitemap.
- getVirtualLocation
- in file lib_sitemap.php, method SitemapIndex::getVirtualLocation()
Gets the virtual location for the sitemap index.
- getWidth
- in file lib_forms.php, method SizedField::getWidth()
Gets the width of the field.
- getYear
- in file lib_calendar.php, function getYear()
Gets the year that a specified day is included in.
- Graph
- in file lib_graphs.php, class Graph
Describes a graph that takes values and then transforms them into a graphical representation as a graph.
- GraphFunction
- in file lib_graphs.php, class GraphFunction
Describes a function that can be displayed in a graph.
- GRAPH_PADDING
- in file lib_graphs.php, constant GRAPH_PADDING
The number of pixels of padding that should be between the axes and the graph border.
- GreaterEqualSearch
- in file lib_search.php, class GreaterEqualSearch
Describes a search field that searches for things that are greater than or equal to the parameter.
- GreaterSearch
- in file lib_search.php, class GreaterSearch
Describes a search field that searches for things that are greater than the parameter.
top
h
- $hasDownloads
- in file lib_projects.php, variable Project::$hasDownloads
Whether or not the project has any projects associated with it. True if the project has downloads, false otherwise.
- $hasSource
- in file lib_projects.php, variable Project::$hasSource
Whether or not the project's source is available for download. True if the project has source available for download, false otherwise. If it is false then it's assumed that the source can be gotten through contact.
- $hasUserValue
- in file lib_forms.php, variable Field::$hasUserValue
True if the current value was entered by a user, false otherwise.
- $headAdditions
- in file common.php, variable Page::$headAdditions
All instances of HeadAddable that should be added to the head contents.
- $height
- in file lib_forms.php, variable SizedField::$height
The height of the field, 0 means that no height has been set.
- $hits
- in file lib_counters.php, variable Counter::$hits
The number of hits that the counter has recorded.
- $hour
- in file lib_forms.php, variable TimeField::$hour
The hour selection field.
- handleAbbreviations
- in file lib_abbreviations.php, method AbbreviationHandler::handleAbbreviations()
Handles all abbreviations in a text by appending XHTML compliant explainations to each recognised abbreviation.
- handlesAction
- in file lib_admin_panel.php, method AdminModule::handlesAction()
Checks if an action can be handled by the module.
- hasAnyUserValue
- in file lib_forms.php, method Form::hasAnyUserValue()
Checks if any of the form's fields has any user set values.
- hasMenu
- in file lib_projects.php, method Project::hasMenu()
Whether or not the project has a menu.
- hasSubmenu
- in file common.php, method Page::hasSubmenu()
Whether or not the page has a submenu that should be displayed.
- hasUserValue
- in file lib_forms.php, method Hidden::hasUserValue()
- hasUserValue
- in file lib_forms.php, method TimeField::hasUserValue()
- hasUserValue
- in file lib_forms.php, method SubmitButton::hasUserValue()
- hasUserValue
- in file lib_forms.php, method Field::hasUserValue()
Checks if the field has a non empty value that has been supplied by a user.
- hasUserValue
- in file lib_calendar.php, method Calendar::hasUserValue()
Checks if the user has selected a day or not in the calendar. If the user has not then getting results from the calendar should not be attempted.
- hasUserValue
- in file lib_forms.php, method DateField::hasUserValue()
- hasValue
- in file lib_admin_panel.php, method TableField::hasValue()
Checks if the field has a value set or not.
- hasValue
- in file lib_forms.php, method Field::hasValue()
Checks if the field has a non empty value.
- hasValue
- in file lib_forms.php, method Form::hasValue()
Checks if the form has a field with the specified name and if that field has a non empty value.
- hasValue
- in file lib_forms.php, method DateField::hasValue()
- HeadAddable
- in file common.php, class HeadAddable
Describes something that can add contents to the <head></head> elements of pages that are displayed.
- HeadData
- in file common.php, class HeadData
A simple implementation of HeadAddable. It's an immutable instance that just takes a string of the things that should be included in the head tag.
- Header
- in file lib_tables.php, class Header
Descibes an Header.
- Hidden
- in file lib_forms.php, class Hidden
Describes a hidden field.
- highlightWords
- in file lib_search.php, function highlightWords()
Highlight specific words in a specified text.
- header.php
- procedural page header.php
top
i
- $iconName
- in file lib_projects.php, variable Project::$iconName
The name of the icon image used to represent the project.
- $id
- in file lib_forms.php, variable Field::$id
The unique identifier for the field.
- $id
- in file common.php, variable TableEntry::$id
The unique identifier for the entry.
- $idFields
- in file lib_admin_panel.php, variable UpdateModule::$idFields
Contains the fields (represented by TableFiled instances) that identify which row that should be set.
- $idFields
- in file lib_admin_panel.php, variable EditModule::$idFields
Contains the fields that identify the rows that should be edited. The key is the name of the table field and the corresponding value is the corresponding form field that should be used for the table field.
- $idFields
- in file lib_admin_panel.php, variable DetailsModule::$idFields
Contains the fields (as TableField instances) that identify which row that should be viewed.
- $initialValue
- in file lib_forms.php, variable DateField::$initialValue
The initial value (unix timestamp) that should be used for the field.
- $instance
- in file common.php, variable Page::$instance
The one and only instance of the class.
- $instance
- in file lib_db.php, variable DataBase::$instance
The one and only instance of the class.
- $instance
- in file lib_css.php, variable CssHandler::$instance
The one and only instance of the class.
- $instance
- in file lib_abbreviations.php, variable AbbreviationHandler::$instance
The one and only instance of the class.
- $intro
- in file lib_readme.php, variable Readme::$intro
The introduction chapter, may be null in which case no introduction chapter exists.
- $isValid
- in file lib_sitemap.php, variable Sitemap::$isValid
Whether or not the XML contents is valid. Contents that is not valid should be regenerated rather than reused. True if the current XML contents is valid, false otherwise.
- $itemsPerPage
- in file lib_admin_panel.php, variable AdminPanel::$itemsPerPage
The number of items that should be displayed in each page when viewing the table overview.
- images.php
- procedural page images.php
- IGNORED_MEMBERS
- in file lib_dkpbank.php, constant IGNORED_MEMBERS
The names of all the members that should be ignored while taking snapshots.
- IllegalArgumentException
- in file lib_errors.php, class IllegalArgumentException
An exception used when an error occurs as a result of invalid input arguments to a function.
- IllegalStateException
- in file lib_errors.php, class IllegalStateException
An exception used when an error occurs as a result of invalid state.
- includeCss
- in file lib_css.php, method CssHandler::includeCss()
Ensures that a css file with the specified name is included in the page output.
- insertError
- in file lib_errors.php, function insertError()
Inserts and error into the error table in the database.
- insertMenu
- in file lib_menu.php, function insertMenu()
Inserts the menu from the cache.
- invalidate
- in file lib_sitemap.php, method Sitemap::invalidate()
Invalidates the sitemape, causing it to be regenerated by the next time it's requested.
- IN_LOKORIN_ADMIN
- in file mplf_changes.php, constant IN_LOKORIN_ADMIN
Declare that we are in an admin panel.
- IN_LOKORIN_PUBLIC
- in file url_router.php, constant IN_LOKORIN_PUBLIC
Declare that we have accessed the url router page.
- IOException
- in file lib_errors.php, class IOException
An exception used when an error occurs while performing an IO operation.
- isConvertableToNumerical
- in file lib_tables.php, method Header::isConvertableToNumerical()
Checks if a value could be converted to a numerical value. I.e. if it is a numerical value or possible a formatted numerical value. E.g.
- isFulltextSearchable
- in file lib_search.php, function isFulltextSearchable()
Checks if a wildcard search can be done with fulltext or if LIKE has to be used (fulltext is faster).
- isMenuDisplayable
- in file lib_projects.php, method Project::isMenuDisplayable()
Checks if the project should be displayed in the menu.
- isValid
- in file lib_forms.php, method Form::isValid()
- isValid
- in file lib_forms.php, method Field::isValid()
- isValid
- in file lib_search.php, method SearchField::isValid()
Checks if the search field is valid, meaning if it has has caugth a non empty parameter.
- isValid
- in file lib_forms.php, method Validatable::isValid()
Checks if the object's state is valid or not.
- isValid
- in file lib_search.php, method TableSearcher::isValid()
Checks if the table searcher has valid results. I.e. if any search paramters have been caught by it.
- isValidAdmin
- in file login.php, function isValidAdmin()
Checks if a username/password combination represents a valid admin authentication.
- instructions.php
- procedural page instructions.php
- ie_menu_fix.php
- procedural page ie_menu_fix.php
top
l
- $labels
- in file lib_graphs.php, variable Axis::$labels
The labels that should be printed along the axis. The key is the distance in pixels along the axis that the corresponding value should be centered around.
- $langId
- in file lib_downloads.php, variable DownloadItem::$langId
The unique identifier for the language that was used to create the download item.
- $langId
- in file lib_projects.php, variable Project::$langId
The unique identifier of the programming language that represents the project.
- $langVersion
- in file lib_projects.php, variable Project::$langVersion
The language version that the project usues.
- $lastGenerated
- in file lib_news.php, variable News::$lastGenerated
The unix timestamp of when the contents of the news was last generated.
- $lastTimestamp
- in file lib_counters.php, variable Counter::$lastTimestamp
The unix timestamp of the last hit that the counter recorded.
- $legend
- in file lib_forms.php, variable DateField::$legend
The value that should be displayed as legend for the fieldset.
- $legend
- in file lib_forms.php, variable Form::$legend
The legend value that should be used for the form.
- $libraryName
- in file lib_events.php, variable TimedEvent::$libraryName
The name of the library that should be included before the event is run and before the callback is called. If it's empty then no library is included.
- $license
- in file lib_projects.php, variable Project::$license
The license if any that the project is released under. The license information should be in the form of XHTML code.
- $linkName
- in file lib_admin_panel.php, variable UpdateModule::$linkName
The name for the link that should represent the module.
- links.php
- procedural page links.php
- link_categories.php
- procedural page link_categories.php
- login.php
- procedural page login.php
- logout.php
- procedural page logout.php
- languages.php
- procedural page languages.php
- LesserEqualSearch
- in file lib_search.php, class LesserEqualSearch
Describes a search field that searches for things that are lesser than or equal to the parameter.
- LesserSearch
- in file lib_search.php, class LesserSearch
Describes a search field that searches for things that are lesser than the parameter.
- LikeSearch
- in file lib_search.php, class LikeSearch
Describes a search field that implements LIKE searches.
- Link
- in file lib_links.php, class Link
Describes a link.
- links.php
- procedural page links.php
- LINKS_UID_PATTERN
- in file links.php, constant LINKS_UID_PATTERN
A printf pattern for creating unique identifiers for the cache. The pattern contains one parameter that should be the unique category identifier.
- loadCssValueTree
- in file lib_css.php, method CssHandler::loadCssValueTree()
Loads all CSS values into a tree structure. The resulting tree structure reflects the XML resource file, but does not contain the root node.
- logActivity
- in file lib_admin_panel.php, method AdminModule::logActivity()
Notifies everything that should be notified of admin activity. This function should be called whenever a module alters a table.
- logAdminAction
- in file lib_admin_panel.php, function logAdminAction()
Adds an entry to the admin log, storing the action for later examination.
- logAdminActivity
- in file lib_admin_panel.php, function logAdminActivity()
This function is notified whenever a module performs a table altering action. Everything that should be notified of admin activity should hook in here.
- logException
- in file lib_errors.php, function logException()
Logs an exception, providing information about the current state. The script then continues on.
- logFatalException
- in file lib_errors.php, function logFatalException()
Logs a fatal exception, providing information about the current state.
- levels.php
- procedural page levels.php
- latest.php
- procedural page latest.php
- links.php
- procedural page links.php
- lib_abbreviations.php
- procedural page lib_abbreviations.php
- lib_admin_panel.php
- procedural page lib_admin_panel.php
- lib_admin.php
- procedural page lib_admin.php
- lib_cache.php
- procedural page lib_cache.php
- lib_calendar.php
- procedural page lib_calendar.php
- lib_counters.php
- procedural page lib_counters.php
- lib_css.php
- procedural page lib_css.php
- lib_db.php
- procedural page lib_db.php
- lib_displayer.php
- procedural page lib_displayer.php
- lib_dkpbank.php
- procedural page lib_dkpbank.php
- lib_downloads.php
- procedural page lib_downloads.php
- lib_errors.php
- procedural page lib_errors.php
- lib_events.php
- procedural page lib_events.php
- lib_event_digest.php
- procedural page lib_event_digest.php
- lib_forms.php
- procedural page lib_forms.php
- lib_graphs.php
- procedural page lib_graphs.php
- lib_images.php
- procedural page lib_images.php
- lib_languages.php
- procedural page lib_languages.php
- lib_links.php
- procedural page lib_links.php
- lib_markup.php
- procedural page lib_markup.php
- lib_menu.php
- procedural page lib_menu.php
- lib_mplf_archive.php
- procedural page lib_mplf_archive.php
- lib_news.php
- procedural page lib_news.php
- lib_performance.php
- procedural page lib_performance.php
- lib_projects.php
- procedural page lib_projects.php
- lib_readme.php
- procedural page lib_readme.php
- lib_redirects.php
- procedural page lib_redirects.php
- lib_search.php
- procedural page lib_search.php
- lib_sitemap.php
- procedural page lib_sitemap.php
- lib_tables.php
- procedural page lib_tables.php
- lib_util.php
- procedural page lib_util.php
top
m
- $method
- in file lib_forms.php, variable Form::$method
The method to be used by the form.
- $minute
- in file lib_forms.php, variable TimeField::$minute
The minute selection field.
- $moderatorId
- in file lib_mplf_archive.php, variable Edit::$moderatorId
The id of the moderator that approved the edit.
- $moderators
- in file lib_mplf_archive.php, variable FilterArchive::$moderators
Stores moderators that have been loaded. Key is the id, value is the Moderator instance.
- $modules
- in file lib_admin_panel.php, variable AdminPanel::$modules
Contains all the modules (AdminModule instances) that belong to the panel.
- $month
- in file lib_forms.php, variable DateField::$month
The month selection field.
- menu.php
- procedural page menu.php
- mplf_approve.php
- procedural page mplf_approve.php
- mplf_categories.php
- procedural page mplf_categories.php
- mplf_changes.php
- procedural page mplf_changes.php
- mplf_filters.php
- procedural page mplf_filters.php
- markAsPerformed
- in file lib_events.php, method TimedEvent::markAsPerformed()
Marks the event as performed, updating the next time that it should be performed.
- MAX_FILE_SIZE
- in file lib_images.php, constant MAX_FILE_SIZE
The default maximum file size in kB to allow image to have.
- MAX_WIDTH
- in file lib_images.php, constant MAX_WIDTH
The default maximum width to allow image to have.
- MenuItem
- in file lib_menu.php, class MenuItem
Describes an item in a menu. An menu item has a name and are ordered in a tree where all nodes except the root are menu items. An menu item may have any number of children.
- MENU_APPENDAGE
- in file instructions.php, constant MENU_APPENDAGE
The project menu that should be appended to the standard navigational menu.
- MENU_CACHE_PATH
- in file lib_menu.php, constant MENU_CACHE_PATH
The path relative to the site's root where the menu cache is located.
- MENU_ITEM_WIDTH
- in file lib_projects.php, constant MENU_ITEM_WIDTH
The width, in pixels, that each menu link should be represented with.
- MICROTIME_START
- in file common.php, constant MICROTIME_START
A microtime marking when the common page was included, i.e. when the loading of the page started.
- Moderator
- in file lib_mplf_archive.php, class Moderator
Describes a moderator.
- menu.php
- procedural page menu.php
- module_about.php
- procedural page module_about.php
- module_download.php
- procedural page module_download.php
- module_images.php
- procedural page module_images.php
- module_progress.php
- procedural page module_progress.php
top
n
- $name
- in file lib_menu.php, variable ProjectMenu::$name
The name that describes and is displayed for the menu item.
- $name
- in file lib_menu.php, variable MenuItem::$name
The name that describes and is displayed for the menu item.
- $name
- in file lib_mplf_archive.php, variable Filter::$name
The name of the filter.
- $name
- in file lib_mplf_archive.php, variable Moderator::$name
The username of the moderator.
- $name
- in file lib_sitemap.php, variable Sitemap::$name
The unqiue name of the sitemap.
- $name
- in file lib_projects.php, variable Project::$name
The name of the project.
- $name
- in file lib_languages.php, variable ProgrammingLanguage::$name
The name of the programming language.
- $name
- in file lib_mplf_archive.php, variable Category::$name
The name of the category.
- $name
- in file lib_downloads.php, variable DownloadCategory::$name
The name of the category, a few words that describes it.
- $name
- in file lib_downloads.php, variable DownloadItem::$name
The name of the item. The name does not reference the actual file that the download item is connected to, rather it is a short description of what the connected file actually is.
- $name
- in file lib_graphs.php, variable GraphFunction::$name
The name that should represent the function. The name can be used to identify the function.
- $name
- in file lib_forms.php, variable Field::$name
The name of the field.
- $newsId
- in file lib_news.php, variable Comment::$newsId
The unique identifier of the news item that the comment is attached to.
- $nextTime
- in file lib_events.php, variable TimedEvent::$nextTime
A timestamp that describes the next point in time when the event should be performed.
- news.php
- procedural page news.php
- News
- in file lib_news.php, class News
Describes a news item.
- News
- in file lib_news.php, method News::News()
Constructor for News.
- NoSuchElementException
- in file lib_errors.php, class NoSuchElementException
An exception used when an element that was searched for could not be found.
- notifyTableChanged
- in file lib_sitemap.php, function notifyTableChanged()
Notifies that the contents of a table has been altered. This should be called in order for the sitemaps to stay current.
- NUMBER_OF_NEWS_ENTRIES
- in file latest.php, constant NUMBER_OF_NEWS_ENTRIES
The maximum number of news entries that should be displayed.
- news.php
- procedural page news.php
top
o
- $options
- in file lib_forms.php, variable Select::$options
The options that should be displayed in the select element. The value as key and the name of the option as value.
top
p
- $pageDescription
- in file lib_projects.php, variable Project::$pageDescription
The description that the project pages should have.
- $parameter
- in file lib_search.php, variable SearchField::$parameter
The parameter (if any) that has been caught by the search field.
- $path
- in file lib_menu.php, variable MenuItem::$path
An optional path that the menu item leads to. It's either an aboslute url or one relative to the root path.
- $path
- in file lib_projects.php, variable Project::$path
The path from the root to the projects directory. Alternativly an absolute url starting with 'http://' can be specified.
- $path
- in file lib_menu.php, variable ProjectMenu::$path
An optional path that the menu item leads to. It's either an aboslute url or one relative to the root path.
- $priority
- in file lib_downloads.php, variable DownloadCategory::$priority
The priority of the category, a higher priority means that it is displayed earlier than an category with lower priority.
- $processCallback
- in file lib_search.php, variable SearchField::$processCallback
An optional callback that all parameters should be passed through.
- $project
- in file common.php, variable Page::$project
The project that the page belongs to.
- $projectId
- in file lib_downloads.php, variable DownloadItem::$projectId
The unique identifier of the project that the download item is connected to.
- $projectIds
- in file lib_news.php, variable News::$projectIds
The unique identifiers of the projects that the news item is connected to.
- performance.php
- procedural page performance.php
- program_langs.php
- procedural page program_langs.php
- projects.php
- procedural page projects.php
- project_stages.php
- procedural page project_stages.php
- project_submenus.php
- procedural page project_submenus.php
- Page
- in file common.php, class Page
Describes a page that can be displayed. It's the end result of the whole script.
- PAGE_ROOT
- in file common.php, constant PAGE_ROOT
Relative path from the requested uri to the root. This is not neccessarily the same as the path from the current scrip to the root.
- parseCssValueNode
- in file lib_css.php, method CssHandler::parseCssValueNode()
Recursivly parses a css value node and turns it into an array structure.
- PasswordField
- in file lib_forms.php, class PasswordField
Describes a password field.
- PerformanceData
- in file lib_performance.php, class PerformanceData
Describes a collection of all performance data related to a specified URI.
- PERFORMANCE_DB
- in file lib_performance.php, constant PERFORMANCE_DB
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- PERFORMANCE_HITS
- in file lib_performance.php, constant PERFORMANCE_HITS
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- PERFORMANCE_PAGE
- in file lib_performance.php, constant PERFORMANCE_PAGE
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- PERFORMANCE_PAGE_WITHOUT_DB
- in file lib_performance.php, constant PERFORMANCE_PAGE_WITHOUT_DB
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- PERFORMANCE_PER_QUERY
- in file lib_performance.php, constant PERFORMANCE_PER_QUERY
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- PERFORMANCE_QUERIES
- in file lib_performance.php, constant PERFORMANCE_QUERIES
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- PERFORMANCE_SIZE
- in file lib_performance.php, constant PERFORMANCE_SIZE
Performance type specific identifiers. The constants decide what performance time that should be looked at.
- performDkpSnapshot
- in file lib_dkpbank.php, function performDkpSnapshot()
Performs a snapshot of the Europa EQDKP standings. It records all members' current points and the total balance in the database.
- performEvent
- in file lib_events.php, method TimedEvent::performEvent()
Performs the event, correctly processing it and marking it as performed.
- performSort
- in file lib_tables.php, method Header::performSort()
Performs a sort, if the user has requested one, on the specified rows.
- PREVIEW_LENGTH
- in file archive.php, constant PREVIEW_LENGTH
The maximum number of characters that each preview should be.
- processAdd
- in file lib_admin_panel.php, method AddModule::processAdd()
Processes an add request and returns the result or an error message.
- processConfirm
- in file lib_admin_panel.php, method DeleteModule::processConfirm()
Creates a confirmation dialog.
- processEdit
- in file lib_admin_panel.php, method EditModule::processEdit()
Processes an edit request and returns the result or an error message.
- processRemove
- in file lib_admin_panel.php, method DeleteModule::processRemove()
Removes an entry and creates a confirmation message.
- ProgrammingLanguage
- in file lib_languages.php, class ProgrammingLanguage
Describes a programming language information block. Each instance has some basic information about the respecting programming language.
- Project
- in file lib_projects.php, class Project
Describes a project.
- ProjectMenu
- in file lib_menu.php, class ProjectMenu
Describes a project menu. A menu that is connected to a project.
- projects.php
- procedural page projects.php
- projects.php
- procedural page projects.php
top
q
- $queryAppandage
- in file lib_displayer.php, variable TableDisplayer::$queryAppandage
The appandage to the queries, the appandage specifies what should be displayed. The appandage is placed after 'FROM table'. I.e. to get the query "SELECT * FROM foo WHERE MATCH (title, body) AGAINST ('bar')" one should use "WHERE MATCH (title, body) AGAINST ('foo')".
- $queryAppendage
- in file lib_admin_panel.php, variable AdminPanel::$queryAppendage
The appendage to the view query. This could for instance be a match statement or a order apppendage.
- $queryAppendage
- in file lib_search.php, variable TableSearcher::$queryAppendage
An optional query appendage to use when searching. This can be used to specify a specific subset or ordering and is appended on the end of the query.
- $queryCount
- in file lib_db.php, variable DataBase::$queryCount
The number of queries that have been performed by the database. 0 means that no queries have been performed.
- $queryDuration
- in file lib_db.php, variable DataBase::$queryDuration
The number of milliseconds that have elapsed while waiting for the database to complete a query. This is the sum of all query times.
- $queue
- in file lib_db.php, variable DataBase::$queue
Contains any queued queries.
- query
- in file lib_db.php, method DataBase::query()
Performs a specified query on the database.
- queryCount
- in file lib_db.php, method DataBase::queryCount()
Gets the number of rows that matches specified conditions.
- queryDelete
- in file lib_db.php, method DataBase::queryDelete()
Builds and executes a delete query on the specified table using the specified values.
- queryInsert
- in file lib_db.php, method DataBase::queryInsert()
Builds and executes an insert query based on the specified table and values.
- querySelect
- in file lib_db.php, method DataBase::querySelect()
Selects specific table fields from a specific table. The select operation can also specify an optional sql selector.
- querySelectAll
- in file lib_db.php, method DataBase::querySelectAll()
Selects all table fields from a specific table. The select operation can also specify an optional sql selector.
- querySelectFirst
- in file lib_db.php, method DataBase::querySelectFirst()
Selects the first value found in a specified field in a specified table that satisfies an sql selector.
- queryUpdate
- in file lib_db.php, method DataBase::queryUpdate()
Builds and executes an update query on the specified table using the specified values and selector.
- queueQuery
- in file lib_db.php, method DataBase::queueQuery()
Puts a specified query at the end of the queue.
top
r
- $requestName
- in file lib_admin_panel.php, variable TableField::$requestName
The name used to identify field in $_REQUEST.
- $requestName
- in file lib_search.php, variable SearchField::$requestName
The request index that is connected to this request field. I.e. the index in $_REQUEST that the search field should attempt to catch parameters from.
- $required
- in file lib_forms.php, variable Field::$required
If the field has to be entered to be valid.
- $rows
- in file lib_tables.php, variable Table::$rows
Contains an array which contains an array for each row. The key of the rows should be numeric, the value should be the value that should be displayed.
- $rowsPerPage
- in file lib_displayer.php, variable AbstractTableDisplayer::$rowsPerPage
The maximum number of rows from the table that each page may display.
- redirects.php
- procedural page redirects.php
- readme.php
- procedural page readme.php
- readme.php
- procedural page readme.php
- rss.php
- procedural page rss.php
- Readme
- in file lib_readme.php, class Readme
Describes a readme. A readme is a guide with several chapters of information which are ordered into a more navigatable fashion for the users convenience.
- ReadOnly
- in file lib_forms.php, class ReadOnly
Describes a field that is read only. I.e. just prints the contents of it, not really a field, but it's useful at times.
- readRow
- in file lib_languages.php, method ProgrammingLanguage::readRow()
- readRow
- in file lib_counters.php, method Counter::readRow()
- readRow
- in file lib_events.php, method TimedEvent::readRow()
- readRow
- in file lib_downloads.php, method DownloadItem::readRow()
- readRow
- in file lib_links.php, method Link::readRow()
- readRow
- in file lib_downloads.php, method DownloadCategory::readRow()
- readRow
- in file lib_news.php, method Comment::readRow()
- readRow
- in file lib_projects.php, method Project::readRow()
- readRow
- in file lib_projects.php, method Stage::readRow()
- readRow
- in file lib_sitemap.php, method Sitemap::readRow()
- readRow
- in file lib_news.php, method News::readRow()
- readRow
- in file lib_mplf_archive.php, method Moderator::readRow()
- readRow
- in file lib_mplf_archive.php, method Edit::readRow()
- readRow
- in file lib_mplf_archive.php, method Filter::readRow()
- readRow
- in file lib_mplf_archive.php, method Category::readRow()
- readRow
- in file lib_menu.php, method MenuItem::readRow()
- readRow
- in file common.php, method TableEntry::readRow()
Processes the contents of a retrieved row that describes the entry.
- recordHit
- in file lib_counters.php, method Counter::recordHit()
Records that a hit has occured. Increments the counter.
- recursiveFind
- in file lib_mplf_archive.php, method FilterArchive::recursiveFind()
A recursive function for finding the correct path via DFS.
- remove
- in file lib_tables.php, method Header::remove()
Removes a caption from the header, assuming that the caption exists.
- removeDirectoryContents
- in file lib_util.php, function removeDirectoryContents()
Removes all files and directories contained in the specified directory.
- removeDirectoryRecursive
- in file lib_util.php, function removeDirectoryRecursive()
Recursivly removes a directory and all of its contents.
- removeField
- in file lib_forms.php, method Form::removeField()
Removes the first field encountered with the specified field name.
- removeFunction
- in file lib_graphs.php, method Graph::removeFunction()
Removes all functions with a specified name.
- renameQueryParams
- in file lib_util.php, function renameQueryParams()
Renames parameters in a url query string, the values remain unchanged. It can for instance turn "foo=0&bar=hi" into "a=0&b=hi".
- replaceCssValues
- in file lib_css.php, method CssHandler::replaceCssValues()
Replaces all css values defined by the specified array in the specified text. The values are represented in the css text as $namespace:subcat:value, the subcat may or may not be used, any number of subctegories can be used after the namespace but before the value.
- reportBug
- in file xmlrpc.php, function reportBug()
XML-RPC method for reporting a bug.
- report_error.php
- procedural page report_error.php
- ResetButton
- in file lib_forms.php, class ResetButton
Describes a reset button.
- ROOT
- in file common.php, constant ROOT
Relative path from the current script to the root.
- ROOT_PATH
- in file common.php, constant ROOT_PATH
Path from the http host to the root.
top
s
- $scale
- in file lib_graphs.php, variable Graph::$scale
The number of units that each pixel should represent. The array has two keys, 'x' and 'y'.
- $searcher
- in file lib_calendar.php, variable Calendar::$searcher
The table searcher that should be used by the calendar.
- $second
- in file lib_forms.php, variable TimeField::$second
The second selection field.
- $selectQuery
- in file lib_displayer.php, variable CustomTableDisplayer::$selectQuery
The SQL query that should be used for selecting all the rows that should be displayed.
- $sitemaps
- in file lib_sitemap.php, variable SitemapIndex::$sitemaps
An array of all sitemaps contained in the index.
- $size
- in file lib_graphs.php, variable Graph::$size
The size, in pixels, of the graph. The array has two keys, 'x' and 'y'.
- $stageId
- in file lib_projects.php, variable Project::$stageId
The unique identifier for the stage that the project is currently at.
- $style
- in file lib_calendar.php, variable Calendar::$style
The text that should be included in the calendar's style attribute.
- $subMenus
- in file lib_menu.php, variable ProjectMenu::$subMenus
All submenus that are connected to the menu. The key is the display name for the submenu, the value is the path inside the project path.
- sitemap.php
- procedural page sitemap.php
- CSS_VALUE_FILE_NAME
- in file lib_css.php, class constant CssHandler::CSS_VALUE_FILE_NAME
The name of the XML resource file that contains all CSS values.
- save
- in file lib_counters.php, method Counter::save()
Saves the current information held by the counter. This public function should be concidered private.
- scaleVector
- in file lib_graphs.php, method Axis::scaleVector()
Scales a specified vector with a specified scalar.
- SearchField
- in file lib_search.php, class SearchField
Describes a field that should be used in a search.
- Select
- in file lib_forms.php, class Select
Describes a select field.
- SELF
- in file common.php, constant SELF
The path for the requested page itself. This is the actual requested page, not the page that is actually handeling it (i.e. it's not equal to $_SERVER['PHP_SELF']).
- sendDigestEmail
- in file lib_event_digest.php, function sendDigestEmail()
Sends a digest email to the webmaster.
- sendEmail
- in file lib_util.php, function sendEmail()
Sends an email with specified contents. Optionally the receiver of the email can be specififed along with the sender.
- setAttribute
- in file lib_forms.php, method Field::setAttribute()
Sets one of the firleds attributes. If the attribute does not exist then it is created. The attributes 'id', 'name' and 'value' can not be modified throught this function.
- setCssClass
- in file lib_forms.php, method Form::setCssClass()
Sets the css class to be used by the form element.
- setCssClass
- in file lib_tables.php, method Table::setCssClass()
Sets the CSS class that the table should use.
- setDescription
- in file lib_counters.php, method Counter::setDescription()
Sets the counters description to a new value.
- setDisplayErrors
- in file lib_forms.php, method Form::setDisplayErrors()
Sets if the form should display errors or not (the default is true).
- setGrid
- in file lib_graphs.php, method Axis::setGrid()
Sets if grids should be used or not. One can also specify what color the grid should be.
- setHeader
- in file lib_tables.php, method Table::setHeader()
Sets a specified header as the new header that should be used by the table.
- setHeight
- in file lib_forms.php, method SizedField::setHeight()
Sets the height of the field.
- setId
- in file lib_forms.php, method Field::setId()
Sets the field's id.
- setItemsPerPage
- in file lib_admin_panel.php, method AdminPanel::setItemsPerPage()
Sets the number of items that should be displayed in each page when viewing the table overview.
- setParameter
- in file lib_search.php, method SearchField::setParameter()
Sets the parameter for the search done by the field to a new value.
- setProject
- in file common.php, method Page::setProject()
Sets the project that the page is contained in.
- setRowMapping
- in file lib_tables.php, method Table::setRowMapping()
Sets a row mapping for the table to use. The row map rearranges the values of a row into a different order.
- setRowsPerPage
- in file lib_displayer.php, method AbstractTableDisplayer::setRowsPerPage()
Sets the number of rows that should be displayed on each page by the displayer.
- setSearchParameter
- in file lib_search.php, method TableSearcher::setSearchParameter()
Sets the search parameter of all search fields connected to the request name to the specified value.
- setShouldFollow
- in file common.php, method Page::setShouldFollow()
Sets whether or not links in the current page should be followed. This is by default set to true.
- setShouldIndex
- in file common.php, method Page::setShouldIndex()
Sets whether or not the current page should be indexed by robots. This is by default set to true.
- setTableDisplayer
- in file lib_admin_panel.php, method AdminPanel::setTableDisplayer()
Sets a new table displayer that should be used by the panel to view databses with.
- setTitle
- in file common.php, method Page::setTitle()
Sets the title of the page to a new title.
- setValue
- in file lib_forms.php, method TimeField::setValue()
- setValue
- in file lib_forms.php, method Field::setValue()
Sets the value of the field.
- setValue
- in file lib_forms.php, method Form::setValue()
Sets a specified field's value to a new specified value.
- setValue
- in file lib_admin_panel.php, method TableField::setValue()
Sets a new value for the field.
- setValue
- in file lib_forms.php, method DateField::setValue()
- setWidth
- in file lib_forms.php, method SizedField::setWidth()
Sets the width of the field.
- Sitemap
- in file lib_sitemap.php, class Sitemap
Describes a sitemap.
- SitemapIndex
- in file lib_sitemap.php, class SitemapIndex
Describes a sitemap index.
- SITEMAP_FILES
- in file lib_sitemap.php, constant SITEMAP_FILES
Sitemap names, they have to be unique.
- SITEMAP_FORUM
- in file lib_sitemap.php, constant SITEMAP_FORUM
Sitemap names, they have to be unique.
- SITEMAP_INDEX
- in file lib_sitemap.php, constant SITEMAP_INDEX
The virtual location of the sitemap index file, the file that should contain the whole sitemap index.
- SITEMAP_INDEX_COUNTER
- in file lib_sitemap.php, constant SITEMAP_INDEX_COUNTER
The counter that should be used to count the number of the times that the sitemap index has been requested.
- SITEMAP_NAMES
- in file lib_sitemap.php, constant SITEMAP_NAMES
The virtual locations that should be used for sitemap files. The name is a printf pattern that accepts one string parameter, the name. The string returned is the location relative to the site root.
- SITEMAP_NEWS
- in file lib_sitemap.php, constant SITEMAP_NEWS
Sitemap names, they have to be unique.
- SITEMAP_PROJECTS
- in file lib_sitemap.php, constant SITEMAP_PROJECTS
Sitemap names, they have to be unique.
- SITE_CLOSED
- in file common.php, constant SITE_CLOSED
Whether or not the site is currently closed. If the site is currently closed then all non-admin users will be redirected to a page informing them what is going on. The redirect does not affect the admin login page.
- site_closed.php
- procedural page site_closed.php
- SizedField
- in file lib_forms.php, class SizedField
Describes a field that can be sized.
- sortDownloadsByPopularity
- in file lib_downloads.php, function sortDownloadsByPopularity()
Sorts downloads descendingly based on their popularity.
- sort_objects
- in file archive.php, function sort_objects()
- Stage
- in file lib_projects.php, method Stage::Stage()
Constructor for Stage.
- Stage
- in file lib_projects.php, class Stage
Describes a project stage. Each stage represents a part of the deveolpment process of a project.
- stripCssExtension
- in file lib_css.php, method CssHandler::stripCssExtension()
Strips any .css extensions that occur last in a specified text.
- stripQueryString
- in file lib_redirects.php, function stripQueryString()
Strips an url of any query string (if one exists).
- stripRootPath
- in file lib_redirects.php, function stripRootPath()
Strips the root path from a specified url.
- styleDkp
- in file dkpbank.php, function styleDkp()
Styles a numerical dkp value depending on it's value.
- SubmitButton
- in file lib_forms.php, class SubmitButton
Describes a submit button.
- suggestChange
- in file archive_xmlrpc.php, function suggestChange()
XML-RPC method for suggesting a change of an existing filter.
- suggestFilterChange
- in file lib_mplf_archive.php, method FilterArchive::suggestFilterChange()
Adds a suggestion of a filter for the moderators to concider.
top
t
- $tabel
- in file lib_admin_panel.php, variable AdminPanel::$tabel
The name of the table that the panel should view.
- $table
- in file lib_admin_panel.php, variable EditModule::$table
The name of table that contains the row that should be edited.
- $table
- in file lib_admin_panel.php, variable UpdateModule::$table
The name of the table which rows should be updated.
- $table
- in file lib_calendar.php, variable Calendar::$table
The name of the table that the calendar should display.
- $table
- in file lib_search.php, variable TableSearcher::$table
The name of the table that the search should be performed on.
- $table
- in file lib_admin_panel.php, variable DetailsModule::$table
The table that should be read from.
- $table
- in file lib_displayer.php, variable TableDisplayer::$table
The name of the table that the displayer should display from.
- $table
- in file lib_admin_panel.php, variable AddModule::$table
The name of the table that the module should add rows to.
- $table
- in file lib_admin_panel.php, variable DeleteModule::$table
The name of the table that the module should delete rows from.
- $tableField
- in file lib_admin_panel.php, variable TableField::$tableField
The name of the corresponding field in the table.
- $tableField
- in file lib_search.php, variable SearchField::$tableField
The name of the field in the table.
- $tableHeader
- in file lib_tables.php, variable Table::$tableHeader
Contains the header (if any) for the Table.
- $text
- in file common.php, variable HeadData::$text
The data that should be added to the head tag.
- $timeAdded
- in file lib_links.php, variable Link::$timeAdded
A timstamp describing the point in time which the link was added.
- $timeAdded
- in file lib_mplf_archive.php, variable Filter::$timeAdded
The timestamp representing the time when the filter was first added.
- $timeEdited
- in file lib_mplf_archive.php, variable Edit::$timeEdited
The timestamp when the edit was performed.
- $timeMax
- in file lib_forms.php, variable DateField::$timeMax
The highest unix timestamp that the user should allow to select.
- $timeMin
- in file lib_forms.php, variable DateField::$timeMin
The lowest unix timestamp that the user should allow to select.
- $timeProcessed
- in file lib_projects.php, variable Project::$timeProcessed
The timestamp describing the point in time when the description was last processed.
- $timestamp
- in file lib_projects.php, variable Project::$timestamp
The unix timestamp that represents when the project was added.
- $timestamp
- in file lib_news.php, variable News::$timestamp
The unix timestamp of when the news was submitted.
- $timestamp
- in file lib_news.php, variable Comment::$timestamp
The time when the comment was made.
- $timestampFailure
- in file lib_events.php, variable TimedEvent::$timestampFailure
A timestamp pattern for the timestamp that should be used as the next point in time that the event should be triggered on failure.
- $timestampField
- in file lib_calendar.php, variable Calendar::$timestampField
The name of the table field that contains the unix timestamp values.
- $timestampSuccess
- in file lib_events.php, variable TimedEvent::$timestampSuccess
A timestamp pattern for the timestamp that should be used as the next point in time that the event should be triggered on success.
- $timestampUpdated
- in file lib_sitemap.php, variable Sitemap::$timestampUpdated
A unix timestamp that describes the point in time when the sitemap was last updated.
- $title
- in file common.php, variable Page::$title
The title of the page.
- $title
- in file lib_links.php, variable Link::$title
The title of the page that the link refers to.
- $topCategories
- in file lib_mplf_archive.php, variable FilterArchive::$topCategories
Stores the top level categories in the category tree, key is irrelevant, vaue is a Category instance.
- $topic
- in file lib_readme.php, variable Chapter::$topic
The topic of the chapter.
- $types
- in file lib_performance.php, variable PerformanceData::$types
An array containing all performance types. Type constant as array key, the value is another array in which the first value is the corresponding title and the second value is the unit.
- Table
- in file lib_tables.php, class Table
Describes a Table.
- TableDisplayer
- in file lib_displayer.php, class TableDisplayer
Describes a table displayer which displays and splits up table contents over several pages. It allows pages to display menu bars so the users can select the desired page which displays a specified number of table rows.
- TableEntry
- in file common.php, class TableEntry
Describes a table entry in a table where each entry has an unique identifier with a key named 'id'.
- TableField
- in file lib_admin_panel.php, class TableField
Describes a table field with a connected value in $_REQUEST. The table field tries to capture it's connected value if possible.
- TableSearcher
- in file lib_search.php, class TableSearcher
Describes a utility that searches tables for rows that satisfy specified conditions. The result of a search can be retrieved directly as rows or as a sql statement describing the conditions.
- TABLE_ABBR
- in file lib_db.php, constant TABLE_ABBR
Site specific table name constants.
- TABLE_ADMIN_LOGS
- in file lib_db.php, constant TABLE_ADMIN_LOGS
Site specific table name constants.
- TABLE_ALIASES
- in file lib_db.php, constant TABLE_ALIASES
Site specific table name constants.
- TABLE_COMMENTS
- in file lib_db.php, constant TABLE_COMMENTS
Site specific table name constants.
- TABLE_COUNTERS
- in file lib_db.php, constant TABLE_COUNTERS
Site specific table name constants.
- TABLE_CUSTOM_ALIASES
- in file lib_db.php, constant TABLE_CUSTOM_ALIASES
Site specific table name constants.
- TABLE_CUSTOM_REDIRECTS
- in file lib_db.php, constant TABLE_CUSTOM_REDIRECTS
Site specific table name constants.
- TABLE_DKPBANK
- in file lib_db.php, constant TABLE_DKPBANK
Site specific table name constants.
- TABLE_DKPBANK_IMAGES
- in file lib_db.php, constant TABLE_DKPBANK_IMAGES
Site specific table name constants.
- TABLE_DKPBANK_MEMBERS
- in file lib_db.php, constant TABLE_DKPBANK_MEMBERS
Site specific table name constants.
- TABLE_DOWNLOADS
- in file lib_db.php, constant TABLE_DOWNLOADS
Site specific table name constants.
- TABLE_DOWNLOAD_CATEGORIES
- in file lib_db.php, constant TABLE_DOWNLOAD_CATEGORIES
Site specific table name constants.
- TABLE_ERRORS
- in file lib_db.php, constant TABLE_ERRORS
Site specific table name constants.
- TABLE_EVENTS
- in file lib_db.php, constant TABLE_EVENTS
Site specific table name constants.
- TABLE_LINKS
- in file lib_db.php, constant TABLE_LINKS
Site specific table name constants.
- TABLE_LINK_CATEGORIES
- in file lib_db.php, constant TABLE_LINK_CATEGORIES
Site specific table name constants.
- TABLE_MAPPED_URLS
- in file lib_db.php, constant TABLE_MAPPED_URLS
Site specific table name constants.
- TABLE_MENU
- in file lib_db.php, constant TABLE_MENU
Site specific table name constants.
- TABLE_MPLF_CATEGORIES
- in file lib_db.php, constant TABLE_MPLF_CATEGORIES
Table name constants for the MPLF archive.
- TABLE_MPLF_CHANGES
- in file lib_db.php, constant TABLE_MPLF_CHANGES
Table name constants for the MPLF archive.
- TABLE_MPLF_EDITS
- in file lib_db.php, constant TABLE_MPLF_EDITS
Table name constants for the MPLF archive.
- TABLE_MPLF_FILTERS
- in file lib_db.php, constant TABLE_MPLF_FILTERS
Table name constants for the MPLF archive.
- TABLE_MPLF_MODERATORS
- in file lib_db.php, constant TABLE_MPLF_MODERATORS
Table name constants for the MPLF archive.
- TABLE_NEWS
- in file lib_db.php, constant TABLE_NEWS
Site specific table name constants.
- TABLE_PERFORMANCE
- in file lib_db.php, constant TABLE_PERFORMANCE
Site specific table name constants.
- TABLE_PROGRAM_LANGS
- in file lib_db.php, constant TABLE_PROGRAM_LANGS
Site specific table name constants.
- TABLE_PROJECTS
- in file lib_db.php, constant TABLE_PROJECTS
Site specific table name constants.
- TABLE_PROJECT_IMAGES
- in file lib_db.php, constant TABLE_PROJECT_IMAGES
Site specific table name constants.
- TABLE_PROJECT_STAGES
- in file lib_db.php, constant TABLE_PROJECT_STAGES
Site specific table name constants.
- TABLE_PROJECT_SUBMENUS
- in file lib_db.php, constant TABLE_PROJECT_SUBMENUS
Site specific table name constants.
- TABLE_REDIRECTS
- in file lib_db.php, constant TABLE_REDIRECTS
Site specific table name constants.
- TABLE_SITEMAP
- in file lib_db.php, constant TABLE_SITEMAP
Site specific table name constants.
- TextArea
- in file lib_forms.php, class TextArea
Describes a textarea.
- TextField
- in file lib_forms.php, class TextField
Describes a textfield.
- THUMB_SIZE
- in file lib_images.php, constant THUMB_SIZE
The default file size in kB that a produced thumbnail image should aim at.
- THUMB_WIDTH
- in file lib_images.php, constant THUMB_WIDTH
The default width a produced thumbnail image should have.
- TimedEvent
- in file lib_events.php, class TimedEvent
Describes an event that is schedudled to be run every so often.
- TimeField
- in file lib_forms.php, class TimeField
Describes a field (or rather a group of fields) that allows the user to select a certain timestamp (year, month, day, hour, minute and second).
- TOTAL_WIDTH
- in file lib_projects.php, constant TOTAL_WIDTH
The total width, in pixels, that the menu is allowed to occupy.
- timed_events.php
- procedural page timed_events.php
top
u
- $uri
- in file lib_performance.php, variable PerformanceData::$uri
The URI which the data is linked to.
- $url
- in file lib_links.php, variable Link::$url
The URL that the link points to.
- $urlRoot
- in file lib_calendar.php, variable Calendar::$urlRoot
The root that should be used for all link urls.
- update
- in file lib_sitemap.php, method Sitemap::update()
Updates the sitemap with the latest available contents.
- updateCache
- in file menu.php, function updateCache()
Rebuilds the menu and then rewrites the cache with it.
- updateMenuCache
- in file lib_menu.php, function updateMenuCache()
Updates the cache of the menu. Rebuilds the menu with the currently saved configuration and then rewrites the cache.
- UpdateModule
- in file lib_admin_panel.php, class UpdateModule
Describes a module that sets specified fields to specified values when requested.
- updateProcessedDescription
- in file lib_projects.php, method Project::updateProcessedDescription()
Processes the raw form of the descripiton and updates the processed form with the new version. This should be done whenever the description changes.
- updateProcessedEntry
- in file lib_news.php, method News::updateProcessedEntry()
Processes the raw form of the news entry and updates the processed form with the new version. This should be done whenever the entry changes.
- uploadFilter
- in file archive_xmlrpc.php, function uploadFilter()
XML-RPC method for uploading a new filter to the archive.
- urlEncodeReadable
- in file lib_util.php, function urlEncodeReadable()
Encodes the string to be encoded for url use, but first alters some characters to get a more readable string. For instance spaces are replaced with underscores instead of %20. This function is not one to one.
- UrlNotFoundException
- in file lib_errors.php, class UrlNotFoundException
An exception used when an error occurs as a result of an invalid url being requested.
- url_router.php
- procedural page url_router.php
top
v
- $value
- in file lib_admin_panel.php, variable TableField::$value
The value of the field (used for different things, e.g. identification).
- $value
- in file lib_forms.php, variable Field::$value
The value of the field.
- $values
- in file lib_graphs.php, variable GraphFunction::$values
The values represent a strict function where the key is the function's parameter and the corresponding value is the function's value for the parameter. Both the parameters and key have to be numerical.
- $version
- in file lib_downloads.php, variable DownloadItem::$version
An optional version string, describing the current version of the downloadable item.
- $version
- in file lib_mplf_archive.php, variable Filter::$version
The MPLF version that the filter was designed for.
- Validatable
- in file lib_forms.php, class Validatable
Meant as an interface for validatable objects.
top
w
- $width
- in file lib_forms.php, variable SizedField::$width
The width of the field, 0 means that no width has been set.
- writeCache
- in file lib_cache.php, function writeCache()
Writes a specified cache contents and associates it with the specified unique identifier. This function will overwrite any existing cache with the same identifier.
top
x
- $xmlContents
- in file lib_sitemap.php, variable Sitemap::$xmlContents
The actual XML document describing the sitemap.
- xmlrpc.php
- procedural page xmlrpc.php
top
y
- $year
- in file lib_forms.php, variable DateField::$year
The year selection field.
top
_
- __construct
- in file lib_mplf_archive.php, method Category::__construct()
Constructor for Category.
- __construct
- in file lib_menu.php, method ProjectMenu::__construct()
Constructor for ProjectMenu. Constructs the entire menu system for the specified project.
- __construct
- in file lib_menu.php, method MenuItem::__construct()
Creator for MenuItem.
- __construct
- in file lib_mplf_archive.php, method Edit::__construct()
Constructor for Edit.
- __construct
- in file lib_mplf_archive.php, method Filter::__construct()
Constructor for Filter.
- __construct
- in file lib_news.php, method Comment::__construct()
Constructor for Comment.
- __construct
- in file lib_mplf_archive.php, method Moderator::__construct()
Constructor for Moderator.
- __construct
- in file lib_mplf_archive.php, method FilterArchive::__construct()
Constructor for FilterArchive.
- __construct
- in file lib_links.php, method Link::__construct()
Constructor for Link.
- __construct
- in file lib_languages.php, method ProgrammingLanguage::__construct()
Constructor for ProgrammingLanguage.
- __construct
- in file lib_forms.php, method TextField::__construct()
Constructor for TextField.
- __construct
- in file lib_forms.php, method TextArea::__construct()
Constructor for TextArea.
- __construct
- in file lib_forms.php, method SubmitButton::__construct()
Constructor for SubmitButton.
- __construct
- in file lib_forms.php, method TimeField::__construct()
Constructor for TimeField.
- __construct
- in file lib_graphs.php, method Axis::__construct()
Constructor for axis. Sets the labels that should be used for the axis.
- __construct
- in file lib_graphs.php, method GraphFunction::__construct()
Constructor for GraphFunction.
- __construct
- in file lib_graphs.php, method Graph::__construct()
Constructor for Graph.
- __construct
- in file lib_performance.php, method PerformanceData::__construct()
Constructor for PerformanceData.
- __construct
- in file lib_projects.php, method Project::__construct()
Constructor for Project.
- __construct
- in file lib_search.php, method TableSearcher::__construct()
Constructor for SearchGenerator.
- __construct
- in file lib_search.php, method SearchField::__construct()
Constructor for SearchField.
- __construct
- in file lib_search.php, method LikeSearch::__construct()
Constructor for LikeSearch.
- __construct
- in file lib_sitemap.php, method Sitemap::__construct()
Constructs the sitemap.
- __construct
- in file lib_sitemap.php, method SitemapIndex::__construct()
Constructs the sitemap index.
- __construct
- in file lib_tables.php, method Table::__construct()
Constructor for Table.
- __construct
- in file lib_tables.php, method Header::__construct()
Constructor for Header.
- __construct
- in file lib_search.php, method LesserSearch::__construct()
Constructor for LesserSearch.
- __construct
- in file lib_search.php, method LesserEqualSearch::__construct()
Constructor for LesserSearch.
- __construct
- in file lib_search.php, method CustomSearch::__construct()
Constructor for CustomSearch.
- __construct
- in file lib_readme.php, method Readme::__construct()
Constructor for Readme.
- __construct
- in file lib_readme.php, method Chapter::__construct()
Constructor for Chapter.
- __construct
- in file lib_search.php, method EqualSearch::__construct()
Constructor for EqualSearch.
- __construct
- in file lib_search.php, method FulltextSearch::__construct()
Constructor for FulltextSearch.
- __construct
- in file lib_search.php, method GreaterSearch::__construct()
Constructor for GreaterSearch.
- __construct
- in file lib_search.php, method GreaterEqualSearch::__construct()
Constructor for GreaterEqualSearch.
- __construct
- in file lib_forms.php, method SizedField::__construct()
Constructor for SizedField.
- __construct
- in file lib_forms.php, method Select::__construct()
Constructor for Select.
- __construct
- in file lib_admin_panel.php, method TableField::__construct()
Constructor for TableField.
- __construct
- in file lib_admin_panel.php, method EditModule::__construct()
Constructor for EditModule.
- __construct
- in file lib_admin_panel.php, method DetailsModule::__construct()
Constructor for DetailsModule.
- __construct
- in file lib_admin_panel.php, method UpdateModule::__construct()
Constructor for UpdateModule.
- __construct
- in file lib_calendar.php, method AliasCalendar::__construct()
Constructor for AliasCalendar.
- __construct
- in file lib_counters.php, method Counter::__construct()
Constructor for Counter.
- __construct
- in file lib_calendar.php, method Calendar::__construct()
Constructor for Calendar.
- __construct
- in file lib_admin_panel.php, method DeleteModule::__construct()
Constructor for DeleteModule.
- __construct
- in file lib_admin_panel.php, method CallbackModule::__construct()
Constructor for CallbackModule.
- __construct
- in file lib_abbreviations.php, method AbbreviationHandler::__construct()
Constructor for AbbreviationHandler.
- __construct
- in file common.php, method TableEntry::__construct()
Constructor for TableEntry.
- __construct
- in file common.php, method Page::__construct()
Constructor for Page.
- __construct
- in file lib_admin_panel.php, method AddModule::__construct()
Constructor for AddModule.
- __construct
- in file lib_admin_panel.php, method AdminAction::__construct()
Constructor for AdminAction.
- __construct
- in file lib_admin_panel.php, method AdminPanel::__construct()
Constructor for AdminPanel.
- __construct
- in file lib_admin_panel.php, method AdminModule::__construct()
Constructor for AdminModule.
- __construct
- in file lib_css.php, method CssHandler::__construct()
Constructor for CssConverter. Adds itself as additional head information to the page.
- __construct
- in file lib_db.php, method DataBase::__construct()
Constructor for DB.
- __construct
- in file lib_forms.php, method Form::__construct()
Constructor for Form.
- __construct
- in file lib_forms.php, method Field::__construct()
Constructor for Field.
- __construct
- in file lib_forms.php, method DateField::__construct()
Constructor for DateField.
- __construct
- in file lib_forms.php, method Hidden::__construct()
Constructor for Hidden.
- __construct
- in file lib_forms.php, method PasswordField::__construct()
Constructor for PasswordField.
- __construct
- in file lib_forms.php, method ResetButton::__construct()
Constructor for ResetButton.
- __construct
- in file lib_forms.php, method ReadOnly::__construct()
Constructor for ReadOnly.
- __construct
- in file lib_forms.php, method Checkbox::__construct()
Constructor for Checkbox.
- __construct
- in file lib_forms.php, method Button::__construct()
Constructor for Button.
- __construct
- in file lib_displayer.php, method TableDisplayer::__construct()
Constructor for TableDisplayer.
- __construct
- in file lib_displayer.php, method CustomTableDisplayer::__construct()
Constructor for CustomTableDisplayer.
- __construct
- in file lib_displayer.php, method AbstractTableDisplayer::__construct()
Constructor for AbstractTableDisplayer.
- __construct
- in file lib_downloads.php, method DownloadCategory::__construct()
Constructor for DownloadCategory.
- __construct
- in file lib_downloads.php, method DownloadItem::__construct()
Constructor for DownloadItem.
- __construct
- in file lib_forms.php, method Browse::__construct()
Constructor for Browse.
- __construct
- in file lib_events.php, method TimedEvent::__construct()
Constructor for TimedEvent.
- __construct
- in file common.php, method HeadData::__construct()
Constructor for HeadData.
top
|
|