Home
last modified time | relevance | path

Searched refs:config (Results 176 – 200 of 908) sorted by relevance

12345678910>>...37

/plugin/struct/types/
H A DText.php9 protected $config = [ variable in dokuwiki\\plugin\\struct\\types\\Text
24 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
/plugin/submgr/lang/en/
H A Dnosubs.txt3 E-Mail subscriptions are currently disabled in this wiki. Check the [[doku>config:subscribers|subsc…
4 the [[doku>config:disableactions|disableactions]] config options.
/plugin/structgroup/types/
H A DGroup.php12 protected $config = array( variable in dokuwiki\\plugin\\structgroup\\types\\Group
27 if($this->config['existingonly']) {
65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
68 $max = $this->config['autocomplete']['maxresult'];
/plugin/javadoc/
H A Dsyntax.php111 $config = explode(' ', $this->getConf($key));
112 if (count($config) == 1) {
113 $url = $config[0];
117 $key = $config[0];
118 $url = $config[1];
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php87 $config = new Configuration();
88 $config->setProxyDir(sys_get_temp_dir() . '/JMSDoctrineTestProxies');
89 $config->setProxyNamespace('JMS\Tests\Proxies');
90 $config->setMetadataDriverImpl(
96 return DocumentManager::create($session, $config);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc14 * <<host-config>>
18 * <<http-handler-config>>
25 * <<config-hash>>
32 include::host-config.asciidoc[]
54 include::config-hash.asciidoc[]
/plugin/advanced/lang/en/
H A Dconfig.txt10 ^ main file ^ local file ^ type of config
11 …al.php''\\ ''local.protected.php'' | see [[doku>config#configuration_options|config]] |…
19 | ''license.php'' | ''license.local.php'' | [[doku>config:li…
23 …s.local.php''\\ ''plugins.protected.php'' | see [[doku>config#enabling_disabling_plugins|config]]…
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak50 // Load config
51 if(!@file_exists('config.php')) {
52 if(!@file_exists('./lib/plugins/farm/config.php')) die('Cannot load config');
53 if(!copy('./lib/plugins/farm/config.php', 'config.php')) die('Cannot copy temp config');
57 include 'config.php';
74 …array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
146 // Copy trusted application config file
147 …mer'].'lib/plugins/farm/trusted_apps.php')) die('Could not copy trusted applications config file');
165 if(!@unlink('config.php')) die('Could not remove farm config temp file');
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java70 public Dimension encode(Config config, in encode() argument
83 if (config.isToolBar()) { in encode()
132 if (config.getMp3command()!=null && config.getMp3command().trim().length()>0) { in encode()
175 if (config.isToolBar()) { in encode()
189 if (config.isToolBar()) { in encode()
203 if (!config.isPlay()) { in encode()
242 …ImageDecoder decoder = ImageRegistry.getImageProvider("image/"+config.getImageFormat().toLowerCase… in encode()
251 if (JOptionPane.showConfirmDialog(config.getParentComponent(), in encode()
272 if (config.getScreenScale()<0.99 || config.getScreenScale() > 1.01) { in encode()
273 … = new BufferedImage((int) (mouseBi.getWidth()*config.getScreenScale()), (int) (mouseBi.getHeight(… in encode()
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13config.readonly=t._originalReadonly),void 0!==t._originAutoscroll&&(gantt.config.autoscroll=t._ori…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRenderer.php28 private ConfigurationInterface $config; variable in League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRenderer
43 $attrs->append('class', $this->config->get('footnote/footnote_class'));
44 $attrs->set('id', $this->config->get('footnote/footnote_id_prefix') . \mb_strtolower($node->getReference()->getLabel(), 'UTF-8'));
57 $this->config = $configuration;
/plugin/scrape/
H A Dsyntax.php175 $config = HTMLPurifier_Config::createDefault();
176 $config->set('Attr.EnableID', true);
177 $config->set('Attr.IDPrefix', 'scrape___');
178 $config->set('URI.Base', $data['url']);
179 $config->set('URI.MakeAbsolute', true);
180 $config->set('Attr.AllowedFrameTargets', ['_blank', '_self', '_parent', '_top']);
182 $config->set('Cache.SerializerPath', $conf['cachedir'] . '/_HTMLPurifier');
183 $purifier = new HTMLPurifier($config);
/plugin/revealjs/plugin/math/
H A Dmath.js11 var config = options.config || 'TeX-AMS_HTML-full';
12 var url = mathjax + '?config=' + config;
67 options.mathjax = options.config = null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DManifest.php63 public function setConfig(ConfigFile $config) argument
65 $this->config = $config;
72 return $this->config;
/plugin/pureldap/classes/
H A DADClient.php171 if ($this->config['recursivegroups']) {
182 if ($this->dn2group($dn) === $this->config['primarygroup']) {
244 $this->gch = new GroupHierarchyCache($this->ldap, $this->config['usefscache']);
258 if (!$this->config['suffix']) {
262 return $user . '@' . $this->config['suffix'];
309 foreach ($this->config['attributes'] as $attr) {
331 if ($this->config['recursivegroups']) {
342 $groups[] = $this->config['defaultgroup']; // always add default
348 $groups[] = $this->cleanGroup($this->config['primarygroup']);
/plugin/confmanager/tpl/
H A DselectConfig.php25 <?php foreach ($configFiles as $config): ?>
26 <?php $id = $this->helper->getConfigId($config) ?>
29 <?php echo hsc($config->getName()) ?>
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js196 if (gantt.config.drag_timeline) {
206 gantt.config.autoscroll = false;
209 gantt.config.readonly = true;
230 if (!gantt.config.drag_timeline) {
257 if (!gantt.config.drag_timeline) {
260 var useKey = gantt.config.drag_timeline.useKey;
266 if (!gantt.config.drag_timeline) {
269 var useKey = gantt.config.drag_timeline.useKey;
288 if (!gantt.config.drag_timeline) {
291 var useKey = gantt.config.drag_timeline.useKey;
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js151 var computeWindowScale = function ( config ) { argument
152 var hScale = window.innerHeight / config.height,
153 wScale = window.innerWidth / config.width,
156 if (config.maxScale && scale > config.maxScale) {
157 scale = config.maxScale;
160 if (config.minScale && scale < config.minScale) {
161 scale = config.minScale;
254 var config = null; variable
346 config = { class in init
355 windowScale = computeWindowScale( config );
[all …]
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm82 <cfset config = structNew()>
84 <cfset config["AutoDetectLanguage"] = false>
85 <cfset config["DefaultLanguage"] = HTMLEditFormat( URL.Lang )>
87 <cfset config["AutoDetectLanguage"] = true>
88 <cfset config["DefaultLanguage"] = 'en'>
101 config="#config#"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DCluster.php81 public function setConfig(ClusterConfig $config) argument
83 $this->config = $config;
90 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DJob.php66 public function setConfig(JobConfig $config) argument
68 $this->config = $config;
75 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1DiscoveryEvent.php86 public function setConfig(GoogleCloudDataplexV1DiscoveryEventConfigDetails $config) argument
88 $this->config = $config;
95 return $this->config;
/plugin/slacknotifier/
H A Daction.php29 private $config;
32 $this->config = new Config($this);
37 if (!$this->config->webhook) {
109 if (!$this->config->isValidNamespace($event->getNamespace())) {
117 $formatter = new Formatter($this->config);
119 $this->submitPayload($this->config->webhook, $formatted);
124 if ($eventType === 'create' && $this->config->notify_create) {
126 } elseif ($eventType === 'edit' && $this->config->notify_edit) {
128 } elseif ($eventType === 'edit minor' && $this->config->notify_edit && $this->config
[all...]
/plugin/refnotes/
H A Daction.php423 $config['general'] = refnotes_configuration::load('general');
424 $config['namespaces'] = $namespace;
425 $config['notes'] = refnotes_configuration::load('notes');
427 $this->sendResponse('application/x-suggestions+json', json_encode($config));
433 private function saveConfig($config) {
436 $config = json_decode($config, true);
438 $namespace = $config['namespaces'];
441 $saved = refnotes_configuration::save('general', $config['general']);
443 $saved = $saved && refnotes_configuration::save('notes', $config['note
404 saveConfig($config) global() argument
[all...]
/plugin/zotero/
H A DTextZoteroRepository.php15 private $config; variable in TextZoteroRepository
17 public function __construct($fileName, ZoteroConfig $config) argument
20 $this->config = $config;
119 $entryUrl = $this->config->getUrlForEntry($e);

12345678910>>...37