Home
last modified time | relevance | path

Searched refs:withTypes (Results 1 – 7 of 7) sorted by relevance

/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/CardDAV/
H A DAddressBookImpl.php121 $withTypes = \array_key_exists('types', $options) && $options['types'] === true;
125 $vCards[] = $this->vCard2Array($result['uri'], $this->readCard($result['carddata']), $withTypes);
264 * @param boolean $withTypes (optional) return the values as arrays of value/type pairs
267 protected function vCard2Array($uri, VCard $vCard, $withTypes = false) { argument
290 if ($withTypes) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/rebind/
H A DJavaScriptPassthroughGenerator.java110 boolean withTypes) in printParams() argument
117 if (withTypes) in printParams()
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFPasteboardOwner.h26 + (id)ownPasteboard:(NSPasteboard *)pboard forByteArray:(HFByteArray *)array withTypes:(NSArray *)t…
H A DHFPasteboardOwner.m23 …WithPasteboard:(NSPasteboard *)pboard forByteArray:(HFByteArray *)array withTypes:(NSArray *)types…
37 + (id)ownPasteboard:(NSPasteboard *)pboard forByteArray:(HFByteArray *)array withTypes:(NSArray *)t…
38 … return [[[self alloc] initWithPasteboard:pboard forByteArray:array withTypes:types] autorelease];
H A DHFStringEncodingTextRepresenter.m115 …HFStringEncodingPasteboardOwner ownPasteboard:pb forByteArray:selection withTypes:@[HFPrivateByteA…
H A DHFHexTextRepresenter.m197 … *owner = [HFHexPasteboardOwner ownPasteboard:pb forByteArray:selection withTypes:@[HFPrivateByteA…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DStateBuilder.java201 ManifestElement[] withTypes = ManifestElement.parseHeader(genericAlias[0], strBuf.toString()); in getGenericCapabilities() local
202 aliasList.add(withTypes[0]); in getGenericCapabilities()