Home
last modified time | relevance | path

Searched refs:no_of_lines (Results 1 – 19 of 19) sorted by relevance

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dgis_data_editor.php263 $no_of_lines = isset($gis_data[$a][$type]['no_of_lines']) variable
265 if ($no_of_lines < 1) {
266 $no_of_lines = 1; variable
269 $no_of_lines++;
271 echo '<input type="hidden" value="' , $no_of_lines , '"'
274 for ($i = 0; $i < $no_of_lines; $i++) {
342 $no_of_lines = isset($gis_data[$a][$type][$k]['no_of_lines']) variable
344 if ($no_of_lines < 1) {
345 $no_of_lines = 1; variable
348 $no_of_lines++;
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/
H A Dgis_data_editor_form.twig101 {% set no_of_lines = gis_data[a][type]['no_of_lines'] ?? 1 %}
102 {% if no_of_lines < 1 %}
103 {% set no_of_lines = 1 %}
106 {% set no_of_lines = no_of_lines + 1 %}
108 … <input type="hidden" value="{{ no_of_lines }}" name="gis_data[{{ a }}][{{ type }}][no_of_lines]">
110 {% for i in 0..no_of_lines - 1 %}
158 {% set no_of_lines = gis_data[a][type][k]['no_of_lines'] ?? 1 %}
159 {% if no_of_lines < 1 %}
160 {% set no_of_lines = 1 %}
163 {% set no_of_lines = no_of_lines + 1 %}
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Gis/
H A DGisMultiLineString.php319 $no_of_lines = isset($data_row['no_of_lines'])
321 if ($no_of_lines < 1) {
322 $no_of_lines = 1;
326 for ($i = 0; $i < $no_of_lines; $i++) {
H A DGisMultiPolygon.php388 $no_of_lines = isset($data_row[$k]['no_of_lines'])
390 if ($no_of_lines < 1) {
391 $no_of_lines = 1;
394 for ($i = 0; $i < $no_of_lines; $i++) {
H A DGisPolygon.php345 $no_of_lines = isset($gis_data[$index]['POLYGON']['no_of_lines'])
347 if ($no_of_lines < 1) {
348 $no_of_lines = 1;
352 for ($i = 0; $i < $no_of_lines; $i++) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Gis/
H A DGisMultiLineString.php343 $no_of_lines = $data_row['no_of_lines'] ?? 1;
344 if ($no_of_lines < 1) {
345 $no_of_lines = 1;
349 for ($i = 0; $i < $no_of_lines; $i++) {
H A DGisMultiPolygon.php426 $no_of_lines = $data_row[$k]['no_of_lines'] ?? 1;
427 if ($no_of_lines < 1) {
428 $no_of_lines = 1;
431 for ($i = 0; $i < $no_of_lines; $i++) {
H A DGisPolygon.php379 $no_of_lines = $gis_data[$index]['POLYGON']['no_of_lines'] ?? 1;
380 if ($no_of_lines < 1) {
381 $no_of_lines = 1;
385 for ($i = 0; $i < $no_of_lines; $i++) {
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dstaff.c89 dest->no_of_lines = 5; in staff_copy_bits()
110 dest->no_of_lines = src->no_of_lines; in staff_copy_properties()
132 dest->no_of_lines = src->no_of_lines; in staff_copy()
226 staff->no_of_lines = 5; in staff_new()
/dports/devel/antlr/antlr-2.7.7/examples/java/pascal/test/
H A Dbig.pas4395 { 153} no_of_lines: short;
4503 { 5} no_of_lines: short;
4572 { 1} no_of_lines: short;
4646 no_of_lines := 0;
4819 ind := page^.page.rpl.no_of_lines;
4908 list.no_of_lines := list.no_of_lines + buffer_ptr^.no_of_lines;
5033 page^.page.rpl.no_of_lines := nol;
5066 list.no_of_lines := list.no_of_lines - 1;
5089 buffer.rpl.no_of_lines := 0;
5129 list.no_of_lines := list.no_of_lines + 1;
[all …]
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dstaffpropdialog.c179 GtkWidget *no_of_lines; member
239 ASSIGNNUMBER (no_of_lines); in set_properties()
453 INTENTRY_LIMITS (_("Number of Display Staff Lines:"), no_of_lines, 1, 5); in staff_properties_change()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c1876 curStaff->no_of_lines = getXMLIntChild (childElem); in parseStaff()
1877 if (curStaff->no_of_lines == G_MAXINT) in parseStaff()
1880 curStaff->no_of_lines = 5; in parseStaff()
2064 curStaff->no_of_lines = getXMLIntChild (childElem); in parseVoiceProps()
2065 if (curStaff->no_of_lines == G_MAXINT) in parseVoiceProps()
2068 curStaff->no_of_lines = 5; in parseVoiceProps()
2284 … curVoice->no_of_lines = ((DenemoStaff *) si->currentprimarystaff->data)->no_of_lines; in parseInitVoiceParams()
H A Dexportxml.c585 newXMLIntChild (curElem, ns, (xmlChar *) "number-of-lines", curStaffStruct->no_of_lines); in newVoiceProps()
/dports/devel/p5-File-CountLines/File-CountLines-v0.0.3/
H A DREADME7 my $no_of_lines = count_lines('/etc/passwd');
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h293 gint no_of_lines; /**< Number of lines on the staff */ member
/dports/news/tin/tin-2.4.5/src/
H A Dpost.c471 int no_of_lines = 0; in user_posted_messages() local
481 no_of_lines++; in user_posted_messages()
483 if (!no_of_lines) { in user_posted_messages()
489 posted = my_malloc((no_of_lines + 1) * sizeof(struct t_posted)); in user_posted_messages()
/dports/chinese/tin/tin-2.4.5/src/
H A Dpost.c471 int no_of_lines = 0; in user_posted_messages() local
481 no_of_lines++; in user_posted_messages()
483 if (!no_of_lines) { in user_posted_messages()
489 posted = my_malloc((no_of_lines + 1) * sizeof(struct t_posted)); in user_posted_messages()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1238 for (i = 1; i <= thestaff->no_of_lines; i++) in draw_staff()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c5864 thestaff->no_of_lines = value; in scheme_set_lines_in_staff()
5868 return scm_from_int (thestaff->no_of_lines); in scheme_set_lines_in_staff()