Home
last modified time | relevance | path

Searched +refs:vi +refs:split +refs:open +refs:line (Results 1 – 25 of 3277) sorted by relevance

12345678910>>...132

/dports/lang/gforth/gforth-0.7.3/
H A Dlocate.fs23 Variable line-buf
25 \ example: invoke vi
30 : invoke-vi ( filename u line -- ) base @ >r decimal
31 s" vi " sys-buf $!
35 ' invoke-vi IS do-location
40 s" " line-buf $!
42 line-buf $@ r> read-line throw
45 line-buf $@ #del $split 2nip ctrl A $split 2drop
48 tag-line drop line-buf $@ ', $split 2drop last-file $! ;
50 last-file $@ line-buf $@ ctrl A $split 2nip ', $split 2drop
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_quality/common/
H A Dmeshmethods.cpp43 if ( !inFile.open(QIODevice::ReadOnly | QIODevice::Text)) in loadEqualizerInfo()
47 QString line; in loadEqualizerInfo() local
53 line = inStream.readLine(); in loadEqualizerInfo()
56 if ( !line.startsWith(CSV_FILE_COMMENT) ) in loadEqualizerInfo()
62 line = inStream.readLine(); in loadEqualizerInfo()
67 splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); in loadEqualizerInfo()
76 } while(!line.isNull()); in loadEqualizerInfo()
119 CMeshO::VertexIterator vi; in applyColorByVertexQuality() local
122 for(vi=mesh.cm.vert.begin(); vi!=mesh.cm.vert.end(); ++vi) in applyColorByVertexQuality()
123 if(!(*vi).IsD()) in applyColorByVertexQuality()
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/import/vissim/
H A Dvissim_parseRoutes.py45 vals = inflow.split()
67 vals = rd.split()
143 fd = codecs.open(sys.argv[1], encoding='latin1')
150 for line in fd:
157 elif line[0] != ' ':
169 elif line[0] != ' ':
178 fdo = open(options.output + ".flows.xml", "w")
207 for vi in range(0, int(q)):
208 t = von + float(bis - von) / float(q) * float(vi)
219 id = str(name.replace(" ", "_")) + "_" + str(rid) + "_" + str(vi)
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dvasp_input.py328 text = open(filepath,'r').read()
337 open(filepath,'w').write(text)
366 line = line[:cloc].strip()
780 endpoints.append(line.split())
789 kpw.append(line.split())
1580 return vi
1624 vi = VaspInput()
1657 if 'kpoints' in vi:
1658 kp = vi.kpoints
1662 vi.kpoints = kp
[all …]
/dports/cad/astk-serveur/astk-2020.0/configuration/
H A Dutil.py36 tupl0 = vers_string.split('.')
61 for vi, fi in functions[1:]:
62 if less_than_version(vers, vi):
121 dsplit = directory.split(os.sep)
153 with open(filename, 'r') as f:
180 f = open(ficrc, 'r')
181 for line in f:
182 if not re.search('^[ ]*#', line):
206 with open(ficrc, 'r') as f:
230 with open(ficrc, 'w') as f:
[all …]
/dports/cad/astk-client/astk-2020.0/configuration/
H A Dutil.py36 tupl0 = vers_string.split('.')
61 for vi, fi in functions[1:]:
62 if less_than_version(vers, vi):
121 dsplit = directory.split(os.sep)
153 with open(filename, 'r') as f:
180 f = open(ficrc, 'r')
181 for line in f:
182 if not re.search('^[ ]*#', line):
206 with open(ficrc, 'r') as f:
230 with open(ficrc, 'w') as f:
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Diwidgets.list115 "split-undo", splitundo, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_LASTCOL | ZLE_NOTCOMMAND
137 "vi-beginning-of-line", vibeginningofline, 0
141 "vi-change-whole-line", vichangewholeline, 0
145 "vi-digit-or-beginning-of-line", vidigitorbeginningofline, 0
148 "vi-end-of-line", viendofline, ZLE_LASTCOL
162 "vi-goto-mark-line", vigotomarkline, ZLE_LINEMOVE
170 "vi-kill-line", vikillline, ZLE_KEEPSUFFIX
172 "vi-open-line-above", viopenlineabove, 0
173 "vi-open-line-below", viopenlinebelow, 0
193 "vi-up-line-or-history", viuplineorhistory, ZLE_LINEMOVE
[all …]
/dports/www/py-httptools/httptools-0.3.0/
H A Dsetup.py3 vi = sys.version_info variable
4 if vi < (3, 5):
96 for directive in self.cython_directives.split(','):
148 with open(str(ROOT / 'README.md')) as f:
152 with open(str(ROOT / 'httptools' / '_version.py')) as f:
153 for line in f:
154 if line.startswith('__version__ ='):
155 _, _, version = line.partition('=')
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/
H A Dmanifest.py132 def add_volume_info(self, vi): argument
141 vol_num = vi.volume_number
215 self.add_volume_info(vi)
235 def parse_fileinfo(line): argument
236 fileinfo = line.strip().split()
287 fout = path.open(u"wb")
410 return tuple(s.split(b"/"))
412 linelist = s.strip().split(b"\n")
421 for line in linelist[1:]:
422 if not line:
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/
H A Dsetup.py3 vi = sys.version_info variable
4 if vi < (3, 7):
179 for directive in self.cython_directives.split(','):
261 with open(str(_ROOT / 'README.rst')) as f:
265 with open(str(_ROOT / 'uvloop' / '_version.py')) as f:
266 for line in f:
267 if line.startswith('__version__ ='):
268 _, _, version = line.partition('=')
/dports/editors/vigor/vigor-0.016/docs/
H A Dhelp10 o - open a new line below the cursor.
11 O - open new line above the cursor.
21 J - join two lines (use i<Enter><escape> to split a line)
93 Y copy line
166 open: enter "open" mode (not implemented)
173 quit: exit ex/vi
197 visual: enter visual (vi) mode from ex mode
198 [Vv]isual: edit another file (from vi mode only)
199 viusage: display vi key usage statement
214 nobeautify keytime=6 open noshowmode window=35
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A DBayesianGroupAna.py16 vi = int(v)
17 if vi >= 1:
243 with open(InFile) as fin:
244 rows = (re.split('[ \t,;]+', line) for line in fin) ## any delimiter?
/dports/textproc/wiggle/wiggle-1.3/demo.patched/
H A DREADME12 both vertially and horizontally (both emacs and vi style).
14 or <return> to open/close a directory or file.
37 '|' returns to the original split-window view with
43 This demonstrates where a diff on one line
44 applies to text that is now split
52 (this is an extra line)
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/po/
H A Dis.po685 msgstr "_Hætta við"
723 #: gaupol/dialogs/split.py:45
727 #: gaupol/dialogs/split.py:76
731 #: gaupol/dialogs/split.py:97
824 msgstr "Bæta við skrá"
1187 msgstr "Bæt_a við"
1211 msgstr "Bæta við"
1237 #: data/ui/split-dialog.ui:15
1241 #: data/ui/split-dialog.ui:48
1938 #: data/ui/text-assistant/join-split-page.ui:28
[all …]
/dports/www/py-cssutils/cssutils-2.3.0/tools/
H A Dtry.py17 f = open(name, 'w')
739 for vi in v:
740 if vi.cssValueType == vi.CSS_VARIABLE:
741 if vi.value:
745 newvalue.append(vi.value)
750 newvalue.append(vi.cssText)
878 type_, text, line, col = t variable
1038 components = p.split('\\')
1040 comp = p.split(':')
1046 components = comp[1].split('\\')
[all …]
/dports/editors/vigor/vigor-0.016/docs/tutorial/
H A Dvi.advanced75 43 vi on hardcopy terminals and dumb terminals: open mode
91 44.15 open
881 substitutions to split two lines. For example, the command
970 part of a substitution string will result in the matched line being split in
971 two. This, in effect, is how to split lines by using a substitution.) You can
1069 Section 43: vi on hardcopy terminals and dumb terminals: open mode
1080 The only difference between visual mode (normal vi) and open mode is the way in
1083 In open mode the editor uses a single line window into the file, and moving
1085 the current line. Two commands of vi work differently in open: {z} and {^R}.
1099 an {open} command.
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/
H A Dconfig.py305 if not line:
309 if line.strip() == '' or self.re_comment.match(line):
311 if line.split(None, 1)[0].lower() == 'rem' and line[0] in "rR":
334 mo = self.OPTCRE.match(line)
337 optname, vi, optval = mo.group('option', 'vi', 'value')
338 if vi in ('=', ':') and ';' in optval and not optval.strip().startswith('"'):
360 line = line.rstrip()
361 if line.endswith('"'):
363 line = line[:-1]
404 with open(file_path, 'rb') as fp:
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_layer/
H A Dfilter_layer.cpp259 CMeshO::VertexIterator vi; in applyFilter() local
265 for (vi = currentModel->cm.vert.begin(); vi != currentModel->cm.vert.end(); ++vi) in applyFilter()
266 if(!(*vi).IsD() && (*vi).IsS() ) in applyFilter()
302 CMeshO::VertexIterator vi; in applyFilter() local
309 for (vi = currentModel->cm.vert.begin(); vi != currentModel->cm.vert.end(); ++vi) in applyFilter()
310 if(!(*vi).IsD() && (*vi).IsS() ) in applyFilter()
486 file.open(QIODevice::WriteOnly); in applyFilter()
618 char line[100]; in applyFilter() local
648 … fgets(line, 100, fp);; if (line[0] == '\0') return false; sscanf(line, "%f %f %f", &f, &k1, &k2); in applyFilter()
682 if (!file.open(QIODevice::ReadOnly) || !doc.setContent(&file)) in applyFilter()
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_thin.py64 self.tar = self._tarfile(None).open()
131 vi = VersionInfo([major, minor])
132 vi.major = major or sys.version_info.major
133 vi.minor = minor or sys.version_info.minor
135 return vi
349 for line in salt.utils.stringutils.to_str(out).split(os.linesep):
350 if line.startswith("namespaces = {"):
355 if line.startswith("syspaths = "):
794 thin.tarfile.open.assert_called()
1005 .split(os.linesep)
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/CheckerPlugins/CodeStyleChecker/
H A DCodeStyleFixer.py78 self.__fixCodes = [c.strip() for c in fixCodes.split(",") if c.strip()]
80 c.strip() for c in noFixCodes.split(",") if c.strip()]
223 with open(self.__filename, "wb") as fp:
528 left, right = self.__source[line].split(quotes, 1)
2353 vi = []
2387 vi[0] += 4
2391 min_indent = vi[0]
2399 vi = sorted(vi)
2401 valid_indents[row] = vi
2841 splitText = [item.strip() for item in text.split(self.__eol)]
[all …]
/dports/editors/kate/kate-21.12.3/po/eo/
H A Dkate.po50 #. i18n: ectx: Menu (view-split)
504 #| msgid "Make the next split view the active one."
1018 "La datumoj, kiujn vi postulis konservi, ne eblas skribi. Elektu, kiel vi "
1049 msgid "Close the currently active split view"
1060 #| msgid "Make the next split view the active one."
1095 msgid "Make the next split view the active one."
1632 #| msgid "Navigate to this line"
1633 msgid "Navigate to this line."
1638 msgid "line"
2329 #~ "<p>Kate can highlight the current line with a\n"
[all …]
/dports/games/xtrojka/xtrojka123/
H A DXTrojka.uk25 ! always start them on a new line
26 ! 2. don't split strings, keep them on the same line.
30 ! you shouldn't use ctrl-v in vi)
111 *xtrojka*wstr_open_prefs: Warning: cannot open preferences
123 ! Keep the string on ONE line, no newlines are allowed in this section.
141 !STR STR_O_SCORES "Warning: cannot open scorefile"
/dports/editors/vigor/vigor-0.016/catalog/
H A Denglish.base2 003 "unable to delete line %lu"
28 029 "line %lu"
134 140 "The open command requires that the open option be set"
135 141 "The open command is not yet implemented"
144 150 "The script command is only available in vi mode"
150 156 "The #, l and p flags may not be combined with the c flag in vi mode"
169 175 "The visual command requires that the open option be set"
197 204 "%s isn't a vi command"
215 222 "Screen must be larger than %d lines to split"
224 232 "vi: temporary buffer not released"
[all …]
/dports/editors/kate/kate-21.12.3/po/is/
H A Dkate.po56 #. i18n: ectx: Menu (view-split)
274 msgstr "Umsjón viðbóta"
309 "Hér getur þú séð viðbætur fyrir Kate. Þær sem hakað er við, hefur verið "
351 msgstr "Hætt við lokun"
654 msgstr "&Handbók viðbóta"
1451 msgstr "Þróun Python-viðbóta"
1651 #| msgid "Navigate to this line"
1652 msgid "Navigate to this line."
1657 msgid "line"
2367 #~ "<p>Kate can highlight the current line with a\n"
[all …]
/dports/editors/kate/kate-21.12.3/doc/kate/
H A Dmenus.docbook26 <varlistentry id="file-open">
71 to open the active file</action>. Your file will still be open in &kate;.
462 <para>Switch between a normal and a vi-like, modal editing mode. The vi input mode supports the mos…
463 and motions from vim's normal and visual mode and has an optional vi mode statusbar.
466 <ulink url="help:/katepart/config-dialog-editor.html#pref-edit-vi-input-mode">Vi
774 <varlistentry id="view-split-previous">
789 <varlistentry id="view-split-next">
804 <varlistentry id="view-split-vertical">
820 <varlistentry id="view-split-horizontal">
904 vertically split documents further left.</para>
[all …]

12345678910>>...132