Home
last modified time | relevance | path

Searched refs:isShared (Results 151 – 175 of 1698) sorted by relevance

12345678910>>...68

/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/CalDAV/
H A DCalendarObject.php52 if ($this->isShared()) {
65 if (!$this->isShared()) {
88 protected function isShared() { function in OCA\\DAV\\CalDAV\\CalendarObject
/dports/www/madsonic/madsonic/WEB-INF/jsp/
H A DloadPlaylist.jsp49 var isShared = false;
50 if ($("#isShared").is(":checked")) {
51 isShared = true;
57 playlistService.createNamedPlaylist(playlistName, playlistComment, isShared);
64 var isShared = false;
65 if ($("#isShared").is(":checked")) {
66 isShared = true;
69 playlistService.createEmptyPlaylist(playlistComment, isShared, playlistCallback);
190 …<td align="center" style="padding-left:1em"><input id="isShared" name="isShared" type="checkbox" c…
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ril/
H A DRil.cpp213 bool isShared;
217 data = JS_GetArrayBufferViewData(obj, &isShared, nogc);
219 if (isShared) {
259 bool isShared;
260 memcpy(JS_GetArrayBufferViewData(array, &isShared, nogc),
262 MOZ_ASSERT(!isShared); // Array was constructed above.
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dustr.cpp212 bool isShared; in ensureCapacity() local
218 isShared = false; in ensureCapacity()
221 isShared = (oldRefCount && *oldRefCount > 1); in ensureCapacity()
227 if (!isShared && new_size < curCapacity) in ensureCapacity()
230 if (isShared && new_size < _builtinCapacity) { in ensureCapacity()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/xpcrtfuzzing/
H A Dxpcrtfuzzing.cpp82 bool isShared; in FuzzXPCRuntimeFuzz() local
83 uint8_t* data = JS_GetUint8ClampedArrayData(arr, &isShared, nogc); in FuzzXPCRuntimeFuzz()
84 MOZ_RELEASE_ASSERT(!isShared); in FuzzXPCRuntimeFuzz()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/xpcrtfuzzing/
H A Dxpcrtfuzzing.cpp82 bool isShared; in FuzzXPCRuntimeFuzz() local
83 uint8_t* data = JS_GetUint8ClampedArrayData(arr, &isShared, nogc); in FuzzXPCRuntimeFuzz()
84 MOZ_RELEASE_ASSERT(!isShared); in FuzzXPCRuntimeFuzz()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d20 static if (isShared && multiBlock) in BitmappedBlockImpl()
252 static if (isShared) in BitmappedBlockImpl()
281 static if (isShared) in BitmappedBlockImpl()
291 static if (!isShared) in BitmappedBlockImpl()
354 static if (isShared) in BitmappedBlockImpl()
643 static if (isShared) in BitmappedBlockImpl()
891 static if (isShared) in BitmappedBlockImpl()
916 static if (isShared) in BitmappedBlockImpl()
996 static if (isShared) in BitmappedBlockImpl()
1053 static if (!isShared) in BitmappedBlockImpl()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/data/
H A DRequestScope.java86 if (!HelpSystem.isShared() && HelpBasePlugin.getActivitySupport().isFilteringEnabled()) { in getActiveScopes()
111 if (HelpSystem.isShared()) { in getScopeString()
142 if (HelpSystem.isShared()) { in saveScope()
185 if (HelpSystem.isShared()) { in getFlag()
203 if (HelpSystem.isShared()) { in setFlag()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/sync2/
H A DFileMetadata.java39 public boolean isShared; field in FileMetadata
104 meta.isShared = isShared; in clone()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DAudioWorkletNode.cpp385 bool isShared; in PrepareBufferArrays() local
387 JS_GetFloat32ArrayData(channelRef, &isShared, nogc); in PrepareBufferArrays()
388 MOZ_ASSERT(!isShared); // Was created as unshared in PrepareBufferArrays()
535 bool isShared; in ProcessBlocksOnPorts() local
537 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
556 bool isShared; in ProcessBlocksOnPorts() local
557 float* dest = JS_GetFloat32ArrayData(float32Arrays, &isShared, nogc); in ProcessBlocksOnPorts()
558 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
593 bool isShared; in ProcessBlocksOnPorts() local
595 JS_GetFloat32ArrayData(float32Arrays[c], &isShared, nogc); in ProcessBlocksOnPorts()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DAudioWorkletNode.cpp375 bool isShared; in PrepareBufferArrays() local
377 JS_GetFloat32ArrayData(channelRef, &isShared, nogc); in PrepareBufferArrays()
378 MOZ_ASSERT(!isShared); // Was created as unshared in PrepareBufferArrays()
523 bool isShared; in ProcessBlocksOnPorts() local
525 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
546 bool isShared; in ProcessBlocksOnPorts() local
547 float* dest = JS_GetFloat32ArrayData(float32Arrays, &isShared, nogc); in ProcessBlocksOnPorts()
548 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
578 bool isShared; in ProcessBlocksOnPorts() local
580 JS_GetFloat32ArrayData(float32Arrays[c], &isShared, nogc); in ProcessBlocksOnPorts()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DAudioWorkletNode.cpp385 bool isShared; in PrepareBufferArrays() local
387 JS_GetFloat32ArrayData(channelRef, &isShared, nogc); in PrepareBufferArrays()
388 MOZ_ASSERT(!isShared); // Was created as unshared in PrepareBufferArrays()
535 bool isShared; in ProcessBlocksOnPorts() local
537 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
556 bool isShared; in ProcessBlocksOnPorts() local
557 float* dest = JS_GetFloat32ArrayData(float32Arrays, &isShared, nogc); in ProcessBlocksOnPorts()
558 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
593 bool isShared; in ProcessBlocksOnPorts() local
595 JS_GetFloat32ArrayData(float32Arrays[c], &isShared, nogc); in ProcessBlocksOnPorts()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartAuthorizationEventArgs.cs18 … WebPartAuthorizationEventArgs(Type type, string path, string authorizationFilter, bool isShared) { in WebPartAuthorizationEventArgs() argument
22 _isShared = isShared; in WebPartAuthorizationEventArgs()
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/jsrtfuzzing/
H A Djsrtfuzzing.cpp100 bool isShared; in FuzzJSRuntimeFuzz() local
101 uint8_t* data = JS_GetUint8ClampedArrayData(arr, &isShared, nogc); in FuzzJSRuntimeFuzz()
102 MOZ_RELEASE_ASSERT(!isShared); in FuzzJSRuntimeFuzz()
/dports/www/firefox/firefox-99.0/js/src/shell/jsrtfuzzing/
H A Djsrtfuzzing.cpp101 bool isShared; in FuzzJSRuntimeFuzz() local
102 uint8_t* data = JS_GetUint8ClampedArrayData(arr, &isShared, nogc); in FuzzJSRuntimeFuzz()
103 MOZ_RELEASE_ASSERT(!isShared); in FuzzJSRuntimeFuzz()
/dports/net/kea/kea-2.0.1/src/lib/testutils/
H A Duser_context_utils.cc32 bool isShared() const { return (shared_); } in isShared() function in __anon6b4c7ba00111::Value
66 if (!item.isShared()) { in moveComments1()
95 if (!item.isShared()) { in moveComments1()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/jsrtfuzzing/
H A Djsrtfuzzing.cpp100 bool isShared; in FuzzJSRuntimeFuzz() local
101 uint8_t* data = JS_GetUint8ClampedArrayData(arr, &isShared, nogc); in FuzzJSRuntimeFuzz()
102 MOZ_RELEASE_ASSERT(!isShared); in FuzzJSRuntimeFuzz()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/jsrtfuzzing/
H A Djsrtfuzzing.cpp99 bool isShared; in FuzzJSRuntimeFuzz() local
100 uint8_t* data = JS_GetUint8ClampedArrayData(arr, &isShared, nogc); in FuzzJSRuntimeFuzz()
101 MOZ_RELEASE_ASSERT(!isShared); in FuzzJSRuntimeFuzz()
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Di/Service/
H A DSetSharedCest.php39 $service->isShared()
45 $service->isShared()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/
H A DCommonTabLite.java198 setSharedEnabled(isShared()); in handleSharedRadioButtonSelected()
233 private boolean isShared() { in isShared() method in CommonTabLite
279 boolean isShared = !configuration.isLocal(); in initializeFrom()
280 fSharedRadioButton.setSelection(isShared); in initializeFrom()
281 fLocalRadioButton.setSelection(!isShared); in initializeFrom()
282 setSharedEnabled(isShared); in initializeFrom()
284 if(isShared) { in initializeFrom()
339 if (isShared()) { in updateConfigFromLocalShared()
435 if (isShared()) { in validateLocalShared()
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Di/ServiceLocator/
H A DDependencyInjectorProxy.php49 public function newInstance($name, array $params = array(), $isShared = true) argument
51 $instance = parent::newInstance($name, $params, $isShared);
55 $instance->setShared($isShared);
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/common/
H A Dsyncfilestatus.cpp35 void SyncFileStatus::setShared(bool isShared) in setShared() argument
37 _shared = isShared; in setShared()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DAudioWorkletNode.cpp389 bool isShared; in PrepareBufferArrays() local
391 JS_GetFloat32ArrayData(channelRef, &isShared, nogc); in PrepareBufferArrays()
392 MOZ_ASSERT(!isShared); // Was created as unshared in PrepareBufferArrays()
539 bool isShared; in ProcessBlocksOnPorts() local
541 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
560 bool isShared; in ProcessBlocksOnPorts() local
561 float* dest = JS_GetFloat32ArrayData(float32Arrays, &isShared, nogc); in ProcessBlocksOnPorts()
562 MOZ_ASSERT(!isShared); // Was created as unshared in ProcessBlocksOnPorts()
597 bool isShared; in ProcessBlocksOnPorts() local
599 JS_GetFloat32ArrayData(float32Arrays[c], &isShared, nogc); in ProcessBlocksOnPorts()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestArrayBuffer.cpp233 bool isShared; in BEGIN_TEST() local
235 js::GetArrayBufferLengthAndData(buffer, &len, &isShared, &bufferData); in BEGIN_TEST()
264 bool isShared; in BEGIN_TEST() local
266 js::GetArrayBufferLengthAndData(buffer, &len, &isShared, &bufferData); in BEGIN_TEST()
292 bool isShared; in BEGIN_TEST() local
294 js::GetArrayBufferLengthAndData(buffer, &len, &isShared, &bufferData); in BEGIN_TEST()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/common/
H A Dsyncfilestatus.cpp40 void SyncFileStatus::setShared(bool isShared) in setShared() argument
42 _shared = isShared; in setShared()

12345678910>>...68