Eötvös Quantum Utilities  v5.0.144
Providing the Horsepowers in the Quantum Realm
search_config.php
Go to the documentation of this file.
1 <?php
2 
3 $config = array(
4  'PROJECT_NAME' => "Eötvös Quantum Utilities",
5  'GENERATE_TREEVIEW' => false,
6  'DISABLE_INDEX' => false,
7 );
8 
9 $translator = array(
10  'search_results_title' => "Search Results",
11  'search_results' => array(
12  0 => "Sorry, no documents matching your query.",
13  1 => "Found <b>1</b> document matching your query.",
14  2 => "Found <b>\$num</b> documents matching your query. Showing best matches first.",
15  ),
16  'search_matches' => "Matches:",
17  'search' => "Search",
18  'split_bar' => "",
19  'logo' => "Generated on Mon Jan 21 2019 12:09:26 for Eötvös Quantum Utilities by&#160;\n<a href=\"http://www.doxygen.org/index.html\">\n<img class=\"footer\" src=\"doxygen.png\" alt=\"doxygen\"/></a> 1.8.16 ",
20 );
21 
22 ?>
$translator
$config