Home
last modified time | relevance | path

Searched refs:out (Results 151 – 175 of 898) sorted by last modified time

12345678910>>...36

/plugin/orphanmedia2/
H A Dsyntax.php753 $out=array();
755 if(is_array($array[$k])) { $out=array_merge($out,$this->array_flat($array[$k])); }
756 else { $out[]=$v; }
758 return $out;
/plugin/do/
H A Dhelper.php496 … $out = '<div class="plugin__do_pagetasks" title="' . $title . '"><span class="' . $class . '">';
497 $out .= $count['undone'];
498 $out .= '</span></div>';
501 return $out;
503 echo $out;
/plugin/docnavigation/
H A Daction.php68 $out = '';
71 $out .= '<div class="clearer"></div>';
74 $out .= '<div class="docnavbar' . ($linktoToC ? ' showtoc' : '') . '"><div class="leftnav">';
76 $out .= '← ' . $this->htmlLink($data['previous']);
78 $out .= '&nbsp;</div>';
81 $out .= '<div class="centernav">';
83 $out .= $this->htmlLink($data['toc']);
85 $out .= '&nbsp;</div>';
88 $out .= '<div class="rightnav">&nbsp;';
90 $out
[all...]
/plugin/edittable/lib/
H A Dhandsontable.full.js1173 …exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call…
1178 if (IS_PROTO && expProto[key] != out) expProto[key] = out;
11082 var out = [];
11086 return out;
11126 var out = [];
11130 return out;
16174 return out.concat.apply(out, _toConsumableArray(range));
33798 if (!out) {
33802 out = out[sliced[i]];
33808 value = out;
[all …]
/plugin/captcha/
H A Daction.php198 $out = $helper->getHTML();
201 $form->addHTML($out, $pos);
H A Dhelper.php73 $out = '';
74 $out .= '<div id="plugin__captcha_wrapper">';
75 $out .= '<input type="hidden" name="' . $this->field_sec . '" value="' . hsc($secret) . '" />';
76 $out .= '<label for="plugin__captcha">' . $text . '</label> ';
81 $out .= $this->obfuscateText($code);
84 $out .= sprintf('<span id="plugin__captcha_code">%s</span>', $this->obfuscateText($code));
87 $out .= $this->htmlSvg($code);
90 $out .= $this->htmlSvg($code);
91 $out .= $this->htmlAudioLink($secret, $ID);
94 $out
[all...]
/plugin/advanced/lang/en/config/
H A Dacl.txt16 | none | 0 | pages, namespaces | no permission---complete lock out | AUTH_NONE |
H A Dmanifest.txt3 DokuWiki sends out a manifest.json, which allows mobile users to add the wiki as a web app to their…
/plugin/s5/ui/default/
H A Dprint.css23 /* The following rule keeps the layout stuff out of print. Remove at your own risk! */
/plugin/s5/ui/dokuwiki/
H A Dprint.css23 /* The following rule keeps the layout stuff out of print. Remove at your own risk! */
/plugin/oauthauthsch/
H A Daction.php124 … msg('Service did not provide a Refresh Token. You will be logged out when the session expires.');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D625dc94df1f9affb49a082fd99d41620.asciidoc10 'message' => 'trying out Elasticsearch',
H A Db918d6b798da673a33e49b94f61dcdc0.asciidoc11 'message' => 'trying out Elasticsearch',
H A D048d8abd42d094bbdcf4452a58ccb35b.asciidoc11 'message' => 'trying out Elasticsearch',
H A D36818c6d9f434d387819c30bd9addb14.asciidoc10 'message' => 'trying out Elasticsearch',
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php147 $out = hash_final($ctx, (bool) $rawOutput);
150 return $out;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc21 When the client runs out of retries, it will throw the last exception that it
H A Dconnecting.asciidoc140 If your server has out-dated root certificates, you may need to use a
H A Dconnection-pool.asciidoc7 sometimes in a gray-zone of _"probably dead but not confirmed"_, _"timed-out but
15 request and 9 out of the 10 nodes fail due to connection timeouts. The tenth
232 potentially "out-live" a static list.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE159 result of this License or out of the use or inability to use the
H A DREADME.md145 You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at [getcomposer.org](http://getcomposer.org).
459 Check out the rest of the [Documentation](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) to see how the entire client works.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt128 2. Motherhood and childhood are entitled to special care and assistance. All children, whether born in or out of wedlock, shall enjoy the same social protection.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1832 - Read only feature for cluster and index added. This feature is elasticsearch >0.19.0 only. ES 0.19.0 release is not out yet
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc255 $params['wait_for_timeout'] = (time) The maximum time to wait for wait_for_metadata_version before timing out
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md118 Returns the promise of the deferred, which you can hand out to others while

12345678910>>...36