Home
last modified time | relevance | path

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

/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DDateTime.pm183 $newsecond, $newminute, $newhour, $newday, $newmonth,
212 $newsecond = sprintf '%02d', $newsecond;
214 $newtime = $newhour . q{:} . $newminute . q{:} . $newsecond;
282 $newsecond, $newminute, $newhour, $newday, $newmonth,
311 $newsecond = sprintf '%02d', $newsecond;
313 $newtime = $newhour . q{:} . $newminute . q{:} . $newsecond;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Dboxes.php181 $newsecond = $objfrom->box_order; variable
182 if ($newfirst == $newsecond) {
183 $newsecondchar = preg_replace('/[0-9]+/', '', $newsecond);
184 $newsecondnum = preg_replace('/[a-zA-Z]+/', '', $newsecond);
185 $newsecond = sprintf("%s%02d", $newsecondchar ? $newsecondchar : 'A', $newsecondnum + 1); variable
194 …$sql = "UPDATE ".MAIN_DB_PREFIX."boxes SET box_order='".$db->escape($newsecond)."' WHERE rowid=".(…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Dboxes.php176 $newsecond = $objfrom->box_order; variable
177 if ($newfirst == $newsecond) {
178 $newsecondchar = preg_replace('/[0-9]+/', '', $newsecond);
179 $newsecondnum = preg_replace('/[a-zA-Z]+/', '', $newsecond);
180 $newsecond = sprintf("%s%02d", $newsecondchar ? $newsecondchar : 'A', $newsecondnum + 1); variable
190 …$sql = "UPDATE ".MAIN_DB_PREFIX."boxes SET box_order='".$db->escape($newsecond)."' WHERE rowid=".(…
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dfiles_reg.c138 char *newsecond = NULL; in TestPathJoin() local
151 newsecond = stringNew("\"\""); in TestPathJoin()
153 newsecond = stringNew(second); in TestPathJoin()
159 fprintf(stderr, "join: %s + %s --> %s\n", newfirst, newsecond, newpath); in TestPathJoin()
162 lept_free(newsecond); in TestPathJoin()
/dports/sysutils/brut/brut-1.55/
H A Dtime.c17 GtkWidget *newsecond; variable
286 newsecond = gtk_entry_new(); in add_time()
293 gtk_entry_buffer_set_max_length (gtk_entry_get_buffer(GTK_ENTRY (newsecond)), 2); in add_time()
300 gtk_entry_set_width_chars(GTK_ENTRY(newsecond), 2); in add_time()
302 g_object_set(newsecond, "editable", FALSE, "can_focus", FALSE, NULL); in add_time()
309 gtk_grid_attach(GTK_GRID (gtime), GTK_WIDGET (newsecond), 6, 2, 1, 1); in add_time()
/dports/lang/php73/php-7.3.33/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/lang/php74/php-7.4.27/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/textproc/php80-dom/php-8.0.15/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/www/mod_php73/php-7.3.33/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/textproc/php74-dom/php-7.4.27/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/textproc/php73-dom/php-7.3.33/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/www/mod_php74/php-7.4.27/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/www/mod_php80/php-8.0.15/ext/dom/tests/
H A Dbug32615.phpt26 $frag->appendChild(new DOMElement('newsecond'));
76 <root><first/><newsecond/><newthird/><newfourth/></root>
/dports/textproc/py-nltk/nltk-3.4.1/nltk/inference/
H A Dresolution.py372 newsecond = second[1:] + skipped[1] + unused[1]
375 newsecond,
411 newsecond = second[1:] + skipped[1] + unused[1]
414 newsecond,
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DDateTimeDialog.cpp199 void DateTimeDialog::secondChanged(int newsecond) in secondChanged() argument
201 int delta = newsecond - second; in secondChanged()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_str.c145 int newsecond = 0; in lj_str_resize() local
161 newsecond |= secondary; in lj_str_resize()
164 g->str.second = newsecond; in lj_str_resize()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_str.c145 int newsecond = 0; in lj_state_growstack1()
161 newsecond |= secondary; in lj_state_growstack1()
164 g->str.second = newsecond; in lj_state_growstack1()
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_str.c169 int newsecond = 0; in lj_str_resize() local
185 newsecond |= secondary; in lj_str_resize()
188 g->str.second = newsecond; in lj_str_resize()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_str.c169 int newsecond = 0; in lj_str_resize() local
185 newsecond |= secondary; in lj_str_resize()
188 g->str.second = newsecond; in lj_str_resize()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/
H A DConvert2x.pl1633 $newsecond, $newminute, $newhour, $newday, $newmonth,
1638 $newsecond = sprintf '%02d', $newsecond;
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/shell/
H A Dshell_cmds.cpp1451 uint32_t newhour, newminute, newsecond; in CMD_TIME() local
1452 if (sscanf(args, "%u:%u:%u", &newhour, &newminute, &newsecond) == 3) { in CMD_TIME()
1453 if (newhour > 23 || newminute > 59 || newsecond > 59) in CMD_TIME()
1458 reg_dh = static_cast<uint8_t>(newsecond); in CMD_TIME()