Home
last modified time | relevance | path

Searched refs:findw (Results 1 – 25 of 50) sorted by relevance

12

/dports/irc/epic5/epic5-2.1.6/script/
H A Dbuiltins382 if (getset(beep_on_msg) == 'all' || findw(crap $getset(beep_on_msg)) > -1) {
388 if (getset(beep_on_msg) == 'all' || findw(ctcp $getset(beep_on_msg)) > -1) {
394 if (getset(beep_on_msg) == 'all' || findw(dcc $getset(beep_on_msg)) > -1) {
400 if (getset(beep_on_msg) == 'all' || findw(dcc $getset(beep_on_msg)) > -1) {
406 if (getset(beep_on_msg) == 'all' || findw(dcc $getset(beep_on_msg)) > -1) {
412 if (getset(beep_on_msg) == 'all' || findw(dcc $getset(beep_on_msg)) > -1) {
418 if (getset(beep_on_msg) == 'all' || findw(dcc $getset(beep_on_msg)) > -1) {
424 if (getset(beep_on_msg) == 'all' || findw(dcc $getset(beep_on_msg)) > -1) {
430 if (getset(beep_on_msg) == 'all' || findw(crap $getset(beep_on_msg)) > -1) {
436 if (getset(beep_on_msg) == 'all' || findw(crap $getset(beep_on_msg)) > -1) {
[all …]
H A Dnotify221 } elsif ((:word = findw(net $nicklist)) > -1) {
241 } elsif ((:word = findw(group $nicklist)) > -1) {
262 if ((:word = findw(serv $nicklist)) > -1) {
388 if (findw($nickname $notify_list) > -1) {
394 if (findw($network $notify_networks) == -1) {
424 if (findw($nickname $notify_list) > -1) {
430 if (findw($groupname $notify_groups) == -1) {
453 if (findw($nickname $notify_list) > -1) {
496 if (findw($nickname $offline_list) > -1) {
522 if (findw($nickname $notify_list) == -1) {
[all …]
H A Duserlist98 if (findw($hh $userlist[$uu]) > -1) {
129 if (findw($ff autoop autovoice op voice invite unban kickban friend) == -1) {
133 if (findw($ff $userlist[$user][$encode($chan)]) == -1) {
159 if (findw($ff autoop autovoice op voice invite unban protect kickban) == -1) {
163 if (findw($ff $userlist[$user][$encode($chan)]) > -1) {
202 if (findw($hh $userlist[$user]) > -1) {
285 return ${findw(friend $userflags($userhost($nick) $chan)) > -1};
345 if ((findw($2 $uf) > -1 || findw(friend $uf) > -1) && ischanop($servernick() $3)) {
H A Dxmsglog313 if (xmsglog_log_msg == [on] && findw($tolower($0) $tolower($xmsglog_ignore)) == -1) {
318 if (xmsglog_log_msg == [on] && findw($tolower($0) $tolower($xmsglog_ignore)) == -1) {
323 if (xmsglog_log_notice == [on] && findw($tolower($0) $tolower($xmsglog_ignore)) == -1) {
328 if (xmsglog_log_notice == [on] && findw($tolower($0) $tolower($xmsglog_ignore)) == -1) {
333 if (xmsglog_log_dccchat == [on] && findw($tolower($0) $tolower($xmsglog_ignore)) == -1) {
338 if (xmsglog_log_dccchat == [on] && findw($tolower($0) $tolower($xmsglog_ignore)) == -1) {
H A Didlealert184 if (*2 >= idlealert_threshold && findw($1 $idlealert[idle][$net]) == -1) {
193 …if (*2 < idlealert_threshold && findw($1 $idlealert[idle][$net]) != -1 && findw($1 $idlealert[noti…
H A Dmail43 if (findw($folder $mail.folders) != -1) {
59 if (findw($folder $mail.folders) == -1) {
H A Dison81 while (findw($i $used_refnums) > -1) {
92 if ((:word = findw(-server $args)) > -1) {
H A Dnewnick43 if (!(:nick = word(${findw($2 $nicklist) + 1} $nicklist))) {
H A Dsave19 if (findw($choice -alias -all -assign -bind -notify -on -server -set) > -1 && @args) {
H A Dtabkey.sjh71 if (findw($word(1 $L) $1 $servernum():$1) > -1) {
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dscandir_win32.c41 WIN32_FIND_DATAW findw; in fl_scandir() local
75 h = FindFirstFileW(wbuf, &findw); /* get a handle to the first filename in the search */ in fl_scandir()
88 int l = wcslen(findw.cFileName); in fl_scandir()
93 l = fl_utf8fromwc(selectDir->d_name, dstlen, findw.cFileName, l); in fl_scandir()
96 if (findw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in fl_scandir()
114 } while (FindNextFileW(h, &findw)); in fl_scandir()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dscandir_win32.c32 WIN32_FIND_DATAW findw; in fl_scandir() local
66 h = FindFirstFileW(wbuf, &findw); /* get a handle to the first filename in the search */ in fl_scandir()
79 int l = (int) wcslen(findw.cFileName); in fl_scandir()
84 l = fl_utf8fromwc(selectDir->d_name, dstlen, findw.cFileName, l); in fl_scandir()
87 if (findw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in fl_scandir()
105 } while (FindNextFileW(h, &findw)); in fl_scandir()
/dports/x11-toolkits/ntk/ntk/src/
H A Dscandir_win32.c41 WIN32_FIND_DATAW findw; in fl_scandir() local
75 h = FindFirstFileW(wbuf, &findw); /* get a handle to the first filename in the search */ in fl_scandir()
88 int l = wcslen(findw.cFileName); in fl_scandir()
93 l = fl_utf8fromwc(selectDir->d_name, dstlen, findw.cFileName, l); in fl_scandir()
96 if (findw.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in fl_scandir()
114 } while (FindNextFileW(h, &findw)); in fl_scandir()
/dports/irc/epic4/help/6_Functions/
H A Dfindw1 # $EPIC: findw,v 1.2 2001/06/22 20:01:37 jnelson Exp $
3 $findw(<word> <wordlist>)
17 $findw(very epic is a very scriptable client) /* returns 3 */
20 eval echo $word($findw(hmm $test) $test) /* returns "hmm" */
H A Dmatch19 $findw() function instead.
27 string in scripts. Also, since ircII does not include the findw
45 rpattern(6); findw(6)
H A Drmatch20 should use the $findw() function instead.
30 findw function, this was the standard way to determine if a literal
48 rpattern(6); findw(6)
H A Dremw18 saves you having to use $findw() to look it up and $notw() to remove it.
31 remws(6); uniq(6); notw(6); findw(6)
H A Duniq11 if (findw($x $function_return) == -1) {
H A Dfromw12 <val> = findw(<word> <word list>)
/dports/irc/epic4/epic4-2.10.9/script/
H A Dnotify122 if (findw($1 $online_list) > -1) {
126 if (findw($2 $offline_list) > -1) {
134 if (findw($1 $online_list[$refnum]) > -1) {
143 if (findw($0 $offline_list) > -1) {
152 if (findw($0 $offline_list) > -1) {
161 if (findw($0 $offline_list) > -1) {
202 if (findw($1 $offline_list) > -1) {
210 if (findw($1 $online_list[$refnum]) > -1) {
232 if (findw($server $myservers()) == -1) {
459 if (findw($nickname $ison_list) > -1) {
[all …]
H A Dmail48 if (findw($folder $mail.folders) != -1) {
64 if (findw($folder $mail.folders) == -1) {
H A Dlangtrans43 @ :flag = findw($0 -ef -ed -ep -es -ei -fe -de -pe -se -ie --help)
H A Dmap105 if (findw($server $map.links.all) == -1) {
/dports/comms/xdx/xdx-2.4/src/
H A Dhyperlink.c99 findw (gunichar ch, gpointer user_data) in findw() function
134 if (gtk_text_iter_forward_find_char (&endword, findw, NULL, NULL) && in set_cursor()
135 gtk_text_iter_backward_find_char (&startword, findw, NULL, NULL)) in set_cursor()
/dports/irc/epic5/epic5-2.1.6/doc/
H A Dentry_points70 * $tow(), $afterw() $fromw(), and $beforew() calls $findw() directly
71 * $uniq() calls $findw() directly

12