SYMBOL INDEX (1677 symbols across 199 files) FILE: application/Bootstrap.php class Bootstrap (line 18) | class Bootstrap extends Zend_Application_Bootstrap_Bootstrap method _initExtensionManager (line 26) | public function _initExtensionManager() method _initConfig (line 109) | public function _initConfig() method applySessionConfig (line 227) | protected function applySessionConfig($sessionConfig) method _initDispatcher (line 245) | public function _initDispatcher() method _initErfurt (line 267) | public function _initErfurt() method _initEventDispatcher (line 304) | public function _initEventDispatcher() method _initLogger (line 317) | public function _initLogger() method _initNavigation (line 377) | public function _initNavigation() method _initOntoWiki (line 424) | public function _initOntoWiki() method _initPlugins (line 439) | public function _initPlugins() method _initRequest (line 457) | public function _initRequest() method _initRouter (line 478) | public function _initRouter() method _initSession (line 499) | public function _initSession() method _initToolbar (line 535) | public function _initToolbar() method _initTranslate (line 556) | public function _initTranslate() method _initUser (line 590) | public function _initUser() method _initView (line 618) | public function _initView() FILE: application/classes/OntoWiki.php class OntoWiki (line 23) | class OntoWiki method __construct (line 77) | private function __construct() method __clone (line 84) | private function __clone() method __get (line 96) | public function __get($propertyName) method __set (line 125) | public function __set($propertyName, $propertyValue) method __isset (line 144) | public function __isset($propertyName) method __unset (line 156) | public function __unset($propertyName) method appendMessage (line 180) | public function appendMessage(OntoWiki_Message $message) method appendInfoMessage (line 200) | public function appendInfoMessage($message) method appendSuccessMessage (line 216) | public function appendSuccessMessage($message) method appendWarningMessage (line 232) | public function appendWarningMessage($message) method appendErrorMessage (line 248) | public function appendErrorMessage($message) method drawMessages (line 263) | public function drawMessages() method getBootstrap (line 273) | public function getBootstrap() method setBootstrap (line 286) | public function setBootstrap($bootstrap) method getConfig (line 297) | public function getConfig() method getCache (line 311) | public function getCache() method getWorkerFrontend (line 328) | public function getWorkerFrontend() method callJob (line 351) | public function callJob($jobId, $workload = array()) method getInstance (line 362) | public static function getInstance() method getCustomLogger (line 380) | public function getCustomLogger($identifier = self::DEFAULT_LOG_IDENTI... method getMessages (line 425) | public function getMessages($clearMessages = false) method getStaticUrlBase (line 449) | public function getStaticUrlBase() method getUrlBase (line 464) | public function getUrlBase() method getUser (line 476) | public function getUser() method hasMessages (line 486) | public function hasMessages() method setSessionVars (line 501) | public function setSessionVars(array $sessionVars) method prependMessage (line 514) | public function prependMessage(OntoWiki_Message $message) method reset (line 529) | public static function reset() method getNavigation (line 537) | public function getNavigation() FILE: application/classes/OntoWiki/Component/Exception.php class OntoWiki_Component_Exception (line 18) | class OntoWiki_Component_Exception extends OntoWiki_Exception FILE: application/classes/OntoWiki/Component/Helper.php class OntoWiki_Component_Helper (line 23) | class OntoWiki_Component_Helper method __construct (line 65) | public function __construct($config) method init (line 75) | public function init() method getPrivateConfig (line 79) | public function getPrivateConfig() method getComponentRoot (line 84) | public function getComponentRoot() method getComponentUrlBase (line 94) | public function getComponentUrlBase() FILE: application/classes/OntoWiki/Controller/ActionHelper/List.php class OntoWiki_Controller_ActionHelper_List (line 15) | class OntoWiki_Controller_ActionHelper_List extends Zend_Controller_Acti... method __construct (line 19) | public function __construct() method getLastList (line 31) | public function getLastList() method getLastListName (line 48) | public function getLastListName() method listExists (line 57) | public function listExists($name) method getList (line 71) | public function getList($name) method addListPermanently (line 94) | public function addListPermanently( method addList (line 118) | public function addList( method updateList (line 149) | public function updateList($name, OntoWiki_Model_Instances $list, $set... method getAllLists (line 159) | public function getAllLists() method removeAllLists (line 164) | public function removeAllLists() method removeList (line 169) | public function removeList($name) FILE: application/classes/OntoWiki/Controller/Base.php class OntoWiki_Controller_Base (line 16) | class OntoWiki_Controller_Base extends Zend_Controller_Action method init (line 63) | public function init() method preDispatch (line 186) | public function preDispatch() method postDispatch (line 202) | public function postDispatch() method getParam (line 245) | public function getParam($name, $expandNamespace = false) method addModuleContext (line 265) | public function addModuleContext($moduleContext) method cloneView (line 279) | public function cloneView() method isModelSelected (line 295) | public function isModelSelected($appendMessage = true) method isSelectedModelEditable (line 320) | public function isSelectedModelEditable($appendMessage = true) FILE: application/classes/OntoWiki/Controller/Component.php class OntoWiki_Controller_Component (line 20) | class OntoWiki_Controller_Component extends OntoWiki_Controller_Base method init (line 53) | public function init() method getComponentHelper (line 93) | public function getComponentHelper() FILE: application/classes/OntoWiki/Controller/Exception.php class OntoWiki_Controller_Exception (line 18) | class OntoWiki_Controller_Exception extends OntoWiki_Exception FILE: application/classes/OntoWiki/Controller/Plugin/HttpAuth.php class OntoWiki_Controller_Plugin_HttpAuth (line 20) | class OntoWiki_Controller_Plugin_HttpAuth extends Zend_Controller_Plugin... method routeShutdown (line 28) | public function routeShutdown(Zend_Controller_Request_Abstract $request) method _getAuthHeaderCredentials (line 72) | private function _getAuthHeaderCredentials(Zend_Controller_Request_Abs... FILE: application/classes/OntoWiki/Controller/Plugin/ListSetupHelper.php class OntoWiki_Controller_Plugin_ListSetupHelper (line 19) | class OntoWiki_Controller_Plugin_ListSetupHelper extends Zend_Controller... method routeStartup (line 26) | public function routeStartup(Zend_Controller_Request_Abstract $request) method routeShutdown (line 39) | public function routeShutdown(Zend_Controller_Request_Abstract $request) FILE: application/classes/OntoWiki/Controller/Plugin/SetupHelper.php class OntoWiki_Controller_Plugin_SetupHelper (line 21) | class OntoWiki_Controller_Plugin_SetupHelper extends Zend_Controller_Plu... method routeStartup (line 33) | public function routeStartup(Zend_Controller_Request_Abstract $request) method routeShutdown (line 46) | public function routeShutdown(Zend_Controller_Request_Abstract $request) FILE: application/classes/OntoWiki/Dispatcher.php class OntoWiki_Dispatcher (line 21) | class OntoWiki_Dispatcher extends Zend_Controller_Dispatcher_Standard method __construct (line 37) | public function __construct($params = array()) method setExtensionManager (line 52) | public function setExtensionManager(OntoWiki_Extension_Manager $extens... method getExtensionManager (line 60) | public function getExtensionManager() method getControllerClass (line 75) | public function getControllerClass(Zend_Controller_Request_Abstract $r... method isDispatchable (line 130) | public function isDispatchable(Zend_Controller_Request_Abstract $request) FILE: application/classes/OntoWiki/Exception.php class OntoWiki_Exception (line 18) | class OntoWiki_Exception extends Exception FILE: application/classes/OntoWiki/Extension/Manager.php class OntoWiki_Extension_Manager (line 18) | class OntoWiki_Extension_Manager method __construct (line 138) | public function __construct($extensionPath) method getExtensionConfig (line 175) | public function getExtensionConfig($name) method getExtensions (line 187) | public function getExtensions() method getComponents (line 197) | public function getComponents() method getComponentHelper (line 210) | public function getComponentHelper($componentName) method getComponentPath (line 229) | public function getComponentPath() method getExtensionPath (line 240) | public function getExtensionPath($name = null) method getComponentUrl (line 255) | public function getComponentUrl($componentName) method isExtensionRegistered (line 272) | public function isExtensionRegistered($exName) method isComponentRegistered (line 286) | public function isComponentRegistered($componentName) method isExtensionActive (line 299) | public function isExtensionActive($componentName) method getComponentPrefix (line 313) | public function getComponentPrefix() method getComponentHelperPath (line 325) | public function getComponentHelperPath($componentName) method getComponentTemplatePath (line 348) | public function getComponentTemplatePath($componentName) method getPrivateConfig (line 375) | public function getPrivateConfig($extensionName) method setComponentUrlBase (line 389) | public function setComponentUrlBase($componentUrlBase) method setTranslate (line 403) | public function setTranslate(Zend_Translate $translate) method onRouteShutdown (line 419) | public function onRouteShutdown(Erfurt_Event $event) method _loadHelper (line 447) | protected function _loadHelper($componentName, $config) method _getModifiedConfigsSince (line 496) | private function _getModifiedConfigsSince($time) method getCachePath (line 530) | public function getCachePath() method clearCache (line 540) | public function clearCache() method _scanExtensionPath (line 550) | private function _scanExtensionPath() method _addComponent (line 636) | private function _addComponent($componentName, $componentPath, $config) method _addModule (line 705) | protected function _addModule($extensionName, $moduleFilename, $module... method _addWrapper (line 754) | protected function _addWrapper($filename, $wrapperPath, $config) method _addPlugin (line 773) | private function _addPlugin($filename, $pluginPath, $config) method triples2configArray (line 806) | public static function triples2configArray($triples, $name, $base, $path) method loadDoapN3 (line 935) | public static function loadDoapN3($path, $name) method getValue (line 955) | private static function getValue($value, Erfurt_Rdf_MemoryModel $memMo... method addValue (line 1012) | private static function addValue($key, $value, &$to) method getPrivateKey (line 1044) | private static function getPrivateKey($key, $privateNS, $mapping = arr... method getSubConfig (line 1085) | private static function getSubConfig(Erfurt_Rdf_MemoryModel $memModel,... method _loadConfigs (line 1123) | private function _loadConfigs($name) method _scanTranslations (line 1172) | private function _scanTranslations() FILE: application/classes/OntoWiki/Http/Exception.php class OntoWiki_Http_Exception (line 18) | class OntoWiki_Http_Exception extends OntoWiki_Exception method __construct (line 24) | public function __construct($responseCode, $message = null) method getResponseMessage (line 34) | public function getResponseMessage() method getResponseCode (line 39) | public function getResponseCode() FILE: application/classes/OntoWiki/Jobs/Cron.php class OntoWiki_Jobs_Cron (line 22) | class OntoWiki_Jobs_Cron extends Erfurt_Worker_Job_Abstract method _toSeconds (line 45) | private function _toSeconds(DateInterval $interval) method _next (line 65) | private function _next($load = null, $inXSeconds = 2) method _getNewLoad (line 83) | private function _getNewLoad() method _triggerEvents (line 100) | private function _triggerEvents() method run (line 160) | public function run($load) FILE: application/classes/OntoWiki/Menu.php class OntoWiki_Menu (line 18) | class OntoWiki_Menu method __construct (line 35) | public function __construct() method appendEntry (line 39) | public function appendEntry($entryKey, $entryContent = null) method prependEntry (line 68) | public function prependEntry($entryKey, $entryContent = null) method setEntry (line 111) | public function setEntry($entryKey, $entryContent = null, $replace = t... method getSubMenu (line 150) | public function getSubMenu($subMenuKey) method removeEntry (line 169) | public function removeEntry($entryKey) method toArray (line 184) | public function toArray($translate = false, $recursive = true) method toHtmlList (line 216) | public function toHtmlList() method toJson (line 226) | public function toJson($translate = true) FILE: application/classes/OntoWiki/Menu/Registry.php class OntoWiki_Menu_Registry (line 19) | class OntoWiki_Menu_Registry method getInstance (line 40) | public static function getInstance() method getMenu (line 56) | public function getMenu($menuKey, $context = null) method setMenu (line 87) | public function setMenu($menuKey, $context, OntoWiki_Menu $menu, $repl... method __construct (line 106) | private function __construct() method _getApplicationMenu (line 121) | private function _getApplicationMenu($context = null) method _getModelMenu (line 196) | private function _getModelMenu($model = null) method _getResourceMenu (line 300) | private function _getResourceMenu($resource = null) method _getClassMenu (line 368) | private function _getClassMenu($resource = null) FILE: application/classes/OntoWiki/Message.php class OntoWiki_Message (line 20) | class OntoWiki_Message method __construct (line 75) | public function __construct($text, $type = self::INFO, $options = arra... method getType (line 93) | public function getType() method getText (line 103) | public function getText() method getView (line 119) | protected function getView() method getTranslator (line 135) | protected function getTranslator() method _translate (line 140) | private function _translate($text) FILE: application/classes/OntoWiki/Model.php class OntoWiki_Model (line 21) | class OntoWiki_Model method __construct (line 54) | public function __construct(Erfurt_Store $store, Erfurt_Rdf_Model $graph) method getStore (line 77) | public function getStore() method getGraph (line 87) | public function getGraph() method __get (line 102) | public function __get($name) FILE: application/classes/OntoWiki/Model/Exception.php class OntoWiki_Model_Exception (line 18) | class OntoWiki_Model_Exception extends OntoWiki_Exception FILE: application/classes/OntoWiki/Model/Hierarchy.php class OntoWiki_Model_Hierarchy (line 20) | class OntoWiki_Model_Hierarchy extends OntoWiki_Model method __construct (line 83) | public function __construct(Erfurt_Store $store, $graph, array $option... method hasData (line 103) | public function hasData() method getHierarchy (line 117) | public function getHierarchy() method _getEntry (line 157) | protected function _getEntry($resultUri, $hasChildren = false) method _buildQuery (line 186) | protected function _buildQuery() FILE: application/classes/OntoWiki/Model/Instances.php class OntoWiki_Model_Instances (line 23) | class OntoWiki_Model_Instances extends OntoWiki_Model method __construct (line 159) | public function __construct(Erfurt_Store $store, Erfurt_Rdf_Model $mod... method __clone (line 218) | public function __clone() method __call (line 234) | public function __call($name, $arguments) method __sleep (line 255) | public function __sleep() method __wakeup (line 261) | public function __wakeup() method setStore (line 278) | public function setStore(Erfurt_Store $store) method restoreTitleHelper (line 288) | protected function restoreTitleHelper() method setTitleHelper (line 298) | public function setTitleHelper(OntoWiki_Model_TitleHelper $t) method getTitleHelper (line 308) | public function getTitleHelper() method addAllTriple (line 317) | public function addAllTriple() method removeAllTriple (line 325) | public function removeAllTriple() method getAllTriple (line 334) | public function getAllTriple() method addShownProperty (line 347) | public function addShownProperty( method addShownPropertyCustom (line 422) | public function addShownPropertyCustom($triples, $var, $hidden = false) method removeShownProperty (line 453) | public function removeShownProperty($property, $inverse) method getResults (line 473) | public function getResults() method addFilter (line 511) | public function addFilter( method removeFilter (line 836) | public function removeFilter($id) method getFilter (line 864) | public function getFilter() method addTypeFilter (line 877) | public function addTypeFilter($type, $id = null, $option = array()) method addDisjunctiveTypeFilters (line 976) | public function addDisjunctiveTypeFilters(array $types, $id = null, ar... method addSearchFilter (line 1014) | public function addSearchFilter($str, $id = null) method addTripleFilter (line 1067) | public function addTripleFilter($triples, $id = null) method getQuery (line 1100) | public function getQuery() method getValueQuery (line 1110) | public function getValueQuery() method getResourceQuery (line 1122) | public function getResourceQuery() method getPermalink (line 1132) | public function getPermalink($listname) method getResourceVar (line 1203) | public function getResourceVar() method getValues (line 1213) | public function getValues() method getValuesBySingleQuery (line 1294) | public function getValuesBySingleQuery() method getAllPropertiesQuery (line 1437) | public function getAllPropertiesQuery($inverse = false) method getAllProperties (line 1481) | public function getAllProperties($inverse = false) method getAllPropertiesBySingleQuery (line 1520) | public function getAllPropertiesBySingleQuery($inverse = false) method getPossibleValues (line 1554) | public function getPossibleValues($property, $distinct = true, $invers... method convertProperties (line 1614) | protected function convertProperties($properties) method getShownProperties (line 1653) | public function getShownProperties() method getShownPropertiesPlain (line 1686) | public function getShownPropertiesPlain() method convertResources (line 1698) | public function convertResources($resources) method getShownResources (line 1725) | protected function getShownResources() method getResources (line 1757) | public function getResources() method hasData (line 1775) | public function hasData() method setLimit (line 1789) | public function setLimit($limit) method setOffset (line 1812) | public function setOffset($offset) method getLimit (line 1832) | public function getLimit() method getOffset (line 1842) | public function getOffset() method invalidate (line 1851) | public function invalidate() method updateValueQuery (line 1869) | protected function updateValueQuery() method setOrderProperty (line 1930) | public function setOrderProperty($uri, $asc = true) method setOrderVar (line 1966) | public function setOrderVar($var, $asc = true) method orderByUri (line 1994) | public function orderByUri($asc = true) method getSelectedClass (line 2006) | public static function getSelectedClass() FILE: application/classes/OntoWiki/Model/Resource.php class OntoWiki_Model_Resource (line 20) | class OntoWiki_Model_Resource extends OntoWiki_Model method __construct (line 67) | public function __construct(Erfurt_Store $store, $graph, $uri, $limit ... method getPredicates (line 100) | public function getPredicates() method getQueryResults (line 144) | public function getQueryResults() method getValues (line 179) | public function getValues() method _buildQueries (line 401) | private function _buildQueries() FILE: application/classes/OntoWiki/Model/TitleHelper.php class OntoWiki_Model_TitleHelper (line 16) | class OntoWiki_Model_TitleHelper method __construct (line 102) | public function __construct(Erfurt_Rdf_Model $model = null, Erfurt_Sto... method getInstance (line 173) | public static function getInstance() method addResource (line 189) | public function addResource($resource) method addResources (line 211) | public function addResources($resources = array(), $variable = null) method getTitle (line 252) | public function getTitle($resourceUri, $language = null) method prependTitleProperty (line 305) | public function prependTitleProperty($propertyUri) method reset (line 330) | public function reset() method _receiveTitles (line 341) | private function _receiveTitles() method _fetchTitlesFromResourcePool (line 367) | private function _fetchTitlesFromResourcePool($resourceUris) method _extractTitleFromLocalName (line 403) | private function _extractTitleFromLocalName($resourceUri) FILE: application/classes/OntoWiki/Module.php class OntoWiki_Module (line 18) | abstract class OntoWiki_Module method __construct (line 114) | public function __construct($name, $context, $config) method getContext (line 159) | public function getContext() method render (line 173) | public function render($template, $vars = array(), $spec = null) method setContext (line 193) | public function setContext($context) method __toString (line 203) | public function __toString() method allowCaching (line 216) | public function allowCaching() method shouldShow (line 232) | public function shouldShow() method getCacheId (line 243) | public function getCacheId() method getCacheLivetime (line 258) | public function getCacheLivetime() method getMessage (line 269) | public function getMessage() method getStateId (line 280) | public function getStateId() method init (line 288) | public function init() method getContents (line 305) | public function getContents() method getTitle (line 316) | public function getTitle() method setOptions (line 326) | public function setOptions(Zend_Config $options = null) FILE: application/classes/OntoWiki/Module/Exception.php class OntoWiki_Module_Exception (line 18) | class OntoWiki_Module_Exception extends OntoWiki_Exception FILE: application/classes/OntoWiki/Module/Registry.php class OntoWiki_Module_Registry (line 20) | class OntoWiki_Module_Registry method __construct (line 84) | private function __construct() method getInstance (line 99) | public static function getInstance() method resetInstance (line 112) | public function resetInstance() method reset (line 119) | public static function reset() method setExtensionPath (line 133) | public function setExtensionPath($extensionDir) method register (line 154) | public function register($extensionName, $moduleFileName, $context = s... method isModuleEnabled (line 230) | public function isModuleEnabled($moduleName) method disableModule (line 244) | public function disableModule($moduleName, $context = self::DEFAULT_CO... method getModule (line 263) | public function getModule($moduleName, $context = null) method getModules (line 290) | public function getModules() method getModuleConfig (line 302) | public function getModuleConfig($moduleName) method getModulesForContext (line 319) | public function getModulesForContext($context = self::DEFAULT_CONTEXT) method _getModulePosition (line 344) | protected function _getModulePosition($context, $priority) FILE: application/classes/OntoWiki/Navigation.php class OntoWiki_Navigation (line 18) | class OntoWiki_Navigation method __construct (line 71) | public function __construct() method disableNavigation (line 79) | public function disableNavigation() method getActive (line 89) | public function getActive() method isDisabled (line 103) | public function isDisabled() method register (line 127) | public function register($key, array $options, $replace = false) method setActive (line 182) | public function setActive($key) method isRegistered (line 205) | public function isRegistered($key) method toArray (line 219) | public function toArray() method _getUrl (line 287) | protected function _getUrl($elementKey, $currentController, $currentAc... method getNavigation (line 326) | public function getNavigation() method reset (line 334) | public function reset() FILE: application/classes/OntoWiki/Pager.php class OntoWiki_Pager (line 18) | class OntoWiki_Pager method setOptions (line 49) | public static function setOptions(array $options) method get (line 60) | public static function get( FILE: application/classes/OntoWiki/Plugin.php class OntoWiki_Plugin (line 24) | class OntoWiki_Plugin extends Erfurt_Plugin method __construct (line 43) | public function __construct($root, $config = null) FILE: application/classes/OntoWiki/Request.php class OntoWiki_Request (line 18) | class OntoWiki_Request extends Zend_Controller_Request_Http method getParam (line 30) | public function getParam($key, $default = null, $expandNamespace = false) FILE: application/classes/OntoWiki/Resource.php class OntoWiki_Resource (line 20) | class OntoWiki_Resource extends Erfurt_Rdfs_Resource method getTitle (line 40) | public function getTitle($lang = null) method getDescriptionHelper (line 52) | public function getDescriptionHelper() method _descriptionResource (line 59) | protected function _descriptionResource($uri) FILE: application/classes/OntoWiki/Test/ControllerTestCase.php class OntoWiki_Test_ControllerTestCase (line 9) | class OntoWiki_Test_ControllerTestCase extends Zend_Test_PHPUnit_Control... method setUpIntegrationTest (line 20) | public function setUpIntegrationTest() method setUpUnitTest (line 38) | public function setUpUnitTest() method setUpExtensionUnitTest (line 50) | public function setUpExtensionUnitTest() method setUpExtensionIntegrationTest (line 71) | public function setUpExtensionIntegrationTest() method frontEndLogin (line 85) | public function frontEndLogin() { method _markTestNeedsDatabase (line 95) | private function _markTestNeedsDatabase() FILE: application/classes/OntoWiki/Test/ExtensionIntegrationTestBootstrap.php class OntoWiki_Test_ExtensionIntegrationTestBootstrap (line 22) | class OntoWiki_Test_ExtensionIntegrationTestBootstrap extends Bootstrap FILE: application/classes/OntoWiki/Test/ExtensionUnitTestBootstrap.php class OntoWiki_Test_ExtensionUnitTestBootstrap (line 22) | class OntoWiki_Test_ExtensionUnitTestBootstrap extends Bootstrap method _initErfurt (line 24) | public function _initErfurt() FILE: application/classes/OntoWiki/Test/IntegrationTestBootstrap.php class OntoWiki_Test_IntegrationTestBootstrap (line 22) | class OntoWiki_Test_IntegrationTestBootstrap extends Bootstrap method _initConfig (line 29) | public function _initConfig() FILE: application/classes/OntoWiki/Test/UnitTestBootstrap.php class OntoWiki_Test_UnitTestBootstrap (line 22) | class OntoWiki_Test_UnitTestBootstrap extends Bootstrap method _initExtensionManager (line 24) | public function _initExtensionManager() method _initErfurt (line 30) | public function _initErfurt() method _initPlugins (line 72) | public function _initPlugins() FILE: application/classes/OntoWiki/Toolbar.php class OntoWiki_Toolbar (line 20) | class OntoWiki_Toolbar method __construct (line 78) | private function __construct() method __clone (line 85) | private function __clone() method appendButton (line 108) | public function appendButton($type, array $options = array()) method getInstance (line 122) | public static function getInstance() method prependButton (line 150) | public function prependButton($type, array $options = array()) method setThemeUrlBase (line 168) | public function setThemeUrlBase($themeUrlBase) method setTranslate (line 184) | public function setTranslate(Zend_Translate $translate) method __toString (line 196) | public function __toString() method _getButton (line 209) | private function _getButton($type, $options = array()) FILE: application/classes/OntoWiki/Url.php class OntoWiki_Url (line 21) | class OntoWiki_Url method __construct (line 73) | public function __construct(array $options = array(), $paramsToKeep = ... method setBase (line 174) | public function setBase($base) method __toString (line 184) | public function __toString() method getParams (line 200) | public function getParams() method setParam (line 215) | public function setParam($name, $value, $contractNamespace = false) method __set (line 246) | public function __set($name, $value) method __get (line 258) | public function __get($name) method __isset (line 272) | public function __isset($name) method __unset (line 284) | public function __unset($name) method _buildQuery (line 297) | protected function _buildQuery() FILE: application/classes/OntoWiki/Utils.php class OntoWiki_Utils (line 18) | class OntoWiki_Utils method compactUri (line 47) | public static function compactUri($uri, $saveMode = false) method contractNamespace (line 100) | public static function contractNamespace($uri, $prependBase = false) method dateDifference (line 135) | public static function dateDifference($startTimestamp, $endTimestamp =... method expandNamespace (line 248) | public static function expandNamespace($qName) method getUriLocalPart (line 291) | public static function getUriLocalPart($uri) method matchMimetypeFromRequest (line 316) | public static function matchMimetypeFromRequest( method shorten (line 341) | public static function shorten($string, $maxLength = 20) method _reloadNamespaces (line 358) | private static function _reloadNamespaces() method _getNamespaces (line 373) | private static function _getNamespaces() method array_to_object (line 382) | static public function array_to_object(array $array) method object_to_array (line 396) | static public function object_to_array(object $array) method object_merge_recursive (line 410) | static public function object_merge_recursive($a, $b) method to_stdclass_recursive (line 426) | static public function to_stdclass_recursive($o) FILE: application/classes/OntoWiki/Utils/Exception.php class OntoWiki_Utils_Exception (line 18) | class OntoWiki_Utils_Exception extends OntoWiki_Exception FILE: application/classes/OntoWiki/View.php class OntoWiki_View (line 19) | class OntoWiki_View extends Zend_View method __construct (line 67) | public function __construct($config = array(), $translate = null) method _ (line 86) | public function _($key) method has (line 96) | public function has($name) method clearModuleCache (line 130) | public function clearModuleCache($moduleName = null) method modules (line 148) | public function modules($context, $renderOptions = null) method module (line 181) | public function module($moduleName, $renderOptions = null, $context = ... FILE: application/classes/OntoWiki/View/Helper/Curie.php class OntoWiki_View_Helper_Curie (line 21) | class OntoWiki_View_Helper_Curie extends Zend_View_Helper_Abstract method curie (line 23) | public function curie($uri) FILE: application/controllers/ApplicationController.php class ApplicationController (line 17) | class ApplicationController extends OntoWiki_Controller_Base method aboutAction (line 22) | public function aboutAction() method loginAction (line 107) | public function loginAction() method verifyopenidAction (line 154) | public function verifyopenidAction() method loginfoafsslAction (line 170) | public function loginfoafsslAction() method logoutAction (line 184) | public function logoutAction() method registerAction (line 197) | public function registerAction() method openidregAction (line 369) | public function openidregAction() method webidregAction (line 569) | public function webidregAction() method preferencesAction (line 735) | public function preferencesAction() method _updateEmailAddress (line 804) | protected function _updateEmailAddress($newEmail) method _updateUsername (line 817) | protected function _updateUsername($newUsername) method _updatePassword (line 830) | protected function _updatePassword($passwordOne, $passwordTwo) method _updateOpenIdUser (line 850) | protected function _updateOpenIdUser($post) method _updateUser (line 865) | protected function _updateUser($post) method searchAction (line 881) | public function searchAction() FILE: application/controllers/DebugController.php class DebugController (line 16) | class DebugController extends OntoWiki_Controller_Base method clearmodulecacheAction (line 23) | public function clearmodulecacheAction() method cleartranslationcacheAction (line 35) | public function cleartranslationcacheAction() method destroysessionAction (line 49) | public function destroysessionAction() method clearquerycacheAction (line 61) | public function clearquerycacheAction() FILE: application/controllers/ErrorController.php class ErrorController (line 17) | class ErrorController extends Zend_Controller_Action method init (line 50) | public function init() method errorAction (line 63) | public function errorAction() method _debugError (line 78) | protected function _debugError() method _gracefulError (line 167) | protected function _gracefulError() FILE: application/controllers/IndexController.php class IndexController (line 16) | class IndexController extends OntoWiki_Controller_Base method newsshortAction (line 27) | public function newsshortAction() method messagesAction (line 60) | public function messagesAction() method newsAction (line 70) | public function newsAction() method __call (line 87) | public function __call($action, $params) method emptyAction (line 109) | public function emptyAction() method getNews (line 123) | public function getNews() FILE: application/controllers/ModelController.php class ModelController (line 17) | class ModelController extends OntoWiki_Controller_Base method addAction (line 22) | public function addAction() method configAction (line 71) | public function configAction() method createAction (line 405) | public function createAction() method deleteAction (line 536) | public function deleteAction() method exportAction (line 586) | public function exportAction() method infoAction (line 658) | public function infoAction() method selectAction (line 743) | public function selectAction() method updateAction (line 762) | public function updateAction() method _doImportActionRedirect (line 836) | private function _doImportActionRedirect($modelUri) method _getImportActions (line 863) | private function _getImportActions() FILE: application/controllers/ModuleController.php class ModuleController (line 16) | class ModuleController extends OntoWiki_Controller_Base method indexAction (line 18) | public function indexAction() method getAction (line 23) | public function getAction() FILE: application/controllers/ResourceController.php class ResourceController (line 15) | class ResourceController extends OntoWiki_Controller_Base method _addLastModifiedHeader (line 17) | private function _addLastModifiedHeader() method propertiesAction (line 40) | public function propertiesAction() method instancesAction (line 236) | public function instancesAction() method deleteAction (line 306) | public function deleteAction() method exportAction (line 402) | public function exportAction() method headAction (line 486) | public function headAction() FILE: application/controllers/ServiceController.php class ServiceController (line 15) | class ServiceController extends Zend_Controller_Action method authAction (line 27) | public function authAction() method hierarchyAction (line 76) | public function hierarchyAction() method init (line 97) | public function init() method menuAction (line 115) | public function menuAction() method preDispatch (line 151) | public function preDispatch() method sessionAction (line 160) | public function sessionAction() method statusAction (line 271) | public function statusAction() method sparqlAction (line 311) | public function sparqlAction() method updateAction (line 420) | public function updateAction() method templateAction (line 621) | public function templateAction() method transitiveclosureAction (line 667) | public function transitiveclosureAction() method rdfauthorcacheAction (line 725) | public function rdfauthorcacheAction() method rdfauthorinitAction (line 834) | public function rdfauthorinitAction() method _findStatementsForObjectsWithHashes (line 994) | protected function _findStatementsForObjectsWithHashes($graphUri, $ind... method sanitizeStatements (line 1057) | protected function sanitizeStatements(array $statements) FILE: application/scripts/clearCache.php function errorHandler (line 21) | function errorHandler ($errno, $errstr, $errfile, $errline, array $errco... function getEnvVar (line 35) | function getEnvVar ($key) function initApp (line 51) | function initApp(){ FILE: application/scripts/extensions-ini2n3.php class INI (line 17) | class INI { method write (line 21) | static function write($filename, $ini) { method write_get_string (line 32) | static function write_get_string(& $ini, $prefix) { method set_value (line 47) | static function set_value($val) { method read (line 55) | static function read($filename) { method get_value (line 94) | static function get_value($val) { method get_key (line 114) | static function get_key($val) { method manage_keys (line 121) | static function manage_keys(& $ini, $key, $val) { method replace_consts (line 137) | static function replace_consts(& $item, $key, $consts) { class ExtensionSerializer (line 144) | class ExtensionSerializer method resetLastSubject (line 212) | function resetLastSubject() method addBN (line 218) | function addBN($subj, $prop) method endBN (line 230) | function endBN($uri = null) method getObject (line 244) | function getObject($property, $value) method getPredicate (line 263) | function getPredicate($property, $sectionname) method printStatement (line 272) | function printStatement($s, $p, $o) method __destruct (line 291) | function __destruct() method flush (line 296) | function flush() class NestedPropertyAndModuleHandler (line 302) | class NestedPropertyAndModuleHandler method __construct (line 318) | function __construct(ExtensionSerializer $_printer, $_subj) method printProperty (line 324) | function printProperty($name, $value) method is_assoc (line 362) | static private function is_assoc ($arr) method is_numeric (line 367) | static private function is_numeric ($arr) method printN3 (line 372) | function printN3() class Converter (line 429) | class Converter method convert (line 431) | static function convert($iniPath, $extension) FILE: application/scripts/owadmin.php function _clearGraph (line 53) | function _clearGraph() function _importData (line 69) | function _importData() function _splitFiles (line 146) | function _splitFiles($fullPath) function _chooseGraph (line 178) | function _chooseGraph() function _importFile (line 215) | function _importFile($file, $graph) FILE: application/shell.worker.client.php function errorHandler (line 21) | function errorHandler($errno, $errstr, $errfile, $errline, array $errcon... function getEnvVar (line 35) | function getEnvVar($key) function initApp (line 55) | function initApp() FILE: application/shell.worker.php function errorHandler (line 21) | function errorHandler($errno, $errstr, $errfile, $errline, array $errcon... function getEnvVar (line 35) | function getEnvVar($key) function initApp (line 51) | function initApp() FILE: application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Classes/ClassFilePathSniff.php class Ontowiki_Sniffs_Classes_ClassFilePathSniff (line 31) | class Ontowiki_Sniffs_Classes_ClassFilePathSniff implements PHP_CodeSnif... method register (line 40) | public function register() method process (line 58) | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) FILE: application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Commenting/FileCommentSniff.php class Ontowiki_Sniffs_Commenting_FileCommentSniff (line 21) | class Ontowiki_Sniffs_Commenting_FileCommentSniff implements PHP_CodeSni... method register (line 42) | public function register() method process (line 58) | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) FILE: application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Functions/ForbiddenFunctionsSniff.php class Ontowiki_Sniffs_Functions_ForbiddenFunctionsSniff (line 31) | class Ontowiki_Sniffs_Functions_ForbiddenFunctionsSniff method register (line 52) | public function register() FILE: application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php class Ontowiki_Sniffs_Functions_FunctionCallArgumentSpacingSniff (line 45) | class Ontowiki_Sniffs_Functions_FunctionCallArgumentSpacingSniff impleme... method register (line 54) | public function register() method process (line 72) | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) FILE: application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/PHP/GetRequestDataSniff.php class Ontowiki_Sniffs_PHP_GetRequestDataSniff (line 31) | class Ontowiki_Sniffs_PHP_GetRequestDataSniff implements PHP_CodeSniffer... method register (line 40) | public function register() method process (line 58) | public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) FILE: application/tests/integration/OntoWiki/Extension/ManagerIntegrationTest.php class ManagerIntegrationTest (line 14) | class ManagerIntegrationTest extends Erfurt_TestCase method setUp (line 19) | protected function setUp() method testScan (line 46) | public function testScan() FILE: application/tests/integration/OntoWiki/Extension/_files/test1/Test1Controller.php class Test1Controller (line 9) | class Test1Controller extends OntoWiki_Controller_Component FILE: application/tests/integration/OntoWiki/Extension/_files/test1/TestModule.php class TestModule (line 9) | class TestModule extends OntoWiki_Module method init (line 11) | public function init() method getTitle (line 21) | public function getTitle() method shouldShow (line 26) | public function shouldShow() method getMenu (line 36) | public function getMenu() method getContents (line 41) | public function getContents() method allowCaching (line 46) | public function allowCaching() FILE: application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php class OntoWiki_Model_InstancesIntegrationTest (line 15) | class OntoWiki_Model_InstancesIntegrationTest extends Erfurt_TestCase method setUp (line 31) | public function setUp() method addTestData (line 55) | public function addTestData() method getStore (line 76) | public function getStore() method testResources (line 84) | public function testResources() method testTypeFilter (line 93) | public function testTypeFilter() method testGetValues (line 105) | public function testGetValues() method testAddShownProperties (line 121) | public function testAddShownProperties() method testGetProperties (line 146) | public function testGetProperties() method testGetPossibleValues (line 159) | public function testGetPossibleValues() method testAddFilter (line 172) | public function testAddFilter() method testLimitOffset (line 183) | public function testLimitOffset() method testOrderProperty (line 199) | public function testOrderProperty() method testOrderURI (line 214) | public function testOrderURI() method testShownPropertiesAddTitles (line 229) | public function testShownPropertiesAddTitles() method _onlyValues (line 240) | protected static function _onlyValues($arr) FILE: application/tests/integration/OntoWiki/Model/TitleHelperIntegrationTest.php class OntoWiki_Model_TitleHelperIntegrationTest (line 13) | class OntoWiki_Model_TitleHelperIntegrationTest extends Erfurt_TestCase method setUp (line 23) | public function setUp() method _addTestData (line 35) | private function _addTestData() method testMultipleAddResourceGetTitleCallsGithubIssue65 (line 61) | public function testMultipleAddResourceGetTitleCallsGithubIssue65() method testPrependTitlePropertyDifferentInstances (line 107) | public function testPrependTitlePropertyDifferentInstances() method testPrependTitlePropertySameInstances (line 145) | public function testPrependTitlePropertySameInstances() FILE: application/tests/integration/controller/ModelControllerTest.php class ModelControllerTest (line 19) | class ModelControllerTest extends OntoWiki_Test_ControllerTestCase method setUp (line 21) | public function setUp() method testCreateActionFiltersOnlyIncorrectUris (line 31) | public function testCreateActionFiltersOnlyIncorrectUris($uri, $correc... method uriProvider (line 54) | public function uriProvider() FILE: application/tests/integration/controller/ServiceControllerTest.php class ServiceControllerTest (line 20) | class ServiceControllerTest extends OntoWiki_Test_ControllerTestCase method setUp (line 22) | public function setUp() method testCallWithoutActionShouldPullFromIndexAction (line 31) | public function testCallWithoutActionShouldPullFromIndexAction() method testAuthActionGetNotAllowed (line 41) | public function testAuthActionGetNotAllowed() method testAuthActionGetAllowed (line 61) | public function testAuthActionGetAllowed() method testAuthActionNoParams (line 73) | public function testAuthActionNoParams() method testAuthActionLogoutTrue (line 84) | public function testAuthActionLogoutTrue() method testAuthActionLogoutInvalidValue (line 99) | public function testAuthActionLogoutInvalidValue() method testAuthActionAnonymousUserNoPasswordSuccess (line 114) | public function testAuthActionAnonymousUserNoPasswordSuccess() method testAuthActionAnonymousUserPasswordSetSuccess (line 129) | public function testAuthActionAnonymousUserPasswordSetSuccess() method testAuthActionInvalidUser (line 144) | public function testAuthActionInvalidUser() method sparqlNoParameter (line 169) | public function sparqlNoParameter() method sparqlNoAuthWithInvalidQuery (line 185) | public function sparqlNoAuthWithInvalidQuery() method testUpdateDoesNothingWithEmptyParameters (line 205) | public function testUpdateDoesNothingWithEmptyParameters() FILE: application/tests/unit/OntoWiki/Extension/ManagerTest.php class ManagerTest (line 14) | class ManagerTest extends PHPUnit_Framework_TestCase method testTriple2ConfigArray (line 17) | public function testTriple2ConfigArray() method testTriple2ConfigArray2 (line 202) | public function testTriple2ConfigArray2() FILE: application/tests/unit/OntoWiki/MenuTest.php class OntoWiki_MenuTest (line 9) | class OntoWiki_MenuTest extends PHPUnit_Framework_TestCase method setUp (line 13) | public function setUp() method testSetEntryString (line 18) | public function testSetEntryString() method testSetEntryObject (line 25) | public function testSetEntryObject() method testReplaceEntry (line 36) | public function testReplaceEntry() method testToArray (line 44) | public function testToArray() method testToJson (line 73) | public function testToJson() method testWrongKey (line 99) | public function testWrongKey() method testContentError (line 107) | public function testContentError() method testReplaceError (line 115) | public function testReplaceError() FILE: application/tests/unit/OntoWiki/MessageTest.php class OntoWiki_MessageTest (line 20) | class OntoWiki_MessageTest extends PHPUnit_Framework_TestCase method testMessageGetTypeDefaultInfo (line 22) | public function testMessageGetTypeDefaultInfo() method testMessageGetTypeSuccess (line 28) | public function testMessageGetTypeSuccess() method testMessageGetTypeInfo (line 34) | public function testMessageGetTypeInfo() method testMessageGetTypeWarning (line 40) | public function testMessageGetTypeWarning() method testMessageGetTypeError (line 46) | public function testMessageGetTypeError() method testMessageGetText (line 52) | public function testMessageGetText() FILE: application/tests/unit/OntoWiki/Model/InstancesTest.php class OntoWiki_Model_InstancesTest (line 14) | class OntoWiki_Model_InstancesTest extends Erfurt_TestCase method setUp (line 34) | public function setUp() method testGetResourceQuery (line 56) | public function testGetResourceQuery() method testSerialization (line 61) | public function testSerialization() method testSetStore (line 71) | public function testSetStore() method testAllTriple (line 87) | public function testAllTriple() method testGetQuery (line 108) | public function testGetQuery() method testGetResourceVar (line 113) | public function testGetResourceVar() method testOffsetLimit (line 118) | public function testOffsetLimit() method testNoCache (line 138) | public function testNoCache() method testSerialize (line 149) | public function testSerialize() method testCallMagic (line 167) | public function testCallMagic() method testShownPropertiesEmpty (line 193) | public function testShownPropertiesEmpty() method testShownPropertiesAdd (line 199) | public function testShownPropertiesAdd() method testShownPropertiesAddPlain (line 213) | public function testShownPropertiesAddPlain(OntoWiki_Model_Instances $i) method testShownPropertiesAddTriple (line 223) | public function testShownPropertiesAddTriple(OntoWiki_Model_Instances $i) method testShownPropertiesCustomAddTriple (line 233) | public function testShownPropertiesCustomAddTriple() method testtShownPropertiesRemove (line 250) | public function testtShownPropertiesRemove() method assertNoShownProperties (line 264) | private function assertNoShownProperties(OntoWiki_Model_Instances $i) method testFilterEmpty (line 273) | public function testFilterEmpty() method testFilterAddBound (line 279) | public function testFilterAddBound() method testFilterAddContains (line 286) | public function testFilterAddContains() method testFilterAddEquals (line 292) | public function testFilterAddEquals() method testFilterAddLarger (line 298) | public function testFilterAddLarger() method testFilterAddSmaller (line 304) | public function testFilterAddSmaller() method testFilterAddBetween (line 310) | public function testFilterAddBetween() method testFilterAddType (line 316) | public function testFilterAddType() method testFilterAddSearch (line 322) | public function testFilterAddSearch() method testFilterAddTriples (line 328) | public function testFilterAddTriples() method testFilterAddUndef (line 344) | public function testFilterAddUndef() method testFilterRemove (line 357) | public function testFilterRemove() method testSetTitleHelper (line 368) | public function testSetTitleHelper() method testGetProperties (line 375) | public function testGetProperties() method testGetPropertiesQuery (line 381) | public function testGetPropertiesQuery() method testGetValues (line 387) | public function testGetValues() method testResults (line 393) | public function testResults() method testPossibleValues (line 401) | public function testPossibleValues() FILE: application/tests/unit/OntoWiki/Module/RegistryTest.php class OntoWiki_Module_RegistryTest (line 9) | class OntoWiki_Module_RegistryTest extends PHPUnit_Framework_TestCase method setUp (line 13) | public function setUp() method tearDown (line 18) | public function tearDown() method testRegisterModuleEnabled (line 23) | public function testRegisterModuleEnabled() method testRegisterModuleDisabled (line 31) | public function testRegisterModuleDisabled() method testDisableModule (line 41) | public function testDisableModule() method testGetModulesReturnesAllModules (line 51) | public function testGetModulesReturnesAllModules() method testGetModulesReturnesAllOptions (line 101) | public function testGetModulesReturnesAllOptions() FILE: application/tests/unit/OntoWiki/NavigationTest.php class OntoWiki_NavigationTest (line 9) | class OntoWiki_NavigationTest extends PHPUnit_Framework_TestCase method setUp (line 13) | public function setUp() method testRegisterKeyEmptyOptions (line 18) | public function testRegisterKeyEmptyOptions() method testRegisterKeyDefaultOptions (line 33) | public function testRegisterKeyDefaultOptions() method testRegisterAlreadyUsedKeyDefaultOptions (line 60) | public function testRegisterAlreadyUsedKeyDefaultOptions() method testRegisterAlreadyUsedKeyFilledOptions (line 88) | public function testRegisterAlreadyUsedKeyFilledOptions() method testRegisterNoKey (line 116) | public function testRegisterNoKey() method testRegisterNullKey (line 124) | public function testRegisterNullKey() method testRegisterNumberKey (line 132) | public function testRegisterNumberKey() method testSetActiveNoKey (line 140) | public function testSetActiveNoKey() method testSetActiveNullKey (line 148) | public function testSetActiveNullKey() method testSetActiveKey (line 153) | public function testSetActiveKey() method testNoSetActiveKeyCheckActive (line 162) | public function testNoSetActiveKeyCheckActive() method testNoSetActiveKeyCheckNotActiveMultipleItems (line 170) | public function testNoSetActiveKeyCheckNotActiveMultipleItems() method testSetActiveKeyChangeActive (line 179) | public function testSetActiveKeyChangeActive() FILE: application/tests/unit/OntoWiki/UtilsTest.php class OntoWiki_UtilsTest (line 19) | class OntoWiki_UtilsTest extends PHPUnit_Framework_TestCase method testMatchMimetypeFromRequest (line 21) | public function testMatchMimetypeFromRequest() FILE: application/tests/unit/OntoWikiTest.php class OntoWikiTest (line 20) | class OntoWikiTest extends PHPUnit_Framework_TestCase method setUp (line 24) | public function setUp() method testGetInstance (line 29) | public function testGetInstance() method testSetValue (line 36) | public function testSetValue() method testIssetValue (line 43) | public function testIssetValue() method testGetValue (line 48) | public function testGetValue() FILE: application/tests/unit/controller/IndexControllerTest.php class IndexControllerTest (line 20) | class IndexControllerTest extends OntoWiki_Test_ControllerTestCase method setUp (line 22) | public function setUp() method testNoControllerAndActionDefaultToNewsAction (line 27) | public function testNoControllerAndActionDefaultToNewsAction() method testInvalidActionNoDefaultActionDefaultsToNewsAction (line 36) | public function testInvalidActionNoDefaultActionDefaultsToNewsAction() method testInvalidActionDefaultsToConfiguredDefaultAction (line 48) | public function testInvalidActionDefaultsToConfiguredDefaultAction() method testInvalidActionWithMessagesDefaultsToMessagesAction (line 61) | public function testInvalidActionWithMessagesDefaultsToMessagesAction() method testEmptyAction (line 74) | public function testEmptyAction() method testMessagesActionNoMessages (line 84) | public function testMessagesActionNoMessages() method testMessagesActionSingleMessage (line 92) | public function testMessagesActionSingleMessage() method testMessagesActionMultipleMessages (line 104) | public function testMessagesActionMultipleMessages() method testNewsActionSuccess (line 119) | public function testNewsActionSuccess() method testNewsActionFail (line 139) | public function testNewsActionFail() method testNewsshortActionSuccess (line 154) | public function testNewsshortActionSuccess() method testNewsshortActionFail (line 172) | public function testNewsshortActionFail() FILE: application/tests/unit/controller/ResourceControllerTest.php class ResourceControllerTest (line 19) | class ResourceControllerTest extends OntoWiki_Test_ControllerTestCase method setUp (line 21) | public function setUp() method testExportActionReturnsCorrectContentTypeForTurtle (line 26) | public function testExportActionReturnsCorrectContentTypeForTurtle() FILE: extensions/account/AccountController.php class AccountController (line 16) | class AccountController extends OntoWiki_Controller_Component method recoverAction (line 21) | public function recoverAction() FILE: extensions/account/LoginModule.php class LoginModule (line 18) | class LoginModule extends OntoWiki_Module method getMessage (line 25) | public function getMessage() method getContents (line 53) | public function getContents() method shouldShow (line 86) | public function shouldShow() method allowCaching (line 99) | public function allowCaching() method getTitle (line 105) | public function getTitle() FILE: extensions/application/ApplicationModule.php class ApplicationModule (line 17) | class ApplicationModule extends OntoWiki_Module method init (line 19) | public function init() method getTitle (line 29) | public function getTitle() method shouldShow (line 67) | public function shouldShow() method getMenu (line 88) | public function getMenu() method getContents (line 96) | public function getContents() method allowCaching (line 119) | public function allowCaching() FILE: extensions/auth/AuthController.php class AuthController (line 20) | class AuthController extends OntoWiki_Controller_Component method certAction (line 22) | public function certAction() method usersAction (line 276) | public function usersAction() method agentAction (line 300) | public function agentAction() method _generateWebId (line 321) | private function _generateWebId($suffix = '') FILE: extensions/autologin/AutologinPlugin.php class AutologinPlugin (line 20) | class AutologinPlugin extends OntoWiki_Plugin method onRouteShutdown (line 22) | public function onRouteShutdown($event) FILE: extensions/basicimporter/BasicimporterController.php class BasicimporterController (line 16) | class BasicimporterController extends OntoWiki_Controller_Component method init (line 24) | public function init() method rdfpasterAction (line 62) | public function rdfpasterAction() method rdfwebimportAction (line 87) | public function rdfwebimportAction() method rdfuploadAction (line 128) | public function rdfuploadAction() method _import (line 195) | private function _import($fileOrUrl, $filetype, $locator) FILE: extensions/basicimporter/BasicimporterPlugin.php class BasicimporterPlugin (line 16) | class BasicimporterPlugin extends OntoWiki_Plugin method onProvideImportActions (line 21) | public function onProvideImportActions($event) method onSetupStore (line 29) | public function onSetupStore($event) method provideImportActions (line 37) | private function provideImportActions($event) method importModels (line 69) | private function importModels() method _import (line 83) | private function _import($modelIri, $fileOrUrl) FILE: extensions/basicimporter/SelectorModule.php class SelectorModule (line 18) | class SelectorModule extends OntoWiki_Module method getTitle (line 20) | public function getTitle() method getContents (line 25) | public function getContents() FILE: extensions/bookmarklet/BookmarkletModule.php class BookmarkletModule (line 21) | class BookmarkletModule extends OntoWiki_Module method getTitle (line 23) | public function getTitle() method getContents (line 28) | public function getContents() method shouldShow (line 43) | public function shouldShow() FILE: extensions/ckan/CkanController.php class CkanController (line 15) | class CkanController extends OntoWiki_Controller_Component method init (line 23) | public function init() method browserAction (line 38) | public function browserAction() method registerAction (line 52) | public function registerAction() FILE: extensions/ckan/CkanHelper.php class CkanHelper (line 16) | class CkanHelper extends OntoWiki_Component_Helper method onCreateMenu (line 21) | public function onCreateMenu($event) FILE: extensions/community/CommentModule.php class CommentModule (line 20) | class CommentModule extends OntoWiki_Module method init (line 22) | public function init() method getTitle (line 26) | public function getTitle() method getContents (line 31) | public function getContents() FILE: extensions/community/CommunityController.php class CommunityController (line 16) | class CommunityController extends OntoWiki_Controller_Component method listAction (line 21) | public function listAction() method commentAction (line 58) | public function commentAction() method rateAction (line 132) | public function rateAction() FILE: extensions/community/CommunityHelper.php class CommunityHelper (line 17) | class CommunityHelper extends OntoWiki_Component_Helper method init (line 19) | public function init() method getList (line 45) | public function getList($view, $singleResource = true, $limit = null) method getMultiList (line 122) | public function getMultiList() FILE: extensions/community/LastchangesModule.php class LastchangesModule (line 18) | class LastchangesModule extends OntoWiki_Module method init (line 21) | public function init() method getTitle (line 49) | public function getTitle() method shouldShow (line 54) | public function shouldShow() method getContents (line 63) | public function getContents() FILE: extensions/community/RatingModule.php class RatingModule (line 22) | class RatingModule extends OntoWiki_Module method getTitle (line 24) | public function getTitle() method getContents (line 29) | public function getContents() method shouldShow (line 102) | public function shouldShow() method typeAllowed (line 118) | private function typeAllowed() FILE: extensions/community/rating.js function getCheckedValue (line 97) | function getCheckedValue(radioObj) { FILE: extensions/cors/CorsPlugin.php class CorsPlugin (line 16) | class CorsPlugin extends OntoWiki_Plugin method onRouteStartup (line 21) | public function onRouteStartup() method addCorsHeader (line 29) | private function addCorsHeader() FILE: extensions/datagathering/DatagatheringController.php class DatagatheringController (line 17) | class DatagatheringController extends OntoWiki_Controller_Component method init (line 118) | public function init() method searchAction (line 172) | public function searchAction() method _expandNamespaces (line 364) | private function _expandNamespaces(array $termsArray, $modelUri) method _getWeight (line 402) | private function _getWeight(array $termsArray, $uri, $object = null) method _listIanaSchemes (line 450) | private function _listIanaSchemes() method _searchLocal (line 482) | private function _searchLocal(array $termsArray, $modelUri, $mode, $li... method _searchLocalPropertiesOnly (line 573) | private function _searchLocalPropertiesOnly(array $termsArray, $modelU... method importAction (line 673) | public function importAction() method filterStatements (line 789) | public static function filterStatements( method import (line 940) | public static function import( method _sendResponse (line 1104) | private function _sendResponse($returnValue, $message = null, $message... method _filterResult (line 1138) | private function _filterResult($result, $uri, $wrapperName, $modelUri) method _getData (line 1196) | private function _getData($uri, $wrapperName, $modelUri) method _getProxyUri (line 1215) | private function _getProxyUri($uri) method _matchUri (line 1231) | private function _matchUri($pattern, $uri) method _matchUriStatic (line 1244) | private static function _matchUriStatic($pattern, $uri) FILE: extensions/datagathering/DatagatheringHelper.php class DatagatheringHelper (line 20) | class DatagatheringHelper extends OntoWiki_Component_Helper method init (line 22) | public function init() FILE: extensions/datagathering/DatagatheringPlugin.php class DatagatheringPlugin (line 18) | class DatagatheringPlugin extends OntoWiki_Plugin method init (line 57) | public function init() method onCreateMenu (line 88) | public function onCreateMenu($event) method onPropertiesAction (line 200) | public function onPropertiesAction($event) method onPreTabsContentAction (line 271) | public function onPreTabsContentAction($event) method onDeleteResources (line 295) | public function onDeleteResources($event) method onPreDeleteModel (line 340) | public function onPreDeleteModel($event) method _getHash (line 381) | private function _getHash($uri, $wrapperName, $modelUri) method _getSyncConfig (line 399) | private function _getSyncConfig($uri, $wrapperName, $modelUri) method _listSyncConfigs (line 469) | private function _listSyncConfigs() method _getProxyUri (line 538) | private function _getProxyUri($uri) FILE: extensions/datagathering/datagathering.js function locationBarUriSearch (line 149) | function locationBarUriSearch(term, cb) function showLocationBar (line 158) | function showLocationBar() function hideLocationBar (line 186) | function hideLocationBar() function uriSearch (line 195) | function uriSearch(term, cb) FILE: extensions/datagathering/scripts/jquery.autocomplete.js function findValueCallback (line 171) | function findValueCallback(q, data) { function selectCurrent (line 201) | function selectCurrent() { function onChange (line 223) | function onChange(crap, skipPrevCheck) { function trimWords (line 248) | function trimWords(value) { function lastWord (line 261) | function lastWord(value) { function autoFill (line 271) | function autoFill(q, sValue){ function hideResults (line 282) | function hideResults() { function hideResultsNow (line 287) | function hideResultsNow() { function receiveData (line 313) | function receiveData(q, data) { function request (line 324) | function request(term, success, failure) { function parse (line 371) | function parse(data) { function stopLoading (line 388) | function stopLoading() { function matchSubset (line 426) | function matchSubset(s, sub) { function add (line 434) | function add(q, value) { function populate (line 444) | function populate(){ function flush (line 499) | function flush(){ function init (line 571) | function init() { function target (line 603) | function target(event) { function moveSelect (line 613) | function moveSelect(step) { function movePosition (line 630) | function movePosition(step) { function limitNumberOfItems (line 639) | function limitNumberOfItems(available) { function fillList (line 645) | function fillList() { FILE: extensions/datagathering/tests/DatagatheringControllerTest.php class DatagatheringControllerTest (line 9) | class DatagatheringControllerTest extends OntoWiki_Test_ControllerTestCase method setUp (line 11) | public function setUp() method testImportActionRequestTypeNotGetBadRequest (line 18) | public function testImportActionRequestTypeNotGetBadRequest() method testImportActionNoParamsBadRequest (line 27) | public function testImportActionNoParamsBadRequest() method testImportActionInvalidWrapperParamBadRequest (line 36) | public function testImportActionInvalidWrapperParamBadRequest() method testImportActionModelNotEditableForbidden (line 51) | public function testImportActionModelNotEditableForbidden() method testImportActionWrapperResultFalse (line 71) | public function testImportActionWrapperResultFalse() method testImportActionWrapperResultEmptyArray (line 99) | public function testImportActionWrapperResultEmptyArray() method testImportActionWrapperResultArrayNoAdd (line 129) | public function testImportActionWrapperResultArrayNoAdd() method testImportActionWrapperResultArrayWithAddButNothingAdded (line 159) | public function testImportActionWrapperResultArrayWithAddButNothingAdd... method testImportActionWrapperResultArrayWithAdd (line 194) | public function testImportActionWrapperResultArrayWithAdd() method testImportActionWrapperResultArrayWithAddMatchingPreset (line 247) | public function testImportActionWrapperResultArrayWithAddMatchingPreset() FILE: extensions/defaultmodel/DefaultmodelPlugin.php class DefaultmodelPlugin (line 17) | class DefaultmodelPlugin extends OntoWiki_Plugin method onAfterInitController (line 19) | public function onAfterInitController($event) FILE: extensions/exconf/Archive.php class archive (line 29) | class archive method archive (line 31) | function archive($name) method set_options (line 54) | function set_options($options) method create_archive (line 76) | function create_archive() method add_data (line 159) | function add_data($data) method make_list (line 168) | function make_list() method add_files (line 191) | function add_files($list) method exclude_files (line 199) | function exclude_files($list) method store_files (line 207) | function store_files($list) method list_files (line 215) | function list_files($list) method parse_dir (line 273) | function parse_dir($dirname) method sort_files (line 318) | function sort_files($a, $b) method download_file (line 347) | function download_file() class tar_file (line 382) | class tar_file extends archive method tar_file (line 384) | function tar_file($name) method create_tar (line 390) | function create_tar() method extract_files (line 457) | function extract_files() method open_archive (line 548) | function open_archive() class gzip_file (line 554) | class gzip_file extends tar_file method gzip_file (line 556) | function gzip_file($name) method create_gzip (line 562) | function create_gzip() method open_archive (line 587) | function open_archive() class bzip_file (line 593) | class bzip_file extends tar_file method bzip_file (line 595) | function bzip_file($name) method create_bzip (line 601) | function create_bzip() method open_archive (line 626) | function open_archive() class zip_file (line 632) | class zip_file extends archive method extract_files (line 636) | function extract_files() method zip_file (line 648) | function zip_file($name) method create_zip (line 654) | function create_zip() FILE: extensions/exconf/ExconfController.php class ExconfController (line 21) | class ExconfController extends OntoWiki_Controller_Component method __call (line 45) | public function __call($method, $args) method init (line 50) | public function init() method listAction (line 93) | public function listAction() method confAction (line 155) | public function confAction() method explorerepoAction (line 299) | public function explorerepoAction() method addProjectProperty (line 370) | private function addProjectProperty($p, $projectVar, $list, $name = null) method addAuthorProperty (line 388) | private function addAuthorProperty($p, $projectVar, $list, $name = null) method installarchiveremoteAction (line 419) | public function installarchiveremoteAction() method archiveuploadformAction (line 450) | public function archiveuploadformAction() method installarchiveuploadAction (line 469) | public function installarchiveuploadAction() method installArchive (line 499) | protected function installArchive($filePath, $name) method ftpConnect (line 601) | public function ftpConnect() method checkRightsRec (line 625) | private static function checkRightsRec($dir) method rrmdir (line 644) | private static function rrmdir($dir, $check = true) FILE: extensions/exconf/ExconfHelper.php class ExconfHelper (line 16) | class ExconfHelper extends OntoWiki_Component_Helper method __construct (line 18) | public function __construct() FILE: extensions/exconf/OutlineModule.php class OutlineModule (line 17) | class OutlineModule extends OntoWiki_Module method init (line 19) | public function init() method getTitle (line 23) | public function getTitle() method getContents (line 31) | public function getContents() method shouldShow (line 39) | public function shouldShow() FILE: extensions/exconf/pclzip.lib.php class PclZip (line 190) | class PclZip method PclZip (line 215) | function PclZip($p_zipname) method create (line 271) | function create($p_filelist) method add (line 457) | function add($p_filelist) method listContent (line 649) | function listContent() method extract (line 707) | function extract() method extractByIndex (line 869) | function extractByIndex($p_index) method delete (line 1023) | function delete() method deleteByIndex (line 1086) | function deleteByIndex($p_index) method properties (line 1111) | function properties() method duplicate (line 1186) | function duplicate($p_archive) method merge (line 1240) | function merge($p_archive_to_add) method errorCode (line 1286) | function errorCode() method errorName (line 1302) | function errorName($p_with_code = false) method errorInfo (line 1347) | function errorInfo($p_full = false) method privCheckFormat (line 1384) | function privCheckFormat($p_level = 0) method privParseOptions (line 1440) | function privParseOptions(&$p_options_list, $p_size, &$v_result_list, ... method privOptionDefaultThreshold (line 1923) | function privOptionDefaultThreshold(&$p_options) method privFileDescrParseAtt (line 1972) | function privFileDescrParseAtt(&$p_file_list, &$p_filedescr, $v_option... method privFileDescrExpand (line 2150) | function privFileDescrExpand(&$p_filedescr_list, &$p_options) method privCreate (line 2274) | function privCreate($p_filedescr_list, &$p_result_list, &$p_options) method privAdd (line 2309) | function privAdd($p_filedescr_list, &$p_result_list, &$p_options) method privOpenFd (line 2487) | function privOpenFd($p_mode) method privCloseFd (line 2522) | function privCloseFd() method privAddList (line 2551) | function privAddList($p_filedescr_list, &$p_result_list, &$p_options) method privAddFileList (line 2613) | function privAddFileList($p_filedescr_list, &$p_result_list, &$p_options) method privAddFile (line 2682) | function privAddFile($p_filedescr, &$p_header, &$p_options) method privAddFileUsingTempFile (line 2954) | function privAddFileUsingTempFile($p_filedescr, &$p_header, &$p_options) method privCalculateStoredFilename (line 3082) | function privCalculateStoredFilename(&$p_filedescr, &$p_options) method privWriteFileHeader (line 3198) | function privWriteFileHeader(&$p_header) method privWriteCentralFileHeader (line 3244) | function privWriteCentralFileHeader(&$p_header) method privWriteCentralHeader (line 3297) | function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_... method privList (line 3328) | function privList(&$p_list) method privConvertHeader2FileInfo (line 3415) | function privConvertHeader2FileInfo($p_header, &$p_info) method privExtractByRule (line 3455) | function privExtractByRule(&$p_file_list, $p_path, $p_remove_path, $p_... method privExtractFile (line 3811) | function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove... method privExtractFileUsingTempFile (line 4169) | function privExtractFileUsingTempFile(&$p_entry, &$p_options) method privExtractFileInOutput (line 4254) | function privExtractFileInOutput(&$p_entry, &$p_options) method privExtractFileAsString (line 4364) | function privExtractFileAsString(&$p_entry, &$p_string, &$p_options) method privReadFileHeader (line 4483) | function privReadFileHeader(&$p_header) method privReadCentralFileHeader (line 4584) | function privReadCentralFileHeader(&$p_header) method privCheckFileHeaders (line 4694) | function privCheckFileHeaders(&$p_local_header, &$p_central_header) method privReadEndCentralDir (line 4732) | function privReadEndCentralDir(&$p_central_dir) method privDeleteByRule (line 4894) | function privDeleteByRule(&$p_result_list, &$p_options) method privDirCheck (line 5221) | function privDirCheck($p_dir, $p_is_dir = false) method privMerge (line 5271) | function privMerge(&$p_archive_to_add) method privDuplicate (line 5452) | function privDuplicate($p_archive_filename) method privErrorLog (line 5512) | function privErrorLog($p_error_code = 0, $p_error_string = '') method privErrorReset (line 5529) | function privErrorReset() method privDisableMagicQuotes (line 5547) | function privDisableMagicQuotes() method privSwapBackMagicQuotes (line 5583) | function privSwapBackMagicQuotes() function PclZipUtilPathReduction (line 5620) | function PclZipUtilPathReduction($p_dir) function PclZipUtilPathInclusion (line 5702) | function PclZipUtilPathInclusion($p_dir, $p_path) function PclZipUtilCopyBlock (line 5787) | function PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode = 0) function PclZipUtilRename (line 5845) | function PclZipUtilRename($p_src, $p_dest) function PclZipUtilOptionText (line 5877) | function PclZipUtilOptionText($p_option) function PclZipUtilTranslateWinPath (line 5910) | function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter = true) FILE: extensions/exconf/resources/exconf.js function postToggle (line 8) | function postToggle(button) FILE: extensions/exconf/resources/jquery.togglebutton.js function enable (line 20) | function enable(button, withCallback){ function disable (line 34) | function disable(button, withCallback){ FILE: extensions/exconf/resources/outline.js function extensionOutline (line 9) | function extensionOutline() { FILE: extensions/filter/CustomfilterModule.php class CustomfilterModule (line 22) | class CustomfilterModule extends OntoWiki_Module method init (line 26) | public function init() method getTitle (line 32) | public function getTitle() method getContents (line 37) | public function getContents() FILE: extensions/filter/FilterController.php class FilterController (line 22) | class FilterController extends OntoWiki_Controller_Component method getpossiblevaluesAction (line 24) | public function getpossiblevaluesAction() FILE: extensions/filter/FilterModule.php class FilterModule (line 22) | class FilterModule extends OntoWiki_Module method init (line 26) | public function init() method getTitle (line 32) | public function getTitle() method getContents (line 37) | public function getContents() method getMenu (line 91) | public function getMenu() FILE: extensions/filter/resources/FilterAPI.js function FilterAPI (line 6) | function FilterAPI(){ FILE: extensions/filter/resources/filter.js function showAddFilterBox (line 8) | function showAddFilterBox(){ function updatePossibleValues (line 29) | function updatePossibleValues() { function removeAllFilters (line 40) | function removeAllFilters(){ function toggleHelp (line 48) | function toggleHelp(){ FILE: extensions/filter/resources/jquery.treeview.js function treeController (line 112) | function treeController(tree, control) { function toggler (line 134) | function toggler() { function serialize (line 164) | function serialize() { function deserialize (line 175) | function deserialize() { FILE: extensions/googletracking/GoogletrackingPlugin.php class GoogletrackingPlugin (line 20) | class GoogletrackingPlugin extends OntoWiki_Plugin method onAfterInitController (line 24) | public function onAfterInitController($event) FILE: extensions/hideproperties/HidepropertiesPlugin.php class HidepropertiesPlugin (line 15) | class HidepropertiesPlugin extends OntoWiki_Plugin method onPropertiesActionData (line 18) | public function onPropertiesActionData($event) FILE: extensions/history/HistoryController.php class HistoryController (line 18) | class HistoryController extends OntoWiki_Controller_Component method feedAction (line 20) | public function feedAction() method listAction (line 129) | public function listAction() method rollbackAction (line 308) | public function rollbackAction() method detailsAction (line 399) | public function detailsAction() method toFlatArray (line 425) | private function toFlatArray($serializedString) method getActionTriple (line 437) | private function getActionTriple($actionID) method _abort (line 470) | private function _abort($msg, $type = null, $redirect = null) FILE: extensions/history/HistoryHelper.php class HistoryHelper (line 20) | class HistoryHelper extends OntoWiki_Component_Helper method init (line 22) | public function init() FILE: extensions/imagelink/ImagelinkPlugin.php class ImagelinkPlugin (line 13) | class ImagelinkPlugin extends OntoWiki_Plugin method init (line 17) | public function init() method onDisplayObjectPropertyValue (line 25) | public function onDisplayObjectPropertyValue($event) method onDisplayLiteralPropertyValue (line 32) | public function onDisplayLiteralPropertyValue($event) FILE: extensions/imprint/ImprintModule.php class ImprintModule (line 20) | class ImprintModule extends OntoWiki_Module method init (line 24) | public function init() method getContents (line 32) | public function getContents() method getTitle (line 44) | public function getTitle() method shouldShow (line 49) | public function shouldShow() FILE: extensions/jsonrpc/EvolutionJsonrpcAdapter.php class EvolutionJsonrpcAdapter (line 25) | class EvolutionJsonrpcAdapter method __construct (line 31) | public function __construct() method execPattern (line 51) | public function execPattern($params) FILE: extensions/jsonrpc/JsonrpcController.php class JsonrpcController (line 27) | class JsonrpcController extends OntoWiki_Controller_Component method init (line 31) | public function init() method __call (line 39) | public function __call($method, $args) FILE: extensions/jsonrpc/MetaJsonrpcAdapter.php class MetaJsonrpcAdapter (line 17) | class MetaJsonrpcAdapter method __construct (line 30) | public function __construct() method listServer (line 40) | public function listServer() method getDocComment (line 57) | protected function getDocComment($string, $tag = '') method listProcedures (line 80) | public function listProcedures($_server) method listAllProcedures (line 112) | public function listAllProcedures() FILE: extensions/jsonrpc/ModelJsonrpcAdapter.php class ModelJsonrpcAdapter (line 17) | class ModelJsonrpcAdapter method __construct (line 23) | public function __construct() method export (line 37) | public function export($modelIri) method sparql (line 50) | public function sparql($modelIri, $query = null) method getPrefixes (line 74) | public function getPrefixes($modelIri) method addPrefix (line 95) | public function addPrefix($modelIri, $prefix, $namespace = false) method deletePrefix (line 125) | public function deletePrefix($modelIri, $prefix = 'rdf') method getTitles (line 146) | public function getTitles($modelIri, $resources) method count (line 171) | public function count($modelIri, $whereSpec = '{?s ?p ?o}', $countSpec... method add (line 185) | public function add($modelIri, $inputModel) method create (line 208) | public function create($modelIri) method drop (line 222) | public function drop($modelIri) FILE: extensions/jsonrpc/ResourceJsonrpcAdapter.php class ResourceJsonrpcAdapter (line 17) | class ResourceJsonrpcAdapter method __construct (line 23) | public function __construct() method get (line 39) | public function get($modelIri, $resourceIri, $format = 'rdfjson') method update (line 70) | public function update($modelIri, $resourceIri, $data, $origDataHash, ... method count (line 107) | public function count($modelIri, $whereSpec = '{?s ?p ?o}', $countSpec... method create (line 119) | public function create($modelIri) method drop (line 133) | public function drop($modelIri) method _getCurrentResourceHash (line 148) | private function _getCurrentResourceHash($modelIri, $resourceIri) FILE: extensions/jsonrpc/StoreJsonrpcAdapter.php class StoreJsonrpcAdapter (line 17) | class StoreJsonrpcAdapter method __construct (line 22) | public function __construct() method listModels (line 32) | public function listModels() method getBackendName (line 48) | public function getBackendName() method sparql (line 60) | public function sparql($query = 'SELECT ?resource ?label WHERE {?resou... method getIdentity (line 71) | public function getIdentity() FILE: extensions/linkeddataserver/LinkeddataPlugin.php class LinkeddataPlugin (line 24) | class LinkeddataPlugin extends OntoWiki_Plugin method onIsDispatchable (line 61) | public function onIsDispatchable($event) method onRouteShutdown (line 191) | public function onRouteShutdown($event) method onNeedsGraphForLinkedDataUri (line 215) | public function onNeedsGraphForLinkedDataUri($event) method onNeedsLinkedDataUri (line 230) | public function onNeedsLinkedDataUri($event) method _getTypeForRequest (line 250) | protected function _getTypeForRequest($request, &$uri, &$flag) method _matchDocumentTypeRequest (line 278) | private function _matchDocumentTypeRequest($request, array $supportedT... method _matchGraphAndUri (line 283) | private function _matchGraphAndUri($uri) method _isLinkedDataUri (line 319) | private function _isLinkedDataUri($uri) FILE: extensions/listmodules/ShowpropertiesModule.php class ShowpropertiesModule (line 20) | class ShowpropertiesModule extends OntoWiki_Module method init (line 24) | public function init() method getTitle (line 30) | public function getTitle() method shouldShow (line 35) | public function shouldShow() method getContents (line 40) | public function getContents() method getStateId (line 87) | public function getStateId() method filterProperties (line 95) | private function filterProperties($properties) FILE: extensions/listmodules/showproperties.js function handleNewSelect (line 28) | function handleNewSelect() { function showPropertiesAddDroppableToListTable (line 62) | function showPropertiesAddDroppableToListTable() { FILE: extensions/literaltypes/LiteraltypesPlugin.php class LiteraltypesPlugin (line 13) | class LiteraltypesPlugin extends OntoWiki_Plugin method init (line 16) | public function init() method onDisplayLiteralPropertyValue (line 20) | public function onDisplayLiteralPropertyValue($event) FILE: extensions/mail/MailPlugin.php class MailPlugin (line 16) | class MailPlugin extends OntoWiki_Plugin method onAnnounceWorker (line 18) | public function onAnnounceWorker($event) FILE: extensions/mail/jobs/Mail.php class Mail_Job_Mail (line 18) | class Mail_Job_Mail extends Erfurt_Worker_Job_Abstract method run (line 31) | public function run($workload) FILE: extensions/mailtolink/MailtolinkPlugin.php class MailtolinkPlugin (line 13) | class MailtolinkPlugin extends OntoWiki_Plugin method init (line 17) | public function init() method onDisplayObjectPropertyValue (line 25) | public function onDisplayObjectPropertyValue($event) method onDisplayLiteralPropertyValue (line 37) | public function onDisplayLiteralPropertyValue($event) FILE: extensions/manchester/ManchesterController.php class ManchesterController (line 17) | class ManchesterController extends OntoWiki_Controller_Component method postAction (line 22) | public function postAction() method initParser (line 63) | private function initParser($inputQuery) FILE: extensions/manchester/ManchesterModule.php class ManchesterModule (line 19) | class ManchesterModule extends OntoWiki_Module method getTitle (line 21) | public function getTitle() method init (line 26) | public function init() method getContents (line 36) | public function getContents() FILE: extensions/markdown/MarkdownPlugin.php class MarkdownPlugin (line 13) | class MarkdownPlugin extends OntoWiki_Plugin method init (line 16) | public function init() method onDisplayLiteralPropertyValue (line 28) | public function onDisplayLiteralPropertyValue($event) FILE: extensions/markdown/parser/markdown.php function Markdown (line 43) | function Markdown($text) { function mdwp_add_p (line 118) | function mdwp_add_p($text) { function mdwp_strip_p (line 126) | function mdwp_strip_p($t) { return preg_replace('{}i', '', $t); } function mdwp_hide_tags (line 128) | function mdwp_hide_tags($text) { function mdwp_show_tags (line 132) | function mdwp_show_tags($text) { function identify_modifier_markdown (line 141) | function identify_modifier_markdown() { function smarty_modifier_markdown (line 157) | function smarty_modifier_markdown($text) { class Textile (line 170) | class Textile { method TextileThis (line 171) | function TextileThis($text, $lite='', $encode='') { method TextileRestricted (line 177) | function TextileRestricted($text, $lite='', $noimage='') { method blockLite (line 181) | function blockLite($text) { return $text; } class Markdown_Parser (line 191) | class Markdown_Parser { method Markdown_Parser (line 223) | function Markdown_Parser() { method setup (line 256) | function setup() { method teardown (line 269) | function teardown() { method transform (line 280) | function transform($text) { method stripLinkDefinitions (line 327) | function stripLinkDefinitions($text) { method _stripLinkDefinitions_callback (line 361) | function _stripLinkDefinitions_callback($matches) { method hashHTMLBlocks (line 370) | function hashHTMLBlocks($text) { method _hashHTMLBlocks_callback (line 509) | function _hashHTMLBlocks_callback($matches) { method hashPart (line 516) | function hashPart($text, $boundary = 'X') { method hashBlock (line 539) | function hashBlock($text) { method runBlockGamut (line 560) | function runBlockGamut($text) { method runBasicBlockGamut (line 574) | function runBasicBlockGamut($text) { method doHorizontalRules (line 591) | function doHorizontalRules($text) { method runSpanGamut (line 633) | function runSpanGamut($text) { method doHardBreaks (line 645) | function doHardBreaks($text) { method _doHardBreaks_callback (line 650) | function _doHardBreaks_callback($matches) { method doAnchors (line 655) | function doAnchors($text) { method _doAnchors_reference_callback (line 725) | function _doAnchors_reference_callback($matches) { method _doAnchors_inline_callback (line 759) | function _doAnchors_inline_callback($matches) { method doImages (line 780) | function doImages($text) { method _doImages_reference_callback (line 835) | function _doImages_reference_callback($matches) { method _doImages_inline_callback (line 863) | function _doImages_inline_callback($matches) { method doHeaders (line 882) | function doHeaders($text) { method _doHeaders_callback_setext (line 912) | function _doHeaders_callback_setext($matches) { function outdent (line 1590) | function outdent($text) { function detab (line 1602) | function detab($text) { function _detab_callback (line 1615) | function _detab_callback($matches) { function _initDetab (line 1632) | function _initDetab() { function unhash (line 1646) | function unhash($text) { function _unhash_callback (line 1653) | function _unhash_callback($matches) { FILE: extensions/modellist/ModellistModule.php class ModellistModule (line 21) | class ModellistModule extends OntoWiki_Module method init (line 23) | public function init() method shouldShow (line 42) | public function shouldShow() method getMenu (line 57) | public function getMenu() method getContents (line 86) | public function getContents() method getStateId (line 135) | public function getStateId() method getTitle (line 151) | public function getTitle() FILE: extensions/modellist/modellist.js function updateModellistModule (line 25) | function updateModellistModule() FILE: extensions/navigation/NavigationController.php class NavigationController (line 16) | class NavigationController extends OntoWiki_Controller_Component method init (line 32) | public function init() method exploreAction (line 63) | public function exploreAction() method startOutput (line 154) | private function startOutput($config) method endOutput (line 161) | private function endOutput($config) method savestateServer (line 171) | protected function savestateServer($view, $setup) method _queryNavigationEntries (line 189) | protected function _queryNavigationEntries($setup) method _getSubclass (line 490) | protected function _getSubclass($node, $setup) method _getTitle (line 564) | protected function _getTitle($uri, $mode, $setup) method _buildQuery (line 610) | protected function _buildQuery($setup, $forImplicit = false) method _buildStringSearchQuery (line 670) | protected function _buildStringSearchQuery($setup) method _buildCountQuery (line 760) | protected function _buildCountQuery($uri, $setup) method _buildUsageQuery (line 781) | protected function _buildUsageQuery($uri, $setup) method _buildSubCheckQuery (line 794) | protected function _buildSubCheckQuery($uri, $setup) method _getListLink (line 901) | protected function _getListLink($uri, $setup) FILE: extensions/navigation/NavigationHelper.php class NavigationHelper (line 15) | class NavigationHelper extends OntoWiki_Component_Helper method getInstancesTriples (line 20) | public static function getInstancesTriples($uri, $setup) method getSearchTriples (line 153) | public static function getSearchTriples($setup, $forImplicit = false, ... FILE: extensions/navigation/NavigationModule.php class NavigationModule (line 18) | class NavigationModule extends OntoWiki_Module method init (line 22) | public function init() method getTitle (line 27) | public function getTitle() method getMenu (line 37) | public function getMenu() method getContents (line 108) | public function getContents() method shouldShow (line 156) | public function shouldShow() method checkConfig (line 161) | private function checkConfig($config) FILE: extensions/pingback/PingbackController.php class PingbackController (line 21) | class PingbackController extends OntoWiki_Controller_Component method pingAction (line 31) | public function pingAction() FILE: extensions/pingback/PingbackPlugin.php class PingbackPlugin (line 18) | class PingbackPlugin extends OntoWiki_Plugin method onBeforeLinkedDataRedirect (line 21) | public function onBeforeLinkedDataRedirect($event) method onAfterInitController (line 40) | public function onAfterInitController($event) method onAddStatement (line 59) | public function onAddStatement($event) method onAddMultipleStatements (line 72) | public function onAddMultipleStatements($event) method onDeleteMultipleStatements (line 89) | public function onDeleteMultipleStatements($event) method beforeExportResource (line 117) | public function beforeExportResource($event) method _check (line 142) | protected function _check() method _checkAndPingback (line 156) | protected function _checkAndPingback($subject, $predicate, $object) method _discoverPingbackServer (line 198) | protected function _discoverPingbackServer($targetUri) method _logError (line 277) | protected function _logError($msg) method _logInfo (line 286) | protected function _logInfo($msg) method _sendPingback (line 295) | protected function _sendPingback($sourceUri, $targetUri) method _isLinkedDataUri (line 332) | private function _isLinkedDataUri($uri) method _log (line 342) | private function _log($msg) method _get_headers (line 352) | private static function _get_headers($url) FILE: extensions/queries/QueriesController.php class QueriesController (line 17) | class QueriesController extends OntoWiki_Controller_Component method init (line 28) | public function init() method editorAction (line 91) | public function editorAction() method listqueryAction (line 353) | public function listqueryAction() method savequeryAction (line 397) | public function savequeryAction() method deleteAction (line 591) | public function deleteAction() method getUserQueryDB (line 628) | private function getUserQueryDB($create = true) method findDB (line 644) | private function findDB($name) method insertInitials (line 665) | private function insertInitials($db) method createUserQueryDB (line 691) | private function createUserQueryDB() method getQuery (line 733) | protected function getQuery($uri) FILE: extensions/queries/QueriesHelper.php class QueriesHelper (line 13) | class QueriesHelper extends OntoWiki_Component_Helper method __construct (line 15) | public function __construct() FILE: extensions/queries/SavequeryModule.php class SavequeryModule (line 20) | class SavequeryModule extends OntoWiki_Module method getContents (line 22) | public function getContents() method getTitle (line 27) | public function getTitle() FILE: extensions/queries/resources/codemirror/addon/dialog/dialog.js function dialogDiv (line 4) | function dialogDiv(cm, template, bottom) { function close (line 20) | function close() { function close (line 53) | function close() { FILE: extensions/queries/resources/codemirror/addon/edit/closetag.js function autoCloseTag (line 44) | function autoCloseTag(cm, ch) { function indexOf (line 79) | function indexOf(collection, elt) { FILE: extensions/queries/resources/codemirror/addon/edit/matchbrackets.js function findMatchingBracket (line 3) | function findMatchingBracket(cm) { function matchBrackets (line 33) | function matchBrackets(cm, autoclear) { function doMatchBrackets (line 49) | function doMatchBrackets(cm) { FILE: extensions/queries/resources/codemirror/addon/fold/collapserange.js function enableRangeCollapsing (line 12) | function enableRangeCollapsing(cm) { function disableRangeCollapsing (line 17) | function disableRangeCollapsing(cm) { function gutterClick (line 25) | function gutterClick(cm, line, gutter) { function makeMarker (line 59) | function makeMarker(isTop, isFinished, handler) { FILE: extensions/queries/resources/codemirror/addon/format/formatting.js function newline (line 83) | function newline() { FILE: extensions/queries/resources/codemirror/addon/hint/javascript-hint.js function forEach (line 2) | function forEach(arr, f) { function arrayContains (line 6) | function arrayContains(arr, item) { function scriptHint (line 19) | function scriptHint(editor, keywords, getToken, options) { function getCoffeeScriptToken (line 61) | function getCoffeeScriptToken(editor, cur) { function getCompletions (line 93) | function getCompletions(token, context, keywords, options) { FILE: extensions/queries/resources/codemirror/addon/hint/pig-hint.js function forEach (line 2) | function forEach(arr, f) { function arrayContains (line 6) | function arrayContains(arr, item) { function scriptHint (line 19) | function scriptHint(editor, _keywords, getToken) { function getCompletions (line 80) | function getCompletions(token, context) { FILE: extensions/queries/resources/codemirror/addon/hint/python-hint.js function forEach (line 2) | function forEach(arr, f) { function arrayContains (line 6) | function arrayContains(arr, item) { function scriptHint (line 19) | function scriptHint(editor, _keywords, getToken) { function getCompletions (line 64) | function getCompletions(token, context) { FILE: extensions/queries/resources/codemirror/addon/hint/simple-hint.js function collectHints (line 9) | function collectHints(previousToken) { FILE: extensions/queries/resources/codemirror/addon/mode/loadmode.js function splitCallback (line 5) | function splitCallback(cont, n) { function ensureDeps (line 9) | function ensureDeps(mode, cont) { FILE: extensions/queries/resources/codemirror/addon/mode/multiplex.js function indexOf (line 6) | function indexOf(string, pattern, from) { FILE: extensions/queries/resources/codemirror/addon/runmode/colorize.js function textContent (line 5) | function textContent(node, out) { FILE: extensions/queries/resources/codemirror/addon/runmode/runmode-standalone.js function splitLines (line 5) | function splitLines(string){ return string.split(/\r?\n|\r/); } function StringStream (line 7) | function StringStream(string) { function cased (line 45) | function cased(str) {return caseInsensitive ? str.toLowerCase() : str;} FILE: extensions/queries/resources/codemirror/addon/runmode/runmode.node.js function splitLines (line 3) | function splitLines(string){ return string.split(/\r?\n|\r/); } function StringStream (line 5) | function StringStream(string) { function cased (line 43) | function cased(str) {return caseInsensitive ? str.toLowerCase() : str;} FILE: extensions/queries/resources/codemirror/addon/search/match-highlighter.js function MatchHighlightState (line 9) | function MatchHighlightState() { function getMatchHighlightState (line 12) | function getMatchHighlightState(cm) { function clearMarks (line 16) | function clearMarks(cm) { function markDocument (line 23) | function markDocument(cm, className, minChars) { FILE: extensions/queries/resources/codemirror/addon/search/search.js function searchOverlay (line 10) | function searchOverlay(query) { function SearchState (line 25) | function SearchState() { function getSearchState (line 29) | function getSearchState(cm) { function getSearchCursor (line 32) | function getSearchCursor(cm, query, pos) { function dialog (line 36) | function dialog(cm, text, shortText, f) { function confirmDialog (line 40) | function confirmDialog(cm, text, shortText, fs) { function parseQuery (line 44) | function parseQuery(query) { function doSearch (line 50) | function doSearch(cm, rev) { function findNext (line 65) | function findNext(cm, rev) {cm.operation(function() { function clearSearch (line 75) | function clearSearch(cm) {cm.operation(function() { function replace (line 86) | function replace(cm, all) { FILE: extensions/queries/resources/codemirror/addon/search/searchcursor.js function SearchCursor (line 2) | function SearchCursor(cm, query, pos, caseFold) { function savePosAndFail (line 89) | function savePosAndFail(line) { FILE: extensions/queries/resources/codemirror/keymap/emacs.js function addToRing (line 5) | function addToRing(str) { function getFromRing (line 9) | function getFromRing() { return killRing[killRing.length - 1] || ""; } function popFromRing (line 10) | function popFromRing() { if (killRing.length > 1) killRing.pop(); return... FILE: extensions/queries/resources/codemirror/keymap/vim.js function makeKeyRange (line 239) | function makeKeyRange(start, size) { function isAlphabet (line 258) | function isAlphabet(k) { function isLine (line 261) | function isLine(cm, line) { function isLowerCase (line 264) | function isLowerCase(k) { function isMatchableSymbol (line 267) | function isMatchableSymbol(k) { function isNumber (line 270) | function isNumber(k) { function isUpperCase (line 273) | function isUpperCase(k) { function isAlphanumeric (line 276) | function isAlphanumeric(k) { function isWhiteSpace (line 279) | function isWhiteSpace(k) { function isWhiteSpaceString (line 282) | function isWhiteSpaceString(k) { function inRangeInclusive (line 285) | function inRangeInclusive(x, start, end) { function inArray (line 288) | function inArray(val, arr) { function getVimGlobalState (line 299) | function getVimGlobalState() { function getVimState (line 311) | function getVimState(cm) { function InputState (line 402) | function InputState() { function Register (line 443) | function Register(text, linewise) { function RegisterController (line 478) | function RegisterController(registers) { function handleQuery (line 679) | function handleQuery(query, ignoreCase, smartCase) { function onPromptClose (line 686) | function onPromptClose(query) { function onPromptClose (line 720) | function onPromptClose(input) { function clipCursorToContent (line 1334) | function clipCursorToContent(cm, cur, includeLineBreak) { function mergeArgs (line 1342) | function mergeArgs(to, from) { function copyArgs (line 1349) | function copyArgs(args) { function offsetCursor (line 1358) | function offsetCursor(cur, offsetLine, offsetCh) { function arrayEq (line 1361) | function arrayEq(a1, a2) { function matchKeysPartial (line 1372) | function matchKeysPartial(pressed, mapped) { function arrayIsSubsetFromBeginning (line 1381) | function arrayIsSubsetFromBeginning(small, big) { function repeatFn (line 1389) | function repeatFn(cm, fn, repeat) { function copyCursor (line 1396) | function copyCursor(cur) { function cursorEqual (line 1399) | function cursorEqual(cur1, cur2) { function cursorIsBefore (line 1402) | function cursorIsBefore(cur1, cur2) { function lineLength (line 1410) | function lineLength(cm, lineNum) { function reverse (line 1413) | function reverse(s){ function trim (line 1416) | function trim(s) { function escapeRegex (line 1423) | function escapeRegex(s) { function exitVisualMode (line 1427) | function exitVisualMode(cm, vim) { function clipToLine (line 1444) | function clipToLine(cm, curStart, curEnd) { function expandSelectionToLine (line 1454) | function expandSelectionToLine(cm, curStart, curEnd) { function findFirstNonWhiteSpaceCharacter (line 1460) | function findFirstNonWhiteSpaceCharacter(text) { function expandWordUnderCursor (line 1468) | function expandWordUnderCursor(cm, inclusive, forward, bigWord, noSymbol) { function findWord (line 1534) | function findWord(cm, cur, forward, bigWord) { function moveToWord (line 1595) | function moveToWord(cm, repeat, forward, wordEnd, bigWord) { function moveToCharacter (line 1649) | function moveToCharacter(cm, repeat, forward, character) { function moveToColumn (line 1664) | function moveToColumn(cm, repeat) { function updateMark (line 1671) | function updateMark(cm, vim, markName, pos) { function charIdxInLine (line 1681) | function charIdxInLine(start, line, character, forward, includeChar) { function findMatchedSymbol (line 1702) | function findMatchedSymbol(cm, cur, symb) { function selectCompanionObject (line 1749) | function selectCompanionObject(cm, revSymb, inclusive) { function regexLastIndexOf (line 1760) | function regexLastIndexOf(string, pattern, startIndex) { function findBeginningAndEnd (line 1773) | function findBeginningAndEnd(cm, symb, inclusive) { function SearchState (line 1832) | function SearchState() { function getSearchState (line 1862) | function getSearchState(cm) { function dialog (line 1866) | function dialog(cm, text, shortText, callback, initialValue) { function findUnescapedSlashes (line 1874) | function findUnescapedSlashes(str) { function parseQuery (line 1896) | function parseQuery(cm, query, ignoreCase, smartCase) { function showConfirm (line 1926) | function showConfirm(cm, text) { function makePrompt (line 1935) | function makePrompt(prefix, desc) { function showPrompt (line 1950) | function showPrompt(cm, onPromptClose, prefix, desc, initialValue) { function regexEqual (line 1955) | function regexEqual(r1, r2) { function updateSearchQuery (line 1968) | function updateSearchQuery(cm, rawQuery, ignoreCase, smartCase) { function searchOverlay (line 1986) | function searchOverlay(query) { function highlightSearchMatches (line 2010) | function highlightSearchMatches(cm, query) { function findNext (line 2035) | function findNext(cm, prev, repeat) { function clearSearchHighlight (line 2065) | function clearSearchHighlight(cm) { function isInRange (line 2097) | function isInRange(pos, start, end) { function parseKeyString (line 2289) | function parseKeyString(str) { function doReplace (line 2383) | function doReplace() { function buildVimKeyMap (line 2419) | function buildVimKeyMap() { function exitInsertMode (line 2484) | function exitInsertMode(cm) { FILE: extensions/queries/resources/codemirror/lib/codemirror.js function CodeMirror (line 41) | function CodeMirror(place, options) { function makeDisplay (line 86) | function makeDisplay(place) { function makeView (line 179) | function makeView(doc) { function loadMode (line 207) | function loadMode(cm) { function wrappingChanged (line 220) | function wrappingChanged(cm) { function keyMapChanged (line 243) | function keyMapChanged(cm) { function themeChanged (line 249) | function themeChanged(cm) { function guttersChanged (line 255) | function guttersChanged(cm) { function updateGutters (line 260) | function updateGutters(cm) { function lineLength (line 274) | function lineLength(doc, line) { function computeMaxLength (line 292) | function computeMaxLength(view) { function setGuttersForLineNumbers (line 307) | function setGuttersForLineNumbers(options) { function updateScrollbars (line 323) | function updateScrollbars(d /* display */, docHeight) { function visibleLines (line 350) | function visibleLines(display, doc, viewPort) { function alignHorizontally (line 361) | function alignHorizontally(cm) { function maybeUpdateLineNumberWidth (line 373) | function maybeUpdateLineNumberWidth(cm) { function lineNumberFor (line 390) | function lineNumberFor(options, i) { function compensateForHScroll (line 393) | function compensateForHScroll(display) { function updateDisplay (line 399) | function updateDisplay(cm, changes, viewPort) { function updateDisplayInner (line 416) | function updateDisplayInner(cm, changes, viewPort) { function computeIntact (line 523) | function computeIntact(intact, changes) { function getDimensions (line 544) | function getDimensions(cm) { function patchDisplay (line 557) | function patchDisplay(cm, from, to, intact, updateNumbersFrom) { function buildLineElement (line 609) | function buildLineElement(cm, line, lineNo, dims) { function buildLineWidget (line 654) | function buildLineWidget(widget, wrap, dims) { function updateSelection (line 677) | function updateSelection(cm) { function updateSelectionCursor (line 699) | function updateSelectionCursor(cm) { function updateSelectionRange (line 715) | function updateSelectionRange(cm) { function restartBlink (line 795) | function restartBlink(cm) { function startWorker (line 808) | function startWorker(cm, time) { function highlightWorker (line 813) | function highlightWorker(cm) { function findStartLine (line 853) | function findStartLine(cm, n) { function getStateBefore (line 868) | function getStateBefore(cm, n) { function paddingTop (line 885) | function paddingTop(display) {return display.lineSpace.offsetTop;} function paddingLeft (line 886) | function paddingLeft(display) { function measureChar (line 891) | function measureChar(cm, line, ch, data) { function measureLine (line 905) | function measureLine(cm, line) { function measureLineInner (line 924) | function measureLineInner(cm, line) { function clearCaches (line 981) | function clearCaches(cm) { function intoCoordSystem (line 988) | function intoCoordSystem(cm, lineObj, rect, context) { function charCoords (line 1007) | function charCoords(cm, pos, context, lineObj) { function cursorCoords (line 1012) | function cursorCoords(cm, pos, context, lineObj, measurement) { function coordsChar (line 1050) | function coordsChar(cm, x, y) { function coordsCharInner (line 1070) | function coordsCharInner(cm, lineObj, lineNo, x, y) { function textHeight (line 1109) | function textHeight(display) { function charWidth (line 1128) | function charWidth(display) { function startOperation (line 1145) | function startOperation(cm) { function endOperation (line 1164) | function endOperation(cm) { function operation (line 1199) | function operation(cm1, f) { function regChange (line 1209) | function regChange(cm, from, to, lendiff) { function slowPoll (line 1215) | function slowPoll(cm) { function fastPoll (line 1223) | function fastPoll(cm) { function readInput (line 1239) | function readInput(cm) { function resetInput (line 1264) | function resetInput(cm, user) { function focusInput (line 1277) | function focusInput(cm) { function isReadOnly (line 1282) | function isReadOnly(cm) { function registerEventHandlers (line 1288) | function registerEventHandlers(cm) { function eventInWidget (line 1387) | function eventInWidget(display, e) { function posFromMouse (line 1395) | function posFromMouse(cm, e, liberal) { function onMouseDown (line 1410) | function onMouseDown(e) { function onDrop (line 1548) | function onDrop(e) { function clickInGutter (line 1595) | function clickInGutter(cm, e) { function onDragStart (line 1620) | function onDragStart(cm, e) { function setScrollTop (line 1641) | function setScrollTop(cm, val) { function setScrollLeft (line 1649) | function setScrollLeft(cm, val, isScroller) { function onScrollWheel (line 1679) | function onScrollWheel(cm, e) { function doHandleBinding (line 1743) | function doHandleBinding(cm, bound, dropShift) { function allKeyMaps (line 1766) | function allKeyMaps(cm) { function handleKeyBinding (line 1774) | function handleKeyBinding(cm, e) { function handleCharBinding (line 1812) | function handleCharBinding(cm, e, ch) { function onKeyDown (line 1823) | function onKeyDown(e) { function onKeyPress (line 1841) | function onKeyPress(e) { function onFocus (line 1856) | function onFocus(cm) { function onBlur (line 1868) | function onBlur(cm) { function onContextMenu (line 1879) | function onContextMenu(cm, e) { function updateDoc (line 1935) | function updateDoc(cm, from, to, newText, selUpdate, origin) { function updateDocInner (line 1950) | function updateDocInner(cm, from, to, newText, selUpdate, origin) { function unredoHelper (line 1965) | function unredoHelper(cm, type) { function updateDocNoUndo (line 1984) | function updateDocNoUndo(cm, from, to, lines, selUpdate, origin) { function replaceRange (line 2105) | function replaceRange(cm, code, from, to, origin) { function posEq (line 2113) | function posEq(a, b) {return a.line == b.line && a.ch == b.ch;} function posLess (line 2114) | function posLess(a, b) {return a.line < b.line || (a.line == b.line && a... function copyPos (line 2115) | function copyPos(x) {return {line: x.line, ch: x.ch};} function clipLine (line 2117) | function clipLine(doc, n) {return Math.max(0, Math.min(n, doc.size-1));} function clipPos (line 2118) | function clipPos(doc, pos) { function isLine (line 2126) | function isLine(doc, l) {return l >= 0 && l < doc.size;} function extendSelection (line 2130) | function extendSelection(cm, pos, other, bias) { function setSelection (line 2153) | function setSelection(cm, anchor, head, bias, checkAtomic) { function reCheckSelection (line 2173) | function reCheckSelection(cm) { function skipAtomic (line 2177) | function skipAtomic(cm, pos, bias, mayClear) { function scrollCursorIntoView (line 2226) | function scrollCursorIntoView(cm) { function scrollPosIntoView (line 2245) | function scrollPosIntoView(cm, pos) { function scrollIntoView (line 2262) | function scrollIntoView(cm, x1, y1, x2, y2) { function calculateScrollPos (line 2268) | function calculateScrollPos(cm, x1, y1, x2, y2) { function indentLine (line 2292) | function indentLine(cm, n, how, aggressive) { function changeLine (line 2328) | function changeLine(cm, handle, op) { function findPosH (line 2338) | function findPosH(cm, dir, unit, visually) { function findWordAt (line 2371) | function findWordAt(line, pos) { function selectLine (line 2385) | function selectLine(cm, line) { function cp (line 2493) | function cp(arr) { function interpret (line 2840) | function interpret(val) { function option (line 2876) | function option(name, deflt, handle, notOnInit) { function copyState (line 3018) | function copyState(mode, state) { function startState (line 3031) | function startState(mode, a1, a2) { function getKeyMap (line 3155) | function getKeyMap(val) { function lookupKey (line 3160) | function lookupKey(name, maps, handle, stop) { function isModifierKey (line 3186) | function isModifierKey(event) { function save (line 3209) | function save() {textarea.value = cm.getValue();} function StringStream (line 3249) | function StringStream(string, tabSize) { function TextMarker (line 3307) | function TextMarker(cm, type) { function markText (line 3375) | function markText(cm, from, to, options, type) { function getMarkedSpanFor (line 3426) | function getMarkedSpanFor(spans, marker) { function removeMarkedSpan (line 3432) | function removeMarkedSpan(spans, span) { function addMarkedSpan (line 3437) | function addMarkedSpan(line, span) { function markedSpansBefore (line 3442) | function markedSpansBefore(old, startCh) { function markedSpansAfter (line 3456) | function markedSpansAfter(old, startCh, endCh) { function updateMarkedSpans (line 3470) | function updateMarkedSpans(oldFirst, oldLast, startCh, endCh, newText) { function removeReadOnlyRanges (line 3522) | function removeReadOnlyRanges(doc, from, to) { function collapsedSpanAt (line 3548) | function collapsedSpanAt(line, ch) { function collapsedSpanAtStart (line 3560) | function collapsedSpanAtStart(line) { return collapsedSpanAt(line, -1); } function collapsedSpanAtEnd (line 3561) | function collapsedSpanAtEnd(line) { return collapsedSpanAt(line, line.te... function visualLine (line 3563) | function visualLine(doc, line) { function lineIsHidden (line 3570) | function lineIsHidden(line) { function lineIsHiddenInner (line 3580) | function lineIsHiddenInner(line, span) { function hlText (line 3597) | function hlText(val) { return typeof val == "string" ? val : val.text; } function hlSpans (line 3598) | function hlSpans(val) { function newHL (line 3607) | function newHL(text, spans) { return spans ? {text: text, markedSpans: s... function detachMarkedSpans (line 3609) | function detachMarkedSpans(line) { function attachMarkedSpans (line 3620) | function attachMarkedSpans(line, spans) { function widgetOperation (line 3635) | function widgetOperation(f) { function widgetHeight (line 3660) | function widgetHeight(widget) { function addLineWidget (line 3667) | function addLineWidget(cm, handle, node, options) { function makeLine (line 3688) | function makeLine(text, markedSpans, height) { function updateLine (line 3695) | function updateLine(cm, line, text, markedSpans) { function cleanUpLine (line 3707) | function cleanUpLine(line) { function runMode (line 3715) | function runMode(cm, text, mode, state, f) { function highlightLine (line 3738) | function highlightLine(cm, line, state) { function getLineStyles (line 3777) | function getLineStyles(cm, line) { function processLine (line 3785) | function processLine(cm, line, state) { function styleToClass (line 3796) | function styleToClass(style) { function lineContent (line 3802) | function lineContent(cm, realLine, measure) { function buildToken (line 3839) | function buildToken(builder, text, style, startStyle, endStyle) { function buildTokenMeasure (line 3877) | function buildTokenMeasure(builder, text, style, startStyle, endStyle) { function buildCollapsedSpan (line 3890) | function buildCollapsedSpan(builder, size, widget) { function insertLineContent (line 3904) | function insertLineContent(line, builder, styles) { function LeafChunk (line 3964) | function LeafChunk(lines) { function BranchChunk (line 3999) | function BranchChunk(children) { function getLine (line 4101) | function getLine(chunk, n) { function updateLineHeight (line 4112) | function updateLineHeight(line, height) { function lineNo (line 4117) | function lineNo(line) { function lineDoc (line 4129) | function lineDoc(line) { function lineAtHeight (line 4134) | function lineAtHeight(chunk, h) { function heightAtLine (line 4153) | function heightAtLine(cm, lineObj) { function getOrder (line 4172) | function getOrder(line) { function makeHistory (line 4180) | function makeHistory() { function addChange (line 4194) | function addChange(cm, start, added, old, origin, fromBefore, toBefore, ... function stopMethod (line 4239) | function stopMethod() {e_stop(this);} function addStop (line 4241) | function addStop(event) { function e_preventDefault (line 4246) | function e_preventDefault(e) { function e_stopPropagation (line 4250) | function e_stopPropagation(e) { function e_stop (line 4254) | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} function e_target (line 4259) | function e_target(e) {return e.target || e.srcElement;} function e_button (line 4260) | function e_button(e) { function e_prop (line 4273) | function e_prop(e, prop) { function on (line 4280) | function on(emitter, type, f) { function off (line 4292) | function off(emitter, type, f) { function signal (line 4305) | function signal(emitter, type /*, values...*/) { function signalLater (line 4312) | function signalLater(cm, emitter, type /*, values...*/) { function hasHandler (line 4322) | function hasHandler(emitter, type) { function Delayed (line 4338) | function Delayed() {this.id = null;} function countColumn (line 4343) | function countColumn(string, end, tabSize) { function spaceStr (line 4357) | function spaceStr(n) { function lst (line 4363) | function lst(arr) { return arr[arr.length-1]; } function selectInput (line 4365) | function selectInput(node) { function indexOf (line 4372) | function indexOf(collection, elt) { function emptyArray (line 4379) | function emptyArray(size) { function bind (line 4384) | function bind(f) { function isWordChar (line 4390) | function isWordChar(ch) { function isEmpty (line 4395) | function isEmpty(obj) { function elt (line 4405) | function elt(tag, content, className, style) { function removeChildren (line 4414) | function removeChildren(e) { function removeChildrenAndAdd (line 4421) | function removeChildrenAndAdd(parent, e) { function setTextContent (line 4425) | function setTextContent(e, str) { function scrollbarWidth (line 4456) | function scrollbarWidth(measure) { function zeroWidthElement (line 4466) | function zeroWidthElement(measure) { function iterateBidiSections (line 4536) | function iterateBidiSections(order, from, to, f) { function bidiLeft (line 4545) | function bidiLeft(part) { return part.level % 2 ? part.to : part.from; } function bidiRight (line 4546) | function bidiRight(part) { return part.level % 2 ? part.from : part.to; } function lineLeft (line 4548) | function lineLeft(line) { var order = getOrder(line); return order ? bid... function lineRight (line 4549) | function lineRight(line) { function lineStart (line 4555) | function lineStart(cm, lineN) { function lineEnd (line 4563) | function lineEnd(cm, lineNo) { function moveVisually (line 4578) | function moveVisually(line, start, dir, byUnit) { function moveLogically (line 4614) | function moveLogically(line, start, dir, byUnit) { function charType (line 4648) | function charType(code) { FILE: extensions/queries/resources/codemirror/mode/ntriples/ntriples.js function transitState (line 45) | function transitState(currState, c) { FILE: extensions/queries/resources/codemirror/mode/sparql/sparql.js function wordRegexp (line 5) | function wordRegexp(words) { function tokenBase (line 15) | function tokenBase(stream, state) { function tokenLiteral (line 62) | function tokenLiteral(quote) { function pushContext (line 76) | function pushContext(state, type, col) { function popContext (line 79) | function popContext(state) { FILE: extensions/queries/resources/codemirror/mode/xml/xml.js function inText (line 47) | function inText(stream, state) { function inTag (line 102) | function inTag(stream, state) { function inAttribute (line 123) | function inAttribute(quote) { function inBlock (line 135) | function inBlock(style, terminator) { function doctype (line 147) | function doctype(depth) { function pass (line 169) | function pass() { function cont (line 172) | function cont() { function pushContext (line 177) | function pushContext(tagName, startOfLine) { function popContext (line 187) | function popContext() { function element (line 191) | function element(type) { function endtag (line 212) | function endtag(startOfLine) { function endclosetag (line 229) | function endclosetag(err) { function maybePopContext (line 237) | function maybePopContext(nextTagName) { function attributes (line 252) | function attributes(type) { function attribute (line 258) | function attribute(type) { function attvalue (line 264) | function attvalue(type) { function attvaluemaybe (line 270) | function attvaluemaybe(type) { FILE: extensions/resourcecreationuri/ResourcecreationuriPlugin.php class ResourcecreationuriPlugin (line 18) | class ResourcecreationuriPlugin extends OntoWiki_Plugin method onUpdateServiceAction (line 48) | public function onUpdateServiceAction($event) FILE: extensions/resourcecreationuri/classes/ResourceUriGenerator.php class ResourceUriGenerator (line 18) | class ResourceUriGenerator method __construct (line 98) | public function __construct($defaultModel = null, $configPath = null, ... method setDefaultModel (line 129) | public function setDefaultModel($defaultModel) method generateUri (line 148) | public function generateUri($resourceUri, $format = self::FORMAT_SPARQ... method generateUriFromSparql (line 184) | private function generateUriFromSparql($uri, $titleHelper) method generateUriFromRdfphp (line 308) | private function generateUriFromRdfphp($uri, $newInstance, $titleHelper) method _getTitle (line 362) | private function _getTitle($resource, $titleHelper = null) method loadNamingSchema (line 402) | private function loadNamingSchema($resource) method convertChars (line 460) | private function convertChars($str) method countUriPattern (line 508) | private function countUriPattern($uri) FILE: extensions/resourcemodules/LinkinghereModule.php class LinkinghereModule (line 20) | class LinkinghereModule extends OntoWiki_Module method init (line 27) | public function init() method getTitle (line 55) | public function getTitle() method shouldShow (line 60) | public function shouldShow() method getContents (line 70) | public function getContents() method getStateId (line 149) | public function getStateId() FILE: extensions/resourcemodules/SimilarinstancesModule.php class SimilarinstancesModule (line 20) | class SimilarinstancesModule extends OntoWiki_Module method getTitle (line 23) | public function getTitle() method shouldShow (line 28) | public function shouldShow() method getContents (line 37) | public function getContents() method getStateId (line 126) | public function getStateId() method _getTypes (line 134) | private function _getTypes() FILE: extensions/resourcemodules/UsageModule.php class UsageModule (line 22) | class UsageModule extends OntoWiki_Module method init (line 39) | public function init() method _initQuery (line 43) | private function _initQuery() method shouldShow (line 66) | public function shouldShow() method getTitle (line 80) | public function getTitle() method getContents (line 90) | public function getContents() method getStateId (line 164) | public function getStateId() FILE: extensions/savedqueries/SavedqueriesController.php class SavedqueriesController (line 20) | class SavedqueriesController extends OntoWiki_Controller_Component method init (line 28) | public function init() method initAction (line 57) | public function initAction() method _getQueryResult (line 98) | private function _getQueryResult($queryString) FILE: extensions/savedqueries/SavedqueriesModule.php class SavedqueriesModule (line 13) | class SavedqueriesModule extends OntoWiki_Module method getTitle (line 17) | public function getTitle() method getContents (line 25) | public function getContents() method getStateId (line 56) | public function getStateId() method shouldShow (line 67) | public function shouldShow() method allowCaching (line 76) | public function allowCaching() FILE: extensions/selectlanguage/SelectlanguagePlugin.php class SelectlanguagePlugin (line 15) | class SelectlanguagePlugin extends OntoWiki_Plugin method init (line 21) | public function init() method onBeforeInitController (line 28) | public function onBeforeInitController() method onPostBootstrap (line 61) | public function onPostBootstrap($event) FILE: extensions/semanticsitemap/SemanticsitemapController.php class SemanticsitemapController (line 18) | class SemanticsitemapController extends OntoWiki_Controller_Component method init (line 29) | public function init() method sitemapAction (line 52) | public function sitemapAction() FILE: extensions/semanticsitemap/semanticsitemap.php class SemanticsitemapPlugin (line 15) | class SemanticsitemapPlugin extends OntoWiki_Plugin method onRouteStartup (line 18) | public function onRouteStartup() FILE: extensions/sendmail/SendmailPlugin.php class SendmailPlugin (line 25) | class SendmailPlugin extends OntoWiki_Plugin method init (line 29) | public function init() method onEmailsend (line 38) | public function onEmailsend($event) FILE: extensions/sindice/SindicePlugin.php class SindicePlugin (line 20) | class SindicePlugin extends OntoWiki_Plugin method onDatagatheringComponentSearch (line 22) | public function onDatagatheringComponentSearch($event) FILE: extensions/sortproperties/SortpropertiesPlugin.php class SortpropertiesPlugin (line 15) | class SortpropertiesPlugin extends OntoWiki_Plugin method onPropertiesActionData (line 17) | public function onPropertiesActionData($event) FILE: extensions/source/SourceController.php class SourceController (line 13) | class SourceController extends OntoWiki_Controller_Component method editAction (line 15) | public function editAction() FILE: extensions/source/SourceHelper.php class SourceHelper (line 19) | class SourceHelper extends OntoWiki_Component_Helper method init (line 21) | public function init() FILE: extensions/source/tests/SourceControllerTest.php class SourceControllerTest (line 9) | class SourceControllerTest extends OntoWiki_Test_ControllerTestCase method setUp (line 11) | public function setUp() method testDispatching (line 18) | public function testDispatching() FILE: extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js function isArraylike (line 951) | function isArraylike( obj ) { function createOptions (line 974) | function createOptions( options ) { function internalData (line 1551) | function internalData( elem, name, data, pvt /* Internal Use Only */ ){ function internalRemoveData (line 1645) | function internalRemoveData( elem, name, pvt ) { function dataAttr (line 1841) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 1873) | function isEmptyDataObject( obj ) { function returnTrue (line 2702) | function returnTrue() { function returnFalse (line 2706) | function returnFalse() { function isNative (line 3841) | function isNative( fn ) { function createCache (line 3851) | function createCache() { function markFunction (line 3869) | function markFunction( fn ) { function assert (line 3878) | function assert( fn ) { function Sizzle (line 3891) | function Sizzle( selector, context, results, seed ) { function siblingCheck (line 4449) | function siblingCheck( a, b ) { function createInputPseudo (line 4471) | function createInputPseudo( type ) { function createButtonPseudo (line 4479) | function createButtonPseudo( type ) { function createPositionalPseudo (line 4487) | function createPositionalPseudo( fn ) { function tokenize (line 5014) | function tokenize( selector, parseOnly ) { function toSelector (line 5081) | function toSelector( tokens ) { function addCombinator (line 5091) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 5141) | function elementMatcher( matchers ) { function condense (line 5155) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 5176) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 5269) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 5321) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function multipleContexts (line 5449) | function multipleContexts( selector, contexts, results ) { function select (line 5458) | function select( selector, context, results, seed ) { function setFilters (line 5527) | function setFilters() {} function sibling (line 5680) | function sibling( cur, dir ) { function winnow (line 5788) | function winnow( elements, qualifier, keep ) { function createSafeFragment (line 5821) | function createSafeFragment( document ) { function findOrAppend (line 6202) | function findOrAppend( elem, tag ) { function disableScript (line 6207) | function disableScript( elem ) { function restoreScript (line 6212) | function restoreScript( elem ) { function setGlobalEval (line 6223) | function setGlobalEval( elems, refElements ) { function cloneCopyEvent (line 6231) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 6259) | function fixCloneNodeIssues( src, dest ) { function getAll (line 6352) | function getAll( context, tag ) { function fixDefaultChecked (line 6375) | function fixDefaultChecked( elem ) { function vendorPropName (line 6640) | function vendorPropName( style, name ) { function isHidden (line 6662) | function isHidden( elem, el ) { function showHide (line 6669) | function showHide( elements, show ) { function setPositiveNumber (line 7016) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 7024) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 7063) | function getWidthOrHeight( elem, name, extra ) { function css_defaultDisplay (line 7107) | function css_defaultDisplay( nodeName ) { function actualDisplay (line 7139) | function actualDisplay( name, doc ) { function buildParams (line 7368) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 7466) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 7498) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 7525) | function ajaxExtend( target, src ) { function done (line 7991) | function done( status, nativeStatusText, responses, headers ) { function ajaxHandleResponses (line 8117) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8178) | function ajaxConvert( s, response ) { function createStandardXHR (line 8439) | function createStandardXHR() { function createActiveXHR (line 8445) | function createActiveXHR() { function createFxNow (line 8684) | function createFxNow() { function createTweens (line 8691) | function createTweens( animation, props ) { function Animation (line 8706) | function Animation( elem, properties, options ) { function propFilter (line 8810) | function propFilter( props, specialEasing ) { function defaultPrefilter (line 8877) | function defaultPrefilter( elem, props, opts ) { function Tween (line 9004) | function Tween( elem, options, prop, end, easing ) { function genFx (line 9230) | function genFx( type, includeWidth ) { function getWindow (line 9526) | function getWindow( elem ) { FILE: extensions/themes/silverblue/scripts/libraries/jquery-migrate-1.3.0.js function migrateWarn (line 37) | function migrateWarn( msg) { function migrateWarnProp (line 51) | function migrateWarnProp( obj, prop, value, msg ) { function jQuerySub (line 310) | function jQuerySub( selector, context ) { FILE: extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js function reduce (line 142) | function reduce( elem, size, border, margin ) { function focusable (line 178) | function focusable( element, isTabIndexNotNaN ) { function visible (line 199) | function visible( element ) { function getRGB (line 4004) | function getRGB(color) { function getColor (line 4035) | function getColor(elem, attr) { function getElementStyles (line 4122) | function getElementStyles() { function filterStyles (line 4153) | function filterStyles(styles) { function styleDifference (line 4177) | function styleDifference(oldStyle, newStyle) { function _normalizeArguments (line 4401) | function _normalizeArguments(effect, options, speed, callback) { function standardSpeed (line 4435) | function standardSpeed( speed ) { function Datepicker (line 7054) | function Datepicker() { function bindHover (line 8803) | function bindHover(dpDiv) { function extendRemove (line 8826) | function extendRemove(target, props) { function isArray (line 8835) | function isArray(a) { function filteredUi (line 9285) | function filteredUi(ui) { function filteredUi (line 9326) | function filteredUi(ui) { function getNextTabId (line 10791) | function getNextTabId() { function getNextListId (line 10795) | function getNextListId() { function resetStyle (line 11068) | function resetStyle( $el, fx ) { FILE: extensions/themes/silverblue/scripts/libraries/jquery.dimensions.js function num (line 115) | function num(el, prop) { FILE: extensions/themes/silverblue/scripts/libraries/jquery.tablesorter.js function benchmark (line 117) | function benchmark(s,d) { function log (line 123) | function log(s) { function buildParserCache (line 132) | function buildParserCache(table,$headers) { function detectParserForColumn (line 168) | function detectParserForColumn(table,node) { function getParserById (line 179) | function getParserById(name) { function buildCache (line 190) | function buildCache(table) { function getElementText (line 221) | function getElementText(config,node) { function appendToTable (line 243) | function appendToTable(table,cache) { function buildHeaders (line 290) | function buildHeaders(table) { function checkCellColSpan (line 322) | function checkCellColSpan(table, rows, row) { function checkHeaderMetadata (line 340) | function checkHeaderMetadata(cell) { function checkHeaderOptions (line 345) | function checkHeaderOptions(table,i) { function applyWidget (line 350) | function applyWidget(table) { function getWidgetById (line 360) | function getWidgetById(name) { function formatSortingOrder (line 369) | function formatSortingOrder(v) { function isValueInArray (line 379) | function isValueInArray(v, a) { function setHeadersCss (line 389) | function setHeadersCss(table,$headers, list, css) { function fixColumnWidth (line 406) | function fixColumnWidth(table,$headers) { function updateHeaderSortCount (line 417) | function updateHeaderSortCount(table,sortList) { function multisort (line 427) | function multisort(table,sortList,cache) { function sortText (line 466) | function sortText(a,b) { function sortTextDesc (line 470) | function sortTextDesc(a,b) { function sortNumeric (line 474) | function sortNumeric(a,b) { function sortNumericDesc (line 478) | function sortNumericDesc(a,b) { function getCachedSortType (line 482) | function getCachedSortType(parsers,i) { function empty (line 676) | function empty() { FILE: extensions/themes/silverblue/scripts/serialize-php.js function serialize (line 6) | function serialize (mixed_value) { FILE: extensions/themes/silverblue/scripts/support.js function toggleExpansion (line 13) | function toggleExpansion(event) { function expand (line 47) | function expand(event) { function setSectionRatio (line 79) | function setSectionRatio(x) { function showWindowMenu (line 85) | function showWindowMenu(event) { function sessionStore (line 165) | function sessionStore(name, value, options) { function setAutoId (line 195) | function setAutoId(element) { function hideHref (line 205) | function hideHref(element) { function showHref (line 214) | function showHref(element) { function serializeArray (line 220) | function serializeArray(array, key) function removeResourceMenus (line 244) | function removeResourceMenus() { function showAddInstanceMenu (line 248) | function showAddInstanceMenu(event, menuData) { function showResourceMenu (line 292) | function showResourceMenu(event, json) { function loadRDFauthor (line 397) | function loadRDFauthor(callback) { function populateRDFauthor (line 412) | function populateRDFauthor(data, protect, resource, graph, workingmode) { function createInstanceFromClassURI (line 484) | function createInstanceFromClassURI(type, dataCallback) { function editResourceFromURI (line 545) | function editResourceFromURI(resource) { function resourceURL (line 594) | function resourceURL(resourceURI) { function editProperty (line 608) | function editProperty(event) { function editPropertyListmode (line 666) | function editPropertyListmode(event) { function addProperty (line 698) | function addProperty() { FILE: extensions/weblink/WeblinkPlugin.php class WeblinkPlugin (line 13) | class WeblinkPlugin extends OntoWiki_Plugin method init (line 17) | public function init() method onDisplayObjectPropertyValue (line 25) | public function onDisplayObjectPropertyValue($event) method onDisplayLiteralPropertyValue (line 38) | public function onDisplayLiteralPropertyValue($event) FILE: index.php function errorHandler (line 23) | function errorHandler ($errno, $errstr, $errfile, $errline, array $errco... function getEnvVar (line 38) | function getEnvVar ($key)