Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 1742) sorted by relevance

12345678910>>...70

/plugin/struct/meta/
H A DValue.php127 $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 DSchemaEditor.php128 $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 DColumn.php101 public function getType() function in dokuwiki\\plugin\\struct\\meta\\Column
169 return $this->getType()->isVisibleInEditor();
177 return $this->getType()->isVisibleInPage();
H A DAggregationCloud.php47 $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 DPrincipalTest.php15 $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 DJoin.php29 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 DDoctrineProxySubscriberTest.php36 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 DIsInstanceOf.php61 $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 DProfileTest.php21 $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 DHtmlDumper.php42 …rofile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$col…
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DFacade.php44 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 Dfield.php118 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 DLookup.php154 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 DBucket.php100 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 DASN1String.php56 $this->prepend($bytes, ASN1DER::encodeType($this->getType()));
95 protected abstract function getType(); function in ASN1String
/plugin/structat/meta/
H A DSearchConfigAt.php126 $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 DDoctrineProxySubscriber.php37 $type = $event->getType();
80 $type = $event->getType();
97 $newType = $newEvent->getType();
/plugin/struct/action/
H A Dmove.php70 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 Dbureaucracy.php94 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 Drenderer.php68 $parentNode = $this->nodestack->current()->getType();
118 if ($this->nodestack->current()->getType() === 'paragraph') {
127 if ($this->nodestack->current()->getType() === 'paragraph') {
138 if ($this->nodestack->current()->getType() === 'paragraph') {
154 if ($this->nodestack->current()->getType() === 'paragraph') {
180 if ($this->nodestack->current()->getType() === 'paragraph') {
268 if ($this->nodestack->current()->getType() === 'paragraph') {
300 $parentNode = $this->nodestack->current()->getType();
547 if ($this->nodestack->current()->getType() === 'paragraph') {
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php209 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 DBufferedTokenStream.php169 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 DNodeStack.php90 if ($node->getType() != $type) {
91 throw new \RuntimeException("Expected the current node to be of type $type found " . $node->getType() . " instead.");
/plugin/structcombolookup/
H A Daction.php56 if(!$field->column->getType() instanceof NarrowingLookup) continue;
60 $config = $field->column->getType()->getConfig();
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php62 public function getType() function in IPLib\\Address\\AssignedRange
131 $result = $this->getType();

12345678910>>...70