Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 129) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1296 if (null === $thing) {
1300 if (is_scalar($thing)) {
1305 return \count($thing);
1308 … if (\is_object($thing) && method_exists($thing, '__toString') && !$thing instanceof \Countable) {
1312 if ($thing instanceof \Countable || \is_array($thing)) {
1313 return \count($thing);
1398 if (null === $thing) {
1402 if (is_scalar($thing)) {
1407 return \count($thing);
1410 … if (\is_object($thing) && method_exists($thing, '__toString') && !$thing instanceof \Countable) {
[all …]
/plugin/autolink4/lang/en/
H A Dadmin_help.txt13 For example, this will link the words "Thing," "thing," "Things" and "things" to mywiki:thing, but only inside the mywiki namespace:
15 [Tt]hings?, mywiki:thing, mywiki
/plugin/openid/Auth/
H A DOpenID.php120 * @param object|string $thing
123 static function isFailure($thing) argument
125 return is_a($thing, 'Auth_OpenID_FailureResponse');
/plugin/cli/
H A Dsyntax.php266 list($state, $thing, $type, $style) = $data;
272 if( 0 == $thing ) {
284 foreach( $thing as $line ) {
303 if( 0 === $thing ) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
H A Dmd1_ordered_and_unordered_lists.md51 Same thing but with paragraphs:
/plugin/pixelyear/
H A DSYNTAX.md3 The whole thing needs to go in a pair of:
/plugin/fedauth/Auth/
H A DOpenID.php121 static function isFailure($thing) argument
123 return is_a($thing, 'Auth_OpenID_FailureResponse');
/plugin/a2s/
H A Dstyle.css8 color: #666; /* as of 2017-04-03, not an @ini.thing, direct value */
/plugin/supa/
H A Dchangelog.txt3 Make Sure this thing works with Dokuwiki "Rincewind". If it does not work: disable the supa plugin …
/plugin/bibtex4dw/
H A DTODO.md20 Another thing missing is a proper documentation (at least of the code as such). Coming from Python/Sphinx, documentation integrating both, API and user documentation, seems still in its infancies in PHP. However, phpDocumentor seems to be the *de facto* standard:
46 Nowadays there is things such as the "Citation Style Language (CSL)", and PHP processors for this thing, such as
/plugin/tableedit/
H A DREADME.md10 NB : There is a more recent plugin that do the same thing : Edittable.
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_ordered_and_unordered_lists.md113 Same thing but with paragraphs:
/plugin/openid/Auth/OpenID/
H A DMessage.php158 * @param Auth_OpenID_Mapping $thing
161 static function isA($thing) argument
163 return (is_object($thing) &&
164 strtolower(get_class($thing)) == 'auth_openid_mapping');
/plugin/txtconf/lang/en/
H A Dintro_interwiki.txt7 …* ''{URL}'' is replaced by the URL encoded representation of the wikiname this is the right thing
/plugin/txtconf/lang/fr/
H A Dintro_interwiki.txt7 …* ''{URL}'' is replaced by the URL encoded representation of the wikiname this is the right thing
/plugin/txt2tags/
H A Dconfig.t2t7 % cool features (like this preproc / postproc thing see http://txt2tags.org/userguide/preproc.html)
/plugin/socialshareprivacy2/SSP/
H A DREADME.md840 <td>Title of the thing to share. (Function or string)</td>
919 <td>Title of the thing to share. (Function or string)</td>
998 <td>Title of the thing to share. (Function or string)</td>
1066 <td>Title of the thing to share. (Function or string)<br/>
1087 <td>Image URL of the thing to share. (Function or string)<br/>
1102 <td>Embed code of the thing to share. (Function or string)<br/>
1109 <td>Caption of the thing to share. (Function or string)<br/>
1269 Lookup title of shared thing in several places:
1281 Lookup image URL of shared thing in several places:
1296 Lookup image URL of shared thing in several places:
[all …]
/plugin/authjoomla3/
H A DREADME.md10 …- The first thing to do is to go to the Authentication page and change `Authentication backend` wi…
/plugin/fedauth/Auth/OpenID/
H A DMessage.php146 static function isA($thing) argument
148 return (is_object($thing) &&
149 strtolower(get_class($thing)) == 'auth_openid_mapping');
/plugin/flattr/
H A Dhelper.php167 … $code = '<a href="https://flattr.com/thing/'.$this->_xmlEntities($params['thing']).'">'.DOKU_LF;
/plugin/imagereference/
H A Dstyle.css2 /* this is some strange thing. If there is nothing on top of the
/plugin/textile2/
H A DclassTextile.php1102 function txtgps($thing) argument
1104 if (isset($_POST[$thing])) {
1106 return stripslashes($_POST[$thing]);
1109 return $_POST[$thing];
/plugin/bible/bible_douayRheims/
H A DPhilippians.txt6 …1:6. Being confident of this very thing: that he who hath begun a good work in you will perfect it…
23 …ened between two: having a desire to be dissolved and to be with Christ, a thing by far the better.
48 2:18. And for the selfsame thing, do you also rejoice and congratulate with me.
73 …3:13. Brethren, I do not count myself to have apprehended. But one thing I do: Forgetting the thin…
75 …3:15. Let us therefore, as many as are perfect, be thus minded: and if in any thing you be otherwi…
87 …4:6. Be nothing solicitous: but in every thing, by prayer and supplication, with thanksgiving, let…
H A DGalatians.txt26 …hich I preach among the Gentiles: but apart to them who seemed to be some thing: lest perhaps I sh…
30 … be some thing, (what they were some time it is nothing to me, God accepteth not the person of man…
34 2:10. Only that we should be mindful of the poor: which same thing also I was careful to do.
92 …4:18. But be zealous for that which is good in a good thing always: and not only when I am present…
111 …5:6. For in Christ Jesus neither circumcision availeth any thing nor uncircumcision: but faith tha…
134 6:3. For if any man think himself to be some thing, whereas he is nothing, he deceiveth himself.
146 …6:15. For in Christ Jesus neither circumcision availeth any thing, nor uncircumcision: but a new c…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md6 Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separ…
16 Oh, and one thing I cannot stand is the mangling of words with multiple underscores in them like pe…

123456