Home
last modified time | relevance | path

Searched refs:default (Results 401 – 425 of 1338) sorted by path

1...<<11121314151617181920>>...54

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationInterface.php
/plugin/condition/
H A Dbase_tester.php.orig.php193 function _bt_strtotime($value, $default) { argument
198 if(!is_numeric($value)) $value = $default;
/plugin/confmanager/adminActions/
H A DConfigManagerAdminOverview.php24 $default = '';
H A DConfigManagerAdminShowConfig.php67 $default = $this->configId;
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php28 $default = $configs['default'];
30 $configs = array_merge($default, $local);
49 * @param array $default
52 private function getCustomEntries($input, $default) { argument
55 if (in_array($line, $default)) {
H A DConfigManagerTwoLine.php67 $default = [];
H A DConfigManagerTwoLineConfigCascade.php21 $default = $configs['default'];
23 $configs = array_merge($default, $local);
58 * @param array $default
61 private function getCustomEntries($input, $default) { argument
65 if (array_key_exists($key, $default)) {
66 if ($default[$key] === $value) {
H A DConfigManagerTwoLineLeftImageConfigCascade.php30 $default = $configs['default'];
32 $configs = array_merge($default, $local);
/plugin/confmanager/lang/en/
H A Dacronyms.txt1 …ample, if the mouse is positioned over ''CMS'' (which is included in the default acronyms list), t…
H A Dentities.txt1 …aracters or strings with other strings based on a configuration file. By default this is used to c…
13 Even though by default it is used with simple character replacements only, the entity system can al…
H A Dwordblock.txt3 …able the ''$conf['usewordblock'] = 1;'' option in ''conf/local.php'' (by default it is set to 1) a…
/plugin/confmanager/tpl/
H A DselectConfig.php28 <?php if ($default === $id): ?>selected="selected"<?php endif ?>>
H A DshowConfigSingleLine.php13 && in_array(trim(substr($config,1)), $default)
60 <?php foreach($default as $item): ?>
H A DshowConfigTwoLine.php12 <?php $isDefault = array_key_exists($key, $default) ?>
76 <?php foreach($default as $key => $value): ?>
H A DshowConfigTwoLineLeftImage.php12 <?php $isDefault = array_key_exists($key, $default) ?>
102 <?php foreach ($default as $key => $value): ?>
/plugin/contactmodern/
H A DREADME.textile48 …nt" field. It will send an email to whatever the default value is. If you enabled the captcha by d…
62 …enabled. Set it on false to disable it. You must activate the captcha by default in order to chang…
H A Dsyntax.php311 protected function _table_row($label, $name, $type, $default='') { argument
312 …value = (isset($_POST['submit-form-'.$this->formId]) && $this->status == 0)?$_POST[$name]:$default;
/plugin/copycode/
H A DREADME.md29 - Removing default contextmenu on right click on a code block
/plugin/countdown/
H A DChangeLog55 * conf/default.php: new variable 'use_today'
67 * conf/default.php: optional output of entered date
/plugin/credits/
H A DREADME18 The first form will use the default rendering, subject to any changes in settings made in the Confi…
/plugin/crypto/
H A Dsyntax.php98 function xml_property($xml, $name, $default = "") { argument
110 return $default;
/plugin/cssperpage/
H A Dstyle.css6 /* css_per_page default class: opencss */
/plugin/csstimeline/
H A D.hg_archival.txt3 branch: default
/plugin/data-au/
H A Dstyle.css1 /* default style for the entry mode */
46 /* default styles for the tag cloud */
65 /* default styles for the related mode */
/plugin/data/
H A Dstyle.css1 /* default style for the entry mode */
48 /* default styles for the tag cloud */
81 /* default styles for the related mode */

1...<<11121314151617181920>>...54