Home
last modified time | relevance | path

Searched refs:variable (Results 451 – 464 of 464) sorted by path

1...<<111213141516171819

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dtomorrow-night-blue.min.css1 .hljs-comment,.hljs-quote{color:#7285b7}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow-night-bright.min.css1 .hljs-comment,.hljs-quote{color:#969896}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow-night-eighties.min.css1 .hljs-comment,.hljs-quote{color:#999999}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow-night.min.css1 .hljs-comment,.hljs-quote{color:#969896}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow.min.css1 .hljs-comment,.hljs-quote{color:#8e908c}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dvs.min.css1variable{color:#008000}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:…
H A Dxcode.min.css1 …tag,.hljs-literal{color:#aa0d91}.hljs-name{color:#008}.hljs-variable,.hljs-template-variable{color…
H A Dzenburn.min.css1 …template-tag{color:#dcdcdc}.hljs-number{color:#8cd0d3}.hljs-variable,.hljs-template-variable,.hljs…
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md106 terminal width on its own. It can be overwritten by setting a ``COLUMNS`` environment variable.
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php247 $variable = '';
254 $variable = $_SERVER['HTTP_REFERER'];
259 $variable = $_SESSION[$name];
263 if (empty($variable) && isset($_COOKIE[$name])) {
268 if (empty($variable) && isset($_GET[$gname])) {
273 if (empty($variable) && isset($_GET[$gname])) {
284 if (strpos($variable, $event . ':') !== false) {
285 $variable = substr($variable, strlen($event . ':'));
287 if (preg_match('/^\d+:(.*)/', $variable, $matches)) {
288 $variable = $matches[1];
[all …]
/plugin/webcode/
H A DREADME.md80 * There was a bug with the declaration of a variable
95 * The 's' variable leaked from the window.console.log function of the webCodeConsole.js
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1653 * Changed: Browser plugin now uses POST variable 'sabreAction' instead of
1927 * Fixed: Issue 36: Incorrect variable name, throwing error in some requests.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm52 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41313 var aFunction = function (variable) {
41314 return typeof variable == 'function' ? variable : undefined;

1...<<111213141516171819