Home
last modified time | relevance | path

Searched refs:obm (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dfiletrans.cpp117 obm = NULL; in file_trans()
128 if (obm != NULL) delete obm; in ~file_trans()
262 obm->BeginModify(); in Copy()
269 OBAtom * oba = obm->NewAtom(); in Copy()
310 obm->AddBond(ind1, ind2, bt); in Copy()
315 obm->EndModify(); in Copy()
316 return obm; in Copy()
335 for (i32u n1 = 1;n1 <= obm->NumAtoms();n1++) in Synchronize()
337 OBAtom * oba = obm->GetAtom(n1); in Synchronize()
420 for (i32u n1 = 0;n1 < obm->NumBonds();n1++) in Synchronize()
[all …]
H A Dfiletrans.h69 project * prj; OBMol * obm; variable
/dports/math/R-cran-Rsolnp/Rsolnp/R/
H A Dsubnp.R296 obm = c(funv, eqv, ineqv) / vscale[ 1:(nc + 1) ] vector
299 obm[ (neq + 2):(nc + 1)] = obm[ (neq + 2):(nc + 1) ] - p[ 1:nineq ]
304 obm[ 2:(nc + 1) ] = obm[ 2:(nc + 1) ] - a %*% p + b
305 obm = obm[ 1 ] - t(yy) %*% obm[ 2:(nc + 1) ] + rho * .vnorm(obm[ 2:(nc + 1 ) ]) ^ 2
308 g[ nineq + i ] = (obm - j) / delta
451 obm = max(sob)
453 if( obm < j ) {
455 go = tol * (obm - obn) / (j - obm)
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmsppm.c82 { HBITMAP obm = 0, bm = 0; in read_ppm_file() local
130 obm = ZSelectObject(hdc, bm); in read_ppm_file()
331 { if ( obm ) in read_ppm_file()
332 ZSelectObject(hdc, obm); in read_ppm_file()
342 { if ( obm ) in read_ppm_file()
343 ZSelectObject(hdc, obm); in read_ppm_file()
392 HBITMAP obm; in write_pnm_file() local
409 obm = ZSelectObject(hdc, bm); in write_pnm_file()
641 ZSelectObject(hdc, obm); in write_pnm_file()
H A Dmscursor.c691 HBITMAP obm; in save_big_cursor_background() local
709 obm = ZSelectObject(bmhdc, saved_bits); in save_big_cursor_background()
712 ZSelectObject(bmhdc, obm); in save_big_cursor_background()
727 HBITMAP obm; in restore_big_cursor_background() local
731 obm = ZSelectObject(bmhdc, saved_bits); in restore_big_cursor_background()
734 ZSelectObject(bmhdc, obm); in restore_big_cursor_background()
750 HBITMAP obm; in paint_big_cursor() local
754 obm = ZSelectObject(bmhdc, mask); in paint_big_cursor()
760 ZSelectObject(bmhdc, obm); in paint_big_cursor()
H A Dmsmenu.c461 HBITMAP obm; in ws_draw_checkbox() local
464 obm = ZSelectObject(bmhdc, bm); in ws_draw_checkbox()
475 obm = ZSelectObject(bmhdc, msk); in ws_draw_checkbox()
486 ZSelectObject(bmhdc, obm); in ws_draw_checkbox()
H A Dmsdisplay.c667 HBITMAP obm, bm; in ws_grab_image_display() local
688 obm = SelectObject(hdcimg, bm); in ws_grab_image_display()
692 SelectObject(hdcimg, obm); in ws_grab_image_display()
H A Dmsjpeg.c68 HBITMAP obm; in write_jpeg_file() local
96 obm = ZSelectObject(hdc, bm); in write_jpeg_file()
133 ZSelectObject(hdc, obm); in write_jpeg_file()
/dports/security/xray-core/Xray-core-1.5.0/transport/internet/
H A Ddialer.go74 obm outbound.Manager var
117 h := obm.GetHandler(obt)
154 if obm != nil && len(sockopt.DialerProxy) > 0 {
166 obm = om
/dports/security/keybase/client-v5.7.1/go/stellar/
H A Dglobal.go268 func (s *Stellar) HandleOobm(ctx context.Context, obm gregor.OutOfBandMessage) (bool, error) {
269 if obm.System() == nil {
279 switch obm.System().String() {
285 go s.handlePaymentStatus(mctx, obm)
288 go s.handlePaymentNotification(mctx, obm)
291 go s.handleRequestStatus(mctx, obm)
322 func (s *Stellar) handlePaymentStatus(mctx libkb.MetaContext, obm gregor.OutOfBandMessage) {
327 if err = json.Unmarshal(obm.Body().Bytes(), &msg); err != nil {
346 if err = json.Unmarshal(obm.Body().Bytes(), &msg); err != nil {
422 func (s *Stellar) handleRequestStatus(mctx libkb.MetaContext, obm gregor.OutOfBandMessage) {
[all …]
/dports/sysutils/fetchlog/fetchlog-1.4/
H A Dfetchlog.c259 bookmark obm, nbm; /* old, new bookmark */ in fetch_logfile() local
282 if( read_bookmark( bmfile, &obm ) ) return RET_ERROR; in fetch_logfile()
299 if( obm.mtime==nbm.mtime && obm.inode==nbm.inode && obm.last==nbm.last ) { in fetch_logfile()
371 if( obm.inode == sb.st_ino ) break; in fetch_logfile()
393 if( obm.inode == sb.st_ino ) { in fetch_logfile()
394 bmpt = ibuf+obm.last; in fetch_logfile()
/dports/security/keybase/client-v5.7.1/go/gregor/client/
H A Dclient.go100 var obm [][]byte
107 obm = append(obm, bout)
110 return c.Storage.Store(c.User, b, obm, ldm)
118 value, obm, ldm, err := c.Storage.Load(c.User)
140 for _, m := range obm {
344 if obm := m.ToOutOfBandMessage(); obm != nil {
/dports/net/nifmon/nifmon-1.4/
H A Dif.c66 static u_long obm; variable
154 obs = obm = obh = in init_interface()
400 ifmd.ifmd_data.ifi_obytes - obm); in update_interface()
401 obm = ifmd.ifmd_data.ifi_obytes; in update_interface()
/dports/net-mgmt/xymon-server/xymon-4.3.30/demotool/data/democonf/demohost/
H A Dclient_ps94obm/jvm/bin/java -Xrs -Xmx256m -client -Djava.library.path=/work/obm/bin -cp /work/obm/bin:/work/o…
/dports/net-mgmt/xymon-client/xymon-4.3.30/demotool/data/democonf/demohost/
H A Dclient_ps94obm/jvm/bin/java -Xrs -Xmx256m -client -Djava.library.path=/work/obm/bin -cp /work/obm/bin:/work/o…
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dpush.go1345 if obm.System() == nil {
1349 switch obm.System().String() {
1351 return true, g.Activity(ctx, obm)
1353 return true, g.TlfFinalize(ctx, obm)
1355 return true, g.TlfResolve(ctx, obm)
1357 return true, g.Typing(ctx, obm)
1359 return true, g.MembershipUpdate(ctx, obm)
1361 return true, g.SetConvRetention(ctx, obm)
1363 return true, g.SetTeamRetention(ctx, obm)
1365 return true, g.SetConvSettings(ctx, obm)
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DwinAbout.cpp155 CBitmap *obm = bdc.SelectObject(&bm); in OnPaint() local
160 bdc.SelectObject(obm); in OnPaint()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DwinAbout.cpp153 CBitmap* obm = bdc.SelectObject(&bm); in OnPaint() local
157 bdc.SelectObject(obm); in OnPaint()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dclip.c250 HBITMAP obm; in clipboard_get_data() local
254 obm = sys bm; in clipboard_get_data()
274 sys bm = obm; in clipboard_get_data()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dflowables.py1696 if not obm: obm = (0,0,0,0)
1697 if len(obm)==1:
1699 elif len(obm)==2:
1702 elif len(obm)==3:
1703 obmt = obm[0]
1705 obmb = obm[2]
1706 elif len(obm)==4:
1707 obmt = obm[0]
1708 obmr = obm[1]
1709 obmb = obm[2]
[all …]
/dports/security/xray-core/Xray-core-1.5.0/core/
H A Dxray.go230 obm, _ := server.GetFeature(outbound.ManagerType()).(outbound.Manager)
231 return obm
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgregor.go962 var obm gregor.OutOfBandMessage
999 obm = m.ToOutOfBandMessage()
1000 if obm != nil {
1003 if err := g.handleOutOfBandMessage(ctx, obm); err != nil {
1279 func (g *gregorHandler) handleOutOfBandMessage(ctx context.Context, obm gregor.OutOfBandMessage) er…
1280 if obm.System() == nil {
1284 if tmp, ok := obm.(gregor1.OutOfBandMessage); ok {
1292 handled, err := g.G().PushHandler.HandleOobm(ctx, obm)
1303 handled, err := g.G().StellarPushHandler.HandleOobm(ctx, obm)
1312 switch obm.System().String() {
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/toolbin/
H A D3way.tcl97 obm {
/dports/print/ghostscript7-x11/ghostscript-7.07/toolbin/
H A D3way.tcl97 obm {
/dports/net-mgmt/observium/observium/mibs/zyxel/
H A DZYXEL-MIB173 p2002-obm OBJECT IDENTIFIER ::= { p2X00Series 7 }
174 p2002l-obm OBJECT IDENTIFIER ::= { p2X00Series 8 }
176 p2302r-obm OBJECT IDENTIFIER ::= { p2X00Series 10 }

1234567891011