Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
DGoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest.php29 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/
DGoogleCloudRetailV2PurgeUserEventsRequest.php29 public $force; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PurgeUserEventsRequest
48 public function setForce($force) argument
50 $this->force = $force;
57 return $this->force;
DGoogleCloudRetailV2SetDefaultBranchRequest.php29 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/
DGoogleCloudHealthcareV1DicomBigQueryDestination.php25 public $force; variable in Google\\Service\\CloudHealthcare\\GoogleCloudHealthcareV1DicomBigQueryDestination
38 public function setForce($force) argument
40 $this->force = $force;
47 return $this->force;
DGoogleCloudHealthcareV1FhirBigQueryDestination.php29 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/
DPurgeProductsRequest.php29 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/
DRefreshDataSourceRequest.php29 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/
DBigQueryDestination.php29 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/
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) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DAccountsCustomBatchRequestEntry.php36 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/
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/openid/Auth/Yadis/
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DPropertyList.php88 * @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/
Dhelper.php45 * @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;
DSearchIndexManager.js16 #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 = '';
Dajax.php32 $force = $INPUT->post->bool('force'); variable
33 echo json_encode($helper->indexPage($page, $force));
/plugin/fedauth/Auth/Yadis/
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/findologicxmlexport/vendor/hoa/file/
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/poldek/
Dhelper.php39 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/
Ddocumentselection.js141 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/
Djquery.fancytree.grid.js171 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/
Dplugin.info.txt5 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 DCurlClient.php39 * @param bool $force
43 public function setForceSSL3($force) argument
45 $this->forceSSL3 = $force;
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
DCurlClient.php39 * @param bool $force
43 public function setForceSSL3($force) argument
45 $this->forceSSL3 = $force;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCompassFilter.php38 private $force; variable in Assetic\\Filter\\CompassFilter
96 public function setForce($force) argument
98 $this->force = $force;
207 if ($this->force) {

12345678910>>...15