Home
last modified time | relevance | path

Searched refs:realField (Results 1 – 25 of 114) sorted by relevance

12345

/dports/www/twiki/twiki/lib/TWiki/Query/
H A DNode.pm89 my $realField = $field;
91 $realField = $aliases{$field};
93 if ($realField =~ s/^META://) {
94 if ($isArrayType{$realField}) {
96 my @e = $data->find( $realField );
99 $result = $data->get( $realField );
101 } elsif ($realField eq 'name') {
105 } elsif ($realField eq 'topictitle') {
109 } elsif ($realField eq 'text') {
113 } elsif ($realField eq 'web') {
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Plugin/views/sort/
H A DThread.php22 $this->query->addOrderBy($this->tableAlias, $this->realField, $this->options['order']);
25 $alias = $this->tableAlias . '_' . $this->realField . 'asc';
27 …(NULL, "SUBSTRING({$this->tableAlias}.{$this->realField}, 1, (LENGTH({$this->tableAlias}.{$this->r…
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/src/Plugin/views/sort/
H A DThread.php22 $this->query->addOrderBy($this->tableAlias, $this->realField, $this->options['order']);
25 $alias = $this->tableAlias . '_' . $this->realField . 'asc';
27 …(NULL, "SUBSTRING({$this->tableAlias}.{$this->realField}, 1, (LENGTH({$this->tableAlias}.{$this->r…
/dports/databases/kexi/kexi-3.2.0/src/widget/tableview/
H A Dkexicelleditorfactory.cpp135 KDbField *realField;
137 realField = column->visibleLookupColumnInfo()->field();
139 realField = column->field();
148 item = KexiCellEditorFactory::item(realField->type(), realField->subType());
H A Dkexitableedit.cpp219 const KDbField *realField = displayedField(); in setupContents() local
228 m_textFormatter->setField(realField); in setupContents()
233 …const KDbField::Type type = realField->type(); // cache: evaluating type of expressions can be exp… in setupContents()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dspec-expr.f90156 real, dimension(param) :: realField component
164 real, dimension(5) :: realField = [(i, i = 1, 5)] local
173 real, dimension((param + 2)) :: realField component
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dspec-expr.f90157 real, dimension(param) :: realField component
165 real, dimension(5) :: realField = [(i, i = 1, 5)] local
174 real, dimension((param + 2)) :: realField component
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dspec-expr.f90156 real, dimension(param) :: realField component
164 real, dimension(5) :: realField = [(i, i = 1, 5)] local
173 real, dimension((param + 2)) :: realField component
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dspec-expr.f90156 real, dimension(param) :: realField component
164 real, dimension(5) :: realField = [(i, i = 1, 5)] local
173 real, dimension((param + 2)) :: realField component
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dspec-expr.f90157 real, dimension(param) :: realField component
165 real, dimension(5) :: realField = [(i, i = 1, 5)] local
174 real, dimension((param + 2)) :: realField component
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dspec-expr.f90156 real, dimension(param) :: realField component
164 real, dimension(5) :: realField = [(i, i = 1, 5)] local
173 real, dimension((param + 2)) :: realField component
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dspec-expr.f90156 real, dimension(param) :: realField component
164 real, dimension(5) :: realField = [(i, i = 1, 5)] local
173 real, dimension((param + 2)) :: realField component
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dspec-expr.f90157 real, dimension(param) :: realField component
165 real, dimension(5) :: realField = [(i, i = 1, 5)] local
174 real, dimension((param + 2)) :: realField component
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/
H A DManyToOneHelper.php52 return $this->handler->tableAlias . '.' . $this->handler->realField;
139 'field' => $this->handler->realField,
178 'field' => $this->handler->realField,
205 'field' => $this->handler->realField,
237 'field' => $this->handler->realField,
329 $field = $this->handler->realField;
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/
H A DManyToOneHelper.php53 return $this->handler->tableAlias . '.' . $this->handler->realField;
140 'field' => $this->handler->realField,
179 'field' => $this->handler->realField,
206 'field' => $this->handler->realField,
238 'field' => $this->handler->realField,
330 $field = $this->handler->realField;
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/filter/
H A DBooleanOperatorString.php22 $where = "$this->tableAlias.$this->realField ";
27 $where = '(' . $where . " OR $this->tableAlias.$this->realField IS NULL)";
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/filter/
H A DBooleanOperatorString.php22 $where = "$this->tableAlias.$this->realField ";
27 $where = '(' . $where . " OR $this->tableAlias.$this->realField IS NULL)";
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/argument/
H A DNumericArgument.php108 …$null_check = empty($this->options['not']) ? '' : " OR $this->tableAlias.$this->realField IS NULL";
113 …$this->query->addWhereExpression(0, "$this->tableAlias.$this->realField $operator($placeholder)" .…
117 …$this->query->addWhereExpression(0, "$this->tableAlias.$this->realField $operator $placeholder" . …
H A DStringArgument.php156 $this->base_alias = $this->query->addField($this->tableAlias, $this->realField);
157 $this->query->setCountField($this->tableAlias, $this->realField);
176 …$formula = "SUBSTRING($this->tableAlias.$this->realField, 1, " . intval($this->options['limit']) .…
232 $field = "$this->tableAlias.$this->realField";
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/argument/
H A DNumericArgument.php108 …$null_check = empty($this->options['not']) ? '' : " OR $this->tableAlias.$this->realField IS NULL";
113 …$this->query->addWhereExpression(0, "$this->tableAlias.$this->realField $operator($placeholder)" .…
117 …$this->query->addWhereExpression(0, "$this->tableAlias.$this->realField $operator $placeholder" . …
H A DStringArgument.php156 $this->base_alias = $this->query->addField($this->tableAlias, $this->realField);
157 $this->query->setCountField($this->tableAlias, $this->realField);
176 …$formula = "SUBSTRING($this->tableAlias.$this->realField, 1, " . intval($this->options['limit']) .…
232 $field = "$this->tableAlias.$this->realField";
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/
H A DHandlerBase.php53 public $realField; variable in Drupal\\views\\Plugin\\views\\HandlerBase
121 $this->realField = $this->definition['real field'];
125 $this->realField = $this->definition['field'];
130 if (!isset($this->realField)) {
131 $this->realField = $options['field'];
171 $field = $this->tableAlias . '.' . $this->realField;
640 return $this->query->getDateField("$this->tableAlias.$this->realField");
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/
H A DHandlerBase.php53 public $realField; variable in Drupal\\views\\Plugin\\views\\HandlerBase
121 $this->realField = $this->definition['real field'];
125 $this->realField = $this->definition['field'];
130 if (!isset($this->realField)) {
131 $this->realField = $options['field'];
171 $field = $this->tableAlias . '.' . $this->realField;
640 return $this->query->getDateField("$this->tableAlias.$this->realField");
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Handler/
H A DHandlerAliasTest.php68 $this->assertIdentical($filter->realField, 'name');
81 $this->assertIdentical($filter->realField, 'uid');
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Handler/
H A DHandlerAliasTest.php68 $this->assertSame('name', $filter->realField);
81 $this->assertSame('uid', $filter->realField);

12345