Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 3663) sorted by path

12345678910>>...147

/plugin/404manager/
H A DCHANGES.md9 …* During migration, the data store file 404managerRedirect.conf is renamed to 404managerRedirect.c…
12is no more split by an underscore `_` for the best page name. This is to avoid that the algorithm …
14 …* If the user is a Writer and their is a redirection, a redirection doesn't occur anymore. The wri…
15 …* The redirection is a real redirection using 3XX HTTP status code in the same way that the plugin…
16 …n a intern redirection occurs the message is kept in the cookie in order to still show it when the…
17 … to avoid any style problem with other part of DokuWiki. Unfortunately, it is not possible to use …
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 DREADME.md15 in order to move page around. The most important problem is that thus external links become obsolet…
21 * A message is shown when the page name already exist in other pages.
56 * set if you want to check if the name page is unique
79 The redirection by best name page is an simple algorithm which occurs to find the best page by name.
86 A weight factor is applied and in this way, you can influence the redirection :
89 * When a page is a start page of a namespace (by default 3)
101 …* The score for the page with the same name is : 9 = 5 (because namespace1 is present in the asked…
102 …* The score for the startpage is : 13 = 5 (because namespace1 is present in the asked page) + 5 (b…
104 In this case, the startpage is the redirect page because it have a highest score (13 against 9)
118 The query performed is an explode of the page asked.
[all …]
/plugin/a2s/
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 DREADME8 If you install this plugin manually, make sure it is installed in
9 lib/plugins/a2s/ - 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,
H A Ddemo.txt3is a little plugin that turns ASCII art boxes, lines and arrows into nice SVG images. It is based …
71 Please, note that the reference doc is on [[https://github.com/dhobsd/asciitosvg/|ASCIIToSVG site]].
90 …te that ''LemonChiffon'' seems valid, but that ''lemon chiffon'' is not, although it is a valid X1…
92 It is not possible to choose text color. When background is dark, ASCIIToSVG
93 uses white. When background is light, text is written in black.
121 …al. By default the id is left in the image. This is useful when you have enough room to use a mean…
123 here is a full example :
128is right-aligned, if there are more spaces on the right, the image is left-aligned. When there is
368 Transparency is obtained by using an invalid colorname.
369 This is undocumented. This may change depending on the browser
[all …]
H A Dstyle.css14 * when they are horizontally clipped, Which is weird.
16 * 2022. can't reproduce anymore... And it is needed now, see
/plugin/abc2/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
17 using it. (Some other Free Software Foundation software is covered by
44 that everyone understands that there is no warranty for this free
45 software. If the software is modified by someone else and passed on, we
46 want its recipients to know that what they have is not the original, so
50 Finally, any free program is threatened constantly by software
67 that is t
[all...]
H A DREADME8 If you install this plugin manually, make sure it is installed in
9 lib/plugins/abc2/ - if the folder is called differently 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,
H A Dall.css16 /* hide the source if 'showSource' config is switched off */
22 /* always show the code when JS is switched off */
/plugin/abc2/abc-libraries/abc-ui/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
17 using it. (Some other Free Software Foundation software is covered by
44 that everyone understands that there is no warranty for this free
45 software. If the software is modified by someone else and passed on, we
46 want its recipients to know that what they have is not the original, so
50 Finally, any free program is threatened constantly by software
67 that is t
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed.
22 An "Application" is any work that makes use of an interface provided
23 by the Library, but which is not otherwise based on the Library.
24 Defining a subclass of a class defined by the Library is deemed a mode
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
52 facility is invoked), then you may convey a copy of the modified
66 a header file that is part of the Library. You may convey such object
68 material is no
[all...]
H A Dabc2svg-1.js2906 case"print-leftmargin":syntax(0,"$1 is deprecated - use %%printmargin instead",'%%'+cmd)
2972 case"combinevoices":syntax(1,"%%combinevoices is deprecated - use %%voicecombine instead")
5801 case'P':syntax(1,"K:P is deprecated");sf=0;s.k_drum=true;key_end=true
6224 if(pit<16){syntax(1,"'$1' is not a note",line.buffer[line.index-1])
7184 function defs_add(text){var i,j,gl,tag,is,ie=0
7186 while(1){is=text.indexOf('<',ie);if(is<0)
7188 i=text.indexOf('id="',is)
7195 if(text[ie-1]=='/'){ie++}else{i=text.indexOf(' ',is);if(i<0)
7197 tag=text.slice(is
[all...]
/plugin/abc2/abc-libraries/abcjs/
H A DLICENSE4 Permission is hereby granted, free of charge, to any person obtaining a copy
8 copies of the Software, and to permit persons to whom the Software is
22 **This text is from: http://opensource.org/licenses/MIT**
/plugin/abortlogin/
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.md5 There is a test option available to admins, where a comma seperated list of
/plugin/abstract/
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.md3 All documentation for the Abstract Plugin is available online at:
/plugin/accscounter/lang/en/
H A Dmngintro.txt20 Or search the page names or namespaces with the textbox below (this searching function is very simp…
/plugin/accscounter/
H A Dplugin.info.txt6 …the popularity according to the log data taken by the plugin. This plugin is ported from those of…
/plugin/aceeditor/
H A DNEWS22 * Fixed headline buttons when Ace is disabled
27 * Fixed settings when plugin is disabled
41 * Fixed toolbar bug when Ace is disabled
56 * Internet Explorer 9 is not blacklisted anymore
73 * Option key is used for shortcuts is MacOSX
112 * Wrap mode: adapts to editor width if limit is empty
H A DREADME14 This program is free software; you can redistribute it and/or modify
18 This program is distributed in the hope that it will be useful,
H A Dbuild.js1 …|between|count|create|delete|desc|distinct|drop|from|having|in|insert|into|is|join|like|not|on|or|…
/plugin/achart/
H A DREADME.md5 …s to generate a chart. Any chart describable by a static JavaScript object is supported. All types…
14 … you install this plugin manually, make sure it is installed in `lib/plugins/achart/` - if the fol…
121 The major restriction is that the JavaScript object must be **static**, i.e. it cannot include func…
142 This plugin is based on [dokuwiki-plugin-c3chart](https://github.com/jasonxxu/dokuwiki-plugin-c3cha…
154 This program is free software; you can redistribute it and/or modify
158 This program is distributed in the hope that it will be useful,
/plugin/achart/assets/
H A Dapexcharts.css8 /* scrollbar is not visible by default for legend, hence forcing the visibility */

12345678910>>...147