Home
last modified time | relevance | path

Searched refs:getSystemData (Results 1 – 25 of 35) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A DDataFlavorMapping.cxx203 virtual NSData* getSystemData() override;
220 NSData* UniDataProvider::getSystemData() in getSystemData() function in UniDataProvider
258 virtual NSData* getSystemData() override;
275 NSData* ByteSequenceDataProvider::getSystemData() in getSystemData() function in ByteSequenceDataProvider
310 virtual NSData* getSystemData() override;
322 NSData* HTMLFormatDataProvider::getSystemData() in getSystemData() function in HTMLFormatDataProvider
374 virtual NSData* getSystemData() override;
393 NSData* PNGDataProvider::getSystemData() in getSystemData() function in PNGDataProvider
440 virtual NSData* getSystemData() override;
456 NSData* FileListDataProvider::getSystemData() in getSystemData() function in FileListDataProvider
H A DDataFlavorMapping.hxx47 virtual NSData* getSystemData() = 0;
H A Dclipboard.cxx298 pBoardData = dp->getSystemData(); in provideDataForType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A DDataFlavorMapping.cxx193 virtual NSData* getSystemData() override;
208 NSData* UniDataProvider::getSystemData() in getSystemData() function in UniDataProvider
244 virtual NSData* getSystemData() override;
259 NSData* ByteSequenceDataProvider::getSystemData() in getSystemData() function in ByteSequenceDataProvider
292 virtual NSData* getSystemData() override;
302 NSData* HTMLFormatDataProvider::getSystemData() in getSystemData() function in HTMLFormatDataProvider
351 virtual NSData* getSystemData() override;
368 NSData* PNGDataProvider::getSystemData() in getSystemData() function in PNGDataProvider
413 virtual NSData* getSystemData() override;
427 NSData* FileListDataProvider::getSystemData() in getSystemData() function in FileListDataProvider
H A DDataFlavorMapping.hxx47 virtual NSData* getSystemData() = 0;
H A Dclipboard.cxx298 pBoardData = dp->getSystemData(); in provideDataForType()
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal/src/Plugin/migrate/source/
H A DDrupalSqlBase.php69 public function getSystemData() { function in Drupal\\migrate_drupal\\Plugin\\migrate\\source\\DrupalSqlBase
135 $system_data = $this->getSystemData();
149 $system_data = $this->getSystemData();
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/src/Plugin/migrate/source/
H A DDrupalSqlBase.php76 public function getSystemData() { function in Drupal\\migrate_drupal\\Plugin\\migrate\\source\\DrupalSqlBase
138 $system_data = $this->getSystemData();
152 $system_data = $this->getSystemData();
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/ios/
H A DDataFlavorMapping.cxx188 NSData* getSystemData() override;
202 NSData* Utf8DataProvider::getSystemData() in getSystemData() function in Utf8DataProvider
236 NSData* getSystemData() override;
250 NSData* ByteSequenceDataProvider::getSystemData() in getSystemData() function in ByteSequenceDataProvider
283 NSData* getSystemData() override;
292 NSData* HTMLFormatDataProvider::getSystemData() in getSystemData() function in HTMLFormatDataProvider
H A DDataFlavorMapping.hxx47 virtual NSData* getSystemData() = 0;
H A Dclipboard.cxx70 NSData* pBoardData = (NSData*)dp->getSystemData(); in setContents()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/ios/
H A DDataFlavorMapping.cxx199 NSData* getSystemData() override;
213 NSData* UniDataProvider::getSystemData() in getSystemData() function in UniDataProvider
247 NSData* getSystemData() override;
261 NSData* ByteSequenceDataProvider::getSystemData() in getSystemData() function in ByteSequenceDataProvider
294 NSData* getSystemData() override;
303 NSData* HTMLFormatDataProvider::getSystemData() in getSystemData() function in HTMLFormatDataProvider
H A DDataFlavorMapping.hxx47 virtual NSData* getSystemData() = 0;
H A Dclipboard.cxx73 NSData* pBoardData = (NSData*)dp->getSystemData(); in setContents()
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/tests/src/Unit/source/
H A DDrupalSqlBaseTest.php53 $system_data = $plugin->getSystemData();
78 $system_data = $plugin->getSystemData();
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/tests/src/Unit/source/d6/
H A DDrupal6SqlBaseTest.php83 $system_data = $this->base->getSystemData();
89 $this->assertSame($system_data, $this->base->getSystemData());
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal/tests/src/Unit/source/d6/
H A DDrupal6SqlBaseTest.php83 $system_data = $this->base->getSystemData();
89 $this->assertSame($system_data, $this->base->getSystemData());
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A DSystemProcessor.h65 List<POEMSChain> * getSystemData();
274 List<POEMSChain> * SystemProcessor::getSystemData(void) //Gets the list of POEMSChains that compris… in getSystemData() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A DSystemProcessor.h64 List<POEMSChain> * getSystemData();
285 List<POEMSChain> * SystemProcessor::getSystemData(void) //Gets the list of POEMSChains that compris… in getSystemData() function
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dmain.go244 func getSystemData() map[string]string { func
486 return getSystemData()
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal/src/
H A DMigrationConfigurationTrait.php69 protected function getSystemData(Connection $connection) { function
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal/src/
H A DMigrationConfigurationTrait.php69 protected function getSystemData(Connection $connection) { function
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate_drupal_ui/src/Form/
H A DCredentialForm.php354 $system_data = $this->getSystemData($connection);
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal_ui/src/Form/
H A DCredentialForm.php354 $system_data = $this->getSystemData($connection);
/dports/textproc/jade/jade-1.2.1/style/
H A DDssslApp.cxx149 if (nd->getSystemData(pi) == accessOK) { in getDssslSpecFromGrove()

12