| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/ |
| D | GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.php | 29 public $force; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest 48 public function setForce($force) argument 50 $this->force = $force; 57 return $this->force;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/ |
| D | GoogleCloudRetailV2PurgeUserEventsRequest.php | 29 public $force; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PurgeUserEventsRequest 48 public function setForce($force) argument 50 $this->force = $force; 57 return $this->force;
|
| D | GoogleCloudRetailV2SetDefaultBranchRequest.php | 29 public $force; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SetDefaultBranchRequest 52 public function setForce($force) argument 54 $this->force = $force; 61 return $this->force;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
| D | GoogleCloudHealthcareV1DicomBigQueryDestination.php | 25 public $force; variable in Google\\Service\\CloudHealthcare\\GoogleCloudHealthcareV1DicomBigQueryDestination 38 public function setForce($force) argument 40 $this->force = $force; 47 return $this->force;
|
| D | GoogleCloudHealthcareV1FhirBigQueryDestination.php | 29 public $force; variable in Google\\Service\\CloudHealthcare\\GoogleCloudHealthcareV1FhirBigQueryDestination 54 public function setForce($force) argument 56 $this->force = $force; 63 return $this->force;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
| D | PurgeProductsRequest.php | 29 public $force; variable in Google\\Service\\Vision\\PurgeProductsRequest 50 public function setForce($force) argument 52 $this->force = $force; 59 return $this->force;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | RefreshDataSourceRequest.php | 29 public $force; variable in Google\\Service\\Sheets\\RefreshDataSourceRequest 54 public function setForce($force) argument 56 $this->force = $force; 63 return $this->force;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | BigQueryDestination.php | 29 public $force; variable in Google\\Service\\CloudAsset\\BigQueryDestination 58 public function setForce($force) argument 60 $this->force = $force; 67 return $this->force;
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/ |
| D | SniffingConnectionPool.php | 51 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) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | AccountsCustomBatchRequestEntry.php | 36 public $force; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry 105 public function setForce($force) argument 107 $this->force = $force; 114 return $this->force;
|
| /plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
| D | Touchable.php | 94 * @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/openid/Auth/Yadis/ |
| D | Manager.php | 481 * @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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | PropertyList.php | 88 * @param bool $force If true, ignores the cache and regenerates the array. 91 public function squash($force = false) argument 93 if ($this->cache !== null && !$force) { 97 return $this->cache = array_merge($this->parent->squash($force), $this->data);
|
| /plugin/searchindex/ |
| D | helper.php | 45 * @param bool $force Force reindexing even if page hasn't changed 48 public function indexPage(string $page, bool $force = false): bool argument 54 return idx_addPage($page, false, $force) !== false;
|
| D | SearchIndexManager.js | 16 #force = ''; field in SearchIndexManager 86 …d = await this.#post(`call=indexpage&page=${encodeURIComponent(this.#page)}&force=${this.#force}`); 126 this.#force = 'true'; 158 this.#force = '';
|
| D | ajax.php | 32 $force = $INPUT->post->bool('force'); variable 33 echo json_encode($helper->indexPage($page, $force));
|
| /plugin/fedauth/Auth/Yadis/ |
| D | Manager.php | 441 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/findologicxmlexport/vendor/hoa/file/ |
| D | Generic.php | 304 * @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/poldek/ |
| D | helper.php | 39 public function sync($force = false) { argument 58 if ($force || !$cache_exists) { 70 if ($force) { 82 …if (($force || !$cache_exists) && !$pkg_cache->useCache(array('files' => array($idx_cache->cache))…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | documentselection.js | 141 this.getStart = function (el, force) { argument 148 if (start>0 || force) { 172 …return start<1?(start==0&&force?0:(parseInt(el[keys['selectionStart']])?parseInt(el[keys['selectio… 184 this.getEnd = function (el,force) { argument 191 if (end>0 || force) { 215 …return end<1?(end==0&&force?0:(parseInt(el[keys['selectionEnd']])?parseInt(el[keys['selectionEnd']…
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.grid.js | 171 diffVp = { start: 0, count: 0, enabled: null, force: null }, property 178 if (opts.force) { 180 diffVp.force = true; 255 var force = opts.force; 256 this.redrawViewport(force); 400 force, argument 405 force !== true 433 diff: { start: 0, count: 0, enabled: null, force: null }, property 448 $.ui.fancytree._FancytreeClass.prototype.redrawViewport = function (force) { argument 454 this._renumberVisibleNodes(force); [all …]
|
| /plugin/tokenbucketauth/ |
| D | plugin.info.txt | 5 name Prevent brute force attacks 6 desc Prevent brute force attacks by delaying them using a token bucket
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ |
| H A D | CurlClient.php | 39 * @param bool $force 43 public function setForceSSL3($force) argument 45 $this->forceSSL3 = $force;
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/ |
| D | CurlClient.php | 39 * @param bool $force 43 public function setForceSSL3($force) argument 45 $this->forceSSL3 = $force;
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | CompassFilter.php | 38 private $force; variable in Assetic\\Filter\\CompassFilter 96 public function setForce($force) argument 98 $this->force = $force; 207 if ($this->force) {
|