Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/tokenbucketauth/
H A Daction.php25 protected $blocked; variable in action_plugin_tokenbucketauth
34 $this->blocked = null;
65 $this->blocked = array();
67 $this->blocked = @unserialize($content);
70 if($this->blocked === false)
71 $this->blocked = array();
103 if(array_key_exists($ip, $this->blocked))
108 $this->_do_disable_login($ip, $this->blocked[$ip]);
115 unset($this->blocked[$ip]);
156 io_saveFile($banned_f, serialize($this->blocked));
[all …]
H A Dadmin.php81 $blocked = @unserialize($content);
84 if($blocked === false || !is_array($blocked))
91 if(isset($blocked[$ip]))
94 unset($blocked[$ip]);
97 io_saveFile($banned_f, serialize($blocked));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoContentDetailsRegionRestriction.php30 public $blocked; variable in Google\\Service\\YouTube\\VideoContentDetailsRegionRestriction
49 public function setBlocked($blocked) argument
51 $this->blocked = $blocked;
58 return $this->blocked;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DDevice.php26 public $blocked; variable in Google\\Service\\CloudIot\\Device
85 public function setBlocked($blocked) argument
87 $this->blocked = $blocked;
94 return $this->blocked;
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php27 private $blocked = true; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
74 if (!$this->blocked) {
85 $this->blocked = false;
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php27 private $blocked = true; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
74 if (!$this->blocked) {
85 $this->blocked = false;
/plugin/botbouncer/lang/en/
H A Dstats.txt3 This page shows some statistics on which services blocked what.
/plugin/badbehaviour/lang/en/
H A Dstats.txt4 where blocked by the badbehaviour plugin in the last days and the
/plugin/whyspam/lang/en/
H A Dintro.txt3 This tool lets you check a text for spam blocked by the wiki's [[doku>blacklist]] feature. It will …
/plugin/whyspam/
H A Dplugin.info.txt6 desc Allows managers to check why a certain text was blocked as spam.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Host.txt
/plugin/webcode/_test/data/pages/
H A Ddisplay.txt17 * The cached code blocked in the example below is written with this syntax.
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js30 …type=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{children:[],blocked:!1,addChild:funct…
31 …Html("")},block:function(){this.blocked=!0},unblock:function(){this.blocked=!1},isBlocked:function…
/plugin/bugzillaint/
H A Dstyle.css100 div.dokuwiki .bugzillatree .heading span.blocked-by-msg {
/plugin/coinhive/
H A DREADME.md28 …- No Optin: All Users will get the Invisible Miner, wich will be blocked by User with an Adblocker.
/plugin/socialshareprivacy2/JC/
H A DREADME.md11 …Hub (http://raw.github.com/...).** The file is being served as text/plain and as such being blocked
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4323 public $blocked; variable in Google_VideoContentDetailsRegionRestriction
4331 public function setBlocked(/* array(Google_string) */ $blocked) { argument
4332 $this->assertIsArray($blocked, 'Google_string', __METHOD__);
4333 $this->blocked = $blocked;
4336 return $this->blocked;
/plugin/badbehaviour/
H A Dbadbehavior.readme89 blocked and allows you to click on any IP address, user-agent string or
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc232 $params['retry_failed'] = (boolean) Retries allocation of shards that are blocked due to too many subsequent allocation failures
/plugin/jokuwiki/
H A DREADME.md59 …se the defer/async tags or be loaded via AJAX. In short, the page is not blocked loading javascrip…
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt679 serviceUnavailableOrBlocked=Service unavailable or blocked
1098 errGAuthWinBlocked=Error: Google Authentication window blocked
H A Ddia_si.txt679 serviceUnavailableOrBlocked=Service unavailable or blocked
1098 errGAuthWinBlocked=Error: Google Authentication window blocked
H A Ddia_sl.txt679 serviceUnavailableOrBlocked=Service unavailable or blocked
1098 errGAuthWinBlocked=Error: Google Authentication window blocked
H A Ddia_ta.txt679 serviceUnavailableOrBlocked=Service unavailable or blocked
1098 errGAuthWinBlocked=Error: Google Authentication window blocked
H A Ddia_bn.txt679 serviceUnavailableOrBlocked=Service unavailable or blocked
1098 errGAuthWinBlocked=Error: Google Authentication window blocked

1234