| /plugin/authgoogle/google/external/ |
| D | URITemplateParser.php | 73 $exp = new StdClass(); 74 $exp->expression = $em[0][$i]; 75 $exp->operator = $lm[1]; 76 $exp->variable_list = $lm[2]; 77 $exp->varspecs = explode(',', $exp->variable_list); 78 $exp->vars = array(); 79 foreach ($exp->varspecs as $varspec) { 86 $exp->vars[] = $var; 90 $exp->reserved = false; 91 $exp->prefix = ''; [all …]
|
| /plugin/dokusioc/lib/ |
| D | sioc_dokuwiki.php | 109 public function getContent(&$exp): string argument 125 $exp->siocURL('user', $cont_id) 141 $exp->siocURL('user', $this->creator['sioc:modifier']) 146 $exp->siocURL('user', $this->creator['sioc:modifier']) 167 $exp->siocURL('container', $this->has_container) 199 $exp->siocURL('post', $link_id) 210 $exp->siocURL('post', $link_id) 227 $exp->siocURL( 229 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->previous_version 236 $exp->siocURL( [all …]
|
| D | sioc_inc.php | 197 public function getContent(&$exp): string argument 262 public function getContent(&$exp): string argument 274 …$rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('site', "", $this->page + 1) . "\"/>\n… 288 … $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('forum', $id) . "\"/>\n"; 304 … $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('user', $id) . "\"/>\n"; 309 …$rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('site', "", $this->page + 1) . "\"/>\n… 376 public function getContent(&$exp): string argument 394 if ($exp->_export_email) { 479 public function getContent(&$exp): string argument 499 … $rdf .= " <rdfs:seeAlso rdf:resource=\"" . $exp->siocURL('forum', $id) . "\"/>\n"; [all …]
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | propmangle.js | 203 var exp = node.expression; 204 if (exp instanceof AST_Dot) switch (exp.property) { 208 exp = exp.expression; 209 if (!(exp instanceof AST_SymbolRef)) break; 210 if (exp.name != "Object") break; 211 if (!exp.definition().undeclared) break; 239 var exp = node.expression; 240 if (exp instanceof AST_Dot) switch (exp.property) { 244 exp = exp.expression; 245 if (!(exp instanceof AST_SymbolRef)) break; [all …]
|
| /plugin/asciidocjs/node_modules/jake/lib/ |
| D | test_task.js | 182 let exp = require(path.join(currDir, file)); 195 if (typeof exp.before == 'function') { 198 createTask('before', exp.before); 202 for (let p in exp) { 208 if (typeof exp.beforeEach == 'function') { 211 createTask(p + '_beforeEach', exp.beforeEach); 218 createTask(p, exp[p]); 220 if (typeof exp.afterEach == 'function') { 223 createTask(p + '_afterEach', exp.afterEach); 228 if (typeof exp.after == 'function') { [all …]
|
| /plugin/serverinfos/serverinfos/lib/ |
| D | InfosServer.class.php | 90 $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]; 250 $exp = explode('(TM)', $model_tmp[0]); 251 if ($os == "Darwin") {$mark = $exp[0];} 252 if ($os == "FreeBSD") {$mark = $exp[0];} 257 $int = explode(':', $exp[0]); [all …]
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.math.cosh.js | 3 var exp = Math.exp; variable 7 return (exp(x = +x) + exp(-x)) / 2;
|
| D | es6.math.tanh.js | 4 var exp = Math.exp; variable 10 return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));
|
| D | es6.math.sinh.js | 4 var exp = Math.exp; variable 13 : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);
|
| D | _string-trim.js | 11 var exp = {}; 15 var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY]; 16 if (ALIAS) exp[ALIAS] = fn; 17 $export($export.P + $export.F * FORCE, 'String', exp);
|
| D | _object-sap.js | 7 var exp = {}; 8 exp[KEY] = exec(fn); 9 $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.math.cosh.js | 3 var exp = Math.exp; variable 7 return (exp(x = +x) + exp(-x)) / 2;
|
| D | es6.math.tanh.js | 4 var exp = Math.exp; variable 10 return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));
|
| D | es6.math.sinh.js | 4 var exp = Math.exp; variable 13 : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);
|
| D | _string-trim.js | 11 var exp = {}; 15 var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY]; 16 if (ALIAS) exp[ALIAS] = fn; 17 $export($export.P + $export.F * FORCE, 'String', exp);
|
| D | _object-sap.js | 7 var exp = {}; 8 exp[KEY] = exec(fn); 9 $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);
|
| /plugin/struct/types/ |
| H A D | Decimal.php | 45 $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/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/ |
| D | GoogleIdentityStsV1IntrospectTokenResponse.php | 36 public $exp; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse 89 public function setExp($exp) argument 91 $this->exp = $exp; 98 return $this->exp;
|
| /plugin/diagramsnet/lib/plugins/ |
| D | svgdata.js | 13 var exp = graphCreateSvgImageExport.apply(this, arguments); 16 var expDrawCellState = exp.drawCellState; 18 exp.drawCellState = function(state, canvas) 52 return exp;
|
| /plugin/indexmenu/scripts/fancytree/skin-xp/ |
| D | ui.fancytree.min.css | 6 …exp-n span.fancytree-expander,.fancytree-exp-nl span.fancytree-expander{background-image:none;curs…
|
| D | ui.fancytree.css | 156 * Prefix: fancytree-exp- 164 .fancytree-exp-n span.fancytree-expander, 165 .fancytree-exp-nl span.fancytree-expander { 169 .fancytree-connectors .fancytree-exp-n span.fancytree-expander, 170 .fancytree-connectors .fancytree-exp-nl span.fancytree-expander { 174 .fancytree-connectors .fancytree-exp-n span.fancytree-expander, 175 .fancytree-connectors .fancytree-exp-n span.fancytree-expander:hover { 178 .fancytree-connectors .fancytree-exp-nl span.fancytree-expander, 179 .fancytree-connectors .fancytree-exp-nl span.fancytree-expander:hover { 182 .fancytree-exp-c span.fancytree-expander { [all …]
|
| /plugin/mathpublish/phpmathpublisher/ |
| D | TextExpression.php | 28 * @param string $exp 31 public function __construct($exp, Helper $helper) argument 34 $this->text = $exp;
|
| /plugin/combo/resources/webcode/ |
| H A D | webcode-console.js | 12 let exp = {}; 162 exp.addLogEntry = function (input) { 168 exp.addTableEntry = function (input) { 174 exp.flushLogs = function () { 186 return exp;
|
| /plugin/indexmenu/scripts/fancytree/skin-lion/ |
| D | ui.fancytree.min.css | 6 …exp-n span.fancytree-expander,.fancytree-exp-nl span.fancytree-expander{background-image:none;curs…
|
| /plugin/indexmenu/scripts/fancytree/skin-vista/ |
| D | ui.fancytree.min.css | 6 …exp-n span.fancytree-expander,.fancytree-exp-nl span.fancytree-expander{background-image:none;curs…
|