Home
last modified time | relevance | path

Searched refs:appname (Results 1 – 10 of 10) sorted by last modified time

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18317 case 'appname' /*case 'AppName'*/:
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogmaticFormatter.php31 protected $appname = ''; variable in Monolog\\Formatter\\LogmaticFormatter
40 public function setAppname(string $appname): self argument
42 $this->appname = $appname;
58 if (!empty($this->appname)) {
59 $record["appname"] = $this->appname;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogmaticHandler.php36 private $appname; variable in Monolog\\Handler\\LogmaticHandler
41 * @param string $appname Application name supplied by Logmatic.
49 string $appname = '', argument
79 $this->appname = $appname;
100 if (!empty($this->appname)) {
101 $formatter->setAppname($this->appname);
/plugin/groupmail/
H A Drecaptchalib.php200 * @param string $appname The name of your application
202 function recaptcha_get_signup_url ($domain = null, $appname = null) { argument
203 …/recaptcha/admin/create?" . _recaptcha_qsencode (array ('domains' => $domain, 'app' => $appname));
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as421 …/* Dont close the stream or netconnection here anymore so we can recycle if host/appname are the s…
510 // Mp3 streams with standard appname/no instance name, mp3: prefix
523 // Mp4 streams with standard appname/no instance name, mp4: prefix
535 // .f4v streams with standard appname/no instance name, .flv extension
538 // allow use of ^ in rtmp string to indicate break point for an appname or instance name that
540 // of the appname/instancename
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php18 $appname = $this->base->cache['apps'][$mail['appid']]['name']; variable
19 …t'].'?B?'.base64_encode(str_replace("\r", '', str_replace("\n", '', '['.$appname.'] '.$mail['subje…
22 $email_from = $mail['frommail'] == '' ? '=?'.$mail['charset'].'?B?'.base64_encode($appname)."?= <$m…
/plugin/recaptcha/lib/
H A Drecaptchalib.php200 * @param string $appname The name of your application
202 function recaptcha_get_signup_url ($domain = null, $appname = null) { argument
203 …recaptcha.net/api/getkey?" . _recaptcha_qsencode (array ('domain' => $domain, 'app' => $appname));
/plugin/contactmodern/
H A Drecaptchalib.php200 * @param string $appname The name of your application
202 function recaptcha_get_signup_url ($domain = null, $appname = null) { argument
203 …/recaptcha/admin/create?" . _recaptcha_qsencode (array ('domains' => $domain, 'app' => $appname));
/plugin/farm/
H A Dsoapconfig.class.php74 $appname = '';
75 …m($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m)) $appname = trim($m[1]);
76 if($appname != $this->manager->opt['app']) $out[] = $p;
146 $appname = '';
147 …m($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m)) $appname = trim($m[1]);
148 if($appname != $this->manager->opt['app']) {
H A Dsoapserver.php45 $appname = $args[0];
49 if($appname == '' || $apppwd == '' || $service == '') return array();
54 $app = $this->getApp($appname);