Hocalarım bir tarama yaptım. Arama sonucu aşağıda ki yollar çıktı. İşte burada hangisini değiştireceğim onu bilmiyorum
Search "seconds" (54 hits in 18 files)
C:UsersDesktopappadminsystemsettings.php (1 hit)
Line 199: <p class="help-block">Users will be automatically redirected once the timer reaches zero. This only works on the splash page and the time should be in seconds.</p>
C:UsersDesktopappincludeslanguagestu.php (2 hits)
Line 333: "seconds"=>"süre",
Line 561: "Seconds"=>"Saniye",
C:UsersDesktopappincludeslibraryauthFacebookAuthenticationOAuth2Client.php (2 hits)
Line 238: // The expiration time in seconds will be returned as "expires".
Line 242: // The expiration time in seconds will be returned as "expires_in".
C:UsersDesktopappincludeslibraryauthFacebookFacebookClient.php (3 hits)
Line 59: * @const int The timeout in seconds for a normal request.
Line 64: * @const int The timeout in seconds for a request that contains file uploads.
Line 69: * @const int The timeout in seconds for a request that contains video uploads.
C:UsersDesktopappincludeslibraryauthFacebookHttpClientsFacebookCurlHttpClient.php (1 hit)
Line 91: * @param int $timeOut The timeout in seconds for the request.
C:UsersDesktopappincludeslibraryauthFacebookHttpClientsFacebookHttpClientInterface.php (1 hit)
Line 40: * @param int $timeOut The timeout in seconds for the request.
C:UsersDesktopappincludeslibraryauthTwitterConfig.php (1 hit)
Line 18: /** @var int Delay in seconds before we retry the request */
C:UsersDesktopappincludeslibraryclass.smtp.php (6 hits)
Line 80: * Sets the SMTP timeout value for reads, in seconds
Line 86: * Sets the SMTP timelimit value for reads, in seconds
Line 147: * established with the server for that number of seconds.
Line 148: * If tval is not specified the default is 30 seconds to
Line 1071: $this->edebug('SMTP -> get_lines(): timed-out (' . $this->Timeout . ' seconds) <br />');
Line 1079: $this->edebug('SMTP -> get_lines(): timelimit reached (' . $this->Timelimit . ' seconds) <br />');
C:UsersDesktopappincludeslibraryPaypal.class.php (2 hits)
Line 59: * The amount of time, in seconds, to wait for the PayPal server to respond
Line 60: * before timing out. Default 30 seconds.
C:UsersDesktopappincludeslibraryphpmailerclass.phpmailer.php (2 hits)
Line 311: * The SMTP server timeout in seconds.
Line 3868: $DKIMtime = time(); // Signature Timestamp = seconds since 00:00:00 - Jan 1, 1970 (UTC time zone)
C:UsersDesktopappincludeslibraryphpmailerclass.pop3.php (3 hits)
Line 47: * Default timeout in seconds.
Line 84: * POP3 Timeout Value in seconds.
Line 229: ); // Timeout (seconds)
C:UsersDesktopappincludeslibraryphpmailerclass.smtp.php (2 hits)
Line 138: * The timeout value for connection, in seconds.
Line 147: * How long to wait for commands to complete, in seconds.
C:UsersDesktopappincludeslibraryStripeHttpClientCurlClient.php (14 hits)
Line 88: public function setTimeout($seconds)
Line 90: $this->timeout = (int) max($seconds, 0);
Line 94: public function setConnectTimeout($seconds)
Line 96: $this->connectTimeout = (int) max($seconds, 0);
Line 226: $sleepSeconds = $this->sleepTime($numRetries);
Line 227: usleep(intval($sleepSeconds * 1000000));
Line 320: $sleepSeconds = min(
Line 326: // ($sleepSeconds / 2) to ($sleepSeconds).
Line 326: // ($sleepSeconds / 2) to ($sleepSeconds).
Line 327: $sleepSeconds *= 0.5 * (1 + $this->randomGenerator->randFloat());
Line 329: // But never sleep less than the base sleep seconds.
Line 330: $sleepSeconds = max(Stripe::getInitialNetworkRetryDelay(), $sleepSeconds);
Line 330: $sleepSeconds = max(Stripe::getInitialNetworkRetryDelay(), $sleepSeconds);
Line 332: return $sleepSeconds;
C:UsersDesktopappincludeslibraryStripeStripe.php (4 hits)
Line 49: // @var float Maximum delay between retries, in seconds
Line 52: // @var float Initial delay between retries, in seconds
Line 227: * @return float Maximum delay between retries, in seconds
Line 235: * @return float Initial delay between retries, in seconds
C:UsersDesktopappincludesShort.class.php (2 hits)
Line 704: Main::add('<script type="text/javascript">var count = '.$this->config['timer'].';var countdown = setInterval(function(){$("a.redirect").attr("href","#pleasewait").html(count + " seconds");if (count < 1) {clearInterval(countdown);$("a.redirect").attr("href","'.$url->url.'").html("Continue");}count--;}, 1000);</script>',"custom",FALSE);
Line 705: // Main::add('<script type="text/javascript">var count = '.$this->config['timer'].';var countdown = setInterval(function(){$("a.redirect").attr("href","#pleasewait").html(count + " seconds");if (count < 1) {clearInterval(countdown);window.location="'.$url->url.'";}count--;}, 1000);</script>',"custom",FALSE);
C:UsersDesktopappincludesUser.class.php (1 hit)
Line 1483: <div class='c-countdown'><span>5</span>seconds</div><!-- /.c-countdown -->
C:UsersDesktopappstaticjsflot.js (6 hits)
Line 1117: // map of app. size of time units in milliseconds
Line 1185: d.setUTCSeconds(floorInBase(d.getUTCSeconds(), tickSize));
Line 1185: d.setUTCSeconds(floorInBase(d.getUTCSeconds(), tickSize));
Line 1196: d.setUTCMilliseconds(0);
Line 1198: d.setUTCSeconds(0);
Line 2567: case 'S': c = leftPad(d.getUTCSeconds()); break;
C:UsersDesktopappthemescleanexcustom.splash.php (1 hit)
Line 13: <div class="c-countdown"><span><?php echo $this->config["timer"] ?></span><?php echo e("seconds") ?></div><!-- /.c-countdown -->
Search "seconds" (0 hits in 0 files)
Search "seconds" (0 hits in 0 files)Bu şekilde bulamayız sanırım değil mi?