Home
last modified time | relevance | path

Searched refs:hasLinks (Results 1 – 25 of 96) sorted by relevance

1234

/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/field/
H A DfieldDisplay.ts65 hasLinks: boolean; property
177 hasLinks: hasLinks(field),
230 hasLinks: hasLinks(field),
312 export function hasLinks(field: Field): boolean { function
378 hasLinks: false,
/dports/textproc/makefaq/makefaq-2.5/
H A Dmakefaq.py316 ' hasLinks: ' + TellTruth(self.hasLinks)
327 self.hasLinks = TRUE
455 self.hasLinks = FALSE
519 self.hasLinks = FALSE
596 self.hasLinks = FALSE
818 if not cfg.hasLinks:
884 if not cfg.hasLinks:
949 if cfg.hasLinks and cfg.numberQuestions:
957 elif cfg.hasLinks:
1002 if cfg.hasLinks and cfg.numberQuestions:
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/content/
H A DWikitextContent.php240 * @param bool|null $hasLinks If it is known whether this content contains
247 public function isCountable( $hasLinks = null, Title $title = null ) {
255 if ( $hasLinks === null ) { # not known, find out
264 $hasLinks = !empty( $links );
267 return $hasLinks;
H A DFallbackContent.php84 * @param bool|null $hasLinks If it is known whether this content contains links,
89 public function isCountable( $hasLinks = null ) { argument
H A DMessageContent.php153 * @param bool|null $hasLinks
159 public function isCountable( $hasLinks = null ) { argument
H A DContent.php254 * @param bool|null $hasLinks If it is known whether this content contains
260 public function isCountable( $hasLinks = null ); argument
H A DTextContent.php113 * @param bool|null $hasLinks If it is known whether this content contains links,
118 public function isCountable( $hasLinks = null ) { argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/toast/
H A Dtoast_widget.cpp42 if (_text.hasLinks()) { in Widget()
152 if (!_text.hasLinks()) { in leaveEventHook()
163 if (!_text.hasLinks()) { in mouseMoveEvent()
180 if (!_text.hasLinks() || e->button() != Qt::LeftButton) { in mousePressEvent()
187 if (!_text.hasLinks() || e->button() != Qt::LeftButton) { in mouseReleaseEvent()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/content/
H A DWikitextContent.php288 * @param bool|null $hasLinks If it is known whether this content contains
295 public function isCountable( $hasLinks = null, Title $title = null ) { argument
303 if ( $hasLinks === null ) { # not known, find out
311 $hasLinks = !empty( $links );
314 return $hasLinks;
H A DUnknownContent.php84 * @param bool|null $hasLinks If it is known whether this content contains links,
89 public function isCountable( $hasLinks = null ) { argument
H A DMessageContent.php153 * @param bool|null $hasLinks
159 public function isCountable( $hasLinks = null ) { argument
H A DContent.php254 * @param bool|null $hasLinks If it is known whether this content contains
260 public function isCountable( $hasLinks = null ); argument
/dports/www/mediawiki136/mediawiki-1.36.3/includes/content/
H A DWikitextContent.php288 * @param bool|null $hasLinks If it is known whether this content contains
295 public function isCountable( $hasLinks = null, Title $title = null ) { argument
303 if ( $hasLinks === null ) { # not known, find out
312 $hasLinks = !empty( $links );
315 return $hasLinks;
H A DFallbackContent.php84 * @param bool|null $hasLinks If it is known whether this content contains links,
89 public function isCountable( $hasLinks = null ) { argument
H A DMessageContent.php153 * @param bool|null $hasLinks
159 public function isCountable( $hasLinks = null ) { argument
H A DContent.php254 * @param bool|null $hasLinks If it is known whether this content contains
260 public function isCountable( $hasLinks = null ); argument
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/mocks/content/
H A DDummyNonTextContent.php85 * @param bool|null $hasLinks If it is known whether this content contains links,
89 public function isCountable( $hasLinks = null ) { argument
H A DDummyContentForTesting.php87 * @param bool|null $hasLinks If it is known whether this content contains links,
91 public function isCountable( $hasLinks = null ) { argument
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/mocks/content/
H A DDummyNonTextContent.php85 * @param bool|null $hasLinks If it is known whether this content contains links,
89 public function isCountable( $hasLinks = null ) { argument
H A DDummyContentForTesting.php87 * @param bool|null $hasLinks If it is known whether this content contains links,
91 public function isCountable( $hasLinks = null ) { argument
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/mocks/content/
H A DDummyNonTextContent.php85 * @param bool|null $hasLinks If it is known whether this content contains links,
89 public function isCountable( $hasLinks = null ) { argument
H A DDummyContentForTesting.php87 * @param bool|null $hasLinks If it is known whether this content contains links,
91 public function isCountable( $hasLinks = null ) { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/cycle_analytics/components/
H A Dvalue_stream_metrics.vue81 hasLinks(links) {
85 if (this.hasLinks(links)) {
103 :class="{ 'gl-hover-cursor-pointer': hasLinks(metric.links) }"
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/BigValue/
H A DBigValue.tsx64 hasLinks?: boolean;
79 const { onClick, className, hasLinks } = this.props;
88 const tooltip = hasLinks ? undefined : textValues.tooltip;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/gauge/
H A DGaugePanel.tsx38 const { getLinks, hasLinks } = value;
40 if (hasLinks && getLinks) {

1234