Home
last modified time | relevance | path

Searched refs:finditem (Results 1 – 25 of 42) sorted by relevance

12

/dports/irc/epic4/help/6_Functions/
H A Dfinditem1 # $EPIC: finditem,v 1.2 2001/06/22 20:01:37 jnelson Exp $
3 $finditem(<array> <string>)
15 $finditem() function returns the item number of the first match found;
39 $finditem(booya blah) returns 0
42 $finditem(booya Blah) returns -1
43 $finditem(foobar blah) returns -2
H A Difinditem3 $finditem(<array> <string>)
15 $finditem() function returns the item number of the first match found;
39 $finditem(booya blah) returns 0
42 $finditem(booya Blah) returns -1
43 $finditem(foobar blah) returns -2
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Menu_.cxx65 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname()
67 return item_pathname_(name, namelen, finditem, menu_); in item_pathname()
73 const Fl_Menu_Item *finditem, in item_pathname_() argument
77 finditem = finditem ? finditem : mvalue(); in item_pathname_()
90 if (item_pathname_(name, len, finditem, submenu) == 0) in item_pathname_()
98 if (m == finditem) return(0); // found? done. in item_pathname_()
102 if ( m == finditem ) { // found? tack on itemname, done. in item_pathname_()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Menu_.cxx73 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname()
75 finditem = finditem ? finditem : mvalue(); in item_pathname()
82 if ( m == finditem ) return(0); // found? done. in item_pathname()
85 if ( m == finditem ) { // found? tack on itemname, done. in item_pathname()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Menu_.cxx73 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname()
75 finditem = finditem ? finditem : mvalue(); in item_pathname()
82 if ( m == finditem ) return(0); // found? done. in item_pathname()
85 if ( m == finditem ) { // found? tack on itemname, done. in item_pathname()
/dports/audio/xoscope/xoscope-2.0/
H A Dgr_gtk.c729 finditem(char *str)
748 if ((p = finditem("/Channel/Channel 1"))) {
754 if ((p = finditem("/Channel/Bits/Analog"))) {
772 if ((p = finditem("/Trigger/Off"))) {
787 if ((p = finditem("/Trigger/Channel 1"))) {
814 if ((p = finditem("/Trigger/Rising"))) {
819 if ((p = finditem("/Trigger/Falling"))) {
892 if ((p = finditem("/Channel/Math")) &&
924 (q = finditem("/Channel/Recall/Mem A")))
957 if ((p = finditem("/Channel/Recall")) &&
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Menu_.cxx50 int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const { in item_pathname()
52 finditem = finditem ? finditem : mvalue(); in item_pathname()
61 if ( m == finditem ) { // found? tack on itemname, done. in item_pathname()
/dports/irc/epic4/epic4-2.10.9/script/
H A Dtabkey.th27 if (finditem(TK $nick) >= 0)
30 @ temp = getitem(TK ${finditem(TK $nick)-1})
65 if (finditem(TK $nick) >= 0) {@ delitem(TK $finditem(TK $nick))}
/dports/net/py-gspread/gspread-5.1.1/gspread/
H A Dspreadsheet.py22 from .utils import finditem, quote
59 metadata = finditem(
74 metadata = finditem(
289 item = finditem(
324 item = finditem(
H A Dclient.py19 from .utils import convert_credentials, extract_id_from_url, finditem
119 properties = finditem(
/dports/net/vde2/vde2-2.3.2/src/vde_over_ns/
H A Dqueue.c42 struct nstxqueue *finditem (unsigned short id) in finditem() function
58 if (finditem(id)) in queueitem()
H A Dfun.h98 struct nstxqueue *finditem (unsigned short);
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwListTree.c1439 MwListTreeItem **finditem;
1466 *finditem = item;
1472 y, findy, finditem);
1473 if (*finditem)
1493 finditem = NULL;
1519 y, findy, &finditem);
1525 return finditem;
1540 if (item == finditem) {
1576 GetPosition(w, finditem) in GetPosition() argument
1578 MwListTreeItem *finditem;
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Menu_.H64 int item_pathname_(char *name, int namelen, const Fl_Menu_Item *finditem,
70 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dsymbase.pas135 function finditem(st:TSymtable):psymtablestackitem; in finditem() function
408 function TSymtablestack.finditem(st: TSymtable): psymtablestackitem; in TSymtablestack.finditem()
431 afteritem:=finditem(afterst);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dsymbase.pas135 function finditem(st:TSymtable):psymtablestackitem; in finditem() function
408 function TSymtablestack.finditem(st: TSymtable): psymtablestackitem; in TSymtablestack.finditem()
431 afteritem:=finditem(afterst);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dsymbase.pas135 function finditem(st:TSymtable):psymtablestackitem; in finditem() function
408 function TSymtablestack.finditem(st: TSymtable): psymtablestackitem; in TSymtablestack.finditem()
431 afteritem:=finditem(afterst);
/dports/net/py-gspread/gspread-5.1.1/tests/
H A Dcell_test.py77 merges = utils.finditem(
86 merges = utils.finditem(
/dports/finance/py-ebaysdk/ebaysdk-2.2.0/samples/
H A Dfinditem.py17 from ebaysdk.soa.finditem import Connection as FindItem
/dports/finance/py-ebaysdk/ebaysdk-2.2.0/tests/
H A Dtest_base.py22 import ebaysdk.soa.finditem
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Menu_.H53 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Menu_.H65 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Menu_.H65 int item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem=0) const;
/dports/www/py-pygsheets/pygsheets-2.0.5/pygsheets/
H A Dutils.py16 def finditem(func, seq): function
/dports/graphics/xaos/XaoS-release-4.2.1/src/util/
H A Dxmenu.cpp228 static const menuitem *finditem; variable
231 if (item->item == finditem) in cmpfunction2()
238 finditem = item; in menu_available()

12