Searched refs:draft (Results 1 – 25 of 472) sorted by relevance
12345678910>>...19
41 return produce(state, draft => {42 StateActions.addTrack(draft, {58 return produce(state, draft => {59 StateActions.addTrackGroup(draft, {77 state = produce(state, draft => {78 draft.pinnedTracks = pinnedTracks;79 draft.scrollingTracks = scrollingTracks;85 const after = produce(createEmptyState(), draft => {86 StateActions.navigate(draft, {route: '/foo'});92 const once = produce(createEmptyState(), draft => {[all …]
1 …ype="long"]/unit[@type="acceleration-g-force"]/unitPattern[@count="one"][@draft="provisional"]; ne…2 …e="long"]/unit[@type="acceleration-g-force"]/unitPattern[@count="other"][@draft="provisional"]; ne…3 …[@type="acceleration-meter-per-square-second"]/unitPattern[@count="one"][@draft="provisional"]; ne…4 …type="acceleration-meter-per-square-second"]/unitPattern[@count="other"][@draft="provisional"]; ne…5 …itLength[@type="long"]/unit[@type="area-acre"]/unitPattern[@count="one"][@draft="provisional"]; ne…6 …Length[@type="long"]/unit[@type="area-acre"]/unitPattern[@count="other"][@draft="provisional"]; ne…7 …ength[@type="long"]/unit[@type="area-hectare"]/unitPattern[@count="one"][@draft="provisional"]; ne…8 …gth[@type="long"]/unit[@type="area-hectare"]/unitPattern[@count="other"][@draft="provisional"]; ne…9 …e="long"]/unit[@type="area-square-centimeter"]/unitPattern[@count="one"][@draft="provisional"]; ne…10 …"long"]/unit[@type="area-square-centimeter"]/unitPattern[@count="other"][@draft="provisional"]; ne…[all …]
12 # draft-irtf-cfrg-gcmsiv-0922 # draft-irtf-cfrg-gcmsiv-0932 # draft-irtf-cfrg-gcmsiv-0942 # draft-irtf-cfrg-gcmsiv-0952 # draft-irtf-cfrg-gcmsiv-0962 # draft-irtf-cfrg-gcmsiv-0972 # draft-irtf-cfrg-gcmsiv-0982 # draft-irtf-cfrg-gcmsiv-0992 # draft-irtf-cfrg-gcmsiv-09102 # draft-irtf-cfrg-gcmsiv-09[all …]
11 - draft-davis-t-langtag-ext: [html](rfc/draft-davis-t-langtag-ext.html) [txt](rfc/draft-davis-t-lan…13 - draft-davis-u-langtag-ext-00: [html](rfc/draft-davis-u-langtag-ext-00.html) [txt](rfc/draft-davis…
1 package org.unicode.cldr.draft.keyboard.test;3 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.A03;4 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.B00;5 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.B01;6 import static org.unicode.cldr.draft.keyboard.IsoLayoutPosition.B04;8 import org.unicode.cldr.draft.keyboard.CharacterMap;9 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;
1 package org.unicode.cldr.draft.keyboard.test;3 import org.unicode.cldr.draft.keyboard.KeyboardSettings;4 import org.unicode.cldr.draft.keyboard.KeyboardSettings.FallbackSetting;5 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformFailureSetting;6 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformPartialSetting;
1 package org.unicode.cldr.draft.keyboard.test;5 import org.unicode.cldr.draft.keyboard.CharacterMap;6 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;7 import org.unicode.cldr.draft.keyboard.KeyMap;8 import org.unicode.cldr.draft.keyboard.Keyboard;9 import org.unicode.cldr.draft.keyboard.KeyboardId;10 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;11 import org.unicode.cldr.draft.keyboard.ModifierKey;12 import org.unicode.cldr.draft.keyboard.ModifierKeyCombination;13 import org.unicode.cldr.draft.keyboard.ModifierKeyCombinationSet;[all …]
1 package org.unicode.cldr.draft.keyboard.test;5 import org.unicode.cldr.draft.keyboard.CharacterMap;6 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;7 import org.unicode.cldr.draft.keyboard.KeyMap;8 import org.unicode.cldr.draft.keyboard.ModifierKey;9 import org.unicode.cldr.draft.keyboard.ModifierKeyCombination;10 import org.unicode.cldr.draft.keyboard.ModifierKeyCombinationSet;
1 package org.unicode.cldr.draft.keyboard.test;3 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;4 import org.unicode.cldr.draft.keyboard.KeycodeMap;
1 package org.unicode.cldr.draft.keyboard.out;7 import org.unicode.cldr.draft.keyboard.CharacterMap;8 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;9 import org.unicode.cldr.draft.keyboard.KeyMap;10 import org.unicode.cldr.draft.keyboard.Keyboard;11 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;12 import org.unicode.cldr.draft.keyboard.KeyboardSettings.FallbackSetting;13 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformFailureSetting;14 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformPartialSetting;15 import org.unicode.cldr.draft.keyboard.ModifierKeyCombinationSet;[all …]
1 package org.unicode.cldr.draft.keyboard.out;8 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;9 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;10 import org.unicode.cldr.draft.keyboard.KeycodeMap;
117 int img_width = widget->width()/widget->draft; in run()118 int img_height = widget->height()/widget->draft; in run()143 if(draft == 1) in paintEvent()161 QImage image(buffer, width()/draft, height()/draft, QImage::Format_RGB32); in paintEvent()165 if(draft>1) in paintEvent()167 draft /= 2; in paintEvent()168 setWindowTitle(QString("recomputing at 1/%1 resolution...").arg(draft)); in paintEvent()181 draft = 16; in mousePressEvent()198 draft = 16; in mouseMoveEvent()
1 package org.unicode.cldr.draft.keyboard.osx;15 import org.unicode.cldr.draft.keyboard.CharacterMap;16 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;17 import org.unicode.cldr.draft.keyboard.Keyboard;18 import org.unicode.cldr.draft.keyboard.KeyboardBuilder;19 import org.unicode.cldr.draft.keyboard.KeyboardId;20 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;21 import org.unicode.cldr.draft.keyboard.KeyboardIdMap;22 import org.unicode.cldr.draft.keyboard.KeycodeMap;23 import org.unicode.cldr.draft.keyboard.ModifierKey;[all …]
26 declare type Setter<T> = (draft: Draft<RecordConfig>, val: T) => void;62 const traceCfg = produce(globals.state.recordConfig, draft => {63 attrs.setEnabled(draft, enabled);103 const traceCfg = produce(globals.state.recordConfig, draft => {104 attrs.setEnabled(draft, enabled);145 const traceCfg = produce(globals.state.recordConfig, draft => {146 attrs.set(draft, newVal);244 const traceCfg = produce(globals.state.recordConfig, draft => {245 attrs.set(draft, selKeys);294 const traceCfg = produce(globals.state.recordConfig, draft => {[all …]
29 private int draft; field in Story45 return draft; in getDraft()56 story.draft = draft; in clone()
1 package org.unicode.cldr.draft.keyboard;11 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;12 import org.unicode.cldr.draft.keyboard.out.KeyboardToXml;13 import org.unicode.cldr.draft.keyboard.out.KeycodeMapToXml;15 import org.unicode.cldr.draft.keyboard.windows.KlcParser;
1 package org.unicode.cldr.draft.keyboard;6 import org.unicode.cldr.draft.keyboard.KeyboardSettings.FallbackSetting;7 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformFailureSetting;8 import org.unicode.cldr.draft.keyboard.KeyboardSettings.TransformPartialSetting;
75 cp -a "${toplevel}"/README.draft "${destdir}"/README111 xml2rfc draft-ietf-codec-opus.xml draft-ietf-codec-opus.html &112 xml2rfc draft-ietf-codec-opus.xml
1 package org.unicode.cldr.draft.keyboard.windows;12 import org.unicode.cldr.draft.keyboard.CharacterMap;13 import org.unicode.cldr.draft.keyboard.IsoLayoutPosition;14 import org.unicode.cldr.draft.keyboard.Keyboard;15 import org.unicode.cldr.draft.keyboard.KeyboardBuilder;16 import org.unicode.cldr.draft.keyboard.KeyboardId;17 import org.unicode.cldr.draft.keyboard.KeyboardId.Platform;18 import org.unicode.cldr.draft.keyboard.KeyboardIdMap;19 import org.unicode.cldr.draft.keyboard.KeycodeMap;20 import org.unicode.cldr.draft.keyboard.ModifierKey;[all …]
5 Subject: I-D ACTION:draft-ietf-mboned-mix-00.txt24 FILE /internet-drafts/draft-ietf-mboned-mix-00.txt28 name="draft-ietf-mboned-mix-00.txt";
1 package org.unicode.cldr.draft;10 import org.unicode.cldr.draft.XLocaleDistance.DistanceNode;11 import org.unicode.cldr.draft.XLocaleDistance.DistanceTable;12 import org.unicode.cldr.draft.XLocaleDistance.IdMakerFull;13 import org.unicode.cldr.draft.XLocaleDistance.StringDistanceNode;14 import org.unicode.cldr.draft.XLocaleDistance.StringDistanceTable;
16 In April 2013, the C++ standard committee approved the draft for the next version of the C++ standa…18 The draft standard includes papers and issues that were voted on at the previous three meetings (Ko…20 In August 2014, this draft was approved by ISO as C++14.
139 def upload_change(self, commit_message, draft=False, dryrun=False, argument154 remote, 'master', draft=draft, dryrun=dryrun)
3 draft that is available from:5 https://tools.ietf.org/html/draft-miller-ssh-agent-02