/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
H A D | jquery.jplayer.inspector.js | 36 config.jPlayerId = config.jPlayer.attr("id"); 38 config.windowId = config.idPrefix + "window_" + $.jPlayerInspector.i; 39 config.statusId = config.idPrefix + "status_" + $.jPlayerInspector.i; 40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i; 124 config.windowJq = $("#" + config.windowId); 125 config.statusJq = $("#" + config.statusId); 126 config.configJq = $("#" + config.configId); 127 config.toggleJq = $("#" + config.toggleId); 128 config.eventResetJq = $("#" + config.eventResetId); 129 config.updateJq = $("#" + config.updateId); [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
H A D | jquery.jplayer.inspector.js | 36 config.jPlayerId = config.jPlayer.attr("id"); 38 config.windowId = config.idPrefix + "window_" + $.jPlayerInspector.i; 39 config.statusId = config.idPrefix + "status_" + $.jPlayerInspector.i; 40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i; 124 config.windowJq = $("#" + config.windowId); 125 config.statusJq = $("#" + config.statusId); 126 config.configJq = $("#" + config.configId); 127 config.toggleJq = $("#" + config.toggleId); 128 config.eventResetJq = $("#" + config.eventResetId); 129 config.updateJq = $("#" + config.updateId); [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
H A D | YamlDriver.php | 52 $config = $config[$name]; 60 …$exclusionPolicy = isset($config['exclusion_policy']) ? strtoupper($config['exclusion_policy']) : … 61 $excludeAll = isset($config['exclude']) ? (bool) $config['exclude'] : false; 63 $readOnlyClass = isset($config['read_only']) ? (bool) $config['read_only'] : false; 104 … || (isset($config['properties']) && array_key_exists($pName, $config['properties'])); 295 if (isset($config['custom_accessor_order']) && !isset($config['accessor_order'])) { 300 … $metadata->setAccessorOrder($config['accessor_order'], $config['custom_accessor_order'] ?? []); 351 * @param string|string[] $config 355 if (\is_string($config)) { 356 $config = [$config]; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Client.php | 82 private $config; variable in Google\\Client 106 * @param array $config 110 $this->config = array_merge( 180 $config 725 $this->config['hd'] = $hd; 802 $this->config['jwt'] 956 return isset($this->config[$name]) ? $this->config[$name] : $default; 982 if (is_string($config)) { 995 if (isset($config['type']) && $config['type'] == 'service_account') { 1001 $this->config['client_email'] = $config['client_email']; [all …]
|
/plugin/zotero/ |
H A D | ZoteroConfig.php | 11 protected $config = array(); variable in ZoteroConfig 25 …if (!isset($this->config['WikiOutput']['parentheses']) || $this->config['WikiOutput']['parentheses… 27 $this->config['WikiOutput']['parentheses'] = ","; 30 …if (!isset($this->config['SourceEntries']['authorFormat']) || $this->config['SourceEntries']['auth… 34 …if (!isset($this->config['WikiOutput']['titleFormat']) || $this->config['WikiOutput']['titleFormat… 36 $this->config['WikiOutput']['titleFormat'] = "AUTHOR: TITLE (DATE)"; 42 …return isset($this->config['ZoteroAccess']['username']) && $this->config['ZoteroAccess']['username… 47 …return isset($this->config['ZoteroAccess']['key']) && $this->config['ZoteroAccess']['key'] != "" &… 52 …return isset($this->config['ZoteroAccess']['autoupdate']) && $this->config['ZoteroAccess']['autoup… 57 $value = @$this->config[$category][$key]; [all …]
|
/plugin/pureldap/classes/ |
H A D | Client.php | 23 protected $config; 39 * @param array $config 41 public function __construct($config) 45 $this->config = $this->prepareConfig($config); 47 $this->ldap = new LdapClient($this->config); 51 * Setup sane config defaults 53 * @param array $config argument 56 protected function prepareConfig($config) 64 $config 22 protected $config; global() variable in dokuwiki\\plugin\\pureldap\\classes\\Client 40 __construct($config) global() argument [all...] |
/plugin/odt/helper/ |
H A D | config.php | 19 protected $config = array(); variable in helper_plugin_odt_config 107 $this->config ['dformat'] = 116 $this->config ['useheading'] = 125 $this->config ['tmpdir'] = 134 $this->config ['mediadir'] = 143 $this->config ['datadir'] = 152 $this->config ['savedir'] = 179 $this->config ['tpl_dir'] = 198 $this->config ['template'] = 207 $this->config ['css_usage'] = [all …]
|
/plugin/struct/syntax/ |
H A D | global.php | 43 $config = parent::handle($match, $state, $pos, $handler); 44 if (is_null($config)) return null; 47 $config['cols'] = $config['cols'] ?: ['*']; // optional columns definition 48 if (isset($config['rownumbers'])) unset($config['rownumbers']); // this annoying to update dynamically 49 return $config; 55 * @param array $config 58 protected function addTypeFilter($config) 60 $config['filte 57 addTypeFilter($config) global() argument [all...] |
/plugin/struct/meta/ |
H A D | ConfigParser.php | 16 protected $config = [ 58 $this->config['schemas'] = array_merge($this->config['schemas'], $this->parseSchema($val)); 64 $this->config['cols'] = $this->parseValues($val); 67 $this->config['sepbyheaders'] = (bool)$val; 72 $this->config['headers'] = $this->parseValues($val); 75 $this->config['align'] = $this->parseAlignments($val); 79 $this->config['widths'] = $this->parseWidths($val); 82 $this->config['min'] = abs((int)$val); 86 $this->config['limi 14 protected $config = array(); global() variable in dokuwiki\\plugin\\struct\\meta\\ConfigParser [all...] |
H A D | SearchConfig.php | 24 protected $config; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfig 38 * @param array $config The parsed configuration for this search 41 public function __construct($config, $dynamic = true) 46 if (!empty($config['schemas'])) foreach ($config['schemas'] as $schema) { 49 if (!empty($config['cols'])) foreach ($config['cols'] as $col) { 55 if (!empty($config['filters'])) $this->cacheFlag = $this->determineCacheFlag($config['filters']); 58 if (!empty($config['filte 40 __construct($config) global() argument [all...] |
H A D | TranslationUtilities.php | 11 * adds all configured languages to the config array. This ensures all types 29 if (!isset($this->config[$key])) { 30 $this->config[$key] = []; 34 if (!isset($this->config[$key][$lang])) { 35 $this->config[$key][$lang] = ''; 39 foreach (array_keys($this->config[$key]) as $langKey) { 41 unset($this->config[$key][$langKey]); 62 if (!blank($this->config[$key][$lang])) { 63 return $this->config[$key][$lang]; 65 if (!blank($this->config[ [all...] |
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | Configuration.php |
|
/plugin/refnotes/ |
H A D | admin.css | 1 div#refnotes-config div#config__manager div.cleared { 11 div#refnotes-config div#config__manager div.info { 15 div#refnotes-config div#config__manager div.success { 19 div#refnotes-config div#config__manager div.error { 23 div#refnotes-config div#config__manager td.list { 29 div#refnotes-config div#config__manager select.list { 36 div#refnotes-config div#config__manager td.lean-label { 41 div#refnotes-config div#config__manager td.value { 46 div#refnotes-config div#config__manager td.value div.input { 50 div#refnotes-config di [all...] |
/plugin/struct/types/ |
H A D | Decimal.php | 18 protected $config = [ variable in dokuwiki\\plugin\\struct\\types\\Decimal 41 if ($this->config['engineering']) { 61 $this->config['prefix'] . 63 $this->config['postfix'] 69 if ($this->config['roundto'] == -1) { 72 $this->config['decpoint'], 73 $this->config['thousands'] 79 (int)$this->config['roundto'], 80 $this->config['decpoint'], 81 $this->config['thousand [all...] |
/plugin/confmanager/configTypes/ |
H A D | ConfigManagerSingleLineConfigCascade.php | 4 * Every line is a config option. The config values are basically an array. 5 * I.e. the scheme or wordblock config. 19 $config = file($fileName); 20 $config = array_map('trim', $config); 21 $config = preg_replace('/^#.*/', '', $config); 22 $config = str_replace('\\#', '#', $config); 74 saveToFile($config) global() argument [all...] |
/plugin/rater/scripts/ |
H A D | jquery.tablesorter.js | 178 } else if ((table.config.headers[i] && table.config.headers[i].sorter)) { 300 … if (!config.supportsTextContent) config.supportsTextContent = node.textContent || false; 401 if (table.config.onRenderHeader) table.config.onRenderHeader.apply($th); 491 if ((table.config.headers[i]) && (table.config.headers[i].sorter === false)) { 498 …if ((table.config.headers[i]) && (table.config.headers[i].lockedOrder)) return table.config.header… 706 config = $.extend(this.config, $.tablesorter.defaults, settings); 718 var sortCSS = [config.cssDesc, config.cssAsc]; 807 var config = this.config; 905 var c = table.config; 983 var c = table.config; [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A D | Client.php | 29 private $config; variable in GuzzleHttp\\Client 64 if (!isset($config['handler'])) { 72 $config['base_uri'] = Psr7\uri_for($config['base_uri']); 199 ? $this->config 200 : (isset($this->config[$option]) ? $this->config[$option] : null); 217 if (isset($config['idn_conversion']) && ($config['idn_conversion'] !== false)) { 218 … $idnOptions = ($config['idn_conversion'] === true) ? IDNA_DEFAULT : $config['idn_conversion']; 228 * @param array $config 260 $this->config = $config + $defaults; 262 if (!empty($config['cookies']) && $config['cookies'] === true) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/ |
H A D | Runner.php | 98 $config, argument 113 if (isset($config['max_delay'])) { 114 if ($config['max_delay'] <= 0) { 123 if (isset($config['factor'])) { 124 if ($config['factor'] <= 0) { 130 $this->factor = $config['factor']; 133 if (isset($config['jitter'])) { 134 if ($config['jitter'] <= 0) { 140 $this->jitter = $config['jitter']; 143 if (isset($config['retries'])) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
H A D | Guzzle6AuthHandler.php | 62 $config = $http->getConfig(); 63 $config['handler']->remove('google_auth'); 65 $config['auth'] = 'google_auth'; 66 $http = new Client($config); 84 $config = $http->getConfig(); 85 $config['handler']->remove('google_auth'); 87 $config['auth'] = 'scoped'; 88 $http = new Client($config); 97 $config = $http->getConfig(); 100 $config['auth'] = 'simple'; [all …]
|
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | ConfigForm.php |
|
/plugin/xref/ |
H A D | phpxref-0.7-javascriptfix.patch |
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATNConfigSet.php | 129 * Adding a new config means merging contexts with existing configs for 139 public function add(ATNConfig $config, ?DoubleKeyMap $mergeCache = null) : bool argument 145 if ($config->semanticContext !== SemanticContext::none()) { 149 if ($config->reachesIntoOuterContext > 0) { 158 $existing = $this->configLookup->getOrAdd($config); 160 if ($existing->equals($config)) { 163 $this->configs[] = $config; // track order here 171 if ($existing->context === null || $config->context === null) { 175 $merged = PredictionContext::merge($existing->context, $config->context, $rootIsWildcard, $mergeCache); 177 // No need to check for existing->context, config [all...] |
/plugin/adminperm/ |
H A D | admin.php | 12 protected $config = DOKU_CONF . 'adminperm.json'; variable in admin_plugin_adminperm 67 if (file_exists($this->config) && !is_writable($this->config)) { 68 msg(sprintf($this->getLang('nosave'), $this->config), -1); 85 static $config = null; 86 if ($config === null || $refresh) { 87 $config = []; 88 if (file_exists($this->config)) { 89 $config = json_decode(io_readFile($this->config, false), true); 92 return $config; 108 return io_saveFile($this->config, json_encode($data, JSON_PRETTY_PRINT));
|
/plugin/xlsx2dw/ |
H A D | action.php | 26 $config = require(DOKU_PLUGIN . 'xlsx2dw/conf/config.php'); 29 'type' => $config['buttonType'], 30 'title' => $config['buttonTitle'], 31 'icon' => $config['buttonIcon'], 32 'block' => $config['buttonBlock'], 33 'open' => $config['buttonOpen'], 34 'close' => $config['buttonClose'], 35 'id' => $config['buttonID']
|
/plugin/batchedit/ |
H A D | admin.php | 10 require_once(DOKU_PLUGIN . 'batchedit/config.php'); 20 private $config; variable in admin_plugin_batchedit 29 $this->config = new BatcheditConfig(); 39 return $this->config; 61 $interface->configure($this->config); 80 $request = new BatcheditRequest($this->config); 104 $this->session->save($request, $this->config); 113 if (!$this->session->load($request, $this->config)) { 118 $this->session->save($request, $this->config); 137 $this->config [all...] |