Home
last modified time | relevance | path

Searched refs:config (Results 201 – 225 of 908) sorted by relevance

12345678910>>...37

/plugin/jplayer/vendor/mustache/mustache/
H A D.php_cs6 $config = Config::create()
21 $finder = $config->getFinder()
26 return $config;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php78 $config = $this->readConfig();
82 foreach($config['local'] as $confkey => $confvalue) {
84 $config['local'][$confkey] = $value;
90 $this->saveToFile($config['local']);
/plugin/autolink4/
H A Dadmin.php54 $config = $this->hlp->loadConfigFile();
56 $lines = preg_split('/\r?\n/', $config);
87 echo formtext($config);
/plugin/zotero/
H A DFeedZoteroRepository.php22 private $config; variable in FeedZoteroRepository
24 public function __construct(ZoteroFeedReader $feedReader, ZoteroConfig $config) argument
26 $this->config = $config;
118 $authorFormat = $this->config->getConfig("SourceEntries", "authorFormat");
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrineDriverTest.php127 $config = new Configuration();
128 $config->setProxyDir(sys_get_temp_dir() . '/JMSDoctrineTestProxies');
129 $config->setProxyNamespace('JMS\Tests\Proxies');
130 $config->setMetadataDriverImpl(
139 return EntityManager::create($conn, $config);
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js88 config: {}, property in AmCharts._this
804 if ( !_this.config.enabled ) {
2596 action: _this.config.action,
2828 _this.config.divId = container = document.getElementById( _this.config.divId );
2845 if ( _this.config.menuWalker ) {
2950 if ( _this.config.keyListener && _this.config.keyListener != "attached" ) {
3009 if ( _this.config.enabled ) {
3059 _this.config = _this.deepMerge( _this.defaults, _this.config, true );
3101 _this.config.menu = [];
3144 if ( config ) {
[all …]
H A Dexport.min.js1config:{},setup:{chart:a,hasBlob:!1,wrapper:!1},drawing:{enabled:!1,undos:[],redos:[],buffer:{posi… property in AmCharts.c
2config.exportTitles,exportFields:c.config.exportFields,exportSelection:c.config.exportSelection,co…
/plugin/discoursesearch/
H A Dasyncsearch.js44 $('<h3/>').text( _.config.title ).appendTo( _.$root );
65 if ( !discoursesearchprovider.config || discoursesearchprovider.config.url.length == 0 ) {
73 discoursesearchprovider.loadResults( discoursesearchprovider.config.url );
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js5 … jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOve…
7 …f(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)…
8 …);e.on("save",function(){a(h.form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJ…
9 …;this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&…
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js5 … jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOve…
7 …f(d.autoUpdateElement||"undefined"==typeof d.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)…
8 …);e.on("save",function(){a(h.form).submit();return!1},null,null,20);if(e.config.autoUpdateElementJ…
9 …;this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&…
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php51 private ConfigurationInterface $config;
55 $placeholder = $this->config->get('table_of_contents/placeholder');
70 $this->config = $configuration;
24 private $config; global() variable in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php66 * @param array|string $config OPTIONAL Additional config or DSN of options
71 public function __construct($config = [], ?callable $callback = null, ?LoggerInterface $logger = null)
73 if (\is_string($config)) {
74 $configuration = ClientConfiguration::fromDsn($config);
75 } elseif (\is_array($config)) {
76 $configuration = ClientConfiguration::fromArray($config);
107 * Sets specific config values (updates and keeps default values).
109 * @param array $config Params
111 public function setConfig(array $config)
70 __construct($config = [], callable $callback = null, LoggerInterface $logger = null) global() argument
106 setConfig(array $config) global() argument
655 _prepareConnectionParams(array $config) global() argument
[all...]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php41 protected $config; variable in ComponentInstaller\\Process\\Process
81 $this->config = $this->composer->getConfig();
82 if (isset($this->config)) {
83 if ($this->config->has('component-dir')) {
84 $this->componentDir = $this->config->get('component-dir');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificate.php105 public function setConfig(CertificateConfig $config) argument
107 $this->config = $config;
114 return $this->config;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso26 Include global configuration. See config.lasso for details.
28 include('config.lasso');
52 $ServerPath == '' ? $ServerPath = $config->find('UserFilesPath');
55 + $config->find('Subdirectories')->find(action_param('Type'))
89 if($config->find('Enabled'));
116 if($config->find('DeniedExtensions')->find($Type) >> $NewFile->find('OrigExtension'));
148 … file uploader is disabled. Please check the "editor/filemanager/upload/lasso/config.lasso" file.';
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso40 'config' = array,
53 -optional='config', -type='array'
61 local_defined('config') ? self->config = #config;
101 if(self->config->size);
103 iterate(self->config, local('this'));
/plugin/redirect/
H A Dhelper.php38 * @param string $config the raw text for the config
41 public function saveConfigFile($config) { argument
42 return io_saveFile(self::CONFIG_FILE, cleanText($config));
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-doc.js17 const config = { class
77 const options = _.defaults({}, config.base, config[type]);
/plugin/odt/action/
H A Dexport.php25 protected $config = null; variable in action_plugin_odt_export
161 if ( !isset($this->config) ) {
162 $this->config = plugin_load('helper', 'odt_config');
163 $this->config->load($warning);
170 $this->config->setConvertTo($format);
214 if ( !isset($this->config) ) {
215 $this->config = plugin_load('helper', 'odt_config');
216 $this->config->load($warning);
259 search($result, $this->config->getParam('datadir'), 'search_allpages', $opts, $dir);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php30 private ConfigurationInterface $config;
45 $attrs->append('class', $this->config->get('footnote/backref_class'));
50 $symbol = $this->config->get('footnote/backref_symbol');
58 $this->config = $configuration;
28 private $config; global() variable in League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteBackrefRenderer
/plugin/farmer/action/
H A Dstartup.php59 $config = $this->helper->getConfig();
60 $show = $config['notfound']['show'];
61 $url = $config['notfound']['url'];
/plugin/fblogin/lib/
H A Dfacebook.php41 * @param Array $config the application configuration. Additionally
47 public function __construct($config) { argument
51 parent::__construct($config);
52 if (!empty($config['sharedSession'])) {
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js2 var wr_lang = editor.config.wrap_lang;
85 var syntaxDiv = editor.config.wrapSyntaxDiv ? editor.config.wrapSyntaxDiv : 'WRAP';
86 var syntaxSpan = editor.config.wrapSyntaxSpan ? editor.config.wrapSyntaxSpan : 'wrap';
/plugin/struct/types/
H A DUser.php14 protected $config = [
31 if ($this->config['existingonly']) {
77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
80 $max = $this->config['autocomplete']['maxresult'];
95 if ((count($logins) < $max) && $this->config['autocomplete']['fullname']) {
13 protected $config = array( global() variable in dokuwiki\\plugin\\struct\\types\\User
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dsemantic-enrich.js3 config: MathJax.Hub.CombineConfig("semantic-enrich", { property in MathJax.Extension
22 if (delete t.enriched, !this.config.disabled) try {
32 this.config.disabled = !1, t && MathJax.Hub.Queue([ "Reprocess", MathJax.Hub ]);
35 this.config.disabled = !0;
46 var t = MathJax.Ajax.config.path;
47 …t.a11y || (t.a11y = HUB.config.root + "/extensions/a11y"), t.SRE || (t.SRE = MathJax.Ajax.fileURL(…

12345678910>>...37