Home
last modified time | relevance | path

Searched refs:value (Results 276 – 300 of 582) sorted by path

1...<<11121314151617181920>>...24

/template/lisps/
H A Dstyle.ini9 ; Define the stylesheets your template uses here. The second value
/template/m1/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/masa/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/material/css/
H A Dbasic.less414 .value{
/template/mcz/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
/template/mikio/
H A DREADME.md67 - `navbarDWMenuCombine` : how to show the DokuWiki menu in the navbar. Can be either category dropdowns, single items or a combined dropdown. The combined menu title is pulled from the `tools-menu` language value
107 - `youarehereHome` : change the you are here home item to none, page title of root page, 'home' or an icon/image. The 'home' text is pulled from the `home` language value
196 - If the icon tag conflicts with another plugin, you can change the tag from `icon` to a user set value in the settings
222 The default value which is the same standard DokuWiki is: `{file} · %lastmod% {date}[LOGGEDIN=[USER= %by% {user}][LOCKED= · %lockedby% {locked}]]`
281 - Changed default value of showNotifications to `always` to reflect DokuWiki. [#58](https://github.com/nomadjimbob/mikio/issues/58). Thanks schplurtz.
H A Dcss.php19 foreach($_SERVER as $name => $value) {
21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
102 foreach ($arr2 as $key => $value){
104 $arr1[$key] = array_merge($arr1[$key], $value);
106 $arr1[$key] = $value;
H A Ddetail.php79 $value = tpl_img_getTag($t); variable
80 if ($value !== '') {
83 echo dformat($value);
85 echo hsc($value);
H A Dmikio.php247 * @param mixed $default If key doesn't exist, return this value.
248 * @return mixed parsed value of configuration
252 $value = tpl_getConf($key, $default);
370 return (bool) $value;
372 return (int) $value;
374 return $value;
378 if (in_array($value, $row['values']) === true) {
379 return $value;
396 return $value;
1071 $html .= '<input type="hidden" name="do" value
[all...]
/template/mikio/assets/
H A Dmikio-typeahead.js56 this.value = this.$element.val() || this.$element.text();
72 // var val = this.$menu.find('.active').data('value');
91 var val = this.$menu.find('.active').data('value');
318 jQuery.each(items, function (key, value) {
320 if (key > 0 && value[_category] !== items[key - 1][_category]) {
329 if (value[_category] && (key === 0 || value[_category] !== items[key - 1][_category])) {
332 name: value[_category]
337 data.push(value); argument
350 i = jQuery(that.options.item || that.theme.item).data('value', ite
[all...]
H A Dmikio.css4380 .mikio .mode_admin table.jsoneditor-tree div.jsoneditor-value,
4381 .mikio .mode_admin table.jsoneditor-values div.jsoneditor-value {
H A Dmikio.js167 if (elem.value.length != 0) {
179 if (event.target.value != '') {
361 colorTextInput.value = input.value;
372 let s = this.colorToHex(input.value);
373 colorSelectorInput.value = s;
H A Dmikio.less10 .mikio-user-select(@value: none) {
11 -webkit-user-select: @value;
12 -moz-user-select: @value;
13 -ms-user-select: @value;
16 .mikio-appearance(@value: none) {
17 -webkit-appearance: @value;
18 -moz-appearance: @value;
19 -ms-appearance: @value;
22 .mikio-transition(@value: all 0s ease 0s) {
23 -webkit-transition: @value;
[all...]
/template/mikio/inc/
H A Dsimple_html_dom.php486 //no value attr: nowrap, checked selected...
738 . ' where nodes value is: '
744 // the value of the selector.
785 protected function match($exp, $pattern, $value, $case_sensitivity) argument
792 $value = strtolower($value);
797 return ($value === $pattern);
799 return ($value !== $pattern);
801 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value);
803 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value);
983 __set($name, $value) global() argument
1269 setAttribute($name, $value) global() argument
2326 createElement($name, $value = null) global() argument
2331 createTextNode($value) global() argument
[all...]
/template/mindthedark/css/
H A Dmobile.less281 #config__manager fieldset td.value,
326 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/template/mindthedark/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/minima/
H A Ddesign.css751 #config__manager fieldset td.value {
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_blue.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_brown.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_gray.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_green.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_pink.ini4 ; Define the stylesheets your template uses here. The second value
H A Dstyle_purple.ini4 ; Define the stylesheets your template uses here. The second value

1...<<11121314151617181920>>...24