Home
last modified time | relevance | path

Searched refs:default (Results 26 – 50 of 1338) sorted by last modified time

12345678910>>...54

/plugin/mikioplugin/assets/
H A Dstyles.less100 cursor: default;
134 cursor: default;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md39 `$flags` is zero (`0`, default) or the following class constant:
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css229 cursor: default;
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.css66 cursor: default;
/plugin/bez/meta/
H A DTpl.php37 public function action($default=null) { argument
39 if ($action == '' && !is_null($default)) {
40 return $default;
45 public function param($id, $default='') { argument
46 return $this->action->get_param($id, $default);
85 public function get($id, $default='') { argument
92 return $default;
/plugin/bez/action/
H A Ddefault.php22 public function get_param($id, $default='') { argument
23 return (isset($this->params[$id]) ? $this->params[$id] : $default);
108 "lib/plugins/bez/lib/jquery.form-validator/theme-default.min.css",
151 //pl is default language
/plugin/imagemapping/
H A Dsyntax.php148 $default = $renderer->_simpleTitle($url);
150 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
/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/adminActions/
H A DConfigManagerAdminShowConfig.php67 $default = $this->configId;
H A DConfigManagerAdminOverview.php24 $default = '';
/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 DConfigManagerTwoLineLeftImageConfigCascade.php30 $default = $configs['default'];
32 $configs = array_merge($default, $local);
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) {
/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/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1373 default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]);
1495 default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]);
H A Dxlsx.mjs802 default:
918 default:
1061 default:
2626 default:
3765 default:
4050 default:
13292 default:
18020 default:
18387 default:
19189 default:
[all …]
/plugin/gallery/action/
H A Dprosemirror.php52 'defaults' => array_map(function ($default) {
53 return ['default' => $default,];
56 $JSINFO['plugins']['gallery']['defaults']['namespace'] = ['default' => ''];
145 * Get default node attributes from gallery Options object
/plugin/gallery/
H A Ddeleted.files29 prettyPhoto/default/default_thumb.png
30 prettyPhoto/default/loader.gif
31 prettyPhoto/default/sprite.png
32 prettyPhoto/default/sprite_next.png
33 prettyPhoto/default/sprite_prev.png
34 prettyPhoto/default/sprite_x.png
35 prettyPhoto/default/sprite_y.png

12345678910>>...54