Home
last modified time | relevance | path

Searched refs:contextObject (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/ast/
H A DPropertyOrFieldReference.java161 TypedValue contextObject = state.getActiveContextObject(); in readProperty() local
162 Object targetObject = contextObject.getValue(); in readProperty()
190 if (accessor.canRead(eContext, contextObject.getValue(), name)) { in readProperty()
193 eContext, contextObject.getValue(), name); in readProperty()
196 return accessor.read(eContext, contextObject.getValue(), name); in readProperty()
204 if (contextObject.getValue() == null) { in readProperty()
214 TypedValue contextObject = state.getActiveContextObject(); in writeProperty() local
217 if (contextObject.getValue() == null && nullSafe) { in writeProperty()
252 if (contextObject.getValue()==null) { in writeProperty()
262 Object contextObject = state.getActiveContextObject().getValue(); in isWritableProperty() local
[all …]
H A DMethodReference.java164 Object contextObject = context.getValue(); in findAccessorForMethod() local
172 state.getEvaluationContext(), contextObject, name, argumentTypes); in findAccessorForMethod()
178 …eption(getStartPosition(),ex, SpelMessage.PROBLEM_LOCATING_METHOD, name, contextObject.getClass()); in findAccessorForMethod()
183 …FormatHelper.formatClassNameForMessage(contextObject instanceof Class ? ((Class<?>) contextObject)… in findAccessorForMethod()
H A DIndexer.java178 TypedValue contextObject = state.getActiveContextObject(); in setValue() local
179 Object targetObject = contextObject.getValue(); in setValue()
180 TypeDescriptor targetObjectTypeDescriptor = contextObject.getTypeDescriptor(); in setValue()
202 …setArrayElement(state, contextObject.getValue(), idx, newValue, targetObjectTypeDescriptor.getElem… in setValue()
229 Class<?> contextObjectClass = getObjectClass(contextObject.getValue()); in setValue()
242 if (accessor.canWrite(eContext, contextObject.getValue(), name)) { in setValue()
246 accessor.write(eContext, contextObject.getValue(), name, newValue); in setValue()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/
H A DTypeLoaderExports.cs58 … (IntPtr context, IntPtr signature, object contextObject, ref IntPtr auxResult) => in ActivatorCreateInstanceAny()
197 (IntPtr context, IntPtr signature, object contextObject, ref IntPtr auxResult) in GetDelegateThunk()
198 … => RuntimeAugments.TypeLoaderCallbacks.GetDelegateThunk((Delegate)contextObject, (int)signature), in GetDelegateThunk()
210 (IntPtr context, IntPtr signature, object contextObject, ref IntPtr auxResult) in GVMLookupForSlot()
223 (IntPtr context, IntPtr signature, object contextObject, ref IntPtr auxResult) in OpenInstanceMethodLookup()
224 …Internal.Runtime.CompilerServices.OpenMethodResolver.ResolveMethodWorker(signature, contextObject), in OpenInstanceMethodLookup()
250 entry = CacheMiss(context, signature, factory, contextObject); in RuntimeCacheLookupInCache()
259 (IntPtr context, IntPtr signature, object contextObject, ref IntPtr auxResult) => in CacheMiss()
264 …heMiss(IntPtr context, IntPtr signature, RuntimeObjectFactory factory, object contextObject = null) in CacheMiss() argument
292 result = factory(context, signature, contextObject, ref auxResult); in CacheMiss()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/
H A DExtendedLogEntryImpl.java34 private final Object contextObject; field in ExtendedLogEntryImpl
62 …undle, String loggerName, StackTraceElement stackTraceElement, Object contextObject, LogLevel logL… in ExtendedLogEntryImpl() argument
71 this.contextObject = contextObject; in ExtendedLogEntryImpl()
137 return contextObject; in getContext()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/propertyeditor/
H A Dpropertyeditorqmlbackend.cpp461 contextObject()->setStateName(stateName); in setup()
469 contextObject()->setAllStateNames(stateNames); in setup()
477 contextObject()->setSelectionChanged(false); in setup()
479 contextObject()->setSelectionChanged(false); in setup()
487 contextObject()->setMajorVersion(-1); in setup()
488 contextObject()->setMinorVersion(-1); in setup()
489 contextObject()->setMajorQtQuickVersion(-1); in setup()
490 contextObject()->setMinorQtQuickVersion(-1); in setup()
535 contextObject()->setSpecificsUrl(qmlSpecificsFile); in initialSetup()
539 contextObject()->setIsBaseState(true); in initialSetup()
[all …]
H A Dpropertyeditorview.cpp383 …m_qmlBackEndForCurrentType->contextObject()->setHasActiveTimeline(QmlTimeline::hasActiveTimeline(t… in currentTimelineChanged()
499 currentQmlBackend->contextObject()->setSpecificQmlData(specificQmlData); in setupQmlBackend()
501 currentQmlBackend->contextObject()->setGlobalBaseUrl(qmlFile); in setupQmlBackend()
502 currentQmlBackend->contextObject()->setSpecificQmlData(specificQmlData); in setupQmlBackend()
514 currentQmlBackend->contextObject()->setSpecificQmlData(specificQmlData); in setupQmlBackend()
516 currentQmlBackend->contextObject()->setGlobalBaseUrl(qmlFile); in setupQmlBackend()
517 currentQmlBackend->contextObject()->setSpecificQmlData(specificQmlData); in setupQmlBackend()
524 currentQmlBackend->contextObject()->triggerSelectionChanged(); in setupQmlBackend()
650 …m_qmlBackEndForCurrentType->contextObject()->setHasAliasExport(QmlObjectNode(m_selectedNode).isAli… in propertiesRemoved()
708 …m_qmlBackEndForCurrentType->contextObject()->setHasAliasExport(QmlObjectNode(m_selectedNode).isAli… in bindingPropertiesChanged()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4qmlcontext.cpp271 if (scopeObject == context->contextObject) { in getPropertyAndBase()
313 if (context->contextObject) { in getPropertyAndBase()
322 *base = QV4::QObjectWrapper::wrap(v4, context->contextObject); in getPropertyAndBase()
326 QQmlData *ddata = QQmlData::get(context->contextObject, false); in getPropertyAndBase()
437 if (context->contextObject && in virtualPut()
583 QObject *contextObject = context->contextObject; in lookupContextObjectProperty() local
584 if (!contextObject) in lookupContextObjectProperty()
587 if (QQmlData::wasDeleted(contextObject)) in lookupContextObjectProperty()
597 ScopedValue obj(scope, QV4::QObjectWrapper::wrap(engine, contextObject)); in lookupContextObjectProperty()
643 if (context->contextObject) { in lookupInParentContextHierarchy()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4qmlcontext.cpp271 if (scopeObject == context->contextObject) { in getPropertyAndBase()
313 if (context->contextObject) { in getPropertyAndBase()
322 *base = QV4::QObjectWrapper::wrap(v4, context->contextObject); in getPropertyAndBase()
326 QQmlData *ddata = QQmlData::get(context->contextObject, false); in getPropertyAndBase()
437 if (context->contextObject && in virtualPut()
583 QObject *contextObject = context->contextObject; in lookupContextObjectProperty() local
584 if (!contextObject) in lookupContextObjectProperty()
587 if (QQmlData::wasDeleted(contextObject)) in lookupContextObjectProperty()
597 ScopedValue obj(scope, QV4::QObjectWrapper::wrap(engine, contextObject)); in lookupContextObjectProperty()
643 if (context->contextObject) { in lookupInParentContextHierarchy()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecontext_p.h120 …return engine && (!isInternal || !contextObject || !QObjectPrivate::get(contextObject)->wasDeleted… in isValid()
145 QObject *contextObject; variable
180 …if (context->contextObject && !QObjectPrivate::get(context->contextObject)->wasDeleted) bindings.n… in objectDestroyed()
H A Dqdeclarativeexpression.cpp176 … int lineNumber, QScriptValue *contextObject) in evalInObjectScope() argument
180 if (contextObject) { in evalInObjectScope()
181 *contextObject = ep->contextClass->newContext(context, object); in evalInObjectScope()
182 scriptContext->pushScope(*contextObject); in evalInObjectScope()
194 QScriptValue *contextObject) in evalInObjectScope() argument
198 if (contextObject) { in evalInObjectScope()
199 *contextObject = ep->contextClass->newContext(context, object); in evalInObjectScope()
200 scriptContext->pushScope(*contextObject); in evalInObjectScope()
H A Dqdeclarativecontext.cpp258 QObject *QDeclarativeContext::contextObject() const in contextObject() function in QDeclarativeContext
261 return d->data->contextObject; in contextObject()
283 data->contextObject = object; in setContextObject()
384 if (data->contextObject) { in contextProperty()
385 QObject *obj = data->contextObject; in contextProperty()
501 : parent(0), engine(0), isInternal(false), publicContext(0), propertyNames(0), contextObject(0), in QDeclarativeContextData()
509 : parent(0), engine(0), isInternal(false), publicContext(ctxt), propertyNames(0), contextObject(0), in QDeclarativeContextData()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext_p.h124 …return engine && (!isInternal || !contextObject || !QObjectPrivate::get(contextObject)->wasDeleted… in isValid()
175 QObject *contextObject; variable
382 if (context->contextObject && !QObjectPrivate::get(context->contextObject)->wasDeleted) in objectDestroyed()
H A Dqqmlcontext.cpp260 QObject *QQmlContext::contextObject() const in contextObject() function in QQmlContext
263 return d->data->contextObject; in contextObject()
285 data->contextObject = object; in setContextObject()
400 if (data->contextObject) { in contextProperty()
401 QObject *obj = data->contextObject; in contextProperty()
558 contextObject(nullptr), nextChild(nullptr), prevChild(nullptr), in QQmlContextData()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcontext_p.h124 …return engine && (!isInternal || !contextObject || !QObjectPrivate::get(contextObject)->wasDeleted… in isValid()
175 QObject *contextObject; variable
382 if (context->contextObject && !QObjectPrivate::get(context->contextObject)->wasDeleted) in objectDestroyed()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/dodo/src/
H A DDOMImplementation.php44 * @param Document|null $contextObject
46 public function __construct( ?Document $contextObject = null ) { argument
47 $this->_contextObject = $contextObject ?? new Document();
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/
H A DForm.pm181 my $contextObject = shift;
187 if ( defined $contextObject->topic ) {
189 Foswiki::Meta->new( $contextObject->session, $contextObject->web() );
193 $contextObject->topic(), $contextObject->web(), $contextObject );
196 $legalForms = $contextObject->getPreference('WEBFORMS') || '';
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/android/
H A Dandroidbroadcastreceiver.cpp57 contextObject = QAndroidJniObject(QtAndroidPrivate::context()); in Q_DECLARE_LOGGING_CATEGORY()
95 contextObject.callObjectMethod( in addAction()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelModule.cpp48 QObject* contextObject, std::function<void()> lambda, in addAction() argument
52 return mgr->addAction(id, groupId, text, contextObject, lambda, shortcut, altShortcut); in addAction()
/dports/graphics/pixen/Pixen-0.1/
H A DPXPaletteSwitcher.h50 - (void)prompter:aPrompter didFinishWithName:name context:contextObject;
51 - (void)prompter:aPrompter didCancelWithContext:contextObject;
H A DPXBackgroundController.h47 - (void)prompter:aPrompter didFinishWithName:name context:contextObject;
48 - (void)prompter:aPrompter didCancelWithContext:contextObject;
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/asyncfuture/
H A Dasyncfuture.h340 QObject* contextObject,
355 if (contextObject) {
358 contextObject, [=]() {
367 contextObject, [=]() {
397 (contextObject == 0 || QThread::currentThread() != contextObject->thread())) {
1009 contextObject,
1010 contextObject,[=]() {
1026 if (contextObject) {
1063 context(QObject* contextObject, Completed functor) {
1070 >(contextObject, functor);
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/api/
H A DCPUDevice.h68 const auto &contextObject = in getIntervalIteratorSize1() local
70 const auto &samplerObject = contextObject.getSampler(); in getIntervalIteratorSize1()
78 const auto &contextObject = \
80 const auto &samplerObject = contextObject.getSampler(); \
192 const auto &contextObject = in getHitIteratorSize1() local
194 const auto &samplerObject = contextObject.getSampler(); in getHitIteratorSize1()
202 const auto &contextObject = \
204 const auto &samplerObject = contextObject.getSampler(); \
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/
H A DSecurityContext.py31 def __init__(self, contextObject=None): argument
42 if contextObject is not None:
43 self.__context = copy.copy(contextObject)
/dports/devel/grantlee5/grantlee-5.2.0/templates/scriptabletags/
H A Dscriptablenode.cpp52 auto contextObject = m_scriptEngine->newQObject(&sc); in render() local
55 args << contextObject; in render()

1234567