Severity: 8192
Message: Function create_function() is deprecated
Filename: geshi/geshi.php
Line Number: 4698
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Trying to access array offset on value of type null
Filename: geshi/geshi.php
Line Number: 4605
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4605
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include <ButtonConstants.au3> #include <DateTimeConstants.au3> #include <GUIConstantsEx.au3> #include <Date.au3> #include <GUIConstantsEx.au3> #include <ProgressConstants.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <Sound.au3> #include <Array.au3> ;Global start Global $Alarmton Global $max_zeit_zum_alarm_in_sec Global $gelaufene_zeit Global $Alarmton ;Global ende $titel = "Prozent Uhr 0.2 - by Douky" $Date1 = GUICtrlCreateDate("2011/02/14 22:56:6", 208, 362, 82, 24, BitOR($DTS_UPDOWN, $DTS_TIMEFORMAT)) ;WinSetTrans($titel, "", 125) $regpfad = "HKEY_CURRENT_USER\Software\Prozentuhr" $regpfad = "HKLM64\SOFTWARE\Prozentuhr" While 1 EndFunc ;==>_save $Jahr_in_Sekunden = 31622400 $Jahr_in_Sekunden = 31536000 _GUICtrlSetData($Progress_Jahr, $Jahrprozent) _GUICtrlSetData($Progress_Monat, $Monatprozent) _GUICtrlSetData($Label_Monat, "Monat" & @TAB & "(" & StringFormat("%.5f", $Monatprozent) & '%' & ")") _GUICtrlSetData($Progress_Tag, $Tagprozent) ;Stunde _GUICtrlSetData($Progress_Stunden, $Stundenprozent) _GUICtrlSetData($Label_Stunden, "Stunde" & @TAB & "(" & StringFormat("%.3f", $Stundenprozent) & '%' & ")") ;Stunde Ende ;Minuten _GUICtrlSetData($Progress_Minuten, $Minutenprozent) _GUICtrlSetData($Label_Minuten, "Minute" & @TAB & "(" & StringFormat("%.0f", $Minutenprozent) & '%' & ")") ;Minuten Ende EndFunc ;==>_uhrrefresh EndFunc ;==>_GUICtrlSetData EndFunc ;==>_1_sec_hochzaehlen EndFunc ;==>_stop_sound _GUICtrlSetData($Button_pizzatimer, "Deaktivieren") _GUICtrlSetData($Button_pizzatimer, "Aktivieren") EndIf;### Tidy Error -> "endfunc" is closing previous "if" on line 147 EndFunc ;==>_alarm_on_off _GUICtrlSetData($Button_pizzatimer, "Stopp") ;_GUICtrlSetData($Progress_Minuten, $Minutenprozent) $Alarm_restzeit = $iHours & ":" & $iMins & ":" & $iSecs _GUICtrlSetData($Progress_Pizza, $Alarmprozent) _GUICtrlSetData($Label_Pizza, "Alarm:" & @TAB & "(" & StringFormat("%.5f", $Alarmprozent) & '%' & ")") _GUICtrlSetData($Group_pizza, "Zeit bis zum Alarm: " & $Alarm_restzeit) _GUICtrlSetData($Progress_Pizza, 100) _GUICtrlSetData($Button_pizzatimer, "Aktivieren") EndFunc ;==>_alarm_timer EndFunc ;==>_End