/plugin/struct/meta/ |
H A D | Value.php | 127 $raw = $this->column->getType()->rawValue($val); 136 $this->display[] = $this->column->getType()->displayValue($val); 137 $this->compare[] = $this->column->getType()->compareValue($val); 175 return $this->column->getType()->renderMultiValue($this->value, $R, $mode); 178 return $this->column->getType()->renderValue($this->value, $R, $mode); 196 $this->column->getType()->renderTagCloudLink($value, $R, $mode, $page, $filterQuery, $weight, $showCount); 208 return $this->column->getType()->multiValueEditor($name, $this->rawvalue, $id); 210 return $this->column->getType()->valueEditor($name, $this->rawvalue, $id);
|
H A D | SchemaEditor.php | 128 $html .= '<input type="text" name="' . $base . '[label]" value="' . hsc($col->getType()->getLabel()) . '">'; 132 $checked = $col->getType()->isMulti() ? 'checked="checked"' : ''; 137 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT); 147 $selected = ($col->getType()->getClass() == $type) ? 'selected="selected"' : '';
|
H A D | Column.php | 101 public function getType() function in dokuwiki\\plugin\\struct\\meta\\Column 169 return $this->getType()->isVisibleInEditor(); 177 return $this->getType()->isVisibleInPage();
|
H A D | AggregationCloud.php | 47 $type = strtolower($value->getColumn()->getType()->getClass()); 105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']); 106 $bsort = $b['tag']->getColumn()->getType()->getSortString($b['tag']);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ |
H A D | PrincipalTest.php | 15 $this->assertEquals(Principal::UNAUTHENTICATED, $principal->getType()); 19 $this->assertEquals(Principal::AUTHENTICATED, $principal->getType()); 23 $this->assertEquals(Principal::HREF, $principal->getType()); 94 $this->assertEquals(Principal::HREF, $principal->getType()); 107 $this->assertEquals(Principal::AUTHENTICATED, $principal->getType()); 119 $this->assertEquals(Principal::UNAUTHENTICATED, $principal->getType());
|
/plugin/structjoin/types/ |
H A D | Join.php | 29 return $column->getType()->renderValue($value, $R, $mode); 43 return $column->getType()->renderMultiValue($values, $R, $mode); 61 return $column->getType()->displayValue($value); 79 return $column->getType()->rawValue($value); 107 $column->getType()->select($QB, $rightalias, $field, $alias); 166 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op); 191 $column->getType()->sort($QB, $rightalias, $field, $order);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriberTest.php | 36 self::assertEquals(['name' => get_parent_class($obj), 'params' => []], $event->getType()); 45 self::assertEquals(['name' => 'FakedName', 'params' => []], $event->getType()); 63 self::assertEquals(['name' => SimpleObjectProxy::class, 'params' => []], $event->getType()); 74 self::assertEquals(['name' => 'FakedName', 'params' => []], $event->getType()); 125 self::assertSame(['name' => 'foo', 'params' => ['bar']], $event->getType()); 135 self::assertSame(['name' => 'foo', 'params' => []], $event->getType()); 146 self::assertSame(['name' => SimpleObject::class, 'params' => ['baz']], $event->getType());
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | IsInstanceOf.php | 61 $this->getType(), 75 $this->getType(), 80 private function getType() function in PHPUnit_Framework_Constraint_IsInstanceOf
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/ |
H A D | ProfileTest.php | 21 $this->assertEquals('type', $profile->getType()); 94 $this->assertEquals($profile->getType(), $profile2->getType()); 99 $this->assertEquals($profile1->getType(), $profile3->getType());
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/ |
H A D | HtmlDumper.php | 42 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/ |
H A D | Facade.php | 44 throw new QueryBuilderException('undefined '.$this->_dsl->getType().' "'.$name.'"'); 48 if (false === $this->_version->supports($name, $this->_dsl->getType())) { 50 throw new QueryBuilderException($this->_dsl->getType().' "'.$name.'" in '.$reflection->getShortName().' not supported');
|
/plugin/struct/helper/ |
H A D | field.php | 118 if (!empty($value) && $this->column->getType() instanceof User) { 143 if (!empty($value) && $this->column->getType() instanceof User) { 166 $this->column->getType() instanceof Page 167 && $this->column->getType()->getConfig()['usetitles'] 182 if ($this->column->getType() instanceof Lookup) {
|
/plugin/struct/types/ |
H A D | Lookup.php | 154 return $column->getType()->renderValue($value, $R, $mode); 176 return $column->getType()->renderMultiValue($values, $R, $mode); 198 return $column->getType()->displayValue($value); 218 return $column->getType()->rawValue($value); 252 $column->getType()->select($QB, $rightalias, $field, $alias); 287 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op); 316 $column->getType()->sort($QB, $rightalias, $field, $order);
|
/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | Bucket.php | 100 if (self::IS_A_BRIGADE === $this->getType()) { 169 public function getType() function in Hoa\\Stream\\Bucket 262 if (null === $this->_bucket && self::IS_A_BRIGADE === $this->getType()) {
|
/plugin/gtime/gtlib/asn1/ |
H A D | ASN1String.php | 56 $this->prepend($bytes, ASN1DER::encodeType($this->getType())); 95 protected abstract function getType(); function in ASN1String
|
/plugin/structat/meta/ |
H A D | SearchConfigAt.php | 126 $col->getType()->select($QB, $MN, 'value', $CN); 130 $col->getType()->select($QB, 'data_' . $col->getTable(), $col->getColName(), $CN); 165 … $col->getType()->filter($userWHERE, $coltbl, $colnam, $comp, $value, $op); // type based filter 174 $col->getType()->sort($QB, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriber.php | 37 $type = $event->getType(); 80 $type = $event->getType(); 97 $newType = $newEvent->getType();
|
/plugin/struct/action/ |
H A D | move.php | 70 if (get_class($col->getType()) == Page::class) { 72 } elseif (get_class($col->getType()) == Lookup::class) { 75 } elseif ($col->getType() instanceof Media) { 172 if ($col->getType() instanceof Lookup) { 192 $tconf = $col->getType()->getConfig();
|
H A D | bureaucracy.php | 94 if (!$field->column->getType() instanceof Lookup) continue; 99 $config = $field->column->getType()->getConfig(); 157 if ($field->column->isMulti() && $field->column->getType() instanceof Lookup) {
|
/plugin/prosemirror/ |
H A D | renderer.php | 71 $parentNode = $this->nodestack->current()->getType(); 122 if ($this->nodestack->current()->getType() === 'paragraph') { 131 if ($this->nodestack->current()->getType() === 'paragraph') { 142 if ($this->nodestack->current()->getType() === 'paragraph') { 158 if ($this->nodestack->current()->getType() === 'paragraph') { 184 if ($this->nodestack->current()->getType() === 'paragraph') { 274 if ($this->nodestack->current()->getType() === 'paragraph') { 308 $parentNode = $this->nodestack->current()->getType(); 559 if ($this->nodestack->current()->getType() === 'paragraph') {
|
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/ |
H A D | AbstractLexer.php | 209 return $this->getType($value) === $token; 263 $type = $this->getType($match[0]); 326 abstract protected function getType(&$value); function in Doctrine\\Common\\Lexer\\AbstractLexer
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | BufferedTokenStream.php | 169 if ($token->getType() === Token::EOF) { 200 return $token === null ? Token::INVALID_TYPE : $token->getType(); 310 if ($t->getType() === Token::EOF) { 314 if ($types === null || $types->contains($t->getType())) { 337 if ($token->getType() === Token::EOF) { 472 if ($t->getType() === Token::EOF) {
|
/plugin/prosemirror/schema/ |
H A D | NodeStack.php | 89 if ($node->getType() != $type) { 91 "Expected the current node to be of type $type found " . $node->getType() . " instead."
|
/plugin/structcombolookup/ |
H A D | action.php | 56 if(!$field->column->getType() instanceof NarrowingLookup) continue; 60 $config = $field->column->getType()->getConfig();
|
/plugin/ipban/ip-lib/src/Address/ |
H A D | AssignedRange.php | 62 public function getType() function in IPLib\\Address\\AssignedRange 131 $result = $this->getType();
|