Home
last modified time | relevance | path

Searched refs:is (Results 26 – 50 of 3023) sorted by relevance

12345678910>>...121

/plugin/bible/bible_douayRheims/
H A DEcclesiastes.txt9 …1:9. What is it that hath been? the same thing that shall be. What is it that hath been done? the …
10 …1:10. Nothing under the sun is new, neither is any man able to say: Behold this is new: for it hat…
79 …4:13. Better is a child that is poor and wise, than a king that is old and foolish, who knoweth no…
112 …e that shall be, his name is already called: and it is known, that he is a man, and cannot contend…
118 7:5. The heart of the wise is where there is mourning, and the heart of fools where there is mirth.
120 …For as the crackling of thorns burning under a pot, so is the laughter of a fool: now this also is
122 …7:9. Better is the end of a speech than the beginning. Better is the patient man than the presumpt…
164 …9:4. There is no man that liveth always, or that hopeth for this: a living dog is better than a de…
180 10:2. The heart of a wise man is in his right hand, and the heart of a fool is in his left hand.
191 10:13. The beginning of his words is folly, and the end of his talk is a mischievous error.
[all …]
/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 …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst10 The difference between listeners, and subscribers is that listener do not know to which events they…
54 This is dispatched before a type is visited. You have access to the visitor,
55 data, and type. Listeners may modify the type that is being used for
62 This is dispatched right before a type is left. You can for example use this
74 This is dispatched before an object is deserialized. You can use this to
75 modify submitted data, or modify the type that is being used for deserialization.
81 This is dispatched after a type is processed. You can use it to normalize
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst6 feature that was deprecated in Twig 1.x is removed in Twig 2.0).
24 * As of Twig 1.x, the token parser broker sub-system is deprecated. The
33 * As of Twig 1.27, ``\Twig\Parser::getEnvironment()`` is deprecated.
38 * As of Twig 1.x, the ability to remove an extension is deprecated and the
53 deprecated and it is not used internally anymore.
76 ``\Twig\TwigFilter`` is just an alias for ``Twig_Filter``.
93 ``\Twig\TwigFunction`` is just an alias for ``Twig_Function``.
110 ``\Twig\TwigTest`` is just an alias for ``Twig_Test``.
158 You should not use it anyway as its values is not reliable.
185 changing the value of an already registered global is possible).
[all …]
/plugin/zotero/
H A Dconfig.ini.dist2 ; this username is used to connect to the Zotero website
4 ; this key is used to get access to Zotero's RSS feed
8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
12 ; this wiki page is used to cache the sources read from the Zotero website
20 ; this prefix is added to the referenced page number if only a number is given (and no alphanumeric…
22 ; the format of the entry that is shown if you hover the mouse over a source link
/plugin/lms/_test/data/pages/
H A Dlms.txt1 ====== this is the Control ======
5 * This is not a link
6 * [[this]] is
7 * [[foo:bar]] is also a link
16 Here is more and another [[link]].
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst37 {# you can omit the first argument -- which is the same as 0 #}
46 If the start is non-negative, the sequence will start at that start in the
47 variable. If start is negative, the sequence will start that far from the end
50 If length is given and is positive, then the sequence will have up to that
51 many elements in it. If the variable is shorter than the length, then only the
52 available variable elements will be present. If length is given and is
54 variable. If it is omitted, then the sequence will have everything from offset
66 * ``preserve_keys``: Whether to preserve key or not (when the input is an array)
H A Draw.rst6 if ``raw`` is the last filter applied to it:
31 The first ternary statement is not escaped: ``hello`` is marked as being
34 if ``hello`` is marked as safe, ``hola`` remains unsafe and so is the whole
35 expression. The third ternary statement is marked as safe and the result is
/plugin/mediasyntax/test/
H A Ddokusyntax-test.txt1 this is //italic//
3 This is one line\\ This is another line
5 This is a list
6 - this is item 1
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst14 {{ foo }} foo is 42 here
16 foo is not visible here any longer
20 is equivalent to the following one:
25 {{ foo }} foo is 42 here
27 foo is not visible here any longer
42 {# only foo is defined #}
43 {# bar is not defined #}
/plugin/jwhelloworld/
H A DREADME.md2 This is a simple implementation of a [JokuWiki](https://github.com/symcbean/jokuwiki) plugin.
4 Note that unlike other Dokuwiki plugin, *no php code is required*. The Javascript is invoked via th…
8 id='greetingDiv' style='width:100px;height=40px' noscript='Javascript is disabled'
15 The `say` element is required and appears inside the speech bubble. The `speaker` is optional and a…
18 is available from the same site where you got this code.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddynamic_test.test4 {{ 'bar' is test_bar ? '1' :'0' }}
5 {{ 'foo' is test_foo ? '1' :'0' }}
6 {{ 'bar' is test_foo ? '1' :'0' }}
7 {{ 'foo' is test_bar ? '1' :'0' }}
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_strong_and_em_together.md1 ***This is strong and em.***
3 So is ***this*** word.
5 ___This is strong and em.___
7 So is ___this___ word.
H A Dinline-html.md1 this is <span class="name">inline **html**</span> trailing
5 <del>this is deleted</del> this is not
8 <s>this is deleted</s> this is not
/plugin/chat/
H A Dreadme.txt6 is working as expected.
8 Though the code base is probably not yet ready for public deployment, you can already test its
11 This chat plugin is AJAX driven so it means that you do not have to reload page to see new
56 When only ''Read'' right is set, user can see the messages list but is not allowed to send
83 This is how it can be done for Apache2 (example):
96 - After 30 seconds, checking interval is prolonged to 10 seconds.
97 - After another 30 seconds, checking interval is changed to 30 seconds.
98 …ument window is monitored. If no mouse movement occures on document window in one minute, interval…
100 Now as soon as any mouse movement occures, checking interval is changed back to
103 At any time if something is typed into message box, checking interval is changed back
[all …]
/plugin/imapmarkers/
H A DREADME.md3 This software is a plugin for [DokuWiki](https://www.dokuwiki.org/).
11 This is a non-interactive sample of such a map:
62 If the area or marker is clicked, this link is opened.
63 If the identifier is blank or omited and you click the area, the area is shown until you click it a…
65 ```IDENTIFIER``` is a page-unique identifier for this area.
70 ```TITLE``` is the title of the area.
71 If you hover over the area, this title is shown.
89 This plugin tests, if it is correct JSON.
123 ```1``` is full opacity.
124 ```0``` is no opacity, i.e. the hovered area is not shown.
[all …]
/plugin/jokuwiki/
H A DREADME.md3is a framework for integrating javascript in Dokuwiki. That is to say, it is mostly a set of rules…
15 id='greetingDiv' style='width:100px;height=40px' noscript='Javascript is disabled'
26is also the class of the div element created to contain the plugin. The **id** attribute is option…
46 <noscript>Javascript is disabled</noscript>
55 be installed as seperate plugin and is not bundled here - but is available on the same site as Joku…
59is deferred, the javascript need not be loaded before the Jokuwiki tag is declared in the html - i…
60 …out the overhead of jQuery, the amount of content which is different between individual pages is o…
69 … to support (much faster page loading, better security) require a template which is jokuwiki aware.
90 Your plugin has to tell Jokuwiki how it is invoked, hence the script.js for your plugin must regist…
104 * the plugin name (by convention, jokuwiki plugins start with 'jw' but this is not required)
[all …]
/plugin/tablelayout/
H A Dyarn.lock408 core-util-is@1.0.2, core-util-is@~1.0.0:
475 deep-is@~0.1.3:
1277 is-buffer@^1.1.5:
1305 is-finite@^1.0.0:
1321 is-glob@^2.0.0, is-glob@^2.0.1:
1327 is-number@^2.1.0:
1333 is-number@^3.0.0:
1379 is-utf8@^0.2.0:
1845 path-is-absolute@^1.0.0, path-is-absolute@~1.0.0:
1849 path-is-inside@^1.0.1, path-is-inside@^1.0.2:
[all …]
/plugin/tuxquote/
H A Dquotes.txt5 To steal ideas from one person is plagiarism; to steal from many is research.
110 What garlic is to salad, insanity is to art.
112 The problem with the gene pool is that there is no lifeguard.
269 Happiness is not a reward - it is a consequence. Suffering is not a punishment - it is a result. <B…
552 If A is a success in life, then A equals X plus Y plus Z. Work is X; Y is play; and Z is keeping yo…
571 Knowledge is that which is acquired by learning. Wisdom is knowing what to do with it.
918 Thunder is good, thunder is impressive, but it is lightning that does the work. <BR> -- Mark Twain
3617 After all is said and done, more is said than done.
3835 Microsoft is not the answer. Microsoft is the question. 'No' is the answer.
3876 Sex is not the answer. Sex is the question. Yes is the answer.
[all …]
/plugin/nobadbrowser/
H A DREADME3 This plugin is the spiritual successor of plugin:noiewarning.
5 Its function is to display a warning to an user or visitor who is
6 using a bad browser, such as browsers made by GAFAM companies that invade privacy, or discontinued browsers such as Internet Explorer. If that is the case, the plugin will suggest the user they can use instead a browser such as Mozilla Firefox.
8 All documentation for this Plugin is available online at:
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Durl.md1 here is the url: http://www.cebe.cc/
3 here is the url: http://www.cebe.cc
5 here is the url: http://www.cebe.cc/ and some text
7 using http is cool and http:// is the beginning of an url.
13 this one is in parenthesis (http://example.com/).
15 this one is in parenthesis (http://example.com:80/?id=1,2,3).
/plugin/strata/
H A Dmanual.txt3 The strata plugin allows you to add data to your pages and to query that data from your pages. This manual is split into two parts:
13 A good way to get more experienced is to add some simple data to your wiki, and start querying it. Most error messages are descriptive enough to get some idea of what went wrong.
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displaye
[all...]
/plugin/mytemplate/
H A DREADME9 The structure page will be displayed as is, whereas the data page is displayed as the final
14 This is also my first dokuwiki plugin and I'm not very experienced with php, so this plugin very
25 - "x" is the "pass" during which the placeholder should be replaced. This will be 0 most of the
42 exact index. The map-indices is allowed to have gaps and the index specified in
43 LOOKRANGE is rounded down to the nearest valid key.
79 data is declared with simple key-value pairs, one per line:
82 When declaring a variable for a LIST command, VALUE is a list of rows,
83 where is row a is enclosed in regular brakets:
97 In this case, this is a simple array, the index 0 will map to a, the index
119 When the data page is displayed, everything between [VARIABLES] and
[all …]
/plugin/authsplit/
H A DREADME16 passwords only. This is where authentication really happens and the
17 authentication source behind this plugin is most probably shared with other
20 real names, email addresses and groups. This is most probably specific to
24 particularly useful auth plugin with an auth plugin that is more powerful, yet
27 The example that comes to mind is to use authhttp as PRIMARY auth plugin and
30 HTTP authentication can't offer, such as email addresses. This is the scenario
36 them, it is possible that a user is known to one of the two plugins only or
38 plugin knows about him or her, (s)he is still being reported to DokuWiki as
40 sight, you should read the following explanations carefully. It is ESSENTIA
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Doperators_as_variables.test8 {{ is }}
10 return ['matches' => [1, 2, 3], 'in' => 'in', 'is' => 'is']
16 is

12345678910>>...121