Home
last modified time | relevance | path

Searched refs:voided (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/editors/ted/Ted-2.23/Ted/
H A DtedDocFront.h231 void * voided,
308 extern APP_PASTE_REPLY( tedPasteRulerTed, w, event, voided );
309 extern APP_PASTE_REPLY( tedPasteFontTed, w, event, voided );
313 extern APP_GIVE_COPY( tedCopyClipboardRtf, w, event, voided );
316 extern APP_GIVE_COPY( tedCopyClipboardPng, w, event, voided );
318 extern APP_GIVE_COPY( tedCopyFontTed, w, event, voided );
319 extern APP_GIVE_COPY( tedCopyRulerTed, w, event, voided );
322 void * voided,
326 void * voided,
332 extern void tedDocGotKey( void * voided,
[all …]
H A DtedDocFront.c225 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
233 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
311 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
319 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
327 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
345 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
358 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
371 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
383 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
689 tedCopyFont( (EditDocument *)voided ); in APP_MENU_CALLBACK_H()
[all …]
H A DtedCopyPaste.c101 void * voided, in tedClipboardLost() argument
104 EditDocument * ed= (EditDocument *)voided; in tedClipboardLost()
127 void * voided, in tedPrimaryLost() argument
130 EditDocument * ed= (EditDocument *)voided; in tedPrimaryLost()
146 EditDocument * ed= (EditDocument *)voided; in APP_GIVE_COPY()
223 EditDocument * ed= (EditDocument *)voided; in APP_GIVE_COPY()
242 EditDocument * ed= (EditDocument *)voided; in APP_GIVE_COPY()
251 void * voided, in tedCopyImageFile() argument
255 EditDocument * ed= (EditDocument *)voided; in tedCopyImageFile()
431 EditDocument * ed= (EditDocument *)voided; in APP_PASTE_REPLY()
[all …]
H A DtedApp.c127 void * voided, in tedInsertFile() argument
133 EditDocument * ed= (EditDocument *)voided; in tedInsertFile()
149 rval= tedObjectOpenImage( ea, voided, relative, option, filename ); in tedInsertFile()
199 APP_MENU_CALLBACK_H( tedDocInsertFile, option, voided, e ) in APP_MENU_CALLBACK_H() argument
201 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
216 tedInsertFile, ea, voided ); in APP_MENU_CALLBACK_H()
221 APP_MENU_CALLBACK_H( tedDocFilePrint, printOption, voided, e ) in APP_MENU_CALLBACK_H() argument
223 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
256 APP_MENU_CALLBACK_H( tedDocInsertImage, option, voided, e ) in APP_MENU_CALLBACK_H() argument
258 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
H A DtedDrawMotif.c145 static void tedHideIBar( void * voided,
148 static void tedShowIBar( void * voided, in tedShowIBar() argument
151 EditDocument * ed= (EditDocument *)voided; in tedShowIBar()
178 static void tedHideIBar( void * voided, in tedHideIBar() argument
181 EditDocument * ed= (EditDocument *)voided; in tedHideIBar()
H A DtedDrawGtk.c148 static int tedHideIBar( void * voided );
150 static int tedShowIBar( void * voided ) in tedShowIBar() argument
152 EditDocument * ed= (EditDocument *)voided; in tedShowIBar()
179 static int tedHideIBar( void * voided ) in tedHideIBar() argument
181 EditDocument * ed= (EditDocument *)voided; in tedHideIBar()
H A DtedInput.c41 void * voided, in tedLogEvent() argument
45 EditDocument * ed= (EditDocument *)voided; in tedLogEvent()
55 { tedLogEvent( w, voided, event, pRefused ); } in tedLogEvent()
217 void tedDocGotKey( void * voided, in tedDocGotKey() argument
221 EditDocument * ed= (EditDocument *)voided; in tedDocGotKey()
820 void tedDocGotString( void * voided, in tedDocGotString() argument
824 EditDocument * ed= (EditDocument *)voided; in tedDocGotString()
838 APP_EVENT_HANDLER_H( tedScrollEventHandler, w, voided, scrollEvent ) in APP_EVENT_HANDLER_H() argument
840 EditDocument * ed= (EditDocument *)voided; in APP_EVENT_HANDLER_H()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappFrame.h409 void (*eaDocGotString)( void * voided,
412 void (*eaDocGotKey)( void * voided,
665 void * voided,
692 extern APP_MENU_CALLBACK_H( appDocFileNew, option, voided, e );
693 extern APP_MENU_CALLBACK_H( appDocFileOpen, option, voided, e );
694 extern APP_MENU_CALLBACK_H( appDocFileSave, option, voided, e );
696 extern APP_MENU_CALLBACK_H( appDocFileQuit, option, voided, e );
698 extern APP_MENU_CALLBACK_H( appDocEditCut, option, voided, e );
767 APP_MENU_CALLBACK_H( appDocAbout, option, voided, e );
777 void * voided );
[all …]
H A DappDocument.c33 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
72 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
84 EditDocument * ed= (EditDocument *)voided; in APP_CLOSE_CALLBACK_H()
94 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
106 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
140 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
170 void * voided, in appDocToFront() argument
173 EditDocument * ed= (EditDocument *)voided; in appDocToFront()
191 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
202 EditDocument * ed= (EditDocument *)voided; in APP_MENU_CALLBACK_H()
[all …]
H A DappCopyPasteGtk.c86 APP_EVENT_HANDLER_H( appAppGotPasteCall, w, voided, event ) in APP_EVENT_HANDLER_H() argument
199 void * voided ) in appDocGotPasteReplyGtk() argument
201 EditDocument * ed= (EditDocument *)voided; in appDocGotPasteReplyGtk()
244 (*astt->asttUsePaste)( w, gsd, time, voided ); in appDocGotPasteReplyGtk()
294 APP_GIVE_COPY( appDocReplyToCopyRequest, w, gsd, voided ) in APP_GIVE_COPY() argument
296 EditDocument * ed= (EditDocument *)voided; in APP_GIVE_COPY()
312 (*astt->asttGiveCopy)( w, gsd, info, tim, voided ); in APP_GIVE_COPY()
325 void * voided, in appDocForgetCopiedSelection() argument
329 EditDocument * ed= (EditDocument *)voided; in appDocForgetCopiedSelection()
346 { (*ast->astForgetCopy)( w, voided, event ); } in appDocForgetCopiedSelection()
[all …]
H A DappCopyPasteMotif.c70 void * voided, in appDocGotPasteReply() argument
75 EditDocument * ed= (EditDocument *)voided; in appDocGotPasteReply()
123 (*astt->asttUsePaste)( w, voided, event, pRefused ); in appDocGotPasteReply()
194 EditDocument * ed= (EditDocument *)voided; in APP_GIVE_COPY()
368 void * voided, in appDocForgetCopiedSelection() argument
372 EditDocument * ed= (EditDocument *)voided; in appDocForgetCopiedSelection()
389 { (*ast->astForgetCopy)( w, voided, event ); } in appDocForgetCopiedSelection()
410 appDocGotPasteReply( w, voided, event, pRefused ); in APP_EVENT_HANDLER_H()
420 appDocForgetCopiedSelection( w, voided, event ); in APP_EVENT_HANDLER_H()
429 appDocExposeHandler( w, voided, event, pRefused ); in APP_EVENT_HANDLER_H()
[all …]
H A DappDocumentGtk.c39 static APP_EVENT_HANDLER_H( appDocTopConfigure, w, voided, event ) in APP_EVENT_HANDLER_H() argument
41 EditDocument * ed= (EditDocument *)voided; in APP_EVENT_HANDLER_H()
410 void * voided; in appSetWindowsItemState() local
412 voided= gtk_object_get_user_data( GTK_OBJECT( child ) ); in appSetWindowsItemState()
414 if ( voided == (void *)ed ) in appSetWindowsItemState()
437 void * voided; in appRemoveWindowsOption() local
439 voided= gtk_object_get_user_data( GTK_OBJECT( child ) ); in appRemoveWindowsOption()
441 if ( voided == (void *)oldEd ) in appRemoveWindowsOption()
465 void * voided; in appRenameWindowsOption() local
467 voided= gtk_object_get_user_data( GTK_OBJECT( child ) ); in appRenameWindowsOption()
[all …]
H A DappDocumentMotif.c37 void * voided, in appDocTopConfigure() argument
41 EditDocument * ed= (EditDocument *)voided; in appDocTopConfigure()
460 void * voided= (void *)0; in appSetWindowsItemState() local
463 XmNuserData, &voided, in appSetWindowsItemState()
466 if ( voided == (void *)ed ) in appSetWindowsItemState()
488 void * voided= (void *)0; in appRemoveWindowsOption() local
491 XmNuserData, &voided, in appRemoveWindowsOption()
494 if ( voided == (void *)oldEd ) in appRemoveWindowsOption()
517 void * voided= (void *)0; in appRenameWindowsOption() local
520 XmNuserData, &voided, in appRenameWindowsOption()
[all …]
H A DappScrollDocument.c257 APP_SCROLLBAR_CALLBACK_H( appDocVerticalScrollbarCallback, w, voided, e ) in APP_SCROLLBAR_CALLBACK_H() argument
259 EditDocument * ed= (EditDocument *)voided; in APP_SCROLLBAR_CALLBACK_H()
265 APP_SCROLLBAR_CALLBACK_H( appDocHorizontalScrollbarCallback, w, voided, e ) in APP_SCROLLBAR_CALLBACK_H() argument
267 EditDocument * ed= (EditDocument *)voided; in APP_SCROLLBAR_CALLBACK_H()
536 APP_EVENT_HANDLER_H( appDocConfigure, w, voided, event ) in APP_EVENT_HANDLER_H() argument
538 EditDocument * ed= (EditDocument *)voided; in APP_EVENT_HANDLER_H()
605 APP_EVENT_HANDLER_H( appScrollEventHandler, w, voided, scrollEvent ) in APP_EVENT_HANDLER_H() argument
607 EditDocument * ed= (EditDocument *)voided; in APP_EVENT_HANDLER_H()
/dports/finance/frontaccounting/frontaccounting/admin/db/
H A Dvoiding_db.inc50 …CUSTDELIVERY) // added 04 Oct 2008 by Joe Hunt. If delivery note has a not voided invoice, then NO.
113 // only add an entry if it's actually been voided
124 $sql = "SELECT * FROM ".TB_PREF."voided WHERE type=".db_escape($type)
127 $result = db_query($sql, "could not query voided transaction table");
137 $sql = "INSERT INTO ".TB_PREF."voided (type, id, date_, memo_)
141 db_query($sql, "could not add voided transaction entry");
/dports/finance/frontaccounting/frontaccounting/sales/view/
H A Dview_receipt.php56 $voided = is_voided_display(ST_CUSTPAYMENT, $trans_id, _("This customer payment has been voided.")); variable
58 if (!$voided)
H A Dview_credit.php150 $voided = is_voided_display(ST_CUSTCREDIT, $trans_id, _("This credit note has been voided.")); variable
152 if (!$voided)
/dports/www/interchange/interchange-5.6.3/dist/standard/config/
H A Dpay_cert.tag206 voided => 0,
231 if($red_record->{voided}) {
232 return $die->("Cannot capture voided auth %s.", $opt->{tid});
254 voided => 0,
274 if($red_record->{voided}) {
275 return $die->("Cannot void already voided auth %s.", $opt->{tid});
307 voided => 0,
317 $rdb->set_field($opt->{tid}, 'voided', 1);
346 voided => 0,
/dports/finance/frontaccounting/frontaccounting/purchasing/view/
H A Dview_supp_invoice.php76 $voided = is_voided_display(ST_SUPPINVOICE, $trans_no, _("This invoice has been voided.")); variable
78 if (!$voided)
H A Dview_supp_credit.php71 $voided = is_voided_display(ST_SUPPCREDIT, $trans_no, _("This credit note has been voided.")); variable
73 if (!$voided)
H A Dview_supp_payment.php85 $voided = is_voided_display(ST_SUPPAYMENT, $trans_no, _("This payment has been voided.")); variable
88 if (!$voided)
/dports/finance/frontaccounting/frontaccounting/gl/view/
H A Dgl_payment_view.php84 $voided = is_voided_display(ST_BANKPAYMENT, $trans_no, _("This payment has been voided.")); variable
140 if (!$voided)
/dports/sysutils/munin-node/munin-2.0.67/node/t/
H A Dmunin-node-configure.t91 "Plugin wrote junk to stderr -- all suggestions voided",
96 "Plugin returned non-zero -- all suggestions voided",
/dports/sysutils/munin-common/munin-2.0.67/node/t/
H A Dmunin-node-configure.t91 "Plugin wrote junk to stderr -- all suggestions voided",
96 "Plugin returned non-zero -- all suggestions voided",
/dports/sysutils/munin-master/munin-2.0.67/node/t/
H A Dmunin-node-configure.t91 "Plugin wrote junk to stderr -- all suggestions voided",
96 "Plugin returned non-zero -- all suggestions voided",

12345678910>>...15