Home
last modified time | relevance | path

Searched refs:contentObject (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/parser/
H A DPdfTextExtractor.java102 final PdfObject contentObject = pageDictionary.get(PdfName.CONTENTS); in getContentBytesForPage() local
103 final byte[] contentBytes = getContentBytesFromContentObject(contentObject); in getContentBytesForPage()
117 …private byte[] getContentBytesFromContentObject(final PdfObject contentObject) throws IOException { in getContentBytesFromContentObject() argument
119 switch (contentObject.type()) in getContentBytesFromContentObject()
122 final PRIndirectReference ref = (PRIndirectReference) contentObject; in getContentBytesFromContentObject()
127 final PRStream stream = (PRStream) PdfReader.getPdfObject(contentObject); in getContentBytesFromContentObject()
134 final PdfArray contentArray = (PdfArray) contentObject; in getContentBytesFromContentObject()
144 final String msg = "Unable to handle Content of type " + contentObject.getClass(); in getContentBytesFromContentObject()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBSource.java107 public JAXBSource( JAXBContext context, Object contentObject ) in JAXBSource() argument
115 ( contentObject == null ) ? in JAXBSource()
117 contentObject); in JAXBSource()
135 public JAXBSource( Marshaller marshaller, Object contentObject ) in JAXBSource() argument
142 if( contentObject == null ) in JAXBSource()
147 this.contentObject = contentObject; in JAXBSource()
155 private final Object contentObject; field in JAXBSource
244 marshaller.marshal( contentObject, (XMLFilterImpl)repeater );
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBSource.java107 public JAXBSource( JAXBContext context, Object contentObject ) in JAXBSource() argument
115 ( contentObject == null ) ? in JAXBSource()
117 contentObject); in JAXBSource()
135 public JAXBSource( Marshaller marshaller, Object contentObject ) in JAXBSource() argument
142 if( contentObject == null ) in JAXBSource()
147 this.contentObject = contentObject; in JAXBSource()
155 private final Object contentObject; field in JAXBSource
244 marshaller.marshal( contentObject, (XMLFilterImpl)repeater );
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Configuration/
H A DAbstractConfigurationManager.php50 protected $contentObject; variable in TYPO3\\CMS\\Extbase\\Configuration\\AbstractConfigurationManager
81 * @param ContentObjectRenderer $contentObject
84 public function setContentObject(ContentObjectRenderer $contentObject): void argument
86 $this->contentObject = $contentObject;
100 if ($this->contentObject instanceof ContentObjectRenderer) {
101 return $this->contentObject;
103 $this->contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
104 return $this->contentObject;
H A DFrontendConfigurationManager.php126 $pages = $this->contentObject->data['pages'] ?? '';
129 if ($this->contentObject->data['recursive'] > 0) {
132 … $pids = $this->contentObject->getTreeList($pid, $this->contentObject->data['recursive']);
184 $flexFormConfiguration = $this->contentObject->data['pi_flexform'] ?? [];
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DJAXBBridgeSource.java44 public JAXBBridgeSource( XMLBridge bridge, Object contentObject ) { in JAXBBridgeSource() argument
46 this.contentObject = contentObject; in JAXBBridgeSource()
54 private final Object contentObject; field in JAXBBridgeSource
108 bridge.marshal( contentObject, this, null );
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DJAXBBridgeSource.java44 public JAXBBridgeSource( XMLBridge bridge, Object contentObject ) { in JAXBBridgeSource() argument
46 this.contentObject = contentObject; in JAXBBridgeSource()
54 private final Object contentObject; field in JAXBBridgeSource
108 bridge.marshal( contentObject, this, null );
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/View/
H A DStandaloneView.php35 …* @param ContentObjectRenderer|null $contentObject @deprecated The current cObject. If NULL a new …
39 public function __construct(ContentObjectRenderer $contentObject = null) argument
43 if ($contentObject !== null) {
47 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
49 $configurationManager->setContentObject($contentObject);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Configuration/
H A DAbstractConfigurationManager.php38 protected $contentObject; variable in TYPO3\\CMS\\Extbase\\Configuration\\AbstractConfigurationManager
103 …ion setContentObject(\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $contentObject = null) argument
105 $this->contentObject = $contentObject;
113 if ($this->contentObject !== null) {
114 return $this->contentObject;
H A DFrontendConfigurationManager.php123 $pages = $this->contentObject->data['pages'];
126 if ($this->contentObject->data['recursive'] > 0) {
129 … $pids = $this->contentObject->getTreeList($pid, $this->contentObject->data['recursive']);
176 $flexFormConfiguration = $this->contentObject->data['pi_flexform'];
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/View/
H A DStandaloneView.php41 …* @param ContentObjectRenderer $contentObject The current cObject. If NULL a new instance will be …
45 public function __construct(ContentObjectRenderer $contentObject = null) argument
51 if ($contentObject === null) {
53 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
55 $configurationManager->setContentObject($contentObject);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/View/
H A DStandaloneView.php43 …* @param ContentObjectRenderer $contentObject The current cObject. If NULL a new instance will be …
47 public function __construct(ContentObjectRenderer $contentObject = null) argument
53 if ($contentObject === null) {
55 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
57 $configurationManager->setContentObject($contentObject);
/dports/www/limesurvey/limesurvey/application/libraries/PluginManager/
H A DPluginEvent.php215 $contentObject = new PluginEventContent($content, $cssClass, $id);
217 $this->_content[$pluginName] = $contentObject;
219 $this->_content[] = $contentObject;
222 return $contentObject;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/ViewHelpers/Format/
H A DCropViewHelper.php132 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
134 …$content = $contentObject->cropHTML($stringToTruncate, $maxCharacters . '|' . $append . '|' . $res…
136 …$content = $contentObject->crop($stringToTruncate, $maxCharacters . '|' . $append . '|' . $respect…
H A DHtmlViewHelper.php117 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
118 $contentObject->start([]);
119 $content = $contentObject->parseFunc($value, [], '< ' . $parseFuncTSPath);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/Format/
H A DCropViewHelper.php137 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
139 …$content = $contentObject->cropHTML($stringToTruncate, $maxCharacters . '|' . $append . '|' . $res…
141 …$content = $contentObject->crop($stringToTruncate, $maxCharacters . '|' . $append . '|' . $respect…
H A DHtmlViewHelper.php118 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
119 $contentObject->start([]);
120 $content = $contentObject->parseFunc($value, [], '< ' . $parseFuncTSPath);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/ViewHelpers/Format/
H A DCropViewHelper.php134 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
136 …$content = $contentObject->cropHTML($stringToTruncate, $maxCharacters . '|' . $append . '|' . $res…
138 …$content = $contentObject->crop($stringToTruncate, $maxCharacters . '|' . $append . '|' . $respect…
H A DHtmlViewHelper.php121 $contentObject = GeneralUtility::makeInstance(ContentObjectRenderer::class);
122 $contentObject->start([]);
123 $content = $contentObject->parseFunc($value, [], '< ' . $parseFuncTSPath);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Mvc/Web/
H A DFrontendRequestHandler.php51 $contentObject = $this->configurationManager->getContentObject();
52 if ($contentObject->getUserObjectType() === ContentObjectRenderer::OBJECTTYPE_USER) {
53 $contentObject->convertToUserIntObject();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Configuration/
H A DAbstractConfigurationManager.php50 protected $contentObject; variable in TYPO3\\CMS\\Extbase\\Configuration\\AbstractConfigurationManager
106 public function setContentObject(ContentObjectRenderer $contentObject): void argument
108 $this->contentObject = $contentObject;
116 return $this->contentObject;
H A DFrontendConfigurationManager.php140 $pages = $this->contentObject->data['pages'];
143 if ($this->contentObject->data['recursive'] > 0) {
146 … $pids = $this->contentObject->getTreeList($pid, $this->contentObject->data['recursive']);
194 $flexFormConfiguration = $this->contentObject->data['pi_flexform'];
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Web/
H A DFrontendRequestHandler.php73 $contentObject = $this->configurationManager->getContentObject();
74 …if ($contentObject->getUserObjectType() === \TYPO3\CMS\Frontend\ContentObject\ContentObjectRendere…
75 $contentObject->convertToUserIntObject();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Exception/
H A DExceptionHandlerInterface.php30 * @param AbstractContentObject $contentObject
34 …public function handle(\Exception $exception, AbstractContentObject $contentObject = null, $conten… argument
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/Exception/
H A DExceptionHandlerInterface.php31 * @param AbstractContentObject $contentObject
35 …public function handle(\Exception $exception, AbstractContentObject $contentObject = null, $conten… argument

12345