Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 1338) sorted by last modified time

12345678910>>...54

/plugin/pagequery/
H A Dsyntax.php142 default:
157 default:
162 $default = 'tooltip';
164 $opt['snippet']['type'] = $default;
174 $type = $default; // empty snippet type => tooltip
198 default:
/plugin/twofactor/
H A DManager.php237 * Get the user's default provider if any
246 $default = $setting->get('defaultmod');
249 if (isset($providers[$default])) return $providers[$default];
259 * Set the default provider for the user
H A DSettings.php76 * @param mixed $default Default to return when no setting available
79 public function get($key, $default = null) argument
83 if (!$success) return $default;
/plugin/twofactor/action/
H A Dprofile.php138 $manager->getUserDefaultProvider(); // resets the default to the next available
190 * Print the form where a user can select their default provider
199 $default = $manager->getUserDefaultProvider();
206 if ($provider->getProviderID() === $default->getProviderID()) {
208 $el->getLabel()->val($provider->getLabel() . ' ' . $this->getLang('default'));
/plugin/siteexport/
H A DREADME.md49 By default this is the same namespace/page that you are going to export. That will result in a flat…
82 By default the engine of the DokuWiki. This allows exporting the pages with other renderers, e.g. t…
86 Allows to export the pages with a different template than the default one.
/plugin/siteexport/renderer/
H A Dpdf.php284 $default = $this->_simpleTitle($id);
289 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
319 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
/plugin/siteexport/syntax/
H A Dtoc.php297 $name = $renderer->_getLinkTitle($name, $default, $isImage, $id, $linktype);
300 $default = $renderer->_simpleTitle($id);
/plugin/struct/meta/
H A DTranslationUtilities.php51 * and then to the provided default
54 * @param string $default the default to return if there is no translation set for $key
58 public function getTranslatedKey($key, $default) argument
68 return $default;
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:'';top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;background-color:#ffef8b;border-top:1px solid gold}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}div.jsoneditor-contextmenu-root{position:relative;width:0;height:0}div.jsoneditor-contextmenu{position:absolute;z-index:99999}div.jsoneditor-contextmenu ul{position:relative;left:0;top:0;width:124px;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px rgba(128,128,128,.3);list-style:none;margin:0;padding:0}div.jsoneditor-contextmenu ul li button{padding:0;margin:0;width:124px;height:24px;border:none;cursor:pointer;color:#4d4d4d;background:0 0;line-height:26px;text-align:left}div.jsoneditor-contextmenu ul li button::-moz-focus-inner{padding:0;border:0}div.jsoneditor-contextmenu ul li button:focus,div.jsoneditor-contextmenu ul li button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}div.jsoneditor-contextmenu ul li button.jsoneditor-default{width:92px}div.jsoneditor-contextmenu ul li button.jsoneditor-expand{float:right;width:32px;height (…)
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dol.css
/plugin/openlayersmap/
H A Dstyle.less41 cursor: default;
/plugin/acknowledge/
H A Ddeleted.files5 conf/default.php
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css628 cursor: default;
H A Dlightgallery.min.css1 …er #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:f…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt52 * [bugfix: G123] improved default thumbnail filename
218 default class paramters to default to allow reusing a
746 * New default detection method for
865 where (0 < <radius> < 25) (default = 1)
960 had a broken check for default values
1005 radius (default = 0.5), <t> is the threshold
1006 (default = 3).
1057 the shadow (default=225)
1134 (thanks mordorØdefault*co*yu)
1207 default values, unless you set
[all …]
H A Dphpthumb.faq.txt94 http://support.microsoft.com/default.aspx?scid=kb;en-us;810978
95 http://support.microsoft.com/default.aspx?scid=kb;en-us;260650
112 $PHPTHUMB_CONFIG['allow_src_above_docroot'] (default=false)
113 $PHPTHUMB_CONFIG['allow_src_above_phpthumb'] (default=true)
142 but typically the default setting works better.
188 A: By default, phpThumb() only makes thumbnails for the same
H A Dphpthumb.readme.txt212 q = JPEG compression (1=worst, 95=best, 75=default)
213 sx = left side of source rectangle (default = 0)
215 sy = top side of source rectangle (default = 0)
217 sw = width of source rectangle (default = fullwidth)
234 bg = background hex color (default = FFFFFF)
235 bc = border hex color (default = 000000)
286 where (0 < <radius> < 25) (default = 1)
293 (range -10 to 10, default 6)
306 2=ImageMagick Contrast-Stretch (default)
309 will be clipped in percent (default = 0.1%)
[all …]
/plugin/photogallery/phpThumb/fonts/
H A Dreadme.txt1 This is the default location for TTF fonts.
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default33 // but has been known to be broken on some servers. This value allows you to override the default v…
34 // Do not modify from the auto-detect default value unless you are having problems.
50 $PHPTHUMB_CONFIG['auto_allow_symlinks'] = true; // if true (default), allow symlink targ…
141 // calculate default max_source_pixels as 1/6 of memory limit configuration
152 …HUMB_CONFIG['output_maxwidth'] = 0; // default maximum thumbnail width. If this is zero the…
153 …HUMB_CONFIG['output_maxheight'] = 0; // default maximum thumbnail height. If this is zero the…
157 $PHPTHUMB_CONFIG['error_image_width'] = 400; // default width for error images
158 $PHPTHUMB_CONFIG['error_image_height'] = 100; // default height for error images
182 // * Border & Background default colors
208 … // PHP default: none
[all …]
/plugin/dokuprism/
H A DREADME.md4 By default this plugin override builtin `<code>` and `<file>` tags. You can change this in DokuWiki settings.
/plugin/sqlite/
H A DSQLiteDB.php323 * @param mixed $default What to return if the value isn't set
327 public function getOpt($opt, $default = null)
331 return $default;
298 getOpt($opt, $default = null) global() argument
/plugin/nodetailsxhtml/
H A Drenderer.php22 private $startlevel = 0; // level to start with numbered headings (default = 2)
262 // default name is based on $id as given
263 $default = $this->_simpleTitle($id);
273 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
303 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
/plugin/templater/
H A DCHANGELOG.md62 * Allowing multiple instances of a template and default values (default default = '').
/plugin/mikioplugin/
H A DREADME.md49 - Fix missing default options of height and width in nav element [#29](https://github.com/nomadjimbob/mikioplugin/issues/29). Thanks armandostyl.
137 - Fix Carousel not containing image by default [#14](https://github.com/nomadjimbob/mikioplugin/issues/14). Thanks eFreshman

12345678910>>...54