Home
last modified time | relevance | path

Searched refs:settings (Results 326 – 350 of 466) sorted by last modified time

1...<<111213141516171819

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php126 var $settings = array(); variable in csstidy
256 $this->settings['remove_bslash'] = true;
259 $this->settings['lowercase_s'] = false;
261 $this->settings['remove_last_;'] = false;
262 $this->settings['case_properties'] = 1;
265 $this->settings['merge_selectors'] = 2;
267 $this->settings['css_level'] = 'CSS2.1';
269 $this->settings['timestamp'] = false;
285 if(isset($this->settings[$setting]))
287 return $this->settings[$setting];
[all …]
/plugin/skype/
H A DREADME.md90 Then you need to change your privacy settings in Skype: `Options` -> `Privacy` -> `Allow Net Status`
/plugin/pgn4web/pgn4web/
H A Danalysis.css197 /* a "width" attribute here must use the !important flag to override default settings */
H A Dinputform.css84 /* a "width" attribute here must use the !important flag to override default settings */
99 /* a "width" attribute here must use the !important flag to override default settings */
107 /* a "width" attribute here must use the !important flag to override default settings */
112 /* a "width" attribute here must use the !important flag to override default settings */
116 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtilb98r2.css75 /* a "width" attribute here must use the !important flag to override default settings */
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
92 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtwic944.css74 /* a "width" attribute here must use the !important flag to override default settings */
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
92 /* a "width" attribute here must use the !important flag to override default settings */
97 /* a "width" attribute here must use the !important flag to override default settings */
H A Dmini.css56 /* a "width" attribute here must use the !important flag to override default settings */
65 /* a "width" attribute here must use the !important flag to override default settings */
69 /* a "width" attribute here must use the !important flag to override default settings */
73 /* a "width" attribute here must use the !important flag to override default settings */
77 /* a "width" attribute here must use the !important flag to override default settings */
H A Dchess960wch06.css70 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dlive-compact.css66 /* a "width" attribute here must use the !important flag to override default settings */
89 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtemplate.css70 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dcollection.css90 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
108 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
H A Dlon09r5.css98 /* a "width" attribute here must use the !important flag to override default settings */
103 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtactics.css62 /* a "width" attribute here must use the !important flag to override default settings */
71 /* a "width" attribute here must use the !important flag to override default settings */
75 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/authucenter/
H A DREADME.md17 * Go to UCenter Admin Tab in Discuz, add a new app, copy those settings generated by UCenter.
18 * In `Authucenter` settings area, paste App settings generated before.
19 * In `Authentication` settings area, set superuser to your superadmin username in UCenter. Otherwis…
20 * In `Authentication` settings area, change `authtype` to `authucenter`.
/plugin/authucenter/lib/uc_client/control/
H A Duser.php115 …$this->settings['login_failedtime'] = is_null($this->settings['login_failedtime']) ? 5 : $this->se…
117 …if($ip && $this->settings['login_failedtime'] && !$loginperm = $_ENV['user']->can_do_login($userna…
140 if($ip && $this->settings['login_failedtime'] && $status <= 0) {
258 if(empty($this->settings)) {
259 $this->settings = $this->cache('settings');
265 } elseif(!$this->settings['doublee'] && $_ENV['user']->check_emailexists($email, $username)) {
H A Dpm.php100 if($this->settings['pmsendregdays']) {
101 if($user['regdate'] > $this->time - $this->settings['pmsendregdays'] * 86400) {
105 if($this->settings['chatpmmemberlimit']) {
106 if($type == 1 && ($countmsgto > ($this->settings['chatpmmemberlimit'] - 1))) {
110 if($this->settings['pmfloodctrl']) {
111 if(!$_ENV['pm']->ispminterval($this->user['uid'], $this->settings['pmfloodctrl'])) {
115 if($this->settings['privatepmthreadlimit']) {
116 …if(!$_ENV['pm']->isprivatepmthreadlimit($this->user['uid'], $this->settings['privatepmthreadlimit'…
120 if($this->settings['chatpmthreadlimit']) {
121 if(!$_ENV['pm']->ischatpmthreadlimit($this->user['uid'], $this->settings['chatpmthreadlimit'])) {
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php31 var $settings = array(); variable in base
92 if(!$this->settings) {
93 $this->settings = $this->cache('settings');
95 …$format[] = $type & 2 ? (!empty($this->settings['dateformat']) ? $this->settings['dateformat'] : '…
96 …$format[] = $type & 1 ? (!empty($this->settings['timeformat']) ? $this->settings['timeformat'] : '…
97 return gmdate(implode(' ', $format), $time + $this->settings['timeoffset']);
127 $settings = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."settings $sqladd");
128 if(is_array($settings)) {
129 foreach($settings as $arr) {
137 $this->settings = $this->cache('settings');
[all …]
H A Dmail.php124 $mail_setting = $this->base->settings;
H A Duser.php233 …$check_times = $this->base->settings['login_failedtime'] < 1 ? 5 : $this->base->settings['login_fa…
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt103 defined in the plugin settings. Please not that the fields ''priority'', ''severity'' and ''deadlin…
105 settings.
112 …arning color from the plugin settings - shows automatically if the deadline apporaches the thresho…
113 * ''status'' - shows the Bug status, using colors as set in plugin settings
115 … priority, using colors from the plugin settings - shows automatically if above threshold set in p…
116 … severity, using colors from the plugin settings - shows automatically if above threshold set in p…
129 All other settings are optional. You can configure:
/plugin/tuxquote/
H A Dquotes.txt3214 …uninhibited, intimate and, yes, shocking details about our "CONFIG.SYS" settings. <BR> -- Dave Bar…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt2305 … to engrave the two stones with the names of the sons of Israel. Set in settings of gold is how yo…
2307 And you must make settings of gold,
2308 …make them, with the workmanship of a rope; and you must attach the ropelike chains to the settings.
2319 And you will put the two ends of the two ropes through the two settings, and you must put them upon…
2671 Then they made the onyx stones set with settings of gold, engraved with the engravings of a seal ac…
2678 And the fourth row was chrys'o·lite and onyx and jade. They were set with settings of gold in their…
2681 Then they made two settings of gold and two rings of gold and put the two rings upon the two extrem…
2683 And they put the two ends of the two ropes through the two settings. Then they put them upon the sh…
14611 The king's daughter is all glorious within [the house];Her clothing is with settings of gold.
21171 …apphire, turquoise and emerald; and of gold was the workmanship of your settings and your sockets …
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12 …i,i.defaults=o.extend({},s.defaults),o.extend(i.defaults,e),i.prototype.settings={},i.namespace=t,…
/plugin/settingstree/
H A Dplugin.info.txt6 desc DokuWiki helper and admin for setting up settings based on NS/page hierarchy to a plugin
/plugin/authgoogle2fa/
H A DREADME.md9 To get setup, activate the plugin and configure the required settings:

1...<<111213141516171819