Lines Matching defs:config

3 ApiGen.config = {"options":{"elementDetailsCollapsed":true,"elementsOrder":"natural"},"name":"ApiGen theme","templatesPath":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src","resources":{"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/resources":"resources"},"templates":{"overview":{"filename":"index.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/overview.latte"},"combined":{"filename":"resources\/combined.js","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/combined.js.latte"},"elementlist":{"filename":"elementlist.js","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/elementlist.js.latte"},"404":{"filename":"404.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/404.latte"},"package":{"filename":"package-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/package.latte"},"namespace":{"filename":"namespace-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/namespace.latte"},"class":{"filename":"class-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/class.latte"},"constant":{"filename":"constant-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/constant.latte"},"function":{"filename":"function-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/function.latte"},"annotationGroup":{"filename":"annotation-group-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/annotation-group.latte"},"source":{"filename":"source-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/source.latte"},"tree":{"filename":"tree.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/tree.latte"},"sitemap":{"filename":"sitemap.xml","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/sitemap.xml.latte"},"opensearch":{"filename":"opensearch.xml","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/opensearch.xml.latte"},"robots":{"filename":"robots.txt","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/robots.txt.latte"}}};
40 return config.json ? JSON.parse(value) : value;
43 var config = $.cookie = function (key, value, options) {
47 options = $.extend({}, config.defaults, options);
58 value = config.json ? JSON.stringify(value) : String(value);
61 encodeURIComponent(key), '=', config.raw ? value : encodeURIComponent(value),
70 var decode = config.raw ? raw : decoded;
91 config.defaults = {};
194 var config = {
197 var select = $.Autocompleter.Select(options, input, selectCurrent, config);
281 if (!config.mouseDownOnSelect) {
708 $.Autocompleter.Select = function (options, input, select, config) {
735 config.mouseDownOnSelect = false;
750 config.mouseDownOnSelect = true;
752 config.mouseDownOnSelect = false;
1102 var file = $.sprintf(ApiGen.config.templates[autocompleteFiles[data[0]]].filename, parts[0].replace(/\(\)/, '').replace(/[^\w]/g, '.'));
1149 if ((null === $.cookie('order') && 'alphabetical' === ApiGen.config.options.elementsOrder) || 'alphabetical' === $.cookie('order')) {
1154 if (ApiGen.config.options.elementDetailsCollapsed) {