Home
last modified time | relevance | path

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

123

/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowViewer_CleanSiLK43 $mnth++;
44 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
49 $run_date = $yr ."/". $mnth ."/". $date;
88 $mnth++;
89 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
91 $prior_date = $yr ."/". $mnth ."/". $date;
139 $mnth++;
140 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
142 $prior_date = $yr ."/". $mnth ."/". $date;
143 $prior_mnth = $yr ."/". $mnth;
[all …]
H A DFlowMonitor_Recreate220 $mnth++;
221 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
238 $mnth++;
239 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
253 $mnth++;
254 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
279 $mnth++;
280 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
328 $mnth++;
329 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
[all …]
H A DFlowMonitor_Collector93 $mnth++;
94 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
128 $mnth++;
129 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
146 $mnth++;
147 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
166 $mnth++;
167 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
178 $mnth++;
179 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
[all …]
H A DFlowViewer_Utilities.pm57 my ($sec,$min,$hr,$date,$mnth,$yr) = @_;
58 $mnth++;
61 if ($mnth<10) {$mnth = "0" . $mnth; }
110 $mnth++;
113 if ($mnth<10) {$mnth = "0" . $mnth; }
165 my ($mnth) = @_;
167 if ($mnth == 0) { $month = "Jan"; }
185 my ($mnth) = @_;
205 my ($mnth) = @_;
240 $mnth++;
[all …]
H A DFlowMonitor_Dumper.cgi48 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = localtime(time);
49 $mnth++;
51 if ((0 < $mnth) && ($mnth < 10)) { $mnth = "0" . $mnth; }
56 $prefix = $yr . $mnth . $date ."_". $hr . $min . $sec;
H A DFlowViewer_UI.pm706 $mnth += 1;
710 if (length $mnth < 2) { $mnth = "0" . $mnth; }
716 $start_date_out = $date ."/". $mnth ."/". $yr;
756 $mnth += 1;
760 if (length $mnth < 2) { $mnth = "0" . $mnth; }
781 $mnth += 1;
785 if (length $mnth < 2) { $mnth = "0" . $mnth; }
791 $end_date_out = $date ."/". $mnth ."/". $yr;
793 $end_date_out = $date .".". $mnth .".". $yr;
795 $end_date_out = $yr ."-". $mnth ."-". $date;
[all …]
H A DFlowViewer_Main.cgi289 $mnth++;
291 if ((0 < $mnth) && ($mnth < 10)) { $mnth = "0" . $mnth; }
296 $prefix = $yr . $mnth . $date ."_". $hr . $min . $sec;
311 $yr += 1900; $mnth++;
312 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
329 $yr += 1900; $mnth++;
330 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
482 $mnth++;
483 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
494 $mnth++;
[all …]
H A DFlowMonitor_Grapher119 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = localtime(time);
121 $mnth++;
122 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
127 …if ($date_format eq "DMY") { $current_date = $date ."/". $mnth ."/". $yr ." ". $hr .":". $min …
128 …elsif ($date_format eq "DMY2") { $current_date = $date .".". $mnth .".". $yr ." ". $hr .":". $min …
129 …elsif ($date_format eq "YMD") { $current_date = $yr ."-". $mnth ."-". $date ." ". $hr .":". $min …
130 …else { $current_date = $mnth ."/". $date ."/". $yr ." ". $hr .":". $min …
H A DFlowGrapher_Main.cgi444 $mnth++;
446 if ((0 < $mnth) && ($mnth < 10)) { $mnth = "0" . $mnth; }
451 $prefix = $yr . $mnth . $date ."_". $hr . $min . $sec;
472 $yr += 1900; $mnth++;
473 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
490 $yr += 1900; $mnth++;
491 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
692 $mnth++;
693 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
704 $mnth++;
[all …]
H A DFlowGrapher_Analyze.cgi335 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = localtime(time);
336 $mnth++;
338 if ((0 < $mnth) && ($mnth < 10)) { $mnth = "0" . $mnth; }
355 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = localtime($start_epoch);
358 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = gmtime($start_epoch);
360 $yr += 1900; $mnth++;
361 if (length($mnth) < 2) { $mnth = "0" . $mnth; }
374 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = localtime($end_epoch);
377 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = gmtime($end_epoch);
379 $yr += 1900; $mnth++;
[all …]
/dports/net-mgmt/flowviewer/FlowViewer_4.5/tools/
H A Depoch_to_date_gm12 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = gmtime($epoch_date);
14 $mnth++;
17 if ($mnth<10) {$mnth = "0" . $mnth; }
21 $associated_date = $mnth ."\/". $date ."\/". $yr ." ". $hr .":". $min .":". $sec;
H A Depoch_to_date_local12 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = localtime($epoch_date);
14 $mnth++;
17 if ($mnth<10) {$mnth = "0" . $mnth; }
21 $associated_date = $mnth ."\/". $date ."\/". $yr ." ". $hr .":". $min .":". $sec;
H A Danalyze_netflow_packets893 ($sec,$min,$hr,$date,$mnth,$yr,$day,$yr_date,$DST) = gmtime($epoch_date);
895 $mnth++;
898 if ($mnth<10) {$mnth = "0" . $mnth; }
902 $associated_date = $mnth ."\/". $date ."\/". $yr ." ". $hr .":". $min .":". $sec;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/BinaryXml/
H A DSqlUtils.cs390 private static void WriteDate(StringBuilder sb, int yr, int mnth, int day) in WriteDate() argument
394 Write2Dig(sb, mnth); in WriteDate()
480 mnth = (int)(date % 12) + 1; in BreakDownXsdDateTime()
506 mnth = (int)(totalDays % 12) + 1; in BreakDownXsdDate()
536 int mnth; in XsdDateTimeToString()
544 WriteDate(sb, yr, mnth, day); in XsdDateTimeToString()
553 int mnth; in XsdDateTimeToDateTime()
566 int mnth; in XsdDateToString()
573 WriteDate(sb, yr, mnth, day); in XsdDateToString()
580 int mnth; in XsdDateToDateTime()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/BinaryXml/
H A DSqlUtils.cs615 static void WriteDate(StringBuilder sb, int yr, int mnth, int day) { in WriteDate() argument
618 Write2Dig(sb, mnth); in WriteDate()
692 mnth = (int)(date % 12) + 1; in BreakDownXsdDateTime()
717 mnth = (int)(totalDays % 12) + 1; in BreakDownXsdDate()
744 int yr; int mnth; int day; int hr; int min; int sec; int ms; in XsdDateTimeToString()
747 WriteDate(sb, yr, mnth, day); in XsdDateTimeToString()
754 int yr; int mnth; int day; int hr; int min; int sec; int ms; in XsdDateTimeToDateTime()
760 int yr; int mnth; int day; int hr; int min; bool negTimeZ; in XsdDateToString()
763 WriteDate(sb, yr, mnth, day); in XsdDateToString()
768 int yr; int mnth; int day; int hr; int min; bool negTimeZ; in XsdDateToDateTime()
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DtimeTools.py47 wkday, mnth = value[:7].split()
49 t = t.replace(month=MONTHNAMES.index(mnth), tzinfo=timezone.utc)
/dports/textproc/muse/muse-3.20/contrib/
H A Dcgi.el198 (mnth (cdr (assoc "month" args)))
199 (month (if mnth (string-to-number mnth)
/dports/lang/seed7/seed7/src/
H A Ddb_oci.h194 sb2 yr,ub1 mnth,ub1 dy,ub1 hr,ub1 mm,ub1 ss,ub4 fsec,
197 sb2 *yr, ub1 *mnth, ub1 *dy);
232 sword OCIIntervalSetYearMonth (void *hndl, OCIError *err, sb4 yr, sb4 mnth,
236 sword OCIIntervalGetYearMonth (void *hndl, OCIError *err, sb4 *yr, sb4 *mnth,
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dcal.sl27 variable lis, m, mnth;
35 mnth = extract_element(lis, m, ' ');
36 !if (strcmp(month, mnth)) return (m + 1);
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/cdl/
H A Dref_tst_comp2.cdl5 char mnth(3) ;
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/expected/
H A Dref_tst_comp2.dmp5 char mnth(3) ;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/expected/
H A Dref_tst_comp2.dmp5 char mnth(3) ;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/cdl/
H A Dref_tst_comp2.cdl5 char mnth(3) ;
/dports/security/cardpeek/cardpeek-0.8.4/dot_cardpeek_dir/scripts/calypso/
H A Dc131.lua40 local mnth = tonumber(os.date("%m", timestamp))
41 return os.date('*t',os.time{year=yr,month=mnth+1,day=0})['day']
/dports/devel/p5-Date-ISO/Date-ISO-1.31/lib/Date/
H A DISO.pm205 my @mnth=( 0, 31, 59, 90, 120, 151,
207 my $doy = $d + $mnth[ $m - 1 ];

123