Home
last modified time | relevance | path

Searched refs:requestor (Results 251 – 275 of 2471) sorted by relevance

1...<<11121314151617181920>>...99

/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Notification/
H A DSystemChangeNotifier.st235 methodAdded: aMethod selector: aSymbol inClass: aClass requestor: requestor [
243 requestor: requestor)
257 …thodAdded: aMethod selector: aSymbol inProtocol: aCategoryName class: aClass requestor: requestor [
266 requestor: requestor)
279 …methodChangedFrom: oldMethod to: newMethod selector: aSymbol inClass: aClass requestor: requestor [
287 requestor: requestor)
/dports/editors/ted/Ted-2.23/appFrame/
H A DappCopyPasteMotif.c218 response.xselection.requestor= reqEvent->requestor; in APP_GIVE_COPY()
242 response.xselection.requestor, in APP_GIVE_COPY()
249 XSendEvent( display, response.xselection.requestor, False, 0L, in APP_GIVE_COPY()
269 ret= XGetWindowProperty( display, reqEvent->requestor, in APP_GIVE_COPY()
284 ret= XGetWindowProperty( display, reqEvent->requestor, in APP_GIVE_COPY()
315 evPaste.xselection.requestor= response.xselection.requestor; in APP_GIVE_COPY()
323 XSendEvent( display, response.xselection.requestor, False, 0L, in APP_GIVE_COPY()
343 XSendEvent( display, response.xselection.requestor, in APP_GIVE_COPY()
354 XSendEvent( display, reqEvent->requestor, in APP_GIVE_COPY()
699 selEvent->requestor, selEvent->property, selEvent->target, in appCopyPixmapValue()
/dports/dns/knot3/knot-3.1.5/src/knot/query/
H A Drequestor.h96 int knot_requestor_init(knot_requestor_t *requestor,
105 void knot_requestor_clear(knot_requestor_t *requestor);
116 int knot_requestor_exec(knot_requestor_t *requestor,
/dports/dns/knot3-lib/knot-3.1.5/src/knot/query/
H A Drequestor.h96 int knot_requestor_init(knot_requestor_t *requestor,
105 void knot_requestor_clear(knot_requestor_t *requestor);
116 int knot_requestor_exec(knot_requestor_t *requestor,
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkRequirePlugin.cpp27 ctkRequirePlugin::ctkRequirePlugin(ctkPluginPrivate* requestor, in ctkRequirePlugin() argument
42 + "' of plugin with id " + requestor->id in ctkRequirePlugin()
43 + " (" + requestor->symbolicName + ")" in ctkRequirePlugin()
/dports/www/rt50/rt-5.0.2/t/rest2/
H A Dticket-watchers.t63 Requestor => 'requestor@example.com',
85 id => 'requestor@example.com',
86 _url => re(qr{$rest_base_path/user/requestor\@example\.com$}),
135 id => 'requestor@example.com',
136 _url => re(qr{$rest_base_path/user/requestor\@example\.com$}),
267 Requestor => 'requestor@example.com',
289 id => 'requestor@example.com',
290 _url => re(qr{$rest_base_path/user/requestor\@example\.com$}),
374 id => 'requestor@example.com',
375 _url => re(qr{$rest_base_path/user/requestor\@example\.com$}),
[all …]
/dports/x11-toolkits/gdl/gdl-3.34.0/gdl/
H A Dgdl-dock-object.c840 GdlDockObject *requestor, in gdl_dock_object_dock() argument
848 if (object == requestor) in gdl_dock_object_dock()
855 if (!gdl_dock_object_is_bound (requestor)) in gdl_dock_object_dock()
858 if (requestor->priv->master != object->priv->master) { in gdl_dock_object_dock()
860 requestor, object); in gdl_dock_object_dock()
877 g_object_ref (requestor); in gdl_dock_object_dock()
880 gdl_dock_object_detach (requestor, FALSE); in gdl_dock_object_dock()
884 requestor, position, other_data); in gdl_dock_object_dock()
886 g_object_unref (requestor); in gdl_dock_object_dock()
890 requestor->priv->attached = TRUE; in gdl_dock_object_dock()
[all …]
/dports/finance/py-stripe/stripe-2.29.4/stripe/api_resources/
H A Dcharge.py30 requestor = api_requestor.APIRequestor(
37 response, api_key = requestor.request("post", url, params, headers)
42 requestor = api_requestor.APIRequestor(
49 response, api_key = requestor.request("post", url, params, headers)
/dports/dns/knot3-lib/knot-3.1.5/src/knot/dnssec/
H A Dds_query.c174 knot_requestor_t requestor; in try_ds() local
175 knot_requestor_init(&requestor, &ds_query_api, &data, NULL); in try_ds()
179 knot_requestor_clear(&requestor); in try_ds()
188 knot_requestor_clear(&requestor); in try_ds()
196 int ret = knot_requestor_exec(&requestor, req, timeout); in try_ds()
198 knot_requestor_clear(&requestor); in try_ds()
/dports/dns/knot3/knot-3.1.5/src/knot/dnssec/
H A Dds_query.c174 knot_requestor_t requestor; in try_ds() local
175 knot_requestor_init(&requestor, &ds_query_api, &data, NULL); in try_ds()
179 knot_requestor_clear(&requestor); in try_ds()
188 knot_requestor_clear(&requestor); in try_ds()
196 int ret = knot_requestor_exec(&requestor, req, timeout); in try_ds()
198 knot_requestor_clear(&requestor); in try_ds()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/
H A DFullSourceWorkspaceCompletionTests.java130 TestCompletionRequestor requestor = new TestCompletionRequestor(); in complete() local
133 requestor.setIgnored(ignoredKinds[i], true); in complete()
147 unit.codeComplete(completionIndex, requestor); in complete()
149 unit.codeComplete(completionIndex, requestor); in complete()
160 unit.codeComplete(completionIndex, requestor); in complete()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/
H A DPatternSearchJob.java38 protected IndexQueryRequestor requestor; field in PatternSearchJob
42 …rn pattern, SearchParticipant participant, IJavaSearchScope scope, IndexQueryRequestor requestor) { in PatternSearchJob() argument
46 this.requestor = requestor; in PatternSearchJob()
117 …MatchLocator.findIndexMatches(this.pattern, index, this.requestor, this.participant, this.scope, p… in search()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DEvaluator.java43 IRequestor requestor; field in Evaluator
48 …, INameEnvironment environment, Map<String, String> options, IRequestor requestor, IProblemFactory… in Evaluator() argument
52 this.requestor = requestor; in Evaluator()
104 …Evaluator.this.requestor.acceptProblem(problems[j], evalResult.getEvaluationID(), evalResult.getEv… in getClasses()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/javax/tv/service/
H A DSIManager.java47 public abstract SIRequest retrieveSIElement(Locator locator, SIRequestor requestor) in retrieveSIElement() argument
53 public abstract SIRequest retrieveServiceDetails(Locator locator, SIRequestor requestor) in retrieveServiceDetails() argument
56 public abstract SIRequest retrieveProgramEvent(Locator locator, SIRequestor requestor) in retrieveProgramEvent() argument
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/javax/tv/service/
H A DSIManager.java47 public abstract SIRequest retrieveSIElement(Locator locator, SIRequestor requestor) in retrieveSIElement() argument
53 public abstract SIRequest retrieveServiceDetails(Locator locator, SIRequestor requestor) in retrieveServiceDetails() argument
56 public abstract SIRequest retrieveProgramEvent(Locator locator, SIRequestor requestor) in retrieveProgramEvent() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DCorrectionEngine.java117 …, ICompilationUnit targetUnit, int positionOffset, ICorrectionRequestor requestor) throws JavaMode… in computeCorrections() argument
131 computeCorrections(unit, id, start + positionOffset, end + positionOffset, args, requestor); in computeCorrections()
151 …ons(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor) throws JavaMode… in computeCorrections() argument
152 if (requestor == null) { in computeCorrections()
160 requestor); in computeCorrections()
188 …ilationUnit unit, int id, int start, int end, String[] arguments, ICorrectionRequestor requestor) { in computeCorrections() argument
192 if (requestor == null) { in computeCorrections()
196 this.correctionRequestor = requestor; in computeCorrections()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Dcast_mirroring_service_host.cc291 mojo::PendingRemote<mojom::AudioStreamCreatorClient> requestor, in CreateAudioStream() argument
325 CreateAudioStreamForTab(std::move(requestor), params, total_segments, in CreateAudioStream()
328 CreateAudioStreamForDesktop(std::move(requestor), params, total_segments); in CreateAudioStream()
333 mojo::PendingRemote<mojom::AudioStreamCreatorClient> requestor, in CreateAudioStreamForTab() argument
370 [](mojo::PendingRemote<mojom::AudioStreamCreatorClient> requestor, in CreateAudioStreamForTab()
374 mojo::Remote<mojom::AudioStreamCreatorClient>(std::move(requestor)) in CreateAudioStreamForTab()
378 std::move(requestor), in CreateAudioStreamForTab()
386 mojo::PendingRemote<mojom::AudioStreamCreatorClient> requestor, in CreateAudioStreamForDesktop() argument
412 [](mojo::PendingRemote<mojom::AudioStreamCreatorClient> requestor, in CreateAudioStreamForDesktop()
417 mojo::Remote<mojom::AudioStreamCreatorClient>(std::move(requestor)) in CreateAudioStreamForDesktop()
[all …]
/dports/www/py-prawcore/prawcore-1.0.1/tests/
H A Dtest_sessions.py35 def readonly_authorizer(refresh=True, requestor=REQUESTOR): argument
36 authenticator = prawcore.TrustedAuthenticator(requestor, CLIENT_ID,
81 requestor = prawcore.Requestor('prawcore:test (by /u/bboe)')
82 authorizer = readonly_authorizer(requestor=requestor)
109 requestor = prawcore.Requestor('prawcore:test (by /u/bboe)')
110 authorizer = readonly_authorizer(requestor=requestor)
301 requestor = prawcore.Requestor('prawcore:test (by /u/bboe)')
302 authorizer = readonly_authorizer(requestor=requestor)
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/winclipboard/
H A Dxevents.c451 selection_request->requestor, in winClipboardFlushXEvents()
467 eventSelection.requestor = selection_request->requestor; in winClipboardFlushXEvents()
478 eventSelection.requestor, in winClipboardFlushXEvents()
584 selection_request->requestor, in winClipboardFlushXEvents()
616 eventSelection.requestor = selection_request->requestor; in winClipboardFlushXEvents()
624 eventSelection.requestor, in winClipboardFlushXEvents()
652 eventSelection.requestor = selection_request->requestor; in winClipboardFlushXEvents()
660 eventSelection.requestor, in winClipboardFlushXEvents()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/winclipboard/
H A Dxevents.c451 selection_request->requestor, in winClipboardFlushXEvents()
467 eventSelection.requestor = selection_request->requestor; in winClipboardFlushXEvents()
478 eventSelection.requestor, in winClipboardFlushXEvents()
584 selection_request->requestor, in winClipboardFlushXEvents()
616 eventSelection.requestor = selection_request->requestor; in winClipboardFlushXEvents()
624 eventSelection.requestor, in winClipboardFlushXEvents()
652 eventSelection.requestor = selection_request->requestor; in winClipboardFlushXEvents()
660 eventSelection.requestor, in winClipboardFlushXEvents()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dclipbrd.cpp309 Window requestor = event.xselectionrequest.requestor; in wxClipboardHandleSelectionRequest() local
328 response.xselection.requestor = requestor; in wxClipboardHandleSelectionRequest()
381 XChangeProperty(disp, requestor, property, XA_ATOM, 32, PropModeReplace, in wxClipboardHandleSelectionRequest()
391 XChangeProperty(disp, requestor, XA_CLIPBOARD, target, 8, PropModeReplace, in wxClipboardHandleSelectionRequest()
401 XSendEvent(disp, event.xselectionrequest.requestor, True, 0, &response); in wxClipboardHandleSelectionRequest()
/dports/lang/v/v-0.1.29/vlib/clipboard/
H A Dclipboard_linux.c.v29 fn C.XChangeProperty(d &Display, requestor C.Window, property C.Atom, typ C.Atom, format int, mode …
30 fn C.XSendEvent(d &Display, requestor C.Window, propogate int, mask i64, event &XEvent)
35 fn C.XConvertSelection(d &Display, selection C.Atom, target C.Atom, property C.Atom, requestor Wind…
52 requestor C.Window
64 requestor C.Window
239 …C.XChangeProperty(xse.display, xse.requestor, xse.property, cb.get_atom(.xa_atom), 32, C.PropModeR…
242 …C.XChangeProperty(xse.display, xse.requestor, xse.property, xse.target, 8, C.PropModeReplace, cb.t…
282 requestor: xsre.requestor
291 C.XSendEvent(cb.display, xse.requestor, 0, C.PropertyChangeMask, voidptr(&xse))
308 …prop := read_property(event.xselection.display, event.xselection.requestor, event.xselection.prope…
[all …]
/dports/net/openmpi3/openmpi-3.1.6/orte/runtime/
H A Dorte_data_server.c92 orte_process_name_t requestor; member
184 opal_process_name_t requestor; in orte_data_server() local
337 ORTE_NAME_PRINT(&req->requestor)); in orte_data_server()
340 … &req->requestor, reply, ORTE_RML_TAG_DATA_CLIENT, in orte_data_server()
536 req->requestor = *sender; in orte_data_server()
559 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, OPAL_NAME))) { in orte_data_server()
567 ORTE_NAME_PRINT(&requestor)); in orte_data_server()
667 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, OPAL_NAME))) { in orte_data_server()
675 ORTE_NAME_PRINT(&requestor)); in orte_data_server()
684 … if (OPAL_EQUAL != orte_util_compare_name_fields(ORTE_NS_CMP_ALL, &data->owner, &requestor)) { in orte_data_server()
[all …]
/dports/net/openmpi/openmpi-4.1.1/orte/runtime/
H A Dorte_data_server.c92 orte_process_name_t requestor; member
184 opal_process_name_t requestor; in orte_data_server() local
337 ORTE_NAME_PRINT(&req->requestor)); in orte_data_server()
340 … &req->requestor, reply, ORTE_RML_TAG_DATA_CLIENT, in orte_data_server()
536 req->requestor = *sender; in orte_data_server()
559 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, OPAL_NAME))) { in orte_data_server()
567 ORTE_NAME_PRINT(&requestor)); in orte_data_server()
667 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, OPAL_NAME))) { in orte_data_server()
675 ORTE_NAME_PRINT(&requestor)); in orte_data_server()
684 … if (OPAL_EQUAL != orte_util_compare_name_fields(ORTE_NS_CMP_ALL, &data->owner, &requestor)) { in orte_data_server()
[all …]
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DXWindowsClipboard.h60 Window requestor, Atom target,
68 bool processRequest(Window requestor,
76 bool destroyRequest(Window requestor);
120 Window requestor, Atom target,
143 CICCCMGetClipboard(Window requestor, Time time, Atom property);
277 void sendNotify(Window requestor, Atom selection,

1...<<11121314151617181920>>...99