Home
last modified time | relevance | path

Searched refs:DRAFT (Results 1 – 25 of 2723) sorted by relevance

12345678910>>...109

/dports/multimedia/blind/blind-1.1/examples/split/
H A DMakefile10 DRAFT = -d macro
32 ../../blind-from-video -L $(DRAFT) "$(INPUT_VIDEO)" - | \
33 …../../blind-split -L >(../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) 1.mkv) $(FRAME_1…
34 … >(../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) 2.mkv) $(FRAME_2) \
35 … >(../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) 3.mkv) $(FRAME_3) \
36 … >(../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) 4.mkv) $(FRAME_4) \
37 >(../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) 5.mkv) $(FRAME_5)
/dports/www/mhonarc/MHonArc-2.6.24/extras/mha-mhedit/
H A Dmha-mhedit97 local(*DRAFT, *MHA, *W3M_IN, *W3M_OUT);
98 open(DRAFT, '>'.$file) || die qq/ERROR: Unable to write to "$file": $!/;
114 print DRAFT $header;
115 print DRAFT $text;
116 close(DRAFT);
125 local(*DRAFT);
128 open(DRAFT, $file) || die qq/ERROR: Unable to open "$file": $!/;
129 while (<DRAFT>) {
135 while (defined($_ = <DRAFT>) && ($n < 5)) {
139 close(DRAFT);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssQuestionLifecycle.php15 const DRAFT = 'draft'; define in ilAssQuestionLifecycle
32 $this->setIdentifier(self::DRAFT);
56 … return [self::DRAFT, self::REVIEW, self::REJECTED, self::FINAL, self::SHARABLE, self::OUTDATED];
76 case self::DRAFT:
79 return ilAssQuestionLomLifecycle::DRAFT;
99 case self::DRAFT:
175 $lifecycle->setIdentifier(self::DRAFT);
H A Dclass.ilAssQuestionLomLifecycle.php15 const DRAFT = 'draft'; define in ilAssQuestionLomLifecycle
62 return [self::DRAFT, self::FINAL, self::REVISED, self::UNAVAILABLE];
93 case self::DRAFT:
96 return ilAssQuestionLifecycle::DRAFT;
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/
H A DTODO.md1 ## TODO for ZMQ 4.5 DRAFT
5 ## TODO for ZMQ 4.4 DRAFT
9 ## TODO for ZMQ 4.3 DRAFT
13 ## TODO for ZMQ 4.2 DRAFT
17 ### New poller mechanism and APIs have been introduced in DRAFT state: argument
42 ### New cross-platform timers helper functions have been introduced in DRAFT state: argument
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/
H A DTODO.md1 ## TODO for ZMQ 4.5 DRAFT
5 ## TODO for ZMQ 4.4 DRAFT
9 ## TODO for ZMQ 4.3 DRAFT
13 ## TODO for ZMQ 4.2 DRAFT
17 ### New poller mechanism and APIs have been introduced in DRAFT state: argument
42 ### New cross-platform timers helper functions have been introduced in DRAFT state: argument
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/
H A DTODO.md1 ## TODO for ZMQ 4.5 DRAFT
5 ## TODO for ZMQ 4.4 DRAFT
9 ## TODO for ZMQ 4.3 DRAFT
13 ## TODO for ZMQ 4.2 DRAFT
17 ### New poller mechanism and APIs have been introduced in DRAFT state: argument
42 ### New cross-platform timers helper functions have been introduced in DRAFT state: argument
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/
H A DTODO.md1 ## TODO for ZMQ 4.5 DRAFT
5 ## TODO for ZMQ 4.4 DRAFT
9 ## TODO for ZMQ 4.3 DRAFT
13 ## TODO for ZMQ 4.2 DRAFT
17 ### New poller mechanism and APIs have been introduced in DRAFT state:
42 ### New cross-platform timers helper functions have been introduced in DRAFT state:
/dports/sysutils/LPRng/lprng-3.8.C/UTILS/
H A Dps.draft15 >I want to print the word "DRAFT" on every page of a document
21 word "DRAFT" (by default) or whatever word you want as outlined
38 X# Put the word "DRAFT" (or a specified word) on each page of a postscript
61 X draftstring=DRAFT
70 Xsed "s/(DRAFT)/($draftstring)/" <<'EOF' >/tmp/psd$$.sed
77 X(DRAFT)\
86 X/DRAFT { gsave\
96 X/showpage { DRAFTDICT begin DRAFT oldshow end } def\
97 X/copypage { DRAFTDICT begin DRAFT oldcopy end } def\
/dports/mail/geary/geary-40.0/src/engine/imap/api/
H A Dimap-email-flags.vala22 if (flags.contains(MessageFlag.DRAFT))
23 add(DRAFT);
70 if (flag.equal_to(DRAFT))
71 message_flags.add(MessageFlag.DRAFT);
91 if (flag.equal_to(DRAFT))
92 message_flags.remove(MessageFlag.DRAFT);
/dports/multimedia/blind/blind-1.1/examples/inplace-flop/
H A DMakefile4 DRAFT = -d macro
18 ../../blind-from-video $(DRAFT) "$(INPUT_VIDEO)" $(TEMPFILE)
22 ../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) flopped.mkv < $(TEMPFILE)
/dports/net/czmq4/czmq-4.2.1/
H A DNEWS8 * New DRAFT zsock API to match libzmq's 4.3.4 socket options:
108 * New DRAFT zconfig API to duplicate a zconfig instance:
116 * New DRAFT zsys APIs to print python-like formatted strings:
127 * New DRAFT zlistx API to pack and unpack zframes:
132 * New DRAFT zlistx API to pack and unpack zframes:
142 * New DRAFT zchunk API to create zero-copy chunks:
206 * Exising DRAFT APIs to create DRAFT sockets will now return ENOTSUP
248 * New DRAFT APIs have been added to the zproc class to manage
360 * Fixed #1671 - add support for new (DRAFT) socket types in
466 * Fixed #1559 - DRAFT zsock_new_*_checked symbols leak
[all …]
/dports/multimedia/blind/blind-1.1/examples/reverse/
H A DMakefile4 DRAFT = -d macro
23 …../../blind-reverse $(TEMPFILE) | ../../blind-to-video $(DRAFT) $${framerate} $(FFMPEG_ARGS) rever…
26 ../../blind-from-video -L $(DRAFT) "$(INPUT_VIDEO)" - | \
/dports/mail/geary/geary-40.0/src/engine/imap/message/
H A Dimap-message-flag.vala35 public static MessageFlag DRAFT { get {
93 to_init = DRAFT;
116 if (email_flags_add.contains(Geary.EmailFlags.DRAFT))
117 msg_flags_add.add(MessageFlag.DRAFT);
129 if (email_flags_remove.contains(Geary.EmailFlags.DRAFT))
130 msg_flags_remove.add(MessageFlag.DRAFT);
152 if (equal_to(DRAFT))
/dports/lang/intercal/intercal-0.31/doc/
H A DMakefile52 rm -f *.ps *.refs* ick.in* ick.txt RFC-DRAFT.txt ick.htm ick.pdf *.tmp
59 RFC-DRAFT.txt: RFC-DRAFT.roff
60 groff -Tascii RFC-DRAFT.roff | col -x -b >RFC-DRAFT.txt
/dports/net/czmq/czmq-4.1.1/
H A DNEWS4 * New DRAFT APIs have been added to the zsys class to get and set
8 The following DRAFT APIs wrap a new libzmq context API (minimum
14 * New DRAFT APIs have been added to the zproc class to set and get
18 The zproc_set_args and zproc_set_env DRAFT APIs have had their
43 * Exising DRAFT APIs to create DRAFT sockets will now return ENOTSUP
82 * New DRAFT class to parse command line arguments in a platform
85 * New DRAFT APIs have been added to the zproc class to manage
89 * New DRAFT APIs have been added to the zactor class to override
197 * Fixed #1671 - add support for new (DRAFT) socket types in
303 * Fixed #1559 - DRAFT zsock_new_*_checked symbols leak
[all …]
/dports/net/zyre/zyre-2.0.1/
H A DNEWS4 * New features in DRAFT state
12 * The following new DRAFT APIs have been added to the Zyre class:
24 * The following new DRAFT symbols have been added:
42 DRAFT APIs:
/dports/net/py-pyzmq/pyzmq-22.3.0/docs/source/
H A Ddraft.rst3 Working with libzmq DRAFT sockets
6 libzmq-4.2 has introduced the concept of unstable DRAFT APIs.
11 and pyzmq binaries (wheels) will not be built with DRAFT API support.
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DDRAFT.DAT1 This is Dataplot data file DRAFT.DAT
11 READ DRAFT.DAT Y DAY MONTH
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/print/attribute/standard/
H A DPrintQuality.java65 public static final PrintQuality DRAFT = new PrintQuality(3); field in PrintQuality
79 private static final PrintQuality[] enumValueTable = { DRAFT, NORMAL, HIGH };
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/print/attribute/standard/
H A DPrintQuality.java65 public static final PrintQuality DRAFT = new PrintQuality(3); field in PrintQuality
79 private static final PrintQuality[] enumValueTable = { DRAFT, NORMAL, HIGH };
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/print/attribute/standard/
H A DPrintQuality.java65 public static final PrintQuality DRAFT = new PrintQuality(3); field in PrintQuality
79 private static final PrintQuality[] enumValueTable = { DRAFT, NORMAL, HIGH };
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/print/attribute/standard/
H A DPrintQuality.java65 public static final PrintQuality DRAFT = new PrintQuality(3); field in PrintQuality
79 private static final PrintQuality[] enumValueTable = { DRAFT, NORMAL, HIGH };
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/print/attribute/standard/
H A DPrintQuality.java65 public static final PrintQuality DRAFT = new PrintQuality(3); field in PrintQuality
79 private static final PrintQuality[] enumValueTable = { DRAFT, NORMAL, HIGH };
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/print/ipp/attribute/defaults/
H A DPrintQualityDefault.java57 public static final PrintQualityDefault DRAFT = new PrintQualityDefault(3); field in PrintQualityDefault
67 private static final PrintQualityDefault[] enumValueTable = { DRAFT, NORMAL, HIGH };

12345678910>>...109