This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: 3ED <krzysztof1987 /at/ gmail /dot/ com> | |
# Contributor: jtts | |
pkgname=libreoffice-extension-languagetool-nofr | |
_pkgname=languagetool | |
pkgver=3.2 | |
pkgrel=1 | |
pkgdesc="An Open Source style and grammar checker. Will not register for french and can this be installed in parallel to Grammalecte" | |
arch=('any') | |
url="http://www.languagetool.org/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include "plugins.h" | |
int main() | |
{ | |
auto &factory = PluginSystem::PluginFactory::Instance(); | |
auto plugin = factory.GetPlugin("Plugin1"); | |
plugin->DoSomething(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# This script was hastily cobbled together for my own use. It can | |
# probably break your system. Use at your own risk. | |
$JAIL = "/srv/http"; | |
$USER = "http"; | |
$GROUP = "http"; | |
$WWW_DIR = "www"; | |
$BIN = "bin"; # "bin" or "sbin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Trigger] | |
Type = File | |
Operation = Install | |
Operation = Upgrade | |
Target = usr/lib/modules/*/vmlinuz | |
Target = usr/lib/initcpio/* | |
Target = boot/*.img | |
Target = boot/vmlinuz-* | |
Target = usr/lib/systemd/boot/efi/linuxx64.efi.stub | |
Target = usr/share/systemd/bootctl/splash-arch.bmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
sphinxcontrib.ifearly | |
~~~~~~~~~~~~~~~~~~~~~ | |
Provides the ``ifearly`` directive that allows to write documentation | |
that is included depending on configuration variables. | |
Usage:: | |
.. ifearly:: releaselevel in ('alpha', 'beta', 'rc') |
OlderNewer