Home
last modified time | relevance | path

Searched +defs:_text +defs:id (Results 1 – 25 of 148) sorted by relevance

123456

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-invite.php104 $_text = $_REQUEST["emailcontent"]; variable
105 $_text = str_replace("\r\n", "\n", $_text); variable
106 $_text = str_replace("\n\r", "\n", $_text); variable
107 $_text = str_replace("\r", "\n", $_text); variable
142 $id = $row['id']; variable
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/news/husky/husky-1.9.20191207/msged/
H A Dmenu.h38 int id; member
55 int id; /* id of the button */ member
71 int id; /* id of check button */ member
85 typedef struct _text struct
87 int x;
88 int y;
89 int fattr;
90 char *text;
115 int id; /* id of scroll bar */ member
132 int id; /* id of control (same as ctrl, if one) */ member
[all …]
/dports/mail/horde-imp/imp-6.2.27/lib/Mime/
H A DStatus.php61 protected $_text = array(); variable in IMP_Mime_Status
127 public function domid($id = null)
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dbooks.h170 _text(text), _type(type), _x(x), _y(y), _width(width), _height(height), in _text() function
383 ustring _text; variable
417 Book(PaperType paper_type, const std::string& title, int id): in Book()
427 int id() const { return _id; } in id() function
749 ustring _text; variable
821 bool book_is_open(int id) const { return _book_id == id && is_open(); } in book_is_open()
847 void close_book(int id) const in close_book()
969 void close_book(int id) const { _window.close_book(id); } in close_book()
971 bool book_is_open(int id) const { return _window.book_is_open(id); } in book_is_open()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/conf/
H A Dxml_node.h41 Common::String _text; variable
80 const Common::String &id() const { in id() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgFilterService.cpp47 #define BREAK_IF_FAILURE(_rv, _text) \ argument
58 #define CONTINUE_IF_FAILURE(_rv, _text) \ argument
70 #define BREAK_IF_FALSE(_assertTrue, _text) \ argument
81 #define CONTINUE_IF_FALSE(_assertTrue, _text) \ argument
93 #define BREAK_ACTION(_text) \ argument
103 #define BREAK_ACTION_IF_FALSE(_assertTrue, _text) \ argument
109 #define BREAK_ACTION_IF_FAILURE(_rv, _text) \ argument
1063 nsAutoCString id; in GetCustomAction() local
1091 nsAutoCString id; in GetCustomTerm() local
/dports/net-im/psi/psi-1.5/src/
H A Dhistorycontactlistmodel.h70 QString id() const { return _id; } in id() function
77 QString _text; variable
H A Dmessageview.h117 inline void setMessageId(const QString &id) { _messageId = id; } in setMessageId()
119 inline void setUserId(const QString &id) { _userId = id; } in setUserId()
124 inline void setReplaceId(const QString &id) { _replaceId = id; } in setReplaceId()
137 QString _text; // always rich (plain text converted to rich) variable
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DPollRsp.H75 void set_id(const string &id) { _id = id; } in set_id()
192 string _text; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/amethyst/src/
H A Dgemtestcommand.h46 GemTestID id() const { return _id; } in id() function
56 String _text; /// Text argument. variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ppt/
H A Dcomments.hxx25 OUString id; member
79 void setText(const OUString& _text) in setText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ppt/
H A Dcomments.hxx25 OUString id; member
79 void setText(const OUString& _text) in setText()
/dports/devel/kio-extras/kio-extras-21.12.3/sftp/
H A Dkio_sftp.h195 int id; member
297 void error(int _errid, const QString &_text) in error()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Delided_label.h69 QString _text; variable
105 int id() const { return _id; } in id() function
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGSToolTips.m70 - (id) initWithObject: (id)o userData: (void*)d; argument
72 - (void) setObject: (id)o; argument
91 - (id) object argument
98 * However, if the object does not provide a string, we must use a argument
122 NSAttributedString *_text; field
277 GSTTProvider *provider; argument
/dports/textproc/py-zpt/ZopePageTemplates/
H A D__init__.py40 id = '(unknown)' variable in PageTemplate
41 _text = '' variable in PageTemplate
/dports/devel/kf5-kbookmarks/kbookmarks-5.89.0/src/
H A Dkonqbookmarkmenu.cpp105 QString _text = KStringHandler::csqueeze(text).replace(QLatin1Char('&'), QLatin1String("&&")); in newFolder() local
257 KonqBookmarkMenu::DynMenuInfo KonqBookmarkMenu::showDynamicBookmarks(const QString &id) in showDynamicBookmarks()
291 void KonqBookmarkMenu::setDynamicBookmarks(const QString &id, const DynMenuInfo &newMenu) in setDynamicBookmarks()
/dports/devel/hadoop/jetty-6.1.14/examples/test-webapp/src/main/java/com/acme/
H A DChatFilter.java113 String id = session.getId(); in doJoinChat() local
142 String id = session.getId(); in doLeaveChat() local
166 String id = session.getId(); in doChat() local
184 String id = session.getId(); in doPoll() local
296 private String _text; field in ChatFilter.Message

123456