Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2PurgeUserEventsRequest.php29 public $force; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PurgeUserEventsRequest
48 public function setForce($force) argument
50 $this->force = $force;
57 return $this->force;
H A 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/RecommendationsAI/
H A 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/CloudHealthcare/
H A DGoogleCloudHealthcareV1DicomBigQueryDestination.php25 public $force; variable in Google\\Service\\CloudHealthcare\\GoogleCloudHealthcareV1DicomBigQueryDestination
38 public function setForce($force) argument
40 $this->force = $force;
47 return $this->force;
H A 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/
H A 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/
H A 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/
H A 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/
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) {
/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/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A 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/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/searchindex/
H A Dajax.php90 $force = false;
97 $force = $_POST['force'] == 'true';
105 $success = $Indexer->addPage($_POST['page'], false, $force);
107 $success = idx_addPage($_POST['page'], false, $force);
H A Dscript.js24 force = '';
58 …jQuery.post(url, 'call=indexpage&page=' + encodeURI(page) + '&force=' + force, function(response) {
96 force = 'true';
127 force = '';
/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/poldek/
H A 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/findologicxmlexport/vendor/hoa/file/
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 &&
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);
/plugin/virtualkeyboard/vk/extensions/
H A 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/tokenbucketauth/
H A Dplugin.info.txt5 name Prevent brute force attacks
6 desc Prevent brute force attacks by delaying them using a token bucket
/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/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/authg2fa/
H A Dauth.php33 $force = $this->getConf("g2fa_force");
37 if($force) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php38 private $force; variable in Assetic\\Filter\\CompassFilter
96 public function setForce($force) argument
98 $this->force = $force;
207 if ($this->force) {
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php54 $force = false;
56 idx_addPage($val['id'], $verbose, $force);

12345678910>>...12