Home
last modified time | relevance | path

Searched refs:force (Results 26 – 50 of 287) sorted by last modified time

12345678910>>...12

/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
480 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
/plugin/openid/Auth/Yadis/
H A DManager.php481 * @param bool $force True if the manager should be deleted regardless
485 function cleanup($force=false) argument
487 $manager = $this->getManager($force);
490 $this->destroyManager($force);
510 * @param bool $force True if the manager should be returned regardless
514 function getManager($force=false) argument
528 if ($manager && ($manager->forURL($this->url) || $force)) {
561 * @param bool $force True if the manager should be deleted regardless
564 function destroyManager($force=false) argument
566 if ($this->getManager($force) !== null) {
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/orphanmedia2/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/odtsupport/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/usecounter/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/fastwiki/
H A Dhistory.js62 * @param {Boolean} force - Ignore fastshow rules.
65 this.getSwitchId = function(newpage, force) { argument
70 if (!force) {
H A Dscript.js727 * @param {boolean=} force - Force an AJAX load, even if the code thinks it can optimize it out.
730 function load(page, sectionForm, params, force, callback) { argument
754 if (page == m_origViewMode && !force) {
/plugin/authdrupal8/
H A Dpassword.inc127 * for an attacker to try to break the hash by brute-force computation of the
/plugin/edittable/lib/
H A Dhandsontable.full.js32033 if (this.needFullRender || force) {
32037 if (!force) {
32402 if (!force) {
37087 var force = this.hot.renderCall;
37730 var force = this.hot.renderCall;
48468 onDraw: function onDraw(force) {
48469 that.onDraw(force);
48639 if (force) {
48646 if (force) {
50852 draw: function(force)
[all …]
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …nd a mime type. Prefixing the mime type with an exclamation mark (!) will force the browser to pre…
17 **Note:** because the stylesheet used for assigning the fileicons gets cached you need to force a r…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc60 By using an explicit stdClass object, we can force the `json_encode` parser to
H A Dfutures.asciidoc111 If you wish to force future resolution, but don't need the values immediately,
112 you can call `wait()` on the future to force resolution, too:
H A Dconnection-pool.asciidoc128 * @param bool $force
132 public function nextConnection($force = false)
177 * @param bool $force
181 public function nextConnection($force = false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh25 (docker container rm --force --volumes "$1") || true
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php89 abstract public function nextConnection(bool $force = false): ConnectionInterface; argument
H A DConnectionPoolInterface.php25 public function nextConnection(bool $force = false): ConnectionInterface; argument
H A DSniffingConnectionPool.php51 public function nextConnection(bool $force = false): ConnectionInterface argument
53 $this->sniff($force);
66 if ($force === true) {
78 private function sniff(bool $force = false) argument
80 if ($force === false && $this->nextSniff >= time()) {
92 if ($connection->isAlive() xor $force) {
101 if ($force === true) {
H A DSimpleConnectionPool.php37 public function nextConnection(bool $force = false): ConnectionInterface argument
H A DStaticConnectionPool.php48 public function nextConnection(bool $force = false): ConnectionInterface argument
71 // All "alive" nodes failed, force pings on "dead" nodes
H A DStaticNoPingConnectionPool.php47 public function nextConnection(bool $force = false): ConnectionInterface argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc218 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
302 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
326 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
398 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
462 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc39 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
125 $params['force'] = (boolean) Whether to force stop a failed transform or not. Default to false
H A DMlNamespace.asciidoc94 $params['force'] = (boolean) True if the job should be forcefully closed
152 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
167 $params['force'] = (boolean) True if the datafeed should be forcefully deleted
224 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
908 $params['force'] = (boolean) True if the data frame analytics should be forcefully stopped
926 $params['force'] = (boolean) True if the datafeed should be forcefully stopped.
H A DDataFrameTransformDeprecatedNamespace.asciidoc40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.

12345678910>>...12