Home
last modified time | relevance | path

Searched refs:TYPE_REMOTE (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java41 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED, TYPE_REMOTE, TYPE_OUT_OF_MEMORY})
66 public static final int TYPE_REMOTE = 3; field in ExoPlaybackException
147 return new ExoPlaybackException(TYPE_REMOTE, message); in createForRemote()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java41 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED, TYPE_REMOTE, TYPE_OUT_OF_MEMORY})
66 public static final int TYPE_REMOTE = 3; field in ExoPlaybackException
147 return new ExoPlaybackException(TYPE_REMOTE, message); in createForRemote()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java41 @IntDef({TYPE_SOURCE, TYPE_RENDERER, TYPE_UNEXPECTED, TYPE_REMOTE, TYPE_OUT_OF_MEMORY})
66 public static final int TYPE_REMOTE = 3; field in ExoPlaybackException
147 return new ExoPlaybackException(TYPE_REMOTE, message); in createForRemote()
/dports/www/nextcloud/nextcloud/lib/private/Collaboration/Collaborators/
H A DRemotePlugin.php120 'shareType' => IShare::TYPE_REMOTE,
132 'shareType' => IShare::TYPE_REMOTE,
161 'shareType' => IShare::TYPE_REMOTE,
/dports/devel/arcanist/arcanist-b2e715f/src/repository/api/
H A DArcanistGitUpstreamPath.php8 const TYPE_REMOTE = 'remote'; define in ArcanistGitUpstreamPath
41 return ($last['type'] == self::TYPE_REMOTE);
/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/api/
H A DArcanistGitUpstreamPath.php8 const TYPE_REMOTE = 'remote'; define in ArcanistGitUpstreamPath
41 return ($last['type'] == self::TYPE_REMOTE);
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Listener/
H A DShareInteractionListener.php43 IShare::TYPE_REMOTE,
91 case IShare::TYPE_REMOTE:
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Controller/
H A DShareesAPIController.php176 $shareTypes[] = IShare::TYPE_REMOTE;
285 IShare::TYPE_REMOTE => 'remotes',
354 $shareTypes[] = IShare::TYPE_REMOTE;
401 return $backend->isShareTypeAllowed(IShare::TYPE_REMOTE);
/dports/www/nextcloud/nextcloud/apps-pkg/admin_audit/lib/Actions/
H A DSharing.php124 } elseif ($params['shareType'] === IShare::TYPE_REMOTE) {
243 } elseif ($params['shareType'] === IShare::TYPE_REMOTE) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java267 int filter = TYPE_REMOTE | TYPE_IMPLEMENTATION; in getOutputTypesFor()
295 if (interfaces[j].isType(TYPE_REMOTE) && in getOutputTypesFor()
595 if (type.isType(TYPE_REMOTE) || in addStubInUse()
1311 case TYPE_REMOTE: in writeMarshalArgument()
1399 case TYPE_REMOTE: in writeUnmarshalArgument()
1580 if (interfaces[i].isType(TYPE_REMOTE)) { in addRemoteInterfaces()
1636 if (list[i].isType(TYPE_REMOTE)) { in getDirectRemoteInterfaces()
1647 if (list[i].isType(TYPE_REMOTE) && in countRemote()
2018 case TYPE_REMOTE: return false; in needNewWriteStreamClass()
2067 if (args[i].getTypeCode() != TYPE_REMOTE && in writeCopyArguments()
[all …]
H A DImplementationType.java180 if (theInt.isType(TYPE_REMOTE) || in initialize()
215 if (type.isType(TYPE_REMOTE)) { in copyRemoteMethods()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java267 int filter = TYPE_REMOTE | TYPE_IMPLEMENTATION; in getOutputTypesFor()
295 if (interfaces[j].isType(TYPE_REMOTE) && in getOutputTypesFor()
595 if (type.isType(TYPE_REMOTE) || in addStubInUse()
1311 case TYPE_REMOTE: in writeMarshalArgument()
1399 case TYPE_REMOTE: in writeUnmarshalArgument()
1580 if (interfaces[i].isType(TYPE_REMOTE)) { in addRemoteInterfaces()
1636 if (list[i].isType(TYPE_REMOTE)) { in getDirectRemoteInterfaces()
1647 if (list[i].isType(TYPE_REMOTE) && in countRemote()
2018 case TYPE_REMOTE: return false; in needNewWriteStreamClass()
2067 if (args[i].getTypeCode() != TYPE_REMOTE && in writeCopyArguments()
[all …]
H A DImplementationType.java180 if (theInt.isType(TYPE_REMOTE) || in initialize()
215 if (type.isType(TYPE_REMOTE)) { in copyRemoteMethods()
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Dlibrary_object.py19 TYPE_REMOTE = "Remote" variable in LibraryType
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dtrans2.h241 #define TYPE_REMOTE 0x10 macro
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dtrans2.h241 #define TYPE_REMOTE 0x10 macro
/dports/www/nextcloud/nextcloud/apps-pkg/federatedfilesharing/lib/
H A DFederatedShareProvider.php108 …private $supportedShareType = [IShare::TYPE_REMOTE_GROUP, IShare::TYPE_REMOTE, IShare::TYPE_CIRCLE…
192 $alreadyShared = $this->getSharedWith($shareWith, IShare::TYPE_REMOTE, $share->getNode(), 1, 0);
650 $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_REMOTE))
972 ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_REMOTE)))
1099 ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_REMOTE)))
1133 $qb->expr()->eq('share_type', $qb->createNamedParameter(\OCP\Share\IShare::TYPE_REMOTE)),
/dports/net-im/climm/climm-0.7.1/src/
H A Dconnection.c439 case TYPE_REMOTE: in ConnectionStrType()
471 case TYPE_REMOTE: in ConnectionServerType()
482 if (!strncmp (type, "remote", 6) && type[6] == del) return TYPE_REMOTE; in ConnectionServerNType()
/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/
H A DCurrentUser.php132 if ($share->getShareType() === IShare::TYPE_REMOTE) {
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dtrans2.h281 #define TYPE_REMOTE 0x10
/dports/www/nextcloud/nextcloud/lib/public/Share/
H A DIShare.php80 public const TYPE_REMOTE = 6; define
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Connector/
H A DPublicAuth.php130 } elseif ($share->getShareType() === IShare::TYPE_REMOTE) {
/dports/security/nextcloud-end_to_end_encryption/end_to_end_encryption/lib/
H A DEncryptionManager.php169 IShare::TYPE_REMOTE,
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/ipc/
H A DRenderFrameParent.h153 NS_DISPLAY_DECL_NAME("Remote", TYPE_REMOTE)
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DHitTestInfoManager.cpp75 if (MOZ_UNLIKELY(aItem->GetType() == DisplayItemType::TYPE_REMOTE)) { in ProcessItem()

123