Home
last modified time | relevance | path

Searched refs:config (Results 51 – 75 of 908) sorted by relevance

12345678910>>...37

/plugin/structprogress/types/
H A DProgress.php19 protected $config = array( variable in dokuwiki\\plugin\\structprogress\\types\\Progress
35 if ($this->config['max'] !== '' && floatval($this->config['max']) > 0) {
36 $maxvalue = floatval($this->config['max']);
61 if ($this->config['max'] !== '' && floatval($this->config['max']) > 0) {
62 $maxvalue = floatval($this->config['max']);
66 …itle="' . hsc($value) . '" class="struct_progress-background_' . hsc($this->config['type']) . '">';
67 …" style="width: ' . $progress . '% ;" class="struct_progress_' . hsc($this->config['type']) . '">';
68 … $R->doc .= '<p>' . hsc($this->config['prefix'] . $value . $this->config['postfix']) . '</p>';
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php34 private ConfigurationInterface $config;
41 (string) $this->config->get('table_of_contents/style'),
42 (string) $this->config->get('table_of_contents/normalize'),
43 (int) $this->config->get('table_of_contents/min_heading_level'),
44 (int) $this->config->get('table_of_contents/max_heading_level'),
45 (string) $this->config->get('heading_permalink/fragment_prefix'),
55 $class = $this->config->get('table_of_contents/html_class');
61 $position = $this->config->get('table_of_contents/position');
104 $this->config = $configuration;
56 private $config; global() variable in League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder
123 setConfiguration(ConfigurationInterface $config) global() argument
/plugin/structacl/_test/
H A DConfigTest.php41 $config = $helper->getConfiguration($confValue);
43 $this->assertSame($expected, $config);
57 $config = $helper->getConfiguration($confValue);
59 $this->assertSame($expected, $config);
73 $config = $helper->getConfiguration($confValue);
75 $this->assertSame($expected, $config);
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php32 private ConfigurationInterface $config; variable in League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkRenderer
36 $this->config = $configuration;
52 $fragmentPrefix = (string) $this->config->get('heading_permalink/fragment_prefix');
58 $appendId = ! $this->config->get('heading_permalink/apply_id_to_heading');
61 $idPrefix = (string) $this->config->get('heading_permalink/id_prefix');
71 $attrs->append('class', $this->config->get('heading_permalink/html_class'));
73 $hidden = $this->config->get('heading_permalink/aria_hidden');
78 $attrs->set('title', $this->config->get('heading_permalink/title'));
80 $symbol = $this->config->get('heading_permalink/symbol');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DGetDebugConfigResponse.php25 public $config; variable in Google\\Service\\Dataflow\\GetDebugConfigResponse
30 public function setConfig($config) argument
32 $this->config = $config;
39 return $this->config;
/plugin/structat/meta/
H A DSearchConfigAtParameters.php46 * @param array $config
49 public function updateConfig($config) argument
51 $config = parent::updateConfig($config);
53 $config['at'] = $this->at;
56 return $config;
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php34 private $config; variable in Google\\Auth\\Middleware\\SimpleMiddleware
44 public function __construct(array $config) argument
46 if (!isset($config['key'])) {
50 $this->config = array_merge(['key' => null], $config);
85 $params = array_merge($query, $this->config);
/plugin/loadskin/
H A Dadmin.php22 $this->config = DOKU_CONF.'loadskin.conf';
44 if(@file_exists($this->config)) {
45 $data = unserialize(io_readFile($this->config, false));
47 io_saveFile($this->config, serialize($data));
50 io_saveFile($this->config, serialize($data));
55 $data = unserialize(io_readFile($this->config, false));
57 io_saveFile($this->config, serialize($data));
88 if(@file_exists($this->config)) {
89 $data = unserialize(io_readFile($this->config, false));
/plugin/struct/types/
H A DUrl.php9 protected $config = [ variable in dokuwiki\\plugin\\struct\\types\\Url
60 if ($this->config['fixedtitle']) return $this->config['fixedtitle'];
61 if (!$this->config['autoshorten']) return $url;
88 $url = $this->config['prefix'] . trim($value) . $this->config['postfix'];
91 $url = $this->config['autoscheme'] . '://' . $url;
/plugin/struct/meta/
H A DAggregationEditorTable.php38 $config = $this->searchConfig->getConf();
39 if (isset($config['filter'])) unset($config['filter']);
40 $config = hsc(json_encode($config, JSON_THROW_ON_ERROR));
48 data-schema=\"$table\" data-searchconf=\"$config\">";
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc12 editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' );
34 * @member CKEDITOR.config
42 * config.smiley_images = [
50 * @member CKEDITOR.config
52 CKEDITOR.config.smiley_images = [
65 * config.smiley_descriptions = [
72 * config.smiley_descriptions = [
79 * @member CKEDITOR.config
81 CKEDITOR.config.smiley_descriptions = [
90 * config.smiley_columns = 6;
[all …]
/plugin/structtemplate/_vagrant/
H A DVagrantfile31 Vagrant.configure("2") do |config|
34 config.vm.box = "bento/ubuntu-20.04"
37 config.vm.provider "virtualbox" do |vb|
42 config.vm.hostname = "web"
53 config.vm.provision "fix-no-tty", type: "shell" do |shell|
59 config.vm.provision "web-server", type: "shell" do |shell|
64 config.vm.provision "dokuwiki", type: "shell" do |shell|
75 config.vm.provision "dependencies", type: "shell" do |shell|
82 config.vm.provision "plugin", type: "shell" do |shell|
90 config.vm.post_up_message = "DokuWiki should be available at:
[all …]
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc12 editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' );
34 * @member CKEDITOR.config
42 * config.smiley_images = [
50 * @member CKEDITOR.config
52 CKEDITOR.config.smiley_images = [
65 * config.smiley_descriptions = [
72 * config.smiley_descriptions = [
79 * @member CKEDITOR.config
81 CKEDITOR.config.smiley_descriptions = [
90 * config.smiley_columns = 6;
[all …]
/plugin/zotero/
H A DimportAllEntries.php12 $config = new IniConfig(); variable
14 $cachePage = $config->getCachePage();
15 $textRepo = new TextZoteroRepository($cachePage, $config);
17 $feedReader = new ImportZoteroFeedReader($config);
18 $webRepo = new FeedZoteroRepository($feedReader, $config);
H A DWebZoteroFeedReader.php9 private $config; variable in WebZoteroFeedReader
11 public function __construct(ZoteroConfig $config) argument
13 $this->config = $config;
23 curl_setopt($ch, CURLOPT_URL, $this->config->getUrlForEntries());
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php17 private $config; variable in ConfigManagerAdminShowConfig
32 $this->config = $this->helper->getConfigById($this->configId);
33 if ($this->config === false) {
46 $this->config->save();
74 $this->config->display();
88 $description = $this->config->getDescription();
94 $configHeadLine = $this->config->getName();
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php36 if ($this->config->has('component-baseurl')) {
37 $this->baseUrl = $this->config->get('component-baseurl');
49 $json = $this->requireJson($this->packages, $this->config);
139 if ($this->config->has('component')) {
140 $config = $this->config->get('component');
141 if (isset($config) && is_array($config)) {
143 $json = $this->arrayMergeRecursiveDistinct($json, $config);
250 if ($this->config->has('component-scriptFilters')) {
251 $filters = $this->config->get('component-scriptFilters');
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java37 private CaptureConfig config; field in ScreenRecorder
78 screenShot = config.createScreenShot(screenShot, imagesChannel); in runInternal()
82 screenshots.add(config.submit(screenShot)); in runInternal()
133 this.config = config; in ScreenRecorder()
154 if (config.isSound()) { in ScreenRecorder()
155 DataLine.Info info = new DataLine.Info(TargetDataLine.class, config.getAudioFormat()); in ScreenRecorder()
165 if (config.getMixerName()==null || mi.getName().equals(config.getMixerName())) { in ScreenRecorder()
178 targetDataLine.open(config.getAudioFormat()); in ScreenRecorder()
182 frameLength = (long) (1000.0/config.getFramesPerSecond()); in ScreenRecorder()
223 …int inactivityInterval = config.isRemoveInactivity() && !config.isSound() ? (int) (1000.0 * config in getMovie()
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DAddBitbucketServerConnectedRepositoryResponse.php25 public $config; variable in Google\\Service\\CloudBuild\\AddBitbucketServerConnectedRepositoryResponse
32 public function setConfig($config) argument
34 $this->config = $config;
41 return $this->config;
H A DBatchCreateBitbucketServerConnectedRepositoriesResponseMetadata.php29 public $config; variable in Google\\Service\\CloudBuild\\BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata
52 public function setConfig($config) argument
54 $this->config = $config;
61 return $this->config;
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js31 var config = probePage.evaluate( function() {
35 if( config ) {
38 width: Math.floor( config.width * ( 1 + config.margin ) ),
39 height: Math.floor( config.height * ( 1 + config.margin ) ),
/plugin/structacl/
H A Dhelper.php15 $config = [];
24 $config[$schema] = $config[$schema] ?? [];
25 $config[$schema][] = $field;
28 return $config;
/plugin/jplayer/components/
H A Drequire.js193 config = { class in newContext
202 config: {} property in newContext.config
574 return (config.config && getOwn(config.config, mod.map.id)) || {};
1018 if (hasProp(config.config, id)) {
1019 config.config[moduleName] = config.config[id];
1210 config: config, property in newContext.context
1678 config = deps;
1689 if (config && config.context) {
1698 if (config) {
1709 req.config = function (config) { function
[all …]
/plugin/revealjs/js/
H A Dreveal.js42 config = { class in AnonymousFunctione17f777e0200
1344 if( config.rtl ) {
2172 if( config.help ) {
2256 layoutSlideContents( config.width, config.height );
2502 if( config.rtl ) {
3969 if( config.loop ) {
3982 if( config.rtl ) {
5031 if( config.rtl ) {
5048 if( config.rtl ) {
5645 if( config.rtl ) {
[all …]

12345678910>>...37