Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 582) sorted by last modified time

12345678910>>...24

/template/sprintdoc/
H A Dsvg.php14 * @param null|string $value
17 public function prependChild($name, $value = null) { argument
21 $dom->ownerDocument->createElement($name, $value),
H A Dstyle.ini11 ; Define the stylesheets your template uses here. The second value
/template/sprintdoc/css/
H A Dprint.less249 td.value,
267 td.value {
/template/sprintdoc/css/plugins/
H A Dconfigmanager.less130 &.value,
/template/kiwiki/
H A Ddetail.php67 $value = tpl_img_getTag($t); variable
68 if ($value) {
71 echo dformat($value);
73 echo hsc($value);
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/wikipraktik/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/ad-hominem/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/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/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}]]`
275 - 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);
365 return (bool) $value;
367 return (int) $value;
369 return $value;
373 if (in_array($value, $row['values']) === true) {
374 return $value;
391 return $value;
1056 $html .= '<input type="hidden" name="do" value
[all...]
/template/launch/
H A Ddetail.php68 $value = tpl_img_getTag($t); variable
69 if ($value) {
72 echo dformat($value);
74 echo hsc($value);
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/template/launch/css/
H A Dlaunch-responsive.css53 #config__manager fieldset td.value { width: unset; }
56 #config__manager fieldset td.value,
/template/varicolored/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
H A Ddetail.php68 $value = tpl_img_getTag($t); variable
69 if ($value) {
72 echo dformat($value);
74 echo hsc($value);
/template/varicolored/css/
H A Dfordokuwiki.css72 #config__manager fieldset td.value { width: 25%; }
H A Dvapicolored-responsive.css49 #config__manager fieldset td.value { width: unset; }
52 #config__manager fieldset td.value,
/template/cleanresurrected/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value

12345678910>>...24