Home
last modified time | relevance | path

Searched refs:force (Results 26 – 50 of 287) sorted by relevance

12345678910>>...12

/plugin/backlinks2/_test/
H A Dsyntax_include.test.php54 $force = false;
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include_deep.test.php54 $force = false;
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax.test.php54 $force = false;
56 idx_addPage($val['id'], $verbose, $force);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DStrava.php133 if (!in_array($prompt, array('auto', 'force'), true)) {
135 throw new InvalidAccessTypeException('Invalid approuvalPrompt, expected either auto or force.');
/plugin/twofactorsmsappliance/
H A Dhelper.php102 public function transmitMessage($subject, $message, $force = false){ argument
103 if (!$this->canUse() && !$force) { return false; }
/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/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/snippets/
H A Dhelper.php127 function insertSnippet(&$result, $page_id,$force) { argument
142 if($snip_t < $page_t && $this->snippetWasUpdated($page_id,$snip) && !$force) {
/plugin/combo/ComboStrap/
H A DPageId.php278 * @param bool $force - It should not be possible - used for now in case of conflict in page move
281 private function setValueWithOrWithoutForce(?string $value, bool $force = false): PageId argument
295 if ($force !== true) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastream.php144 'force' => [
226 'force' => [
342 'force' => [
484 'force' => [
560 'force' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DConnectionPoolInterface.php25 public function nextConnection(bool $force = false): ConnectionInterface; argument
H A DSimpleConnectionPool.php37 public function nextConnection(bool $force = false): ConnectionInterface argument
H A DAbstractConnectionPool.php89 abstract public function nextConnection(bool $force = false): ConnectionInterface; argument
H A DStaticNoPingConnectionPool.php47 public function nextConnection(bool $force = false): ConnectionInterface argument
/plugin/authsmartcard/auth/
H A D.htaccess6 downgrade-1.0 force-response-1.0
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js122 FCKToolbarButtonUI.prototype.ChangeState = function( newState, force ) argument
124 if ( !force && this.State == newState )
/plugin/fastwiki/
H A Dhistory.js62 * @param {Boolean} force - Ignore fastshow rules.
65 this.getSwitchId = function(newpage, force) { argument
70 if (!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
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php138 public static function geosInstalled($force = null) argument
141 if ($force !== null) {
142 $geosInstalled = $force;
/plugin/gitbacked/lib/
H A DGit.php548 public function clean($dirs = false, $force = false) { argument
549 return $this->run("clean".(($force) ? " -f" : "").(($dirs) ? " -d" : ""));
574 public function delete_branch($branch, $force = false) { argument
575 return $this->run("branch ".(($force) ? '-D' : '-d')." $branch");
/plugin/twofactorsmsgateway/
H A Dhelper.php130 public function transmitMessage($subject, $message, $force = false){ argument
131 if (!$this->canUse() && !$force) { return false; }
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh25 (docker container rm --force --volumes "$1") || true
/plugin/authsqlite/
H A Dauth.php187 * @param bool $force create missing groups
190 protected function _addUserToGroup($user, $group, $force = false) { argument
196 if($force) { // create missing groups
/plugin/tokenbucketauth/lang/fr/
H A Dadmin_intro.txt4 leur adresse IP, qui ont tenté une attaque de force-brute sur la page de
/plugin/webdavclient/
H A Dhelper.php774 * @param boolean $force Force sync, even if the interval hasn't passed
780 public function syncConnection($connectionId, $force = false, $overrideActive = false, argument
796 if((time() < ($conn['lastsynced'] + $conn['syncinterval'])) && !$force)
824 return $this->syncConnectionFeed($conn, $force);
829 return $this->syncConnectionDAV($conn, $force, $deleteBeforeSync);
839 private function syncConnectionFeed($conn, $force = false) argument
892 private function syncConnectionDAV($conn, $force = false, argument
901 if(($conn['ctag'] === $syncResponse['getctag']) && !$force)

12345678910>>...12