SemanticResultFormats/SemanticResultFormats.php File Reference

Main entry point for the SemanticResultFormats extension. More...

Go to the source code of this file.

Enumerations

enum  SRF_VERSION

Functions

 srffInitFormats ()
 Autoload the query printer classes and associate them with their formats in the $smwgResultFormats array.

Variables

 $wgExtensionFunctions [] = 'srffInitFormats'
 $wgExtensionMessagesFiles ['SemanticResultFormats'] = dirname( __FILE__ ) . '/SRF_Messages.php'
 $wgExtensionMessagesFiles ['SemanticResultFormatsMagic'] = dirname( __FILE__ ) . '/SRF_Magic.php'
 $srfgScriptPath = ( $wgExtensionAssetsPath === false ? $wgScriptPath . '/extensions' : $wgExtensionAssetsPath ) . '/SemanticResultFormats'
 $srfgIP = dirname( __FILE__ )
 $wgExtensionCredits ['semantic'][]
 $formatDir = dirname( __FILE__ ) . '/'
 $wgAutoloadClasses ['SRFTimeline'] = $formatDir . 'Timeline/SRF_Timeline.php'
 $wgAutoloadClasses ['SRFvCard'] = $formatDir . 'vCard/SRF_vCard.php'
 $wgAutoloadClasses ['SRFiCalendar'] = $formatDir . 'iCalendar/SRF_iCalendar.php'
 $wgAutoloadClasses ['SRFBibTeX'] = $formatDir . 'BibTeX/SRF_BibTeX.php'
 $wgAutoloadClasses ['SRFCalendar'] = $formatDir . 'Calendar/SRF_Calendar.php'
 $wgAutoloadClasses ['SRFOutline'] = $formatDir . 'Outline/SRF_Outline.php'
 $wgAutoloadClasses ['SRFMath'] = $formatDir . 'Math/SRF_Math.php'
 $wgAutoloadClasses ['SRFExhibit'] = $formatDir . 'Exhibit/SRF_Exhibit.php'
 $wgAutoloadClasses ['SRFGoogleBar'] = $formatDir . 'GoogleCharts/SRF_GoogleBar.php'
 $wgAutoloadClasses ['SRFGooglePie'] = $formatDir . 'GoogleCharts/SRF_GooglePie.php'
 $wgAutoloadClasses ['SRFJitGraph'] = $formatDir . 'JitGraph/SRF_JitGraph.php'
 $wgAutoloadClasses ['SRFjqPlotPie'] = $formatDir . 'jqPlot/SRF_jqPlotPie.php'
 $wgAutoloadClasses ['SRFjqPlotBar'] = $formatDir . 'jqPlot/SRF_jqPlotBar.php'
 $wgAutoloadClasses ['SRFGraph'] = $formatDir . 'GraphViz/SRF_Graph.php'
 $wgAutoloadClasses ['SRFProcess'] = $formatDir . 'GraphViz/SRF_Process.php'
 $wgAutoloadClasses ['SRFPloticusVBar'] = $formatDir . 'Ploticus/SRF_PloticusVBar.php'
 $wgAutoloadClasses ['SRFGallery'] = $formatDir . 'Gallery/SRF_Gallery.php'
 $wgAutoloadClasses ['SRFTagCloud'] = $formatDir . 'TagCloud/SRF_TagCloud.php'
 $wgAutoloadClasses ['SRFArray'] = $formatDir . 'Array/SRF_Array.php'
 $wgAutoloadClasses ['SRFHash'] = $formatDir . 'Array/SRF_Array.php'
 $wgAutoloadClasses ['SRFValueRank'] = $formatDir . 'ValueRank/SRF_ValueRank.php'
 $wgAutoloadClasses ['SRFD3Line'] = $formatDir . 'D3/SRF_D3Line.php'
 $wgAutoloadClasses ['SRFD3Bar'] = $formatDir . 'D3/SRF_D3Bar.php'
 $wgAutoloadClasses ['SRFD3Treemap'] = $formatDir . 'D3/SRF_D3Treemap.php'
 $wgAutoloadClasses ['SRFTree'] = $formatDir . 'Tree/SRF_Tree.php'
 $wgAutoloadClasses ['SRFFiltered'] = $formatDir . 'Filtered/SRF_Filtered.php'
 $wgAutoloadClasses ['SRFParserFunctions'] = $srfgIP . '/SRF_ParserFunctions.php'
 $wgAutoloadClasses ['SRFHooks'] = $srfgIP . '/SRF_Hooks.php'
 $wgHooks ['AdminLinks'][] = 'SRFHooks::addToAdminLinks'
 $wgHooks ['ParserFirstCallInit'][] = 'SRFParserFunctions::registerFunctions'


Detailed Description

Main entry point for the SemanticResultFormats extension.

http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats

GNU GPL v3+

Author:
Jeroen De Dauw < jeroendedauw@gmail.com >

Definition in file SemanticResultFormats.php.


Enumeration Type Documentation

Definition at line 37 of file SemanticResultFormats.php.


Function Documentation

srffInitFormats (  ) 

Autoload the query printer classes and associate them with their formats in the $smwgResultFormats array.

Since:
1.5.2

Definition at line 114 of file SemanticResultFormats.php.

References $smwgResultAliases, $smwgResultFormats, and $srfgFormats.


Variable Documentation

$formatDir = dirname( __FILE__ ) . '/'

Definition at line 72 of file SemanticResultFormats.php.

$srfgIP = dirname( __FILE__ )

Definition at line 51 of file SemanticResultFormats.php.

Referenced by ProcessNode::getGraphVizCode().

$srfgScriptPath = ( $wgExtensionAssetsPath === false ? $wgScriptPath . '/extensions' : $wgExtensionAssetsPath ) . '/SemanticResultFormats'

$wgAutoloadClasses['SRFHooks'] = $srfgIP . '/SRF_Hooks.php'

Definition at line 104 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFParserFunctions'] = $srfgIP . '/SRF_ParserFunctions.php'

Definition at line 103 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFFiltered'] = $formatDir . 'Filtered/SRF_Filtered.php'

Definition at line 99 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFTree'] = $formatDir . 'Tree/SRF_Tree.php'

Definition at line 98 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFD3Treemap'] = $formatDir . 'D3/SRF_D3Treemap.php'

Definition at line 97 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFD3Bar'] = $formatDir . 'D3/SRF_D3Bar.php'

Definition at line 96 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFD3Line'] = $formatDir . 'D3/SRF_D3Line.php'

Definition at line 95 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFValueRank'] = $formatDir . 'ValueRank/SRF_ValueRank.php'

Definition at line 94 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFHash'] = $formatDir . 'Array/SRF_Array.php'

Definition at line 93 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFArray'] = $formatDir . 'Array/SRF_Array.php'

Definition at line 92 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFTagCloud'] = $formatDir . 'TagCloud/SRF_TagCloud.php'

Definition at line 91 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFGallery'] = $formatDir . 'Gallery/SRF_Gallery.php'

Definition at line 90 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFPloticusVBar'] = $formatDir . 'Ploticus/SRF_PloticusVBar.php'

Definition at line 89 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFProcess'] = $formatDir . 'GraphViz/SRF_Process.php'

Definition at line 88 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFGraph'] = $formatDir . 'GraphViz/SRF_Graph.php'

Definition at line 87 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFjqPlotBar'] = $formatDir . 'jqPlot/SRF_jqPlotBar.php'

Definition at line 86 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFjqPlotPie'] = $formatDir . 'jqPlot/SRF_jqPlotPie.php'

Definition at line 85 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFJitGraph'] = $formatDir . 'JitGraph/SRF_JitGraph.php'

Definition at line 84 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFGooglePie'] = $formatDir . 'GoogleCharts/SRF_GooglePie.php'

Definition at line 83 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFGoogleBar'] = $formatDir . 'GoogleCharts/SRF_GoogleBar.php'

Definition at line 82 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFExhibit'] = $formatDir . 'Exhibit/SRF_Exhibit.php'

Definition at line 81 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFMath'] = $formatDir . 'Math/SRF_Math.php'

Definition at line 80 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFOutline'] = $formatDir . 'Outline/SRF_Outline.php'

Definition at line 79 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFCalendar'] = $formatDir . 'Calendar/SRF_Calendar.php'

Definition at line 78 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFBibTeX'] = $formatDir . 'BibTeX/SRF_BibTeX.php'

Definition at line 77 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFiCalendar'] = $formatDir . 'iCalendar/SRF_iCalendar.php'

Definition at line 76 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFvCard'] = $formatDir . 'vCard/SRF_vCard.php'

Definition at line 75 of file SemanticResultFormats.php.

$wgAutoloadClasses['SRFTimeline'] = $formatDir . 'Timeline/SRF_Timeline.php'

Definition at line 74 of file SemanticResultFormats.php.

$wgExtensionCredits['semantic'][]

Initial value:

 array(
        'path' => __FILE__,
        'name' => 'Semantic Result Formats',
        'version' => SRF_VERSION,
        // At least 14 people have contributed formats to this extension, so
        // it would be prohibitive to list them all in the credits. Instead,
        // the current rule is to list anyone who has created, or contributed
        // significantly to, at least three formats, or the overall extension.
        'author' => array(
                '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
                'Yaron Koren',
                '[http://korrekt.org Markus Krötzsch]',
                '[http://simia.net Denny Vrandecic]',
                '...'
        ),
        'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats',
        'descriptionmsg' => 'srf-desc'
)

Definition at line 53 of file SemanticResultFormats.php.

$wgExtensionFunctions[] = 'srffInitFormats'

Definition at line 45 of file SemanticResultFormats.php.

$wgExtensionMessagesFiles['SemanticResultFormatsMagic'] = dirname( __FILE__ ) . '/SRF_Magic.php'

Definition at line 48 of file SemanticResultFormats.php.

$wgExtensionMessagesFiles['SemanticResultFormats'] = dirname( __FILE__ ) . '/SRF_Messages.php'

Definition at line 47 of file SemanticResultFormats.php.

$wgHooks['ParserFirstCallInit'][] = 'SRFParserFunctions::registerFunctions'

Definition at line 107 of file SemanticResultFormats.php.

$wgHooks['AdminLinks'][] = 'SRFHooks::addToAdminLinks'

Definition at line 106 of file SemanticResultFormats.php.


Generated on Sun Mar 18 07:15:41 2012 for Semantic MediaWiki by  doxygen 1.5.6