Home
last modified time | relevance | path

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

12345

/plugin/authgoogle/google/external/
H A DURITemplateParser.php73 $exp = new StdClass();
77 $exp->varspecs = explode(',', $exp->variable_list);
78 $exp->vars = array();
86 $exp->vars[] = $var;
90 $exp->reserved = false;
91 $exp->prefix = '';
92 $exp->delimiter = ',';
98 $exp->prefix = ';';
102 $exp->prefix = '?';
114 $expressions[] = $exp;
[all …]
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php109 public function getContent(&$exp): string argument
227 $exp->siocURL(
229 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->previous_version
236 $exp->siocURL(
238 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->previous_version
247 $exp->siocURL(
249 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->next_version
256 $exp->siocURL(
258 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->next_version
341 public function getContent(&$exp): string argument
[all …]
H A Dsioc_inc.php197 public function getContent(&$exp): string argument
262 public function getContent(&$exp): string argument
376 public function getContent(&$exp): string argument
394 if ($exp->_export_email) {
479 public function getContent(&$exp): string argument
640 public function getContent(&$exp): string argument
694 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL(
706 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL(
738 $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL(
823 public function getContent(&$exp): string argument
[all …]
/plugin/serverinfos/serverinfos/lib/
H A DInfosServer.class.php90 $exp = explode(' ', $cpu_tmp64[0],3);
91 $systeme = $exp[2];
186 $exp = explode(':', $tmpWin[7]);
187 $ram = $exp[1];
202 $exp = explode(':', $tmp[13]);
203 $cpu_tmp = $exp[1];
251 if ($os == "Darwin") {$mark = $exp[0];}
252 if ($os == "FreeBSD") {$mark = $exp[0];}
257 $int = explode(':', $exp[0]);
263 $int = explode(':', $exp[0]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1IntrospectTokenResponse.php36 public $exp; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse
89 public function setExp($exp) argument
91 $this->exp = $exp;
98 return $this->exp;
/plugin/struct/types/
H A DDecimal.php45 $exp = floor(log10($value) / 3);
47 if ($exp < 0) {
49 $pfkey = -1 * $exp;
52 $pfkey = $exp;
57 $exp = $pfkey * $exp / abs($exp);
62 $value / 10 ** ($exp * 3) . "\xE2\x80\xAF" . $units[$pfkey] .
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js13 var exp = graphCreateSvgImageExport.apply(this, arguments);
16 var expDrawCellState = exp.drawCellState;
18 exp.drawCellState = function(state, canvas)
52 return exp;
/plugin/mathpublish/phpmathpublisher/
H A DTextExpression.php28 * @param string $exp
31 public function __construct($exp, Helper $helper) argument
34 $this->text = $exp;
/plugin/combo/resources/webcode/
H A Dwebcode-console.js12 let exp = {};
162 exp.addLogEntry = function (input) {
168 exp.addTableEntry = function (input) {
174 exp.flushLogs = function () {
186 return exp;
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php132 $exp = JWT::urlsafeB64Decode($e);
135 $publicExponent = \pack('Ca*a*', 2, self::encodeLength(\strlen($exp)), $exp);
/plugin/farm/install/
H A Dpreload.php94 …$exp = !$farmconf['userewrite'] ? $farmconf['farmer'] : (!$farmconf['farmrewrite'] ? $farmconf['ba… variable
96 if(!defined('DOKU_BASE')) define('DOKU_BASE', '/'.$wr.$exp);
98 if(!defined('DOKU_URL')) define('DOKU_URL', '/'.$farmconf['farmwebroot'].$exp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php80 $exp = $this->getModulo()->add(new BigInteger(1));
81 $exp = $exp->bitwise_rightShift(2);
82 $x = $x2->pow($exp);
H A DEd25519.php132 $exp = $this->getModulo()->add(new BigInteger(3));
133 $exp = $exp->bitwise_rightShift(3);
134 $x = $x2->pow($exp);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php420 $exp = 0;
422 $exp = $payload["exp"];
424 if (!$exp) {
427 if ($exp >= $now + self::MAX_TOKEN_LIFETIME_SECS) {
432 $latest = $exp + self::CLOCK_SKEW_SECS;
H A DGoogle_AssertionCredentials.php70 'exp' => $now + self::MAX_TOKEN_LIFETIME_SECS,
/plugin/zip/pear/
H A DPEAR.php535 …$this->_expected_errors) && sizeof($this->_expected_errors) > 0 && sizeof($exp = end($this->_expec…
536 if ($exp[0] == "*" ||
537 (is_int(reset($exp)) && in_array($code, $exp)) ||
538 (is_string(reset($exp)) && in_array($message, $exp))) {
/plugin/publist/bib2tpl/lib/
H A DPEAR.php497 count($exp = end($this->_expected_errors))
499 if ($exp[0] == "*" ||
500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php497 count($exp = end($this->_expected_errors))
499 if ($exp[0] == "*" ||
500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php497 count($exp = end($this->_expected_errors))
499 if ($exp[0] == "*" ||
500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithExpressionVirtualPropertiesAndExcludeAll.yml5 exp: object.getVirtualValue()
H A DObjectWithInvalidExpression.yml9 exp: invalid
H A DAuthorExpressionAccess.yml8 exp: object.getFirstName()
/plugin/ahrefmenu/
H A Dgenerate_map.py285 for exp in self.exp_branches:
287 if exp.full_url == i_place.full_url:
292 …"<branchLink id=\"" + self.network.escape_html(exp.full_url) + "\" link=\"" + self.network.escape_…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DVirtualProperty.php20 public $exp; variable in JMS\\Serializer\\Annotation\\VirtualProperty
/plugin/sqlraw/
H A Dsimple_html_dom.php558 list($tag, $key, $val, $exp, $no_key) = $selector;
617 …->debugLog(2, "testing node: " . $node->tag . " for attribute: " . $key . $exp . $val . " where no…
621 $check = $this->match($exp, strtolower($val), strtolower($nodeKeyValue));
623 $check = $this->match($exp, $val, $nodeKeyValue);
633 $check = $this->match($exp, strtolower($val), strtolower($k));
635 $check = $this->match($exp, $val, $k);
650 protected function match($exp, $pattern, $value) { argument
654 switch ($exp) {
697 list($tag, $key, $val, $exp, $no_key) = array($m[1], null, null, '=', false);
701 if (!empty($m[5])) {$exp=$m[5];}
[all …]

12345