Home
last modified time | relevance | path

Searched refs:default (Results 51 – 75 of 1338) sorted by last modified time

12345678910>>...54

/plugin/dev/
H A Dcli.php129 default:
177 $default = '';
180 $default = file_get_contents($cachename);
185 if ($default) echo ' [' . $default . ']';
192 if ($value === '') $value = $default;
/plugin/button/
H A Dsyntax.php27 05/08/2015 : Merged lisps default style option and added french translation
37 18/11/2016 : Added default target for external links
207 } else if ($this->hasTarget('default')) {
208 $data['target'] = $this->getTarget('default');
216 if ($this->hasStyle('default') && ($data['css'] != 'default')) {
217 $data['css'] = $this->getStyle('default') . ' ; ' . $data['css'];
394 // default name is based on $id as given
395 $default = $xhtml->_simpleTitle($id);
401 $name = $xhtml->_getLinkTitle($name, $default,
[all...]
/plugin/copycode/
H A DREADME.md29 - Removing default contextmenu on right click on a code block
/plugin/imapmarkers/
H A DREADME.md93 **"marker"**: (string) ```"internal"``` -- Use the plugins-internal marker. This is the default, so…
/plugin/translation/
H A Daction.php84 // if the language is not the default language, set the language
198 $default = $conf['lang_before_translation'] ?? $conf['lang'];
199 $defaultlink = $this->helper->buildTransID($default, ($this->helper->getTransParts($ID))[1])[0];
202 'hreflang' => 'x-default',
262 * default language first
H A Dstyle.less8 // default styles for inline language selector
73 cursor: default;
/plugin/todo/
H A Dstyle.css5 span.todohlght:hover{background:#DDD; cursor:default; }
6 span.todouser { font-size: x-small; cursor:default; font-style: italic; padding-left: 3px; padding-right: 3px; margin-right: 4px; }
/plugin/gitbacked/
H A DCHANGELOG.md78 - `'repoWorkDir'` is configured empty by default now
90 …- Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author an…
/plugin/dw2pdf/tpl/default/
H A Dstyle.css25 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
37 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
49 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
58 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
67 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php837 function SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = -1, $js = '', $background_col = false, $border_col = false)
855 $default = $this->Win1252ToPDFDocEncoding($default);
860 $this->mpdf->UTF8StringToArray($default); // Add characters to font subset
866 if ($default) {
867 $default = $this->writer->utf8ToUtf16BigEndian($default);
893 'DV' => $default,
1231 default:
1255 default
839 SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = 1, $js = '', $background_col = false, $border_col = false) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php8 public static function get($array, $key, $default = null) argument
18 return $default;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php103 * Get a value by its key from a dictionary or a default value.
107 * @param PdfType|mixed|null $default
111 public static function get($dictionary, $key, PdfType $default = null) argument
119 return $default === null
121 : $default;
/plugin/dw2pdf/conf/
H A Dstyle.css2 * These are the styles loaded by default
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md13 > the default repository branch is `development` which can differ from the last stable release.
92 By default, the temporary directory will be inside vendor directory and will have write permissions from
H A DCHANGELOG.md171 - Availability to set custom default CSS file
310 - Setting page format incorrectly set default twice and missed some options
523 2) Table of Contents - appearance can now be controlled with CSS styles. By default, in mPDF 5.7, no styling is applied so you will get:
524 - No indent (previous default of 5mm) - ($tocindent is ignored)
526 - HyperLinks will appear with your default appearance - usually blue and underlined
619 - $this->defaultCSS - added default CSS properties
631 - `<mark>` has a default CSS set in config.php to yellow highlight
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md95 method have more logical correct default values now. Passing `0` as width or height will
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css4 A default margin-top/bottom for lists is NOT set in config.php - (standard browsers give outermost list a top and bottom margin).
5 [mPDF default CSS set in configuration only works on basic elements, cannot do selectors such as "ol ol"]
6 Need to add the following to do this, but also prevent margins in nested lists as per default HTML in most browsers:
60 padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
73 padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
87 padding-right: 0em; /* should match the outdent specified for ToC; 0 is default; suggested value 2em */
/plugin/combo/ComboStrap/
H A DArrayUtility.php79 // By default, the pointer is on the first element
100 * @param array $default
104 public static function mergeByValue(array $default, array $overwrite): array argument
106 return array_merge($default,$overwrite);
H A DMarkupPath.php183 * default markup path file that were not in any drive
516 LogUtility::internalError("Internal Error: The page ($this) does not have any default title");
936 function getLocale($default = null): ?string argument
940 return $default;
1897 * * or the default context path if the path cannot be transformed as wiki path.
H A DCall.php350 default:
401 default:
476 * to override the dokuwiki default
479 * because an image is by default a inline component
525 default:
663 * @param null $default
667 function &getAttribute($key, $default = null) argument
673 return $default;
883 default:
989 default
[all...]
H A DMetadataFormDataStore.php25 public function get(Metadata $metadata, $default = null) argument
46 default:
57 return $default;
H A DMetadataSingleArrayStore.php50 public function get(Metadata $metadata, $default = null) argument
65 return $default;
92 public function getFromName(string $name, $default = null) argument
99 return $default;
102 public function setFromPersistentName(string $name, $value, $default = null) argument
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php48 "default", // If a variable is null, it will use the default instead
593 * Provide a default fallback
595 * {{default title "No title available"}}
609 $default = $m[2];
611 return ($value) ?: $default;
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md78 - New instance of `RemoteWebDriver` created via `createBySessionID()` by default expects W3C mode. This could be disabled using fifth parameter of `createBySessionID()`.
/plugin/combo/renderer/
H A Danalytics.php74 * The default man
190 * @param $default
193 private static function getAndUnset(array &$array, $key, $default) argument
200 return $default;

12345678910>>...54