[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: plugin_this.d.ts
/** * The value of `this` in the context of a [[LegacyImporter]] or * [[LegacyFunction]] callback. * * @category Legacy * @deprecated This is only used by the legacy [[render]] and [[renderSync]] * APIs. Use [[compile]], [[compileString]], [[compileAsync]], and * [[compileStringAsync]] instead. */ export interface LegacyPluginThis { /** * A partial representation of the options passed to [[render]] or * [[renderSync]]. */ options: { /** The same [[LegacyPluginThis]] instance that contains this object. */ context: LegacyPluginThis; /** * The value passed to [[LegacyFileOptions.file]] or * [[LegacyStringOptions.file]]. */ file?: string; /** The value passed to [[LegacyStringOptions.data]]. */ data?: string; /** * The value passed to [[LegacySharedOptions.includePaths]] separated by * `";"` on Windows or `":"` on other operating systems. This always * includes the current working directory as the first entry. */ includePaths: string; /** Always the number 10. */ precision: 10; /** Always the number 1. */ style: 1; /** 1 if [[LegacySharedOptions.indentType]] was `"tab"`, 0 otherwise. */ indentType: 1 | 0; /** * The value passed to [[LegacySharedOptions.indentWidth]], or `2` otherwise. */ indentWidth: number; /** * The value passed to [[LegacySharedOptions.linefeed]], or `"\n"` * otherwise. */ linefeed: '\r' | '\r\n' | '\n' | '\n\r'; /** A partially-constructed [[LegacyResult]] object. */ result: { /** Partial information about the compilation in progress. */ stats: { /** * The number of milliseconds between 1 January 1970 at 00:00:00 UTC and * the time at which Sass compilation began. */ start: number; /** * [[LegacyFileOptions.file]] if it was passed, otherwise the string * `"data"`. */ entry: string; }; }; }; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.41 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002