Home
last modified time | relevance | path

Searched refs:getConf (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/
H A DSQLConf.scala698 getConf(STREAMING_NO_DATA_PROGRESS_EVENT_INTERVAL)
716 def columnBatchSize: Int = getConf(COLUMN_BATCH_SIZE)
721 getConf(SHUFFLE_TARGET_POSTSHUFFLE_INPUT_SIZE)
726 getConf(SHUFFLE_MIN_NUM_POSTSHUFFLE_PARTITIONS)
774 getConf(SUBEXPRESSION_ELIMINATION_ENABLED)
808 def convertCTAS: Boolean = getConf(CONVERT_CTAS)
811 getConf(SQLConf.PARTITION_COLUMN_TYPE_INFERENCE)
824 getConf(DATAFRAME_SELF_JOIN_AUTO_RESOLVE_AMBIGUITY)
830 def runSQLonFile: Boolean = getConf(RUN_SQL_ON_FILES)
848 def ndvMaxError: Double = getConf(NDV_MAX_ERROR)
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/authldap/
H A Dauth.php62 if ($this->getConf('binddn') && $this->getConf('bindpw')) {
64 …if (!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw')))…
70 $this->getConf('usertree') &&
71 $this->getConf('userfilter')
75 $this->getConf('binddn'),
167 if ($this->getConf('binddn') && $this->getConf('bindpw') && $this->bound < 2) {
267 if ($this->getConf('grouptree') || $this->getConf('groupfilter')) {
350 } elseif ($this->getConf('binddn') && $this->getConf('bindpw')) {
539 if ($this->getConf('debug')) {
545 $port = $this->getConf('port');
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/internal/
H A DSQLConfEntrySuite.scala30 assert(conf.getConf(confEntry, 5) === 5)
33 assert(conf.getConf(confEntry, 5) === 10)
38 assert(conf.getConf(confEntry, 5) === 20)
49 assert(conf.getConf(confEntry, 5L) === 5L)
52 assert(conf.getConf(confEntry, 5L) === 10L)
57 assert(conf.getConf(confEntry, 5L) === 20L)
87 assert(conf.getConf(confEntry, 5.0) === 5.0)
123 assert(conf.getConf(confEntry) === "a")
126 assert(conf.getConf(confEntry) === "b")
131 assert(conf.getConf(confEntry) === "c")
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/util/
H A DDummyResourceCalculatorPlugin.java62 return getConf().getLong(MAXVMEM_TESTING_PROPERTY, -1); in getVirtualMemorySize()
68 return getConf().getLong(MAXPMEM_TESTING_PROPERTY, -1); in getPhysicalMemorySize()
74 return getConf().getLong(MAXVMEM_TESTING_PROPERTY, -1); in getAvailableVirtualMemorySize()
80 return getConf().getLong(MAXPMEM_TESTING_PROPERTY, -1); in getAvailablePhysicalMemorySize()
86 return getConf().getInt(NUM_PROCESSORS, -1); in getNumProcessors()
92 return getConf().getLong(CPU_FREQUENCY, -1); in getCpuFrequency()
98 return getConf().getLong(CUMULATIVE_CPU_TIME, -1); in getCumulativeCpuTime()
104 return getConf().getFloat(CPU_USAGE, -1); in getCpuUsage()
109 long cpuTime = getConf().getLong(PROC_CUMULATIVE_CPU_TIME, -1); in getProcResourceValues()
110 long pMem = getConf().getLong(PROC_PMEM_TESTING_PROPERTY, -1); in getProcResourceValues()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestRegionServerOnlineConfigChange.java127 hstore.getStoreEngine().getCompactionPolicy().getConf().getCompactionRatio() + 0.1; in testCompactionConfigurationOnlineChange()
135 hstore.getStoreEngine().getCompactionPolicy().getConf().getCompactionRatio(), in testCompactionConfigurationOnlineChange()
145 hstore.getStoreEngine().getCompactionPolicy().getConf().getCompactionRatioOffPeak(), in testCompactionConfigurationOnlineChange()
150 hstore.getStoreEngine().getCompactionPolicy().getConf().getThrottlePoint() + 10; in testCompactionConfigurationOnlineChange()
155 hstore.getStoreEngine().getCompactionPolicy().getConf().getThrottlePoint()); in testCompactionConfigurationOnlineChange()
163 hstore.getStoreEngine().getCompactionPolicy().getConf().getMinFilesToCompact()); in testCompactionConfigurationOnlineChange()
171 hstore.getStoreEngine().getCompactionPolicy().getConf().getMaxFilesToCompact()); in testCompactionConfigurationOnlineChange()
181 hstore.getStoreEngine().getCompactionPolicy().getConf().getMinCompactSize() + 1; in testCompactionConfigurationOnlineChange()
185 hstore.getStoreEngine().getCompactionPolicy().getConf().getMinCompactSize()); in testCompactionConfigurationOnlineChange()
189 hstore.getStoreEngine().getCompactionPolicy().getConf().getMaxCompactSize() - 1; in testCompactionConfigurationOnlineChange()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DDummyResourceCalculatorPlugin.java64 return getConf().getLong(MAXVMEM_TESTING_PROPERTY, -1); in getVirtualMemorySize()
70 return getConf().getLong(MAXPMEM_TESTING_PROPERTY, -1); in getPhysicalMemorySize()
76 return getConf().getLong(MAXVMEM_TESTING_PROPERTY, -1); in getAvailableVirtualMemorySize()
82 return getConf().getLong(MAXPMEM_TESTING_PROPERTY, -1); in getAvailablePhysicalMemorySize()
88 return getConf().getInt(NUM_PROCESSORS, -1); in getNumProcessors()
94 return getConf().getLong(CPU_FREQUENCY, -1); in getCpuFrequency()
100 return getConf().getLong(CUMULATIVE_CPU_TIME, -1); in getCumulativeCpuTime()
106 return getConf().getFloat(CPU_USAGE, -1); in getCpuUsage()
/dports/net-mgmt/rackmonkey/rackmonkey-1.2.5-1/perl/RackMonkey/
H A DEngine.pm124 sub getConf subroutine
231 unless (length($updateUser) <= $self->getConf('maxstring'));
264 unless (length($name) <= $self->getConf('maxstring'))
274 unless (length($notes) <= $self->getConf('maxnote'))
1159 …es must be less than " . $self->getConf('maxstring') . " characters." unless (length($$record{'nam…
1162 …: Notes cannot exceed " . $self->getConf('maxnote') . " characters." unless (length($$record{'note…
1318 …es must be less than " . $self->getConf('maxstring') . " characters." unless (length($$record{'nam…
1331 …: Notes cannot exceed " . $self->getConf('maxnote') . " characters." unless (length($$record{'note…
1489 …: Notes cannot exceed " . $self->getConf('maxnote') . " characters." unless (length($$record{'note…
2088 …: Notes cannot exceed " . $self->getConf('maxnote') . " characters." unless (length($$record{'note…
[all …]
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Render/Xhtml/
H A DToc.php61 $css = $this->getConf('css_list');
65 if ($this->getConf('collapse')) {
76 $div_id = $this->getConf('div_id');
83 $html .= $this->getConf('title');
88 if ($this->getConf('collapse')) {
98 $css = $this->getConf('css_item');
106 $html .= '<a href="' . $this->getConf('base_url') . '#' . $id . '">';
H A DWikilink2.php40 $list = $this->getConf('pages');
57 …$href = sprintf(preg_replace('/%(?!s)/', '%%', $this->getConf('view_url')), $GLOBALS['conf']['urls…
60 $css = ' class="'.$this->textEncode($this->getConf('css')).'"';
65 $new_url = $this->getConf('new_url');
73 $css = ' class="'.$this->textEncode($this->getConf('css_new')).'"';
74 $new = $this->getConf('new_text');
77 $pos = $this->getConf('new_text_pos');
H A DWikilink.php73 $list = $this->getConf('pages');
94 $href = $this->getConf('view_url');
105 $css = ' class="'.$this->textEncode($this->getConf('css')).'"';
114 $href = $this->getConf('new_url', null);
139 $css = ' class="'.$this->textEncode($this->getConf('css_new')).'"';
140 $new = $this->getConf('new_text');
143 $pos = $this->getConf('new_text_pos');
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DMROutputFiles.java58 + MAP_OUTPUT_FILENAME_STRING, getConf()); in getOutputFile()
72 + MAP_OUTPUT_FILENAME_STRING, size, getConf()); in getOutputFileForWrite()
94 getConf()); in getOutputIndexFile()
109 size, getConf()); in getOutputIndexFileForWrite()
132 + spillNumber + ".out", getConf()); in getSpillFile()
147 + spillNumber + ".out", size, getConf()); in getSpillFileForWrite()
161 + spillNumber + ".out.index", getConf()); in getSpillIndexFile()
176 + spillNumber + ".out.index", size, getConf()); in getSpillIndexFileForWrite()
191 .valueOf(mapId)), getConf()); in getInputFile()
208 size, getConf()); in getInputFileForWrite()
[all …]
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Parse/BBCode/
H A DUrl.php90 $this->refused = $this->getConf('refused', array());
95 $schemes = $this->getConf('schemes', $default['schemes']);
98 $prefixes = $this->getConf('prefixes', array());
102 $host = $this->getConf('host_regexp', $default['host_regexp']);
103 $path = $this->getConf('path_regexp', $default['path_regexp']);
107 $email = $this->getConf('user_regexp', $default['user_regexp']) . '@' . $host;
109 if (!$this->getConf('inline_enable', true)) {
114 if ($this->getConf('relative_enable', false)) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Parse/BBCode/
H A DUrl.php90 $this->refused = $this->getConf('refused', array());
95 $schemes = $this->getConf('schemes', $default['schemes']);
98 $prefixes = $this->getConf('prefixes', array());
102 $host = $this->getConf('host_regexp', $default['host_regexp']);
103 $path = $this->getConf('path_regexp', $default['path_regexp']);
107 $email = $this->getConf('user_regexp', $default['user_regexp']) . '@' . $host;
109 if (!$this->getConf('inline_enable', true)) {
114 if ($this->getConf('relative_enable', false)) {
/dports/www/pear-Text_Wiki/Text_Wiki-1.2.1/Text/Wiki/Render/Xhtml/
H A DToc.php60 $css = $this->getConf('css_list');
64 if ($this->getConf('collapse')) {
75 $div_id = $this->getConf('div_id');
82 $html .= $this->getConf('title');
87 if ($this->getConf('collapse')) {
97 $css = $this->getConf('css_item');
H A DWikilink.php73 $list = $this->getConf('pages');
94 $href = $this->getConf('view_url');
105 $css = ' class="'.$this->textEncode($this->getConf('css')).'"';
114 $href = $this->getConf('new_url', null);
139 $css = ' class="'.$this->textEncode($this->getConf('css_new')).'"';
140 $new = $this->getConf('new_text');
143 $pos = $this->getConf('new_text_pos');
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Render/Docbook/
H A DToc.php60 $css = $this->getConf('css_list');
64 if ($this->getConf('collapse')) {
75 $div_id = $this->getConf('div_id');
82 $html .= $this->getConf('title');
87 if ($this->getConf('collapse')) {
97 $css = $this->getConf('css_item');
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Render/Docbook/
H A DToc.php60 $css = $this->getConf('css_list');
64 if ($this->getConf('collapse')) {
75 $div_id = $this->getConf('div_id');
82 $html .= $this->getConf('title');
87 if ($this->getConf('collapse')) {
97 $css = $this->getConf('css_item');
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Render/Xhtml/
H A DToc.php60 $css = $this->getConf('css_list');
64 if ($this->getConf('collapse')) {
75 $div_id = $this->getConf('div_id');
82 $html .= $this->getConf('title');
87 if ($this->getConf('collapse')) {
97 $css = $this->getConf('css_item');
H A DWikilink.php73 $list = $this->getConf('pages');
94 $href = $this->getConf('view_url');
105 $css = ' class="'.$this->textEncode($this->getConf('css')).'"';
114 $href = $this->getConf('new_url', null);
139 $css = ' class="'.$this->textEncode($this->getConf('css_new')).'"';
140 $new = $this->getConf('new_text');
143 $pos = $this->getConf('new_text_pos');
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Parse/Cowiki/
H A DWikilink.php68 if ($this->getConf('utf-8')) {
72 } else if ($this->getConf('ext_chars')) {
117 if ($this->getConf('utf-8')) {
119 } else if ($this->getConf('ext_chars')) {
126 …$either.'\s:\.](['.$either.'\s:\.]*?)?)?)' . '(\)\((.+?))?\)\)/'.($this->getConf('utf-8') ? 'u' : …
133 if ($this->getConf('camel_case')) {
135 …$tmp_regex = '/(^|[^$either\-_])(\)\))?' . $this->regex . '(\(\()?/'.($this->getConf('utf-8') ? 'u…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Parse/Cowiki/
H A DWikilink.php68 if ($this->getConf('utf-8')) {
72 } else if ($this->getConf('ext_chars')) {
117 if ($this->getConf('utf-8')) {
119 } else if ($this->getConf('ext_chars')) {
126 …$either.'\s:\.](['.$either.'\s:\.]*?)?)?)' . '(\)\((.+?))?\)\)/'.($this->getConf('utf-8') ? 'u' : …
133 if ($this->getConf('camel_case')) {
135 …$tmp_regex = '/(^|[^$either\-_])(\)\))?' . $this->regex . '(\(\()?/'.($this->getConf('utf-8') ? 'u…
/dports/www/horde-wicked/wicked-2.0.8/lib/Text_Wiki/Text/Wiki/Parse/Default/
H A DWikilink.php69 if ($this->getConf('utf-8')) {
73 } else if ($this->getConf('ext_chars')) {
118 $tmp_regex = '/\[' . $this->regex . ' (.+?)\]/'.($this->getConf('utf-8') ? 'u' : '');
126 if ($this->getConf('utf-8')) {
128 } else if ($this->getConf('ext_chars')) {
134 $tmp_regex = "/(^|[^{$either}\-_]){$this->regex}/".($this->getConf('utf-8') ? 'u' : '');
/dports/www/pear-Text_Wiki/Text_Wiki-1.2.1/Text/Wiki/Parse/Default/
H A DWikilink.php69 if ($this->getConf('utf-8')) {
73 } else if ($this->getConf('ext_chars')) {
119 $tmp_regex = '/\[' . $this->regex . ' (.+?)\]/'.($this->getConf('utf-8') ? 'u' : '');
127 if ($this->getConf('utf-8')) {
129 } else if ($this->getConf('ext_chars')) {
135 $tmp_regex = "/(^|[^{$either}\-_]){$this->regex}/".($this->getConf('utf-8') ? 'u' : '');
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/text_wiki_mediawiki/Text/Wiki/Parse/Default/
H A DWikilink.php69 if ($this->getConf('utf-8')) {
73 } else if ($this->getConf('ext_chars')) {
119 $tmp_regex = '/\[' . $this->regex . ' (.+?)\]/'.($this->getConf('utf-8') ? 'u' : '');
127 if ($this->getConf('utf-8')) {
129 } else if ($this->getConf('ext_chars')) {
135 $tmp_regex = "/(^|[^{$either}\-_]){$this->regex}/".($this->getConf('utf-8') ? 'u' : '');
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/plugins/authpdo/
H A Dauth.php34 if (!$this->getConf('dsn')) {
42 $this->getConf('dsn'),
43 $this->getConf('user'),
44 conf_decodeString($this->getConf('pass')),
472 $sql = $this->getConf('insert-group');
509 $sql = $this->getConf('select-user');
615 $sql = $this->getConf('select-groups');
657 $sql = $this->getConf('join-group');
673 $sql = $this->getConf('leave-group');
757 if (!$this->getConf('debug')) return;
[all …]

12345678910>>...46