Home
last modified time | relevance | path

Searched refs:isImportEnabled (Results 1 – 21 of 21) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/impexp/Classes/ContextMenu/
H A DItemProvider.php100 $canRender = $this->table === 'pages' && $this->isImportEnabled();
120 protected function isImportEnabled(): bool function in TYPO3\\CMS\\Impexp\\ContextMenu\\ItemProvider
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/impexp/Classes/ContextMenu/
H A DItemProvider.php99 $canRender = $this->table === 'pages' && $this->isImportEnabled();
119 protected function isImportEnabled(): bool function in TYPO3\\CMS\\Impexp\\ContextMenu\\ItemProvider
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/impexp/Classes/ContextMenu/
H A DItemProvider.php103 $canRender = $this->table === 'pages' && $this->isImportEnabled();
138 protected function isImportEnabled(): bool function in TYPO3\\CMS\\Impexp\\ContextMenu\\ItemProvider
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSParticipantSetting.php133 public function isImportEnabled() function in ilECSParticipantSetting
233 'import = ' . $ilDB->quote((int) $this->isImportEnabled(), 'integer') . ', ' .
259 $ilDB->quote((int) $this->isImportEnabled(), 'integer') . ', ' .
H A Dclass.ilECSParticipantSettingsGUI.php224 $import->setChecked($this->getParticipant()->isImportEnabled());
H A Dclass.ilECSCommunityTableGUI.php139 if ($part->isImportEnabled()) {
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSParticipantSetting.php133 public function isImportEnabled() function in ilECSParticipantSetting
233 'import = ' . $ilDB->quote((int) $this->isImportEnabled(), 'integer') . ', ' .
259 $ilDB->quote((int) $this->isImportEnabled(), 'integer') . ', ' .
H A Dclass.ilECSParticipantSettingsGUI.php224 $import->setChecked($this->getParticipant()->isImportEnabled());
H A Dclass.ilECSCommunityTableGUI.php139 if ($part->isImportEnabled()) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/impexp/Classes/Controller/
H A DImportController.php79 if ($this->isImportEnabled() === false) {
115 protected function isImportEnabled(): bool function in TYPO3\\CMS\\Impexp\\Controller\\ImportController
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/Course/
H A Dclass.ilECSCmsCourseCommandQueueHandler.php63 if (!$part->isImportEnabled()) {
H A Dclass.ilECSCmsCourseMemberCommandQueueHandler.php80 if (!$part->isImportEnabled()) {
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/Course/
H A Dclass.ilECSCmsCourseCommandQueueHandler.php63 if (!$part->isImportEnabled()) {
H A Dclass.ilECSCmsCourseMemberCommandQueueHandler.php80 if (!$part->isImportEnabled()) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/dump/
H A Ddumperbase.hxx861 bool isImportEnabled() const;
1713 bool isImportEnabled() const;
1729 if( !aDumper.isImportEnabled() ) \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/dump/
H A Ddumperbase.hxx861 bool isImportEnabled() const;
1713 bool isImportEnabled() const;
1730 if( !aDumper.isImportEnabled() ) \
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/dump/
H A Ddumperbase.cxx1434 bool Config::isImportEnabled() const in isImportEnabled() function in oox::dump::Config
2558 bool DumperBase::isImportEnabled() const in isImportEnabled() function in oox::dump::DumperBase
2560 return !isValid() || cfg().isImportEnabled(); in isImportEnabled()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/dump/
H A Ddumperbase.cxx1434 bool Config::isImportEnabled() const in isImportEnabled() function in oox::dump::Config
2557 bool DumperBase::isImportEnabled() const in isImportEnabled() function in oox::dump::DumperBase
2559 return !isValid() || cfg().isImportEnabled(); in isImportEnabled()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Diocommand.cpp132 bool isImportEnabled() const { return m_importEnabled; } in isImportEnabled() function in __anon399072660111::ResourceImportDialog
142 return isImportEnabled() ? A_IMPORT : A_LOAD; in askImportQuestion()
196 if (!isImportEnabled()) { in process()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/handler/
H A DmxGraphHandler.java757 canImport = graphComponent.isImportEnabled() in dragEnter()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/
H A DmxGraphComponent.java2501 public boolean isImportEnabled() in isImportEnabled() method in mxGraphComponent
2537 return isImportEnabled();