Lines Matching +full:v +full:- +full:hope
12 * This program is distributed in the hope that it will be useful,
35 $lang = preg_replace("/[^a-z]+/", "", $lang);
42 … $langUrl = $baseUrl . "lib/plugins/{$pluginName}/3rd/dhtmlxgantt/locale/locale_$lang.js?v=6.3.5";
51 …eet" href="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/dhtmlxgantt.css?v=6.3.5">
53 .gantt-fullscreen {
61 -webkit-transition: background-color 0.5s, opacity 0.5s;
62 transition: background-color 0.5s, opacity 0.5s;
64 .gantt-fullscreen:hover {
68 <script src="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/dhtmlxgantt.js?v=6.3.5"…
69 … ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/ext/dhtmlxgantt_fullscreen.js?v=6.3.5"></script>
76 gantt.config.date_format = "%d-%m-%Y %H:%i"
80 // fullscreen -->
83 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/expand-solid.svg';
84 toggleIcon.className = 'gantt-fullscreen'
98 …ggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/compress-solid.svg';
106 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/expand-solid.svg';
109 // <---