Home
last modified time | relevance | path

Searched refs:default (Results 51 – 75 of 1338) sorted by relevance

12345678910>>...54

/plugin/pgn4web/pgn4web/
H A Dtactics.css62 /* a "width" attribute here must use the !important flag to override default settings */
71 /* a "width" attribute here must use the !important flag to override default settings */
75 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtilb98r2.css75 /* a "width" attribute here must use the !important flag to override default settings */
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
92 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
H A Dchess960wch06.css70 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dinputform.css84 /* a "width" attribute here must use the !important flag to override default settings */
99 /* a "width" attribute here must use the !important flag to override default settings */
107 /* a "width" attribute here must use the !important flag to override default settings */
112 /* a "width" attribute here must use the !important flag to override default settings */
116 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtemplate.css70 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/combo/ComboStrap/
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
H A DTemplateStore.php25 public function get(Metadata $metadata, $default = null) argument
31 public function getFromName(string $name, $default = null) argument
36 public function setFromPersistentName(string $name, $value, $default = null) argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst6 The possibility to define default values for arguments in the macro
21 Each argument can have a default value (here ``text`` is the default value for
26 Before Twig 1.12, defining default argument values was done via the
27 ``default`` filter in the macro body:
32 …<input type="{{ type|default('text') }}" name="{{ name }}" value="{{ value|e }}" size="{{ size|def…
94 …<input type="{{ type|default('text') }}" name="{{ name }}" value="{{ value|e }}" size="{{ size|def…
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php63 * @param mixed|null $default
67 public function getPageData($key, $default = null) argument
73 return $default;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dself_import.test10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
H A Dbasic.test10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
H A Dexternal.test10 …<input type="{{ type|default("text") }}" name="{{ name }}" value="{{ value|e|default('') }}" size=…
/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/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/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/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection91 default=-1
98 default=5
105 default=10737418240
114 default=1073741824
/plugin/bootswrapper/syntax/
H A Dbootstrap.php104 $default = isset($item['default']) ? $item['default'] : null;
128 $checked_attributes[$name] = $default;
133 …ode>) for <code>$name</code> attribute. It will apply the default value <code>$default</code>", 2);
136 $checked_attributes[$name] = $default;
152 …ode>) for <code>$name</code> attribute. It will apply the default value <code>$default</code>", 2);
154 $checked_attributes[$name] = $default;
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php200 function sharedapi_extract_gpc_variable($source, $name, $default = '') { argument
201 $v = $default;
219 function sharedapi_gpc_variable($name, $default = '', $r = 'g') { argument
220 $v = $default;
224 $v = sharedapi_extract_gpc_variable($_GET, $name, $default);
227 $v = sharedapi_extract_gpc_variable($_POST, $name, $default);
230 $v = sharedapi_extract_gpc_variable($_COOKIE, $name, $default);
233 $v = sharedapi_extract_gpc_variable($_SERVER, $name, $default);
527 …function sharedapi_url_add_destination($url, $capture_referrer = true, $default = '', $lid = '', $… argument
537 if (empty($referrer) && $default && !empty($default)) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php23 private $default; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
62 public function setDefault($default = null) argument
65 $this->default = $default;
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php46 * @param string|null $default The default to return if no executable is found
51 public function find($name, $default = null, array $extraDirs = []) argument
86 return $default;
/plugin/revealjs/
H A Dchangelog.md20 …- `---->` opens a new slide with default transition in default speed (open previous slides will be…
24 … `%` and `px` or by keywords `auto`, `contain` and `cover` (cover is the default in Reveal.js) - e…
26 …- Background image repeat is recognized by the keyword `repeat` (no-repeat is the default in Revea…
29 - Transition speed: `default`, `fast`, `slow`
40 …- New conf option show_slide_details (default on): Show slide details on wiki page: start of slide…
63 - Subscript and superscript are now a bit smaller than the default text
65 - In DokuWiki in the default theme images have no borders
73 …nge is the aligned background color, which match the background color of the default DokuWiki theme
89 * Add option to open presentation in new window and make this behavior default
125 * Default values have changed. Controls are not shown by default anymore.
[all …]
H A DREADME.md80 * default
89 The default is white.
99 The default is false.
109 The default is false.
119 The default is false.
133 The default is fade.
143 The default is 2.
153 The default is false.
163 The default is false.
180 The default is 0.
[all …]
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php25 * Replaces default suffixes of executable.
44 * @param string|null $default The default to return if no executable is found
49 public function find(string $name, string $default = null, array $extraDirs = []) argument
84 return $default;
/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/subjectindex/inc/
H A Dmatcher.php19 $default = null;
30 if ($matcher->type == 'default') $default = $matcher;
33 $default->types = $types;

12345678910>>...54