11+ results for 'endline' (0 ms)
Not the results you expected?
TranslationFile.cpp
(http://cssmatch-plugin.googlecode.com/svn/trunk/)
C++ · 197 lines
✨ Summary
This C++ code defines a TranslationFile
class that parses a text file containing translations for a CSS file. It extracts header and translation data from the file, storing them in internal data structures. The class provides methods to access and modify this data, including adding new translations and checking if a keyword exists.
This C++ code defines a TranslationFile
class that parses a text file containing translations for a CSS file. It extracts header and translation data from the file, storing them in internal data structures. The class provides methods to access and modify this data, including adding new translations and checking if a keyword exists.
This C++ code defines a TranslationFile
class that parses a text file containing translations for a CSS file. It extracts header and translation data from the file, storing them in internal data structures. The class provides methods to access and modify this data, including adding new translations and checking if a keyword exists.
This C++ code defines a TranslationFile
class that parses a text file containing translations for a CSS file. It extracts header and translation data from the file, storing them in internal data structures. The class provides methods to access and modify this data, including adding new translations and checking if a keyword exists.
collate.awk (https://github.com/openSUSE/umoci.git) AWK · 47 lines
thread_wrappers.awk (https://github.com/hypre-space/hypre.git) AWK · 165 lines
78 print " (localargs -> returnvalue[threadid]) =";
79 print " "routine"(";
80 endline = ",";
81 for (i = 1; i <= num_args; i++)
82 {
83 if (i == num_args)
84 {
85 endline = " );";
86 }
87 m = match(arg_type[i], "[^A-Za-z_0-9]");
91 if (base_pointer ~ "\*")
92 {
93 print " &(*(localargs -> "arg[i]"))[threadid]"endline;
94 }
95 else
stripUntranslatable.awk (https://github.com/ManimCommunity/manim.git) AWK · 141 lines
menudefs.awk (https://gitlab.com/BGCX261/zmail-2009-svn-to-git.git) AWK · 70 lines
metod-old.awk (https://bitbucket.org/aafin/generatorzadach) AWK · 337 lines
49 # Печатает результат. (Файл, список начал, список концов)
50 #
51 function PrintOut(InpFile,ActBeginLine,ActEndLine, i,line,lineCount,IgnoreRead){
53 IgnoreRead=1;
297 # Номера строк
298 for ( i in ActLabel) ActBeginLine[NomToBeginLine[LabelToNom[i]]]=1
299 for ( i in ActLabel) ActEndLine[NomToEndLine[LabelToNom[i]]]=1
326 for (i in ActBeginLine) print("ActBeginLine", i, ActBeginLine[i])
327 for (i in ActEndLine) print("ActEndLine", i, ActEndLine[i])
ro.awk (https://gitlab.com/Raizan/buku-ta) AWK · 21 lines
pdr.awk (https://gitlab.com/Raizan/buku-ta) AWK · 16 lines
awkequiv.awk (https://bitbucket.org/lizh1/ragel.git) AWK · 10 lines
pdr.awk (https://bitbucket.org/naheel_azawy/ns2-manet-cmp.git) AWK · 21 lines
unix.ml
(git://github.com/multani/ocaml-mirror.git)
OCaml · 1116 lines
✨ Summary
This OCaml code provides a set of functions for creating and managing processes, including:
- Creating new processes using
open_connection
, open_process
, open_process_full
, and establish_server
.
- Closing process connections using
close_process_in
, close_process_out
, close_process
, and close_process_full
.
- Waiting for processes to finish using
waitpid_non_intr
.
These functions provide a low-level interface for interacting with the operating system’s process management features.
This OCaml code provides a set of functions for creating and managing processes, including:
- Creating new processes using
open_connection
,open_process
,open_process_full
, andestablish_server
. - Closing process connections using
close_process_in
,close_process_out
,close_process
, andclose_process_full
. - Waiting for processes to finish using
waitpid_non_intr
.
These functions provide a low-level interface for interacting with the operating system’s process management features.