Skip to content

Commit

Permalink
[Jenkins] Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jan 15, 2025
1 parent a78a312 commit 4e3d673
Show file tree
Hide file tree
Showing 18 changed files with 376 additions and 371 deletions.
2 changes: 1 addition & 1 deletion de_DE/dev/core4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

..

****: `"compatibility" :
Beispiel ****: `"compatibility" :

:

Expand Down
36 changes: 18 additions & 18 deletions de_DE/dev/core4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ php

html
{% raw %}
<div class="eqLogic eqLogic-widg allowResize allowReorderCmd #custom_layout# #eqLogic_class# #class#" data-eqType="#eqType#" data-eqLogic_id="#id#" data-eqLogic_uid="#uid#" data-version="#version#" data-translate-category="#translate_category#" data-category="#category#" data-tags="#tags#" style="width: #width#height: #height##style#">
<div class="eqLogic eqLogic-widg allowResize allowReorderCmd #custom_layout# #eqLogic_class# #class#" data-eqType="#eqType#" data-eqLogic_id="#id#" data-eqLogic_uid="#uid#" data-version="#version#" data-translate-category="#translate_category#" data-category="#category#" data-tags="#tags#" style="width: #width#;height: #height#;#style#">
<div class="#isVerticalAlign#">
<center>
#cmd#
Expand Down Expand Up @@ -67,9 +67,9 @@ html

{% raw %}
) {
$return = array()
$return = array();
::) {
$eqLogic_json = json_encode(utils::o2a($eqLogic))
$eqLogic_json = json_encode(utils::o2a($eqLogic));
#([0-9]*)#
) {
)) {
Expand All @@ -78,12 +78,12 @@ html
'?>',
'),
'who' => '#' . $cmd_id . '#'
)
);
}
}
}
}
return $return;
}
{% endraw %}
Expand Down Expand Up @@ -122,7 +122,7 @@ html
{% raw %}
<legend><i class="fa fa-table"><i> {{Mes Equipemnts}}<legend>
<div class="input-group" style="margin-bottom:5px">
<div class="input-group" style="margin-bottom:5px;">
<input class="form-control roundedLeft" placeholder="{{Rechercher}}" id="in_searchEqlogic">
<div class="input-group-btn">
<a id="bt_resetObjectSearch" class="btn" style="width:30px"><i class="fas fa-times"><i>
Expand Down Expand Up @@ -150,7 +150,7 @@ html
<details>
<summary markdown="span"> d'event js<summary>
<summary markdown="span">Beispiel d'event js<summary>


{% raw %}
Expand Down Expand Up @@ -238,14 +238,14 @@ html
<div class="eqLogicThumbnailContainer">
<?php
) {
$div = ''
$opacity = ($eqLogic->getIsEnable()) ? '' : 'disableCard'
$div .= '<div class="eqLogicDisplayCard cursor '.$opacity.'" data-eqLogic_id="' . $eqLogic->getId() . '">'
$div .= '<img src="' . $plugin->getPathImgIcon() . '">'
$div .= '<br>'
$div .= '<span class="name">' . $eqLogic->getHumanName(true, true) . '<span>'
$div .= '<span class="hidden hiddenAsCard displayTableRight">'.$eqLogic->getConfiguration('autorefresh').' | '.$eqLogic->getConfiguration('loglasttime').'h<span>'
$div .= '<div>'
$div = '';
$opacity = ($eqLogic->getIsEnable()) ? '' : 'disableCard';
$div .= '<div class="eqLogicDisplayCard cursor '.$opacity.'" data-eqLogic_id="' . $eqLogic->getId() . '">';
$div .= '<img src="' . $plugin->getPathImgIcon() . '">';
$div .= '<br>';
$div .= '<span class="name">' . $eqLogic->getHumanName(true, true) . '<span>';
$div .= '<span class="hidden hiddenAsCard displayTableRight">'.$eqLogic->getConfiguration('autorefresh').' | '.$eqLogic->getConfiguration('loglasttime').'h<span>';
$div .= '<div>';
}
?>
Expand All @@ -272,7 +272,7 @@ html
<details>
<summary markdown="span"> de code de Widg avec template<summary>
<summary markdown="span">Beispiel de code de Widg avec template<summary>
<div class=" cmd-widget" ...>
Expand Down Expand Up @@ -322,7 +322,7 @@ js

> .

:
Beispiel :

html
<div class="content-xs">
Expand Down Expand Up @@ -388,7 +388,7 @@ php
'',
'')
)
)
);
}
Expand Down
4 changes: 2 additions & 2 deletions de_DE/dev/core4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ js
$('.cmd[data-cmd_id=#id#]').attr('title', '{{Date de valeur}} : '+_options.valueDate+'<br/>{{}} : ')
$('.cmd[data-cmd_id=#id#] .state').empty().append(_options.)
$('.cmd[data-cmd_id=#id#] .unit').empty().append(_options.unit)
})
});

:'#id#',: '#state#', valueDate: '#valueDate#', collectDate: '#collectDate#', alertLevel: '#alertLevel#', unit: '#unite#'}])

Expand All @@ -125,7 +125,7 @@ js
:

`php
$options['source'] = 'plugin Mode '.$this->getName()
$options['source'] = 'plugin Mode '.$this->getName();
scenarioExpression::
`

Expand Down
8 changes: 4 additions & 4 deletions de_DE/dev/daemon_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ php
$return['launchable'] = 'nok';
$return['launchable_message'] = __('La clé d\'application n\'est pas configurée', __FILE__);
}

return $return;
}


Expand Down Expand Up @@ -601,7 +601,7 @@ json

##### pre-install:

:
Beispiel :

json
{
Expand All @@ -613,7 +613,7 @@ json
##### post-install

.
:
Beispiel :

json
{
Expand Down Expand Up @@ -829,7 +829,7 @@ php
$return['state'] = 'ok';
}
}

return $return;
}


Expand Down
Loading

0 comments on commit 4e3d673

Please sign in to comment.