Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • clients/cesium-grp/cesium-plus-pod
  • clients/java/duniter4j
  • ji_emme/duniter4j
  • dvermd/cesium-plus-pod
  • okayotanoka/cesium-plus-pod
  • pokapow/cesium-plus-pod
  • pini-gh/cesium-plus-pod
7 results
Show changes
package org.duniter.elasticsearch.util.os.win.handle;
/*
* #%L
* Reef DB :: UI
* Reef DB
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2014 - 2015 Ifremer
* Copyright (C) 2014 - 2017 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/gpl-3.0.html>.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
#bannerRight {
position: absolute;
top: 10px;
right: 20px;
}
import com.sun.jna.win32.StdCallLibrary.StdCallCallback;
public interface HANDLER_ROUTINE extends StdCallCallback {
int CTRL_CLOSE_EVENT = 2;
int CTRL_LOGOFF_EVENT = 5;
int CTRL_SHUTDOWN_EVENT = 6;
#bannerRight img {
max-width: 75px;
}
long callback(long dwCtrlType);
#leftColumn {
width: 20%;
}
#bodyColumn {
width: 75%;
}
\ No newline at end of file
src/site/resources/images/logos/logo_96px.png

9.64 KiB

src/site/resources/images/logos/logo_duniter.png

5.48 KiB

src/site/resources/images/logos/maven-feather.png

3.25 KiB

File added
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
Reef DB
$Id:$
$HeadURL:$
%%
Copyright (C) 2014 - 2015 Ifremer
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<project name="${project.name}">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.5</version>
</skin>
<custom>
<fluidoSkin>
<topBarEnabled>false</topBarEnabled>
<googleSearch/>
<sideBarEnabled>true</sideBarEnabled>
<searchEnabled>true</searchEnabled>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
</fluidoSkin>
</custom>
<bannerLeft>
<name>${project.name}</name>
<href>./index.html</href>
</bannerLeft>
<bannerRight>
<name>${project.name}</name>
<src>http://doc.e-is.pro/duniter4j/images/logos/logo_duniter.png</src>
<href>./index.html</href>
</bannerRight>
<publishDate position="right" format="yyyy-MM-dd"/>
<version position="none"/>
<poweredBy>
<logo href="http://maven.apache.org" name="Maven"
img="./images/logos/maven-feather.png"/>
</poweredBy>
<body>
<head><![CDATA[
<link rel="stylesheet" type="text/css" href="http://doc.e-is.pro/duniter4j/css/site.css"></link>
<link rel="icon" href="https://duniter.org/fr/images/duniter-logo.png"></link>
]]>
</head>
<links>
<item name="Duniter" href="http://duniter.org"/>
<item name="Cesium+ pod" href="http://doc.e-is.pro/cesium-plus-pod/"/>
<item name="Source code" href="https://git.duniter.org/clients/java/duniter4j"/>
</links>
<breadcrumbs>
<item name="${project.name}" href="./index.html"/>
</breadcrumbs>
<menu name="${project.name}" inherit="top">
<item name="Home" href="./index.html"/>
<item name="Downloads"
href="https://github.com/duniter/duniter4j/releases"/>
</menu>
<menu name="User manual" inherit="top">
<item name="Command line tools" href="./CLI.html"/>
</menu>
<menu name="Technical documentation" inherit="top">
<item name="Java API" href="./Java_API.html"/>
<item name="Build from source" href="./build.html"/>
<item name="Development tutorial (french)" href="./development_tutorial.html"/>
</menu>
<!--<menu name="Modules" ref="modules"/>-->
<menu name="Community" inherit="bottom">
<item name="Source code"
href="https://git.duniter.org/clients/java/duniter4j"/>
<item name="Issue Tracking"
href="https://git.duniter.org/clients/java/duniter4j/issues"/>
<item name="Forum"
href="https://forum.duniter.org"/>
</menu>
<menu ref="reports" inherit="bottom"/>
</body>
</project>