Home
last modified time | relevance | path

Searched refs:force (Results 151 – 175 of 287) sorted by path

12345678910>>...12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
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 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/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js210 }},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolut… argument
220 }return jQuery.curCSS(elem,name,force);
221 },curCSS:function(elem,name,force){var ret,style=elem.style; argument
231 }if(!force&&style&&style[name]){ret=style[name];
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php39 * @param bool $force
43 public function setForceSSL3($force) argument
45 $this->forceSSL3 = $force;
/plugin/facebooklike/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
414 …ted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerend…
/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/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/fckg/
H A DChanges36 where templates force Standards Mode will have to manually switch to compatibilty mode.
/plugin/fckg/scripts/
H A Dvki_kb.js1553 this.VKI_position = function(force) { argument
1557 if (force !== true) {
1563 if (place || force === true) {
1574 if (force === true) self.VKI_position();
/plugin/fedauth/Auth/Yadis/
H A DManager.php441 function cleanup($force=false) argument
443 $manager = $this->getManager($force);
446 $this->destroyManager($force);
469 function getManager($force=false) argument
482 if ($manager && ($manager->forURL($this->url) || $force)) {
513 function destroyManager($force=false) argument
515 if ($this->getManager($force) !== null) {
/plugin/file2dw/
H A Daction.php454 * @param bool $force force displaying the message without checking debugLvl
457 function _msg( $message, $type=null, $force=false ) { argument
510 if ( $force || $this->debugShowInfo == 1 || $err == -1 ) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md142 The API also provides the `load` method to force the load of an entity,
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php145 * @param bool $force Force to copy if the file $to already exists.
151 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE) argument
193 $handle->copy($_to, $force);
H A DGeneric.php304 * @param bool $force Force to copy if the file $to already exists.
309 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE) argument
313 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
329 * @param bool $force Force to move if the file $name already
340 $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE, argument
345 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php94 * @param bool $force Force to copy if the file $to already exists.
98 public function copy($to, $force = self::DO_NOT_OVERWRITE); argument
104 * @param bool $force Force to move if the file $name already
113 $force = self::DO_NOT_OVERWRITE, argument
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE47 … under the terms of this License), and this License will continue in full force and effect unless …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst325 force a certain format to be used for serializing DateTime types and specifying at the same time a …
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md325 (method call), Prophecy will force you to define all the communications - it throws
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php103 public function addMethod(MethodNode $method, $force = false) argument
112 if ($force || !isset($this->methods[$method->getName()])) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …tion(){return e||n(),e},c.groups=function(){return r||n(),r},c},ao.layout.force=function(){functio… function
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md55 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst161 // force auto-reload to always have the latest version of the template
172 // force compilation

12345678910>>...12