Home
last modified time | relevance | path

Searched refs:config (Results 226 – 250 of 908) sorted by relevance

12345678910>>...37

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DLinkRenderer.php31 protected $config; variable in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Inline\\LinkRenderer
45 $forbidUnsafeLinks = !$this->config->get('allow_unsafe_links');
56 $this->config = $configuration;
H A DImageRenderer.php32 protected $config;
46 $forbidUnsafeLinks = !$this->config->get('allow_unsafe_links');
69 $this->config = $configuration;
31 protected $config; global() variable in DokuWiki\\Plugin\\Commonmark\\Extension\\Renderer\\Inline\\ImageRenderer
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js118 gantt.config.smart_rendering = true;
145 scroll.y = scroll.y || gantt.getVisibleTaskCount()*gantt.config.row_height;
166 y_end: y + gantt.config.row_height
175 y_end: Math.max(from_pos, to_pos) + gantt.config.row_height
183 var firstTask = Math.floor(Math.max(0, port.y) / gantt.config.row_height) - buffer;
184 var lastTask = Math.ceil(Math.max(0, port.y_end) / gantt.config.row_height) + buffer;
392 if(gantt.config.smart_rendering){
405 if(gantt.config.smart_rendering){
415 if(!gantt.config.smart_rendering)
423 if(!gantt.config.smart_rendering)
H A Ddhtmlxgantt_tooltip.js121 gantt.config.tooltip_timeout = 30;
122 gantt.config.tooltip_offset_y = 20;
123 gantt.config.tooltip_offset_x = 10;
124 gantt.config.tooltip_hide_timeout = 30;
132 if (gantt.config.touch && !gantt.config.touch_tooltip) {
345 if (!config.global) {
377 this.detach(config.selector);
379 this._listeners[config.selector] = {
404 selector: config.selector,
405 global: config.global,
[all …]
H A Ddhtmlxgantt_keyboard_navigation.js121 gantt.config.keyboard_navigation = true;
222 if(gantt.config.keyboard_navigation){
446 focus: function(config){ argument
447 var type = config ? config.type : null;
452 node = new constructor(config.id, findVisibleColumnIndex(config.column));
455 node = new constructor(config.id);
994 var step = gantt.config.row_height;
1051 if (!gantt.config.show_grid) {
1058 if (!gantt.config.show_grid) {
1324 if (gantt.config.show_grid) {
[all …]
/plugin/facebookalbum/
H A Dfacebook.php184 * @param Array $config the application configuration
186 public function __construct($config) { argument
187 $this->setAppId($config['appId']);
188 $this->setApiSecret($config['secret']);
189 if (isset($config['cookie'])) {
190 $this->setCookieSupport($config['cookie']);
192 if (isset($config['domain'])) {
193 $this->setBaseDomain($config['domain']);
195 if (isset($config['fileUpload'])) {
196 $this->setFileUploadSupport($config['fileUpload']);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js13config.smart_rendering=!0,gantt._smart_render={getViewPort:function(){var t=gantt.$ui.getView("tim…
/plugin/struct/types/
H A DTag.php13 protected $config = [ variable in dokuwiki\\plugin\\struct\\types\\Tag
33 $page = trim($this->config['page']);
51 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
54 $max = $this->config['autocomplete']['maxresult'];
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DLinkRenderer.php
H A DImageRenderer.php
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md79 `component-dir` option in your root *composer.json*'s `config`. The following
87 "config": {
101 more about [`baseUrl`](http://requirejs.org/docs/api.html#config-baseUrl) in the
109 "config": {
125 "config": {
199 options](http://www.requirejs.org/docs/api.html#config):
214 "config": {
219 "config": {
228 * [`shim`](http://www.requirejs.org/docs/api.html#config-shim)
229 * [`config`](http://www.requirejs.org/docs/api.html#config-moduleconfig)
[all …]
/plugin/structjoin/types/
H A DJoin.php15 return "<strong>{$this->config['schema']}.{$this->config['field']}</strong>";
124 return array_search($this->config['schema'], $leftJoinAliases);
152 $schema = 'data_' . $this->config['schema'];
179 $schema = 'data_' . $this->config['schema'];
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js2 var wr_lang = editor.config.wrap_lang;
101 var syntaxDiv = editor.config.wrapSyntaxDiv ? editor.config.wrapSyntaxDiv : 'WRAP';
102 var syntaxSpan = editor.config.wrapSyntaxSpan ? editor.config.wrapSyntaxSpan : 'wrap';
/plugin/structstatus/
H A DStatus.php13 protected $config = array( variable in dokuwiki\\plugin\\structstatus\\Status
22 $this->column = $this->getColumn($this->config['schema'], 'name_$LANG');
105 $schema = 'data_' . $this->config['schema'];
118 $col_color = $this->getColumn($this->config['schema'], 'color');
126 $col_icon = $this->getColumn($this->config['schema'], 'icon');
/plugin/menuext/
H A Daction.php27 $config = @json_decode(file_get_contents($cf), true);
28 if (!is_array($config)) {
34 $this->menuconf = $config;
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodePool.php105 public function setConfig(NodeConfig $config) argument
107 $this->config = $config;
114 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DCertificateAuthority.php113 public function setConfig(CertificateConfig $config) argument
115 $this->config = $config;
122 return $this->config;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DDevice.php99 public function setConfig(DeviceConfig $config) argument
101 $this->config = $config;
108 return $this->config;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Dconfig.js19config:{noReflows:true,matchFontHeight:true,scale:100,minScaleAdjust:50,availableFonts:["STIX","Te…
/plugin/subconfhelper/conf/
H A Dsubconfhelper_metadata.php3 $config['format'] = 'php'; // format of setting files, supported formats: php
4 $config['varname'] = 'conf'; // name of the config variable, sans $
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js29 var config = null;
45 deskDomain = 'https://' + config.deskDomain + '.freshdesk.com';
46 deskApiKey = config.deskApiKey;
48 deskTypes = config.deskTypes || deskTypes;
49 deskStatus = config.deskStatus || deskStatus;
80 config = temp.ticketsConfig;
100 return config != null && link.substring(0, dl) == deskDomain &&
209 …if (config != null && (!spin || ui.spinner.spin(document.body, mxResources.get('loading') + '...')…
/plugin/jplayer/components/
H A Drequire.config.js17 if (typeof require !== "undefined" && require.config) {
18 require.config(components);
/plugin/structcombolookup/
H A Daction.php60 $config = $field->column->getType()->getConfig();
62 $search->addSchema($config['schema']);
71 $search->addColumn($config['narrow by']);

12345678910>>...37