Home
last modified time | relevance | path

Searched refs:a (Results 551 – 575 of 6240) sorted by path

1...<<21222324252627282930>>...250

/plugin/blogmeta/
H A DCOPYING33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
/plugin/blogtng/
H A DCOPYING33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A Dscript.js214 let a = jQuery("#comment_" + id).get(0);
215 if (!a){ return; }
218 let content = String(a.innerHTML);
H A Dstyle.css291 div.dokuwiki a.cloud_weight0 { font-size: 100% !important; }
292 div.dokuwiki a.cloud_weight1 { font-size: 110% !important; }
293 div.dokuwiki a.cloud_weight2 { font-size: 120% !important; }
294 div.dokuwiki a.cloud_weight3 { font-size: 130% !important; }
295 div.dokuwiki a.cloud_weight4 { font-size: 140% !important; }
296 div.dokuwiki a.cloud_weight5 { font-size: 150% !important; }
/plugin/bookcreator/
H A DREADME.md4 Allow to select some pages and create a book (PDF or text)
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
H A Dplugin.info.txt6 desc Allow to make a book (PDF, ODT, HTML or text) from selected pages
H A Dstyle.css95 .dokuwiki .bookcreator__pagelist ul li a.action{
102 .dokuwiki .bookcreator__pagelist ul.selected li a.action.include {
105 .dokuwiki .bookcreator__pagelist ul.selected li a.action.remove {
108 .dokuwiki .bookcreator__pagelist ul.selected li a.action svg{
113 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.include {
116 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.remove {
119 .dokuwiki .bookcreator__pagelist ul.deleted li a.action svg{
178 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a .bookmin {
182 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookplus {
185 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a
[all...]
/plugin/bookcreator/script/
H A Djquery.fileDownload.js12 * You must also write a cookie in conjunction with using this plugin as mentioned in the orignal post:
40 //Requires jQuery UI: provide a message to display to the user when the file download is being prepared before the browser's dialog appears
45 //Requires jQuery UI: provide a message to display to the user when a file download fails
50 //the stock android browser straight up doesn't support file downloads initiated by a non GET: http://code.google.com/p/android/issues/detail?id=1780
51 //specify a message here to display if a user tries with an android browser
52 //if jQuery UI is installed this will be a dialog, otherwise it will be an alert
55 androidPostUnsupportedMessageHtml: "Unfortunately your Android browser doesn't support this type of file download. Please try again with a different browser.",
63 //a functio
[all...]
H A Dnspicker.js72 jQuery(bc_nspicker.result).on('click', 'a', bc_nspicker.onResultClick);
105 bc_nspicker.resultClick($obj.find('a')[0]);
159 // greater than the height of a childDiv
167 * deselect a result if any is selected
183 if (!jQuery(this).is('a')) {
193 * Handles the "click" on a given result anchor
195 resultClick: function (a) { argument
197 if (a.title === '' || a.title.substr(a
[all...]
/plugin/bookcreator/syntax/
H A Dbookmanager.php3 * BookCreator plugin : Create a book from some pages.
190 * Only visible when a selection is loaded from the save selections or from cookie FIXME
276 // Save current selection to a wikipage
334 * @param array $a
338 function _datesort($a, $b) {
339 if($b['rev'] < $a['rev']) return -1;
340 if($b['rev'] > $a['rev']) return 1;
341 return strcmp($b['id'], $a['id']);
347 * @param array $a
351 function _titlesort($a,
408 _datesort($a, $b) global() argument
421 _titlesort($a, $b) global() argument
[all...]
/plugin/booking/
H A DLICENSE33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
/plugin/bookmark/
H A Dsyntax.php60 $renderer->doc .= '<a name="' . $data[0] . '" id="' . $data[0]. '"></a>';
/plugin/bookmark2wiki/
H A DLICENSE33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A DREADME3 to create a a drawingboard by using drawingboard.js library
H A Dplugin.info.txt6 desc to bookmark url on a targeted namespace
/plugin/bookmarkfile/
H A DREADME.md3 With this DokuWiki plugin you can convert a bookmark file into a hierarchic link list.
H A Dplugin.info.txt6 desc Convert a bookmark file into a hierarchic link list
/plugin/bookmarkme/
H A Dstyle.css28 ul.bookmarkme li a {
36 ul.bookmarkme li a:hover {
/plugin/bootnote/
H A DREADME.md5 Bootnote is a plugin for [Dokuwiki](https://www.dokuwiki.org). It display some note inside the wiki…
13 This plugin does not need any requirements but you need a template like [Boostrap 3](https://github…
19 * "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
20 * Web : display a note with an globe sign : `<bootnote web>...Note...</bootnote>`
21 * Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
23 * Warning : display a note with a warning sign : ``<bootnote warning>...Note...</bootnote>``
24 * Critical : display a note with a fire sign ``<bootnote critical>...Note...</bootnote>``
36 Here is a preview of each note :
40 …ettings but he's deprecated for Dokuwiki theme and only works properly with a bootstrap theme ! Th…
H A Dstyle.css55 .note>a.urlextern {
196 .n-globe>p>a.urlextern {
/plugin/bootswrapper/
H A DAUTHORS.md14 *For a list of people who have contributed to the template, see [GitHub's list of contributors](htt…
H A DLICENSE33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A Dall.css17 .bs-wrap-accordion .panel-heading a {
34 * Requires a base and modifier class.
/plugin/bootswrapper/exe/help/
H A Daccordion.txt9 …quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid sin…
12 …quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid sin…
15 …quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid sin…
23 …quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid sin…

1...<<21222324252627282930>>...250