Home
last modified time | relevance | path

Searched refs:same (Results 101 – 125 of 890) sorted by relevance

12345678910>>...36

/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js60 label: editor.lang.headerbuttons.same,
/plugin/authldaplocal/
H A DREADME.md7 As I am in the same situation as describe above I have used for more than two years a self-develope…
18 As of Dokuwiki release 2013-05-10 (Weatherwax) auth plugins are treated almost in the same way as n…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst72 If macros are defined and used in the same template, you can use the
88 When you want to use a macro in another macro from the same file, you need to
H A Dembed.rst53 Some pages ("foo" and "bar") share the same content structure -
154 The ``embed`` tag takes the exact same arguments as the ``include`` tag:
/plugin/aceeditor/
H A DNEWS8 * Use same font family as textarea
16 * Use same font size and line height as textarea
/plugin/bible/bible_douayRheims/
H A DPhilippians.txt30 1:30. Having the same conflict as that which you have seen in me and now have heard of me.
32 …2:2. Fulfil ye my joy, that you be of one mind, having the same charity, being of one accord, agre…
50 2:20. For I have no man so of the same mind, who with sincere affection is solicitous for you.
61 …3:1. As to the rest, my brethren, rejoice in the Lord. To write the same things to you, to me inde…
67 3:7. But the things that were gain to me, the same I have counted loss for Christ.
76 …Nevertheless, whereunto we are come, that we be of the same mind, let us also continue in the same
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst65 Working with Ajax means that the same content is sometimes displayed as is,
125 You can replace this template by putting a file with the same name in
493 same way as we would have done it with a regular filesystem loader. This is
532 Using Twig and AngularJS in the same Templates
535 Mixing different template syntaxes in the same file is not a recommended
536 practice as both AngularJS and Twig use the same delimiters in their syntax:
539 Still, if you want to use AngularJS and Twig in the same template, there are
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist8 ; There can be multiple identifiers sf the same name, enabling the listing of more
/plugin/reproduce/
H A DREADME3 Allows to reproduce a code marked with a label located within the same source page, or in an other …
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DunindentedCollections.yml51 test: Key/value after unindented collection (at the same level)
/plugin/mediasyntax/
H A DREADME53 2010-08-20: 1 hour: preblock and codeblock should start on the same column
56 2010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines of preformatted text start on the same column
/plugin/etherpadlite/
H A DREADME.md16 * multiple persons can edit the same page at the same time
90 … If a pad exists for a page revision, there cannot be another pad for the same/a different page re…
/plugin/dokumicrobugtracker/
H A DCHANGELOG10 … form, fix multiple post occurring when displaying multiple bugs list and report in the same page.
/plugin/searchpattern/
H A Dplugin.info.txt6 …CHPATTERN\#\'myRegex\'~~ -> search myRegex ; Regex syntax is strictly the same as the one used wit…
/plugin/extendpage/
H A DREADME.md24 The syntax for the first column follows the same behavior as the [assignments in
/plugin/owncloud/
H A Dstyle.css2 * This css-file is the same as in the imagebox-plugin, written by
/plugin/components/
H A DREADME.md17 …* here $params is the same as above, and the return value is the response to be sent to the client…
65 be put under the commands folder of a plugin, with the script filename the same as
/plugin/groupmail/
H A DREADME.textile46 p. The integration is the same as in the plugin by Baddeley. Simply use this code:
68 p. the same mail options apply to cc and/or bcc
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc37 This selector is "sticky", so that it prefers to reuse the same connection
54 non-ideal, since all parallel requests go to the same node instead of multiple
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt172 - The same list but ordered
183 - The same list but ordered
272 …the next cell completely empty as shown above. Be sure to have always the same amount of cell sepa…
313 This is pretty much the same, but you could use it to show that you quoted a file.
326 …ter -- so any language supported by GeSHi is supported. The syntax is the same like in the code bl…
389 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
401 echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>';
/plugin/usersubscriptions/
H A DREADME6 <usersubscriptions . /> (same as above)
/plugin/strata/
H A Dmanual.txt29 **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.)
33 The same example, but extended with more features:
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
126 **Grouping**: By adding a ''group'' block zero or more variables can be grouped. This means that all results that have the same value for the grouped variable will be merged, and the ungrouped variables will contain multiple values. You can name one variable per line. If the ''group'' is empty //all// results will be merged into a single result.
165 You can add multiple values in a single line by adding an asterisk after the type (or after the key, if it has no type). The values should be separated by '',''. Note that you can also add multiple values just by writing multiple lines with the same key.
173 Classes are not handled specially. This way of adding classes to the data is merely a convenience. You can achieve the same by adding values to field ''is a''. For example ''<data person>'' can be achieved by a line of ''is a: person'' in the data entry.
202 A data block is associated with a fragment simply by adding a fragment identifier to the block's opening tag: ''<data #fragment identifier>''. Fragment identifiers are used in much the same way as a page's sections.
211 Note that the [[#classes]] do not have to be repeated. If you want to split a fragment data block, you have to add the same [[#fragment identifier]] to every data block of the fragment.
261 It is possible to use both variables and literals for left and right, but there must be at least one variable present. You can only use variables that are used in a pattern in the same block or inner blocks (with the exception of [[#minus]] blocks, which don't bind any variables).
358 Grouping allows you to collapse multiple results into a single result. All results that have the same valu
[all...]
/plugin/adhoctags/images/
H A DREADME34 The following icons were custom-made for this plugin and are licensed under the same
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt113 Failed asserting that two variables reference the same object.
H A Dfailure-reverse-list.phpt46 Failed asserting that two variables reference the same object.

12345678910>>...36