Home
last modified time | relevance | path

Searched refs:appliedTo (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/deskew/
H A DApplyDialog.cpp57 emit appliedTo(pages); in onSubmit() local
59 emit appliedTo(m_selectedPages); in onSubmit() local
62 emit appliedTo(pages); in onSubmit() local
72 emit appliedTo(pages); in onSubmit() local
80 emit appliedTo(pages); in onSubmit() local
H A DOptionsWidget.cpp49 …connect(dialog, SIGNAL(appliedTo(const std::set<PageId>&)), this, SLOT(appliedTo(const std::set<Pa… in showDeskewDialog()
55 void OptionsWidget::appliedTo(const std::set<PageId>& pages) { in appliedTo() function in deskew::OptionsWidget
H A DApplyDialog.h41 void appliedTo(const std::set<PageId>& pages);
H A DOptionsWidget.h89 void appliedTo(const std::set<PageId>& pages);
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/validation/rules/
H A DKnownDirectives.mjs49 var appliedTo = ancestors[ancestors.length - 1];
50 if (!Array.isArray(appliedTo)) {
51 switch (appliedTo.kind) {
53 switch (appliedTo.operation) {
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_TextDiff.h50 String appliedTo (String text) const;
65 String appliedTo (const String& original) const noexcept;
H A Djuce_TextDiff.cpp201 String TextDiff::appliedTo (String text) const in appliedTo() function in juce::TextDiff
204 text = c.appliedTo (text); in appliedTo()
214 String TextDiff::Change::appliedTo (const String& text) const noexcept in appliedTo() function in juce::TextDiff::Change
255 auto result = diff.appliedTo (a); in testDiff()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_TextDiff.h50 String appliedTo (String text) const;
65 String appliedTo (const String& original) const noexcept;
H A Djuce_TextDiff.cpp201 String TextDiff::appliedTo (String text) const in appliedTo() function in juce::TextDiff
204 text = c.appliedTo (text); in appliedTo()
214 String TextDiff::Change::appliedTo (const String& text) const noexcept in appliedTo() function in juce::TextDiff::Change
255 auto result = diff.appliedTo (a); in testDiff()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_TextDiff.h50 String appliedTo (String text) const;
65 String appliedTo (const String& original) const noexcept;
H A Djuce_TextDiff.cpp201 String TextDiff::appliedTo (String text) const in appliedTo() function in juce::TextDiff
204 text = c.appliedTo (text); in appliedTo()
214 String TextDiff::Change::appliedTo (const String& text) const noexcept in appliedTo() function in juce::TextDiff::Change
255 auto result = diff.appliedTo (a); in testDiff()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/fix_orientation/
H A DOptionsWidget.cpp74 …connect(dialog, SIGNAL(appliedTo(const std::set<PageId>&)), this, SLOT(appliedTo(const std::set<Pa… in showApplyToDialog()
80 void OptionsWidget::appliedTo(const std::set<PageId>& pages) { in appliedTo() function in fix_orientation::OptionsWidget
H A DApplyDialog.cpp64 emit appliedTo(m_selectedPages); in onSubmit() local
85 emit appliedTo(pages); in onSubmit() local
H A DApplyDialog.h44 void appliedTo(const std::set<PageId>& pages);
H A DOptionsWidget.h58 void appliedTo(const std::set<PageId>& pages);
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/ParseTree/
H A DMATCH_COMPILER.sml198 appliedTo: aot, (* Patterns this constructor was applied to. *)
206 appliedTo: aot,
225 fun makeConsrec(constructor, patts, appliedTo, polyVars): consrec =
229 appliedTo = appliedTo,
233 fun makeExconsrec(constructor, patts, appliedTo, exValue): exconsrec =
237 appliedTo = appliedTo,
266 fun addDefaultToConsrec {constructor, patts, appliedTo, polyVars} =
303 | addClist ((ccl as {constructor, patts, appliedTo, ... })::ccls) =
818 fun doConstr({ patts, constructor, appliedTo, ...}, rest) =
1128 … List.foldl(fn ({appliedTo, ...}, t) => t orelse containsNonConstException appliedTo) false cl
[all …]
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DWindowsDemo.h336 auto result = placement.appliedTo (area, Desktop::getInstance().getDisplays() in showDocumentWindow()
357 auto result = placement.appliedTo (area, Desktop::getInstance().getDisplays() in showTransparentWindow()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/placement/
H A Djuce_RectanglePlacement.h152 Rectangle<ValueType> appliedTo (const Rectangle<ValueType>& source, in appliedTo() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/placement/
H A Djuce_RectanglePlacement.h152 Rectangle<ValueType> appliedTo (const Rectangle<ValueType>& source, in appliedTo() function
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Drules.go594 var appliedTo ast.Node
596 appliedTo = ancestors[len(ancestors)-1]
598 if appliedTo == nil {
601 kind := appliedTo.GetKind()
603 appliedTo, _ := appliedTo.(*ast.OperationDefinition)
604 if appliedTo.Operation == ast.OperationTypeQuery {
607 if appliedTo.Operation == ast.OperationTypeMutation {
610 if appliedTo.Operation == ast.OperationTypeSubscription {
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Drules.go594 var appliedTo ast.Node
596 appliedTo = ancestors[len(ancestors)-1]
598 if appliedTo == nil {
601 kind := appliedTo.GetKind()
603 appliedTo, _ := appliedTo.(*ast.OperationDefinition)
604 if appliedTo.Operation == ast.OperationTypeQuery {
607 if appliedTo.Operation == ast.OperationTypeMutation {
610 if appliedTo.Operation == ast.OperationTypeSubscription {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Drules.go596 var appliedTo ast.Node
598 appliedTo = ancestors[len(ancestors)-1]
600 if appliedTo == nil {
603 kind := appliedTo.GetKind()
605 appliedTo, _ := appliedTo.(*ast.OperationDefinition)
606 if appliedTo.Operation == ast.OperationTypeQuery {
609 if appliedTo.Operation == ast.OperationTypeMutation {
612 if appliedTo.Operation == ast.OperationTypeSubscription {
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/CodeEditor/
H A Djucer_ItemPreviewComponent.h56 ….appliedTo (contentBounds, Rectangle<float> (4.0f, 22.0f, (float) getWidth() - 8.0f, (float) getHe… in paint()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/playback/
H A Djuce_VideoComponent.cpp126 r = RectanglePlacement (RectanglePlacement::centred).appliedTo (nativeSize, r); in resized()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/raft/
H A Dlog_test.go296 raftLog.appliedTo(raftLog.committed)
364 raftLog.appliedTo(tt.applied)
397 raftLog.appliedTo(tt.applied)
562 raftLog.appliedTo(raftLog.committed)

123456789