Home
last modified time | relevance | path

Searched refs:is (Results 201 – 225 of 3663) sorted by last modified time

12345678910>>...147

/plugin/translation/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
120 flags/is.gif
257 flags/more/is.gif
H A Dstyle.less61 .dokuwiki div.plugin_translation.is-dropdown {
70 // current language is always first
/plugin/translation/lang/en/
H A Dtotranslate.txt1 FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)/
/plugin/translation/lang/eo/
H A Dtotranslate.txt
/plugin/translation/lang/
H A Dflags.txt74 is https://flagicons.lipis.dev/flags/4x3/is.svg
H A Dlangnames.txt77 is Íslenska
/plugin/translation/lang/nl/
H A Dtotranslate.txt1 FIXME **Deze pagina is nog niet volledig vertaald. Help alsjeblieft de vertaling compleet te maken.**\\ //(verwijder deze paragraaf als de vertaling is voltooid)/
/plugin/todo/
H A Dplugin.info.txt6 desc Create a checkbox based todo list with optional user assignment (basic syntax: <todo>This is a ToDo</todo>). It can also be used as a lightweight task list management system.
H A Dscript.js13 * bugfix: chk.attr('checked') returns checkbox state from html - use chk.is(':checked') - see http://www.unforastero.de/jquery/checkbox-angehakt.php \n
49 checked = !$chk.is(':checked');
51 // if the data-index attribute is set, this is a call from the page where the todos are defined
73 if (param.strikethrough && !$spanTodoinnertext.parent().is("del")) {
77 if ($spanTodoinnertext.parent().is("del")) {
117 if (jQuery(this).parent().is("del")) {
148 $this.prop('checked', !$this.is(':checked'));
/plugin/bureaucracy/
H A DREADME6 If you install this plugin manually, make sure it is installed in
7 lib/plugins/bureaucracy/ - if the folder is called different it
16 This program is free software; you can redistribute it and/or modify
20 This program is distributed in the hope that it will be useful,
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
14 software--to make sure the software is free for all its users. This
70 the term "modification".) Each licensee is addressed as "you".
75 is covered only if its contents constitute a work based on the
77 Whether that is true depends on what the Program does.
112 the Program is not required to print an announcement.)
218 integrity of the free software distribution system, which is
222 system; it is up to the author/donor to decide if he or she is willing
226 This section is intended to make thoroughly clear what is believed to
[all …]
/plugin/tgnotify/
H A DLICENSE13 the copyright owner that is granting the License.
37 copyright notice that is included in or attached to the work
38 (an example is provided in the Appendix below).
41 form, that is based on (or derived from) the Work and for which the
50 to that Work or Derivative Works thereof, that is intentionally
59 excluding communication that is conspicuously marked or otherwise
87 as of the date such litigation is filed.
198 distributed under the License is distributed on an "AS IS" BASIS,
H A DCHANGELOG.rst53 * Feature: Plugin debug mode is added. May be activated at settings page.
/plugin/htmlok/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
14 software--to make sure the software is free for all its users. This
70 the term "modification".) Each licensee is addressed as "you".
75 is covered only if its contents constitute a work based on the
77 Whether that is true depends on what the Program does.
112 the Program is not required to print an announcement.)
218 integrity of the free software distribution system, which is
222 system; it is up to the author/donor to decide if he or she is willing
226 This section is intended to make thoroughly clear what is believed to
[all …]
H A DREADME.md8 If you install this plugin manually, make sure it is installed in
9 `lib/plugins/htmlok/` - if the folder is called different it
18 This program is free software; you can redistribute it and/or modify
22 This program is distributed in the hope that it will be useful,
/plugin/addnewpage/
H A DREADME.md11 This program is free software; you can redistribute it and/or modify
16 This program is distributed in the hope that it will be useful,
/plugin/gitbacked/
H A DCHANGELOG.md5 The format is based on [Keep a Changelog](http://keepachangelog.com/)
25 <empty line> - next line is the starting of the previous release
78 - `'repoWorkDir'` is configured empty by default now
79 - `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79]
91 - If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.
156 - The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitb…
162 - This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 hap…
H A DREADME.md8 …wcomers](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3…
9 …l ideas](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3…
20 This plugin is provided as released DokuWiki installable ZIP packages with detailed [release notes]…
27 - this file is to be unpacked in `<DOKUWIKI_ROOT>/lib/plugins/gitbacked/` - if this folder
28 is called differently it will not work!
44 This plugin is licensed under GPLv2, see [LICENSE](LICENSE).
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
14 software--to make sure the software is free for all its users. This
70 the term "modification".) Each licensee is addressed as "you".
75 is covered only if its contents constitute a work based on the
77 Whether that is true depends on what the Program does.
112 the Program is not required to print an announcement.)
218 integrity of the free software distribution system, which is
222 system; it is up to the author/donor to decide if he or she is willing
226 This section is intended to make thoroughly clear what is believed to
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 the Software, and to permit persons to whom the Software is furnished to do so,
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
136 The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
181 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
271 **Make sure, though, to put this as one of your very first filters in the filter chain so that the entity is loaded
354 not applied. There is two ways for you to handle them:
362 DeepCopy is distributed under the MIT license.
367 Running the tests is simple:
/plugin/dw2pdf/tpl/default/
H A Dstyle.css25 padding-right: 1em; /* padding-right should match e.g <dottab outdent="2em" /> 0 is default */
37 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
49 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
58 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
67 padding-right: 1em; /* padding-right should match <dottab outdent="2em" /> 2em is default */
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md7 Note that this is not a logger of its own. It is merely an interface that
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dlang2fonts.css21 :lang("is"), :lang("isl"), /* Icelandic */
287 font-family: tharlon; /* zawgyi-one is non-unicode compliant but in wide usage ; ayar is also not strictly compliant */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php119 // This bit is specific to PDFX-1a
122 } // This bit is specific to PDFA-1b
126 throw new \Mpdf\MpdfException(sprintf('PDFA version (%s) is not valid. (Use: 1-B, 3-B, etc.)', $this->mpdf->PDFAversion));
264 throw new \Mpdf\MpdfException('ext-zlib is required for compression of associated files');
434 // PrintScaling is PDF 1.6 spec.
443 // Duplex is PDF 1.7 spec.
690 // Subj is PDF 1.5 spec.

12345678910>>...147