Home
last modified time | relevance | path

Searched refs:contextPrefix (Results 1 – 25 of 98) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/indexer/
H A DIndexTester.java102 String contextPrefix = safeString(actual.getName()); in testType() local
107 compareTypeAnnotations(contextPrefix, expectedTypeAnnotations, actualTypeAnnotations); in testType()
112 compareAnnotations(contextPrefix, expectedBinaryAnnotations, actualBinaryAnnotations); in testType()
135 compareFields(contextPrefix, expectedFields[fieldIdx], actualFields[fieldIdx]); in testType()
164 compareMethods(contextPrefix, expectedMethod, actualMethod); in testType()
340 contextPrefix = contextPrefix + "." + safeString(expectedMethod.getSelector()); //$NON-NLS-1$ in compareMethods()
349 assertEquals(contextPrefix + ": The exception type names did not match.", //$NON-NLS-1$ in compareMethods()
368 compareAnnotations(contextPrefix, new IBinaryAnnotation[0], in compareMethods()
372 compareAnnotations(contextPrefix, new IBinaryAnnotation[0], in compareMethods()
437 contextPrefix = contextPrefix + "." + safeString(field1.getName()); //$NON-NLS-1$ in compareFields()
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/util/
H A DLogContext.java53 private String contextPrefix; field in LogContext
60 public LogContext(final String contextPrefix) { in LogContext() argument
61 this.contextPrefix = contextPrefix; in LogContext()
190 if (this.contextPrefix != null) { in log()
191 Log.getInstance().doLog(level, new Log.SimpleMessage(this.contextPrefix, ":", message)); in log()
210 if (this.contextPrefix != null) { in log()
212 level, new Log.SimpleMessage(this.contextPrefix, ":", message), e in log()
237 if (this.contextPrefix != null) in equals()
239 if (!this.contextPrefix.equals(logContext.contextPrefix)) { in equals()
244 if (logContext.contextPrefix != null) { in equals()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/deskutils/egroupware/egroupware/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/bolt/bolt-2.2.24/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
56 public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_') argument
63 $this->contextPrefix = $contextPrefix;
120 $len += strlen($this->contextPrefix . $key . $val);
122 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, self::MAX_LENGTH - $len));
125 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/finance/prestashop/prestashop/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/elgg/elgg-3.3.23/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/phpmyfaq/phpmyfaq/src/libs/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/matomo/piwik/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogstashFormatter.php45 protected $contextPrefix; variable in Monolog\\Formatter\\LogstashFormatter
56 …* @param string $contextPrefix prefix for context keys inside logstash "fields", defaults to ctx…
59 …construct($applicationName, $systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ve… argument
67 $this->contextPrefix = $contextPrefix;
123 $message['@fields'][$this->contextPrefix . $key] = $val;
160 $message[$this->contextPrefix . $key] = $val;
H A DGelfMessageFormatter.php40 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
61 …public function __construct($systemName = null, $extraPrefix = null, $contextPrefix = 'ctxt_', $ma… argument
68 $this->contextPrefix = $contextPrefix;
121 $len = strlen($this->contextPrefix . $key . $val);
123 … $message->setAdditional($this->contextPrefix . $key, substr($val, 0, $this->maxLength));
126 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/muc/
H A DHistoryStrategy.java88 private String contextPrefix = null; field in HistoryStrategy
138 if (contextPrefix != null){ in setMaxNumber()
156 if (contextPrefix != null){ in setType()
157 … MUCPersistenceManager.setProperty(contextSubdomain, contextPrefix + ".type", type.toString()); in setType()
269 ExternalizableUtil.getInstance().writeBoolean(out, contextPrefix != null); in writeExternal()
270 if (contextPrefix != null) { in writeExternal()
271 ExternalizableUtil.getInstance().writeSafeUTF(out, contextPrefix); in writeExternal()
301 contextPrefix = ExternalizableUtil.getInstance().readSafeUTF(in); in readExternal()
303 contextPrefix = null; in readExternal()
351 this.contextPrefix = prefix; in setContext()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php41 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
62 …ruct(?string $systemName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?in… argument
69 $this->contextPrefix = $contextPrefix;
128 $len = strlen($this->contextPrefix . $key . $val);
130 … $message->setAdditional($this->contextPrefix . $key, Utils::substr($val, 0, $this->maxLength));
134 $message->setAdditional($this->contextPrefix . $key, $val);
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php41 protected $contextPrefix;
62 …ruct(?string $systemName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?in…
69 $this->contextPrefix = $contextPrefix;
128 $len = strlen($this->contextPrefix . $key . $val);
130 … $message->setAdditional($this->contextPrefix . $key, Utils::substr($val, 0, $this->maxLength));
134 $message->setAdditional($this->contextPrefix . $key, $val);

1234