Home
last modified time | relevance | path

Searched refs:in (Results 26 – 50 of 3785) sorted by last modified time

12345678910>>...152

/plugin/siteexport/inc/
H A DreadCSS.patch16 // Remove Comment tags <!-- ... --> inside CSS as <style> in HTML document
17 // Remove Comment tags /* ... */ inside CSS as <style> in HTML document
86 // look for embedded @import stylesheets in other stylesheets
119 // CSS as <style> in HTML document
169 …// Characters "(" ")" and ";" in url() e.g. background-image, cause problems parsing the CSS string
171 // with a segment delimiter in the URI)
/plugin/siteexport/lang/nl/
H A Dintro.txt3 Deze pagina stelt u in staat om de het site te exporteren naar elk formaat waarvoor u een renderer …
/plugin/siteexport/
H A Dplugin.info.txt8 desc exports the dokuwiki site in the given format
H A Dstyle.css162 transition: opacity ease-in-out 500ms;
/plugin/linkback/lang/en/
H A Dsubscribermail.txt3 A new linkback was added to the page @PAGE@ in the @TITLE@ wiki. This page
/plugin/linkback/
H A DCHANGELOG3 * Fix for nasty recursion bug in sending routine when ''$conf['use_heading']'' was set
10 * Don't allow usage of syntax in comments
19 * URL of pinged page is now included in notification mail
23 * Change to new form handling in Dokuwiki
H A DCOPYING26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
70 language. (Hereinafter, translation is included without limitation in
81 source code as you receive it, in any medium, provided that you
89 you may at your option offer warranty protection in exchange for a fee.
99 b) You must cause any work that you distribute or publish, that in
100 whole or in part contains or is derived from the Program or any
106 interactive use in the most ordinary way, to print or display an
118 and can be reasonably considered independent and separate works in
137 under Section 2) in objec
[all...]
/plugin/linkback/lang/nl/
H A Dsubscribermail.txt3 Een nieuwe linkback werd toegevoegd aan de pagina @PAGE@ in de @TITLE@ wiki.
16 Om u uit te schrijven van deze pagina moet u inloggen in de wiki en de volgende link kiezen:
/plugin/structpublish/
H A DLICENSE26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in objec
[all...]
H A DREADME8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
/plugin/structpublish/action/
H A Dpublish.php28 $in = $INPUT->arr('structpublish');
29 $action = key($in);
38 $newRevision = $helper->saveRevision(key($in), $INPUT->str('version'));
/plugin/diagrams/
H A DREADME3 Integration of diagrams.net. Create and edit diagrams in DokuWiki.
8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
27 See the COPYING file in your DokuWiki folder for details
H A DLICENSE26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in objec
[all...]
H A Ddeleted.files1 # This is a list of files that were present in previous releases
2 # but were removed later. They should not exist in your installation.
H A Dstyle.less
/plugin/struct/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
2 # but were removed later. They should not exist in your installation.
H A Dstyle.less142 clear: both; // this is somehow missing in the bootstrap template
203 * Tabs in the Schema Editor
H A DLICENSE26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in objec
[all...]
H A DREADME8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
22 This program is distributed in the hope that it will be useful,
27 See the COPYING file in your DokuWiki folder for details
/plugin/struct/meta/
H A DDateFormatConverter.php10 * Allows conversion between the two format strings used in PHP. Not all placeholders are available in both
14 * Do not use this where formats are used in creating machine readable data (like feeds, APIs whatever). This is
46 '%H' => 'H', // Two digit representation of the hour in 24-hour format 00 through 23
47 '%k' => 'G', // Two digit representation of the hour in 24-hour format, with a space preceding single digits 0 through 23
48 '%I' => 'h', // Two digit representation of the hour in 12-hour format 01 through 12
49 '%l' => 'g', // (lower-case 'L') Hour in 12-hour format, with a space preceding single digits 1 through 12
63 '%F' => 'Y/m/d', // Same as %Y-%m-%d (commonly used in database datestamps) Example: 2009-02-05 for February 5, 2009
78 'N' => '%u', // ISO-8601 numeric representation of the day of the week (added in PHP 5.1.0) 1 (for Monday) through 7 (for Sunday)
83 'W' => '%V', // ISO-8601 week number of year, weeks starting on Monday (added in PH
[all...]
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:'';top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;background-color:#ffef8b;border-top:1px solid gold}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}div.jsoneditor-contextmenu-root{position:relative;width:0;height:0}div.jsoneditor-contextmenu{position:absolute;z-index:99999}div.jsoneditor-contextmenu ul{position:relative;left:0;top:0;width:124px;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px rgba(128,128,128,.3);list-style:none;margin:0;padding:0}div.jsoneditor-contextmenu ul li button{padding:0;margin:0;width:124px;height:24px;border:none;cursor:pointer;color:#4d4d4d;background:0 0;line-height:26px;text-align:left}div.jsoneditor-contextmenu ul li button::-moz-focus-inner{padding:0;border:0}div.jsoneditor-contextmenu ul li button:focus,div.jsoneditor-contextmenu ul li button:hover{color:#1a1a1a;background-color:#f5f5f5;outline:0}div.jsoneditor-contextmenu ul li button.jsoneditor-default{width:92px}div.jsoneditor-contextmenu ul li button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}div.jsoneditor-contextmenu div.jsoneditor-icon{float:left;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(img/jsoneditor-icons.svg)}div.jsoneditor-contextmenu ul li button div.jsoneditor-expand{float:right;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)0 -72px;opacity:.4}div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand,div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand{opacity:1}div.jsoneditor-contextmenu div.jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}div.jsoneditor-contextmenu button.jsoneditor-remove>div.jsoneditor-icon{background-position:-24px -24px}div.jsoneditor-contextmenu button.jsoneditor-remove:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-remove:hover>div.jsoneditor-icon{background-position:-24px 0}div.jsoneditor-contextmenu button.jsoneditor-append>div.jsoneditor-icon{background-position:0 -24px}div.jsoneditor-contextmenu button.jsoneditor-append:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-append:hover>div.jsoneditor-icon{background-position:0 0}div.jsoneditor-contextmenu button.jsoneditor-insert>div.jsoneditor-icon{background-position:0 -24px}div.jsoneditor-contextmenu button.jsoneditor-insert:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-insert:hover>div.jsoneditor-icon{background-position:0 0}div.jsoneditor-contextmenu button.jsoneditor-duplicate>div.jsoneditor-icon{background-position:-48px -24px}div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover>div.jsoneditor-icon{background-position:-48px 0}div.jsoneditor-contextmenu button.jsoneditor-sort-asc>div.jsoneditor-icon{background-position:-168px -24px}div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover>div.jsoneditor-icon{background-position:-168px 0}div.jsoneditor-contextmenu button.jsoneditor-sort-desc>div.jsoneditor-icon{background-position:-192px -24px}div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus>div.jsoneditor-icon,div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover>div.jsoneditor-icon{background-position:-192px 0}div.jsoneditor-contextmenu ul li button.jsoneditor-selected,div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus,div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover{color:#fff;background-color:#ee422e}div.jsoneditor-contextmenu ul li{overflow:hidden}div.jsoneditor-contextmenu ul li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px rgba(128,128,128,.5);padding:0 10px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}div.jsoneditor-contextmenu ul li ul li button{padding-left:24px;animation:all ease-in-out 1s}div.jsoneditor-contextmenu ul li ul li button:focus,div.jsoneditor-contextmenu ul li ul li (…)
/plugin/struct/lang/de/
H A Deditor_edit.txt6 Es wird empfohlen kurze Bezeichner zu verwenden, die sich wahrscheinlich später nicht ändern werden, da später sie als Verweise auf die Felder in den Aggregationen genutzt werden.
12 Weitere Informationen finden sich in der [[doku>plugin:struct:type|Dokumentation des Plugins]].
/plugin/struct/lang/en/
H A Deditor_edit.txt5 Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
7 The type of a field defines what kind of data can be stored in the field and influences how it will be displayed later. Each type has its own specific configuration options.
/plugin/mermaid/
H A DLICENSE26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in objec
[all...]
H A DLICENSE Mermaid7 in the Software without restriction, including without limitation the rights
12 The above copyright notice and this permission notice shall be included in all

12345678910>>...152