Home
last modified time | relevance | path

Searched refs:insub (Results 1 – 25 of 52) sorted by relevance

123

/dports/irc/insub/insub-16.0/
H A DREADME.md4 $ ./insub.py <<<'"hi"|figlet|cow'
26 irssi/insub.pl is a thin perl wrapper around the python script, which is
31 $ cp -av irssi/insub.pl ~/.irssi/scripts/
32 [irssi] /script load insub
/dports/math/ploticus-nox11/pl240src/src/
H A Dstub.c80 int j, k, insup, insub, supfound, subfound; local
104 for( j = 0, insup = 0, insub = 0, k = 0; chunk[j] != '\0'; j++ ) {
108 else if( !insub && chunk[j] == '`' ) { insub = 1; continue; }
109 else if( insub && chunk[j] == '`' ) { insub = 0; continue; }
110 else if( insub ) { chunk2[k] = ' '; subchunk[k] = chunk[j]; supchunk[k] = ' '; k++; }
/dports/math/ploticus/pl240src/src/
H A Dstub.c80 int j, k, insup, insub, supfound, subfound; local
104 for( j = 0, insup = 0, insub = 0, k = 0; chunk[j] != '\0'; j++ ) {
108 else if( !insub && chunk[j] == '`' ) { insub = 1; continue; }
109 else if( insub && chunk[j] == '`' ) { insub = 0; continue; }
110 else if( insub ) { chunk2[k] = ' '; subchunk[k] = chunk[j]; supchunk[k] = ' '; k++; }
/dports/science/py-h5py/h5py-3.6.0/h5py/tests/
H A Dcommon.py191 insub = "IN_SUBPROCESS_" + curr_test
193 insub = insub.replace(c, "_")
194 defined = os.environ.get(insub, None)
199 os.environ[insub] = '1'
201 env[insub] = '1'
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_accessor_class_data_g2bifourier_packing.c315 insub = insub || (i == 0) || (j == 0); \
363 int insub; in size_sub() local
367 if (insub) in size_sub()
394 int insub; in laplam() local
435 int insub; in laplam() local
439 if (insub) { in laplam()
710 int insub; in unpack_double() local
714 if (insub) in unpack_double()
809 int insub; in pack_double() local
870 int insub; in pack_double() local
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/embryo/
H A Dembryo_str.c265 int insub = 0; in _str_snprintf() local
269 if ((!inesc) && (!insub)) in _str_snprintf()
273 insub = 1; in _str_snprintf()
274 if ((!inesc) && (!insub)) in _str_snprintf()
305 if ((insub) && (s1[i] == '%')) pnum++; in _str_snprintf()
306 if ((insub) && (p < pnum)) in _str_snprintf()
398 insub = 0; in _str_snprintf()
400 else if (insub) in _str_snprintf()
401 insub = 0; in _str_snprintf()
/dports/irc/insub/insub-16.0/old/
H A DREADME6 Or from the commandline, just run insub.pl. It'll output in ANSI but you can
24 ./insub.pl -1 -figlet -cow hi
43 dist: https://github.com/cjones/insub
H A Drewrite-git-history.py68 … path=path, date=datetime.datetime.fromtimestamp(os.stat(path).st_mtime), changes=None, insub=None)
108 …releases[version] = release._replace(changes=change.items, insub=sorted(insubs)[0] if insubs else …
242 if release.insub:
243 add(os.path.join('insub', os.path.basename(release.insub)), path=release.insub)
285 if release.insub:
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dosdepend.c436 int insub; in printdb() local
485 insub = FALSE_; in printdb()
489 if (!insub) { in printdb()
499 insub = FALSE_; in printdb()
509 if (!insub && sub1) { in printdb()
510 insub = TRUE_; in printdb()
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Dcdrom_ioctl_win32.cpp289 CDROM_SUB_Q_DATA_FORMAT insub; in GetAudioSub() local
293 insub.Format = IOCTL_CDROM_CURRENT_POSITION; in GetAudioSub()
295 BOOL bStat = DeviceIoControl(hIOCTL,IOCTL_CDROM_READ_Q_CHANNEL, &insub, sizeof(insub), in GetAudioSub()
343 CDROM_SUB_Q_DATA_FORMAT insub; in GetAudioStatus() local
347 insub.Format = IOCTL_CDROM_CURRENT_POSITION; in GetAudioStatus()
349 BOOL bStat = DeviceIoControl(hIOCTL,IOCTL_CDROM_READ_Q_CHANNEL, &insub, sizeof(insub), in GetAudioStatus()
/dports/irc/insub/insub-16.0/irssi/
H A Dinsub.pl33 sub insub { subroutine
197 Irssi::command_bind('insub', \&insub);
/dports/misc/py-pyfiglet/pyfiglet-0.7.6/
H A DREADME2 Christopher Jones (cjones@insub.org).
42 A. You can mail patches to <cjones@insub.org>. Particularly bugfixes.
72 The Python port was done by Christopher Jones <cjones@insub.org> (http://gruntle.org/).
85 Copyright (C) 2007 Christopher Jones <cjones@insub.org>
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dspi2xspice.py.in42 insub = False
63 if insub:
64 insub = False
69 if not insub:
85 insub = True
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dcdrom-ioctl.c322 CDROM_SUB_Q_DATA_FORMAT insub; in ioctl_getcurrentsubchannel() local
328 insub.Format = IOCTL_CDROM_CURRENT_POSITION; in ioctl_getcurrentsubchannel()
330 …DeviceIoControl(hIOCTL,IOCTL_CDROM_READ_Q_CHANNEL,&insub,sizeof(insub),&sub,sizeof(sub),(LPDWORD)&… in ioctl_getcurrentsubchannel()
/dports/irc/insub/insub-16.0/old/dist/
H A Dgay-8.0.pl457 sub insub { subroutine
1694 insub(join(" ", @ARGV));
1709 insub(CGI::param("args"));
1719 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.1.pl460 sub insub { subroutine
1709 insub(join(" ", @args));
1724 insub(CGI::param("args"));
1734 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.3.pl469 sub insub { subroutine
1795 insub(join(" ", @args));
1810 insub(CGI::param("args"));
1820 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.5.pl465 sub insub { subroutine
1819 insub(join(" ", @args));
1834 insub(CGI::param("args"));
1844 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.2.pl469 sub insub { subroutine
1799 insub(join(" ", @args));
1814 insub(CGI::param("args"));
1824 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.6.pl468 sub insub { subroutine
1818 my $callback = \&insub;
1846 insub(CGI::param("args"));
1856 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.8.pl593 sub insub { subroutine
2014 my $callback = \&insub;
2046 insub(CGI::param("args"));
2056 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.9.pl593 sub insub { subroutine
2014 my $callback = \&insub;
2046 insub(CGI::param("args"));
2056 Irssi::command_bind($NAME, \&insub);
H A Dgay-8.7.pl545 sub insub { subroutine
1948 my $callback = \&insub;
1979 insub(CGI::param("args"));
1989 Irssi::command_bind($NAME, \&insub);
H A Dgay-9.0.pl593 sub insub { subroutine
2014 my $callback = \&insub;
2047 insub(CGI::param("args"));
2057 Irssi::command_bind($NAME, \&insub);
H A Dgay-9.2.pl593 sub insub { subroutine
2058 my $callback = \&insub;
2091 insub(CGI::param("args"));
2101 Irssi::command_bind($NAME, \&insub);

123