Home
last modified time | relevance | path

Searched refs:createFrom (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/resource/
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
100 return createFrom(new FontData(name, height, style)); in createFrom()
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
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/images/
H A DResourceManagerTest.java123 new TestDescriptor(ColorDescriptor.createFrom(new RGB(10, 200, 54))), in setUp()
124 new TestDescriptor(ColorDescriptor.createFrom(new RGB(10, 200, 54))), in setUp()
125 new TestDescriptor(ColorDescriptor.createFrom(new RGB(200, 220, 54))), in setUp()
127 new TestDescriptor(ColorDescriptor.createFrom(testColor)), // 15 in setUp()
128 new TestDescriptor(ColorDescriptor.createFrom(testColor)), in setUp()
129 new TestDescriptor(ColorDescriptor.createFrom(testColor2)), in setUp()
130 new TestDescriptor(ColorDescriptor.createFrom(testColor)), in setUp()
131 new TestDescriptor(ColorDescriptor.createFrom(testColor)), in setUp()
133 new TestDescriptor(ColorDescriptor.createFrom(testColor2)), // 20 in setUp()
/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
307 return $this->createFrom(array_map($func, $this->elements));
315 return $this->createFrom(array_filter($this->elements, $p));
347 return array($this->createFrom($matches), $this->createFrom($noMatches));
406 return $this->createFrom($filtered);
/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
307 return $this->createFrom(array_map($func, $this->elements));
315 return $this->createFrom(array_filter($this->elements, $p));
347 return array($this->createFrom($matches), $this->createFrom($noMatches));
406 return $this->createFrom($filtered);
/dports/finance/prestashop/prestashop/vendor/doctrine/collections/lib/Doctrine/Common/Collections/
H A DArrayCollection.php92 protected function createFrom(array $elements) function in Doctrine\\Common\\Collections\\ArrayCollection
334 return $this->createFrom(array_map($func, $this->elements));
346 return $this->createFrom(array_filter($this->elements, $p, ARRAY_FILTER_USE_BOTH));
378 return [$this->createFrom($matches), $this->createFrom($noMatches)];
439 return $this->createFrom($filtered);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/releases/components/
H A Dtag_field_new.vue30 ...mapState('editNew', ['projectId', 'release', 'createFrom']),
48 return this.createFrom;
50 set(createFrom) {
51 this.updateCreateFrom(createFrom);
101 createFrom: {
158 :translations="$options.translations.createFrom"
/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.java89 return createFrom(status); in check()
115 private static RefactoringStatus createFrom(IStatus status) { in createFrom() method in ResourceChangeChecker
138 result.merge(createFrom(child)); in createFrom()
/dports/games/maxr/maxr-0.2.9/src/game/data/report/
H A Dsavedreport.h109 static std::unique_ptr<cSavedReport> createFrom (cNetMessage& message);
110 static std::unique_ptr<cSavedReport> createFrom (const tinyxml2::XMLElement& element);
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Improve/
H A DModuleController.php278 AddonsCollection::createFrom([$module])
323 …$modulesFromRepository = AddonsCollection::createFrom($moduleRepository->getFilteredList($filters)…
445 $collection = AddonsCollection::createFrom([$e->getModule()]);
489 $collection = AddonsCollection::createFrom([$moduleInstance]);
616 $collection = AddonsCollection::createFrom([$e->getModule()]);
654 $modulesOnDisk = AddonsCollection::createFrom($moduleRepository->getList());
844 $collection = AddonsCollection::createFrom($category->modules);
/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
1315 bwavChunk = BWAVChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1316 axmlChunk = AXMLChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1317 smplChunk = SMPLChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1318 instChunk = InstChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1319 cueChunk = CueChunk ::createFrom (metadataValues); in WavAudioFormatWriter()
1320 listChunk = ListChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1322 acidChunk = AcidChunk::createFrom (metadataValues); in WavAudioFormatWriter()
[all …]
/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
1314 bwavChunk = BWAVChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1315 axmlChunk = AXMLChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1316 smplChunk = SMPLChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1317 instChunk = InstChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1318 cueChunk = CueChunk ::createFrom (metadataValues); in WavAudioFormatWriter()
1319 listChunk = ListChunk::createFrom (metadataValues); in WavAudioFormatWriter()
1321 acidChunk = AcidChunk::createFrom (metadataValues); in WavAudioFormatWriter()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/pf/file/
H A DFileLocator.java87 return locator.createFrom( file ) ; in create()
107 return locator.createFrom( aParent, pathElements ) ; in newWith()
370 protected FileLocator createFrom( File filePath ) in createFrom() method in FileLocator
395 private FileLocator createFrom( FileLocator aParent, String[] pathElements ) in createFrom() method in FileLocator
/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
75 temp.push_back(createFrom); in refresh()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dicon.h19 #define DEF_ICO2(E,Src,Attr) Icon E = Icon::createFrom(#E, Src, Icon::Attr);
76 static Icon& createFrom(const QString& name, Icon* copy, Attributes attr);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h180 Register createFrom(Register OldReg);
188 Register create() { return createFrom(getReg()); } in create()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h176 Register createFrom(Register OldReg);
184 Register create() { return createFrom(getReg()); } in create()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h180 Register createFrom(Register OldReg);
188 Register create() { return createFrom(getReg()); } in create()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DLiveRangeEdit.h180 unsigned createFrom(unsigned OldReg);
188 unsigned create() { return createFrom(getReg()); } in create()
/dports/editors/kate/kate-21.12.3/kate/autotests/
H A Dsession_test.cpp79 void KateSessionTest::createFrom() in createFrom() function in KateSessionTest
92 ns = KateSession::createFrom(s, newFile.fileName(), newName); in createFrom()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DLiveRangeEdit.h176 Register createFrom(Register OldReg);
184 Register create() { return createFrom(getReg()); } in create()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h180 Register createFrom(Register OldReg);
188 Register create() { return createFrom(getReg()); } in create()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DLiveRangeEdit.h180 Register createFrom(Register OldReg);
188 Register create() { return createFrom(getReg()); } in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h180 unsigned createFrom(unsigned OldReg);
188 unsigned create() { return createFrom(getReg()); } in create()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h176 Register createFrom(Register OldReg);
184 Register create() { return createFrom(getReg()); } in create()

12345678910