Home
last modified time | relevance | path

Searched defs:createFrom (Results 1 – 25 of 92) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/
H A DColorDescriptor.java45 public static ColorDescriptor createFrom(Color toCreate, Device originalDevice) { in createFrom() method in ColorDescriptor
61 public static ColorDescriptor createFrom(Color toCreate) { in createFrom() method in ColorDescriptor
72 public static ColorDescriptor createFrom(RGB toCreate) { in createFrom() method in ColorDescriptor
H A DFontDescriptor.java46 public static FontDescriptor createFrom(Font font, Device originalDevice) { in createFrom() method in FontDescriptor
61 public static FontDescriptor createFrom(Font font) { in createFrom() method in FontDescriptor
75 public static FontDescriptor createFrom(FontData[] data) { in createFrom() method in FontDescriptor
85 public static FontDescriptor createFrom(FontData data) { in createFrom() method in FontDescriptor
99 public static FontDescriptor createFrom(String name, int height, int style) { in createFrom() method in FontDescriptor
/dports/games/maxr/maxr-0.2.9/src/game/data/report/
H A Dsavedreport.cpp91 std::unique_ptr<cSavedReport> cSavedReport::createFrom (cNetMessage& message) in createFrom() function in cSavedReport
156 std::unique_ptr<cSavedReport> cSavedReport::createFrom (const tinyxml2::XMLElement& element) in createFrom() function in cSavedReport
/dports/finance/prestashop/prestashop/src/Core/Grid/Search/Factory/
H A DDecoratedSearchCriteriaFactory.php43 public function createFrom(SearchCriteriaInterface $searchCriteria); function
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/internal/generated/snippets/cloudtasks/apiv2beta3/Client/ListQueues/
H A Dmain.go54 // [END cloudtasks_generated_cloudtasks_apiv2beta3_Client_ListQueues]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/crossbeam-utils-0.7.0/tests/
H A Dwait_group.rs56 // At this point, all spawned threads should be sleeping, so we shouldn't get anything from the in createFrom()
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dbranchesdialogmodel.cpp73 Branch createFrom{branches.at(1).name, {}, {}, 0, 1, ItemType::CreateBranchFrom}; in refresh() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/participants/
H A DResourceChangeChecker.java115 private static RefactoringStatus createFrom(IStatus status) { in createFrom() method in ResourceChangeChecker
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/layout/
H A DRowDataFactory.java74 public static RowDataFactory createFrom(RowData data) { in createFrom() method in RowDataFactory
H A DRowLayoutFactory.java58 public static RowLayoutFactory createFrom(RowLayout layout) { in createFrom() method in RowLayoutFactory
H A DGridLayoutFactory.java70 public static GridLayoutFactory createFrom(GridLayout l) { in createFrom() method in GridLayoutFactory
H A DGridDataFactory.java161 public static GridDataFactory createFrom(GridData data) { in createFrom() method in GridDataFactory
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/accessibility/captioning/
H A DCaptioningStyle.java104 public static CaptioningStyle createFrom(CaptionStyle captionStyle) { in createFrom() method in CaptioningStyle
/dports/finance/prestashop/prestashop/src/Adapter/Grid/Search/Factory/
H A DSearchCriteriaWithCategoryParentIdFilterFactory.php104 public function createFrom(SearchCriteriaInterface $searchCriteria) function in PrestaShop\\PrestaShop\\Adapter\\Grid\\Search\\Factory\\SearchCriteriaWithCategoryParentIdFilterFactory
/dports/editors/kate/kate-21.12.3/kate/autotests/
H A Dsession_test.cpp79 void KateSessionTest::createFrom() in createFrom() function in KateSessionTest
/dports/editors/kate/kate-21.12.3/kate/session/
H A Dkatesession.cpp85 KateSession::Ptr KateSession::createFrom(const KateSession::Ptr &session, const QString &file, cons… in createFrom() function in KateSession
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/pf/file/
H A DFileLocator.java370 protected FileLocator createFrom( File filePath ) in createFrom() method in FileLocator
395 private FileLocator createFrom( FileLocator aParent, String[] pathElements ) in createFrom() method in FileLocator
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/
H A Djuce_WavAudioFormat.cpp197 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
320 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
386 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
448 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
547 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
720 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
765 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
829 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
872 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/
H A Djuce_WavAudioFormat.cpp198 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
321 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
387 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
449 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
548 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
721 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
766 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
830 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
873 static MemoryBlock createFrom (const StringPairArray& values) in createFrom() function
/dports/finance/prestashop/prestashop/src/Core/Addon/Theme/
H A DThemeCollection.php67 public static function createFrom(array $addons) function in PrestaShop\\PrestaShop\\Core\\Addon\\Theme\\ThemeCollection
/dports/finance/prestashop/prestashop/src/Core/Addon/
H A DAddonsCollection.php67 public static function createFrom(array $addons) function in PrestaShop\\PrestaShop\\Core\\Addon\\AddonsCollection
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Dbase_binary_edge.hpp31 OptimizableGraph::Vertex* BaseBinaryEdge<D, E, VertexXiType, VertexXjType>::createFrom(){ in createFrom() function in BaseBinaryEdge
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/collections/lib/Doctrine/Common/Collections/
H A DArrayCollection.php68 protected function createFrom(array $elements) function in Doctrine\\Common\\Collections\\ArrayCollection
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/collections/lib/Doctrine/Common/Collections/
H A DArrayCollection.php68 protected function createFrom(array $elements) function in Doctrine\\Common\\Collections\\ArrayCollection
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dicon.cpp257 Icon& Icon::createFrom(const QString& name, Icon* copy, Icon::Attributes attr) in createFrom() function in Icon

1234