Home
last modified time | relevance | path

Searched refs:config (Results 126 – 150 of 908) sorted by relevance

12345678910>>...37

/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc7 var config = editor.config,
9 images = config.smiley_images,
10 columns = config.smiley_columns || 8,
142 if(config.dokuSmileyConfImages) {
143 dwimages = config.dokuSmileyConfImages;
145 else dwimages = config.dokuSmileyImages;
174 dwimages = config.dokuFixmeSmiley;
175 setBigSmileys(config.dokuFixmeSmiley,1);
176 if(config.dokuLargeSmiley) {
177 setBigSmileys(config.dokuLargeSmiley,2);
[all …]
/plugin/subconfhelper/helper/
H A Dconfig.php50 if (isset($config['varname'])) $this->_name = $config['varname'];
51 if (isset($config['format'])) $this->_format = $config['format'];
52 if (isset($config['heading'])) $this->_heading = $config['heading'];
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js42 options = $.extend({}, config.defaults, options);
49 value = config.json ? JSON.stringify(value) : String(value);
52 config.raw ? key : encodeURIComponent(key),
54 config.raw ? value : encodeURIComponent(value),
63 var decode = config.raw ? raw : decoded;
84 config.defaults = {};
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php52 * @param array $config Configuration options
54 public function __construct($iterable, array $config = []) argument
58 if (isset($config['concurrency'])) {
59 $this->concurrency = $config['concurrency'];
62 if (isset($config['fulfilled'])) {
63 $this->onFulfilled = $config['fulfilled'];
66 if (isset($config['rejected'])) {
67 $this->onRejected = $config['rejected'];
/plugin/diagramsnet/lib/math/extensions/
H A Dfast-preview.js19config.menuSettings;var e=MathJax.OutputJax;var a=f.isMSIE&&(document.documentMode||0)<8;var d=Mat…
/plugin/struct/types/
H A DDateTime.php12 protected $config = [ variable in dokuwiki\\plugin\\struct\\types\\DateTime
22 * @param array|null $config
27 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0) argument
30 $this->config['format'] = DateFormatConverter::toDate($conf['dformat']);
32 parent::__construct($config, $label, $ismulti, $tid);
46 if ($this->config['prefilltoday'] && !$rawvalue) {
82 if ($this->config['pastonly'] && strtotime($rawvalue) > time()) {
85 if ($this->config['futureonly'] && strtotime($rawvalue) < time()) {
H A DLookup.php19 protected $config = ['schema' => '', 'field' => '']; variable in dokuwiki\\plugin\\struct\\types\\Lookup
27 * @param array|null $config
32 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0)
34 parent::__construct($config, $label, $ismulti, $tid);
35 $this->config['schema'] = Schema::cleanTableName($this->config['schema']); argument
46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
117 $schema = $this->config['schema'];
235 $schema = 'data_' . $this->config['schem
[all...]
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js1config.smiley_path=a.config.smiley_path||(this.path+"images/");a.addCommand("smiley",new CKEDITOR.…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DDeidentifyFhirStoreRequest.php34 public function setConfig(DeidentifyConfig $config) argument
36 $this->config = $config;
43 return $this->config;
H A DDeidentifyDicomStoreRequest.php34 public function setConfig(DeidentifyConfig $config) argument
36 $this->config = $config;
43 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval.php34 public function setConfig(ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalConfig $config) argument
36 $this->config = $config;
43 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildApproval.php34 public function setConfig(ApprovalConfig $config) argument
36 $this->config = $config;
43 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSecurityPolicyRuleMatcher.php34 public function setConfig(SecurityPolicyRuleMatcherConfig $config) argument
36 $this->config = $config;
43 return $this->config;
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js1config.smiley_path=a.config.smiley_path||(this.path+"images/");a.addCommand("smiley",new CKEDITOR.…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DInstance.php26 public $config; variable in Google\\Service\\Spanner\\Instance
67 public function setConfig($config) argument
69 $this->config = $config;
76 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DGkeNodePoolConfig.php49 public function setConfig(GkeNodeConfig $config) argument
51 $this->config = $config;
58 return $this->config;
/plugin/cli/
H A Dcli-examples.txt349 console#config
352 console(config)#ip ssh server
355 console(config)#line ssh
359 console(config-line)#exit
360 console(config)#exit
361 console#copy running-config startup-config
380 console#config
386 console(config)#line ssh
390 console(config-line)#exit
391 console(config)#exit
[all …]
/plugin/zotero/
H A DImportZoteroFeedReader.php10 private $config; variable in ImportZoteroFeedReader
12 public function __construct(ZoteroConfig $config) argument
14 $this->config = $config;
24 $feed = $this->download($this->config->getUrlForEntries());
84 return $next->getAttribute("href") . "&key=" . $this->config->getConfig("ZoteroAccess", "key");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiServiceusageV1Service.php40 public function setConfig(GoogleApiServiceusageV1ServiceConfig $config) argument
42 $this->config = $config;
49 return $this->config;
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DLongRunningRecognizeRequest.php46 public function setConfig(RecognitionConfig $config) argument
48 $this->config = $config;
55 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleCloudPolicysimulatorV1beta1Replay.php38 public function setConfig(GoogleCloudPolicysimulatorV1beta1ReplayConfig $config) argument
40 $this->config = $config;
47 return $this->config;
H A DGoogleCloudPolicysimulatorV1Replay.php38 public function setConfig(GoogleCloudPolicysimulatorV1ReplayConfig $config) argument
40 $this->config = $config;
47 return $this->config;
/plugin/confmanager/tpl/
H A DshowConfigSingleLine.php10 <?php foreach ($local as $config): ?>
12 $isDefault = substr($config,0,1) == DOKU_CONF_NEGATION
13 && in_array(trim(substr($config,1)), $default)
21 value="<?php echo hsc($config) ?>"
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js108 function CCEElement(config) { argument
109 this.ics = new ICStream(config);
128 decode: function(stream, config) { argument
270 function CPEElement(config) { argument
382 this.config = {};
398 this.config.sampleRate = tables.SAMPLE_RATES[this.config.sampleIndex];
462 config = this.config,
2692 function ICStream(config) { argument
2699 this.tns = new TNS(config);
2985 switch (config.profile) {
[all …]

12345678910>>...37