Home
last modified time | relevance | path

Searched refs:getType (Results 1001 – 1025 of 1742) sorted by path

1...<<41424344454647484950>>...70

/plugin/fckg/syntax/
H A Dfont.php25 function getType(){ return 'formatting'; } function in syntax_plugin_fckg_font
H A Dspecials.php30 function getType(){ function in syntax_plugin_fckg_specials
/plugin/feed/
H A Dsyntax.php51 public function getType() function in syntax_plugin_feed
/plugin/feedaggregator/
H A Dsyntax.php19 public function getType() { function in syntax_plugin_feedaggregator
/plugin/feedback/
H A Dsyntax.php16 public function getType() { function in syntax_plugin_feedback
/plugin/ffindr/
H A Dffindr.php38 function getType() { function in syntax_plugin_ffindr_ffindr
/plugin/fields/
H A Dsyntax.php25 function getType(){ function in syntax_plugin_fields
/plugin/filelist/
H A Dsyntax.php17 public function getType()
30 function getType(){ return 'substition'; } global() function in syntax_plugin_filelist
/plugin/filelisting/
H A Dsyntax.php15 public function getType() {
16 public function getType() { global() function in syntax_plugin_filelisting
/plugin/fileshare/syntax/
H A DFileshare.php25 public function getType() { function in syntax_plugin_fileshare_Fileshare
/plugin/filterrss/
H A Dsyntax.php24 function getType() { return 'substition'; } function in syntax_plugin_filterrss
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php115 protected function getType(&$value) function in Doctrine\\Common\\Annotations\\DocLexer
/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/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php63 public function getType() function in FINDOLOGIC\\Export\\Data\\Image
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php160 if ($image->getType() === Image::TYPE_DEFAULT) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php607 return in_array($current->getType(), $types);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php60 ->string($result->getType())
72 ->string($result->getType())
/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/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php67 ->boolean($result->getType())
83 ->boolean($result->getType())
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEvent.php43 public function getType(): array function in JMS\\Serializer\\EventDispatcher\\Event
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php37 $type = $event->getType();
80 $type = $event->getType();
97 $newType = $newEvent->getType();
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php148 $type = $event->getType();
H A DSerializationGraphNavigator.php185 $type = $event->getType();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php143 $event = new Event($event->getContext(), $event->getType());
/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());

1...<<41424344454647484950>>...70