Home
last modified time | relevance | path

Searched refs:setPropertyList (Results 1 – 25 of 127) sorted by relevance

123456

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/dataquay/dataquay/
H A DPropertyObject.h357 void setPropertyList(QString name, QVariantList values);
368 void setPropertyList(Transaction *tx, QString name, QVariantList values);
377 void setPropertyList(QString name, Nodes nodes);
386 void setPropertyList(Transaction *tx, QString name, Nodes nodes);
472 void setPropertyList(QString name, QVariantList values);
473 void setPropertyList(QString name, Nodes nodes);
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/dataquay/src/
H A DPropertyObject.cpp308 PropertyObject::setPropertyList(QString name, QVariantList values)
320 PropertyObject::setPropertyList(Transaction *tx,
334 PropertyObject::setPropertyList(QString name, Nodes nodes)
346 PropertyObject::setPropertyList(Transaction *tx, QString name, Nodes nodes)
516 CacheingPropertyObject::setPropertyList(QString name, QVariantList values)
518 m_po.setPropertyList(name, values);
523 CacheingPropertyObject::setPropertyList(QString name, Nodes nodes)
525 m_po.setPropertyList(name, nodes);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/clipboard/
H A Dclipboard_util_mac.mm123 [item setPropertyList:@[ [url path] ]
129 [item setPropertyList:urlsAndTitles
137 [item setPropertyList:@[ [url relativeString], [base absoluteString] ]
140 [item setPropertyList:@[ [url absoluteString], @"" ]
158 [item setPropertyList:urlsAndTitles
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/clipboard/
H A Dclipboard_util_mac.mm124 [item setPropertyList:@[ [url path] ]
130 [item setPropertyList:urlsAndTitles
138 [item setPropertyList:@[ [url relativeString], [base absoluteString] ]
141 [item setPropertyList:@[ [url absoluteString], @"" ]
159 [item setPropertyList:urlsAndTitles
/dports/lang/kawa/kawa-3.1.1/gnu/mapping/
H A DPropertyLocation.java57 public static void setPropertyList (Object symbol, Object plist, in setPropertyList() method in PropertyLocation
113 public static void setPropertyList (Object symbol, Object plist) in setPropertyList() method in PropertyLocation
115 setPropertyList(symbol, plist, Environment.getCurrent()); in setPropertyList()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSPasteboardItem.m102 - (BOOL)setPropertyList:(id)propertyList forType:(NSString *)type
152 [self setPropertyList: propertyList forType: type];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSPasteboardItem.h62 - (BOOL)setPropertyList:(id)propertyList forType:(NSString *)type;
H A DNSPasteboard.h239 - (BOOL) setPropertyList: (id)propertyList
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DMappedStudio.h103 virtual void setPropertyList(const MappedObjectProperty &/* property */, in setPropertyList() function
455 void setPropertyList(const MappedObjectProperty &,
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSPasteboardItem.inc26 …ertyList_forType (propertyList: id; type_: NSString): ObjCBOOL; message 'setPropertyList:forType:';
/dports/misc/tellico/tellico-3.4.2/src/
H A Dfield.h283 void setPropertyList(const StringMap& properties);
/dports/graphics/cenon/Cenon/
H A DDragMatrix.m106 …a of type NSFilenamesPboardType will be an NSArray of NSString. Use 'setPropertyList:forType:' and…
108 …a of type NSFilenamesPboardType will be an NSArray of NSString. Use 'setPropertyList:forType:' and…
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DNSPasteboard+Extensions.m56 [self setPropertyList: aPropertyList forType: MessagePboardType];
/dports/graphics/preview/Preview/
H A DDocument.m394 if ( [pasteBoard setPropertyList: [NSArray arrayWithObject:[super fileName]]
425 if ( ! [pasteBoard setPropertyList: [[NSArray alloc] initWithObjects:[super fileName],nil]
430 if (! [pasteBoard setPropertyList: [NSArray arrayWithObject:[super fileName]]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSPasteboard.java67 public boolean setPropertyList(id plist, NSString dataType) { in setPropertyList() method in NSPasteboard
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm157 … [pasteboard setPropertyList:[NSArray arrayWithObject:extension] forType:NSFilesPromisePboardType];
169 …[pasteboard setPropertyList:arrayForURLsWithTitles(URL, title) forType:PasteboardTypes::WebURLsWit…
/dports/mail/addresses/Addresses-0.4.8/Frameworks/AddressView/
H A DADImageView.m116 [pb setPropertyList: [NSArray arrayWithObject: dict]
/dports/mail/addresses-goodies/Addresses-0.4.8/Frameworks/AddressView/
H A DADImageView.m116 [pb setPropertyList: [NSArray arrayWithObject: dict]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/dragdrop/
H A Dos_exchange_data_provider_mac.mm160 [GetPasteboard() setPropertyList:@[ base::SysUTF8ToNSString(path.value()) ]
175 [GetPasteboard() setPropertyList:paths forType:NSFilenamesPboardType];
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/dragdrop/
H A Dos_exchange_data_provider_mac.mm161 [GetPasteboard() setPropertyList:@[ base::SysUTF8ToNSString(path.value()) ]
176 [GetPasteboard() setPropertyList:paths forType:NSFilenamesPboardType];
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DLispClass.java166 public final void setPropertyList(LispObject obj) in setPropertyList() method in LispClass
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/mozilla/
H A DNSPasteboard+Utils.mm126 [self setPropertyList:filePaths forType:NSFilenamesPboardType];
133 [self setPropertyList:clipboardData forType:kWebURLsWithTitlesPboardType];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/mozilla/
H A DNSPasteboard+Utils.mm126 [self setPropertyList:filePaths forType:NSFilenamesPboardType];
133 [self setPropertyList:clipboardData forType:kWebURLsWithTitlesPboardType];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/
H A DClipboard.java471 pasteboard.setPropertyList((NSArray) tdata, OS.NSFilenamesPboardType); in setContents()
/dports/devel/projectcenter/ProjectCenter-0.6.2/Framework/
H A DPCFileNameIcon.m110 [pboard setPropertyList:fileList forType:NSFilenamesPboardType];

123456