Definition at line 8 of file HFile_vbscript.php.
◆ donothing()
HFile_vbscript::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_vbscript()
HFile_vbscript::HFile_vbscript |
( |
| ) |
|
Definition at line 10 of file HFile_vbscript.php.
References array.
26 $this->colours =
array(
"blue",
"purple",
"brown",
"gray",
"blue",
"purple");
27 $this->quotecolour =
"blue";
28 $this->blockcommentcolour =
"green";
29 $this->linecommentcolour =
"green";
33 $this->indent =
array(
"Sub",
"Private Sub",
"Public Sub");
34 $this->unindent =
array(
"End Sub");
38 $this->stringchars =
array();
39 $this->delimiters =
array(
".",
"(",
")",
",",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
" ",
">",
" ");
44 $this->linecommenton =
array(
"'");
45 $this->blockcommenton =
array(
"");
46 $this->blockcommentoff =
array(
"");
50 $this->keywords =
array(
121 "DateAddFunction" =>
"2",
131 "FormatCurrency" =>
"2",
132 "FormatDateTime" =>
"2",
133 "FormatNumber" =>
"2",
134 "FormatPercent" =>
"2",
154 "LoadPicture" =>
"2",
170 "ScriptEngine" =>
"2",
171 "ScriptEngineBuildVersion" =>
"2",
172 "ScriptEngineMajorVersion" =>
"2",
173 "ScriptEngineMinorVersion" =>
"2",
194 "WeekdayName" =>
"2",
196 "AccountDisabled" =>
"3",
197 "AccountExpirationDate" =>
"3",
198 "Application" =>
"3",
200 "AtEndOfLine" =>
"3",
201 "AtEndOfStream" =>
"3",
203 "AutoUnlockInterval" =>
"3",
204 "AvailableSpace" =>
"3",
205 "BadPasswordAttempts" =>
"3",
207 "CompareMode" =>
"3",
208 "ComputerName" =>
"3",
210 "DateCreated" =>
"3",
211 "DateLastAccessed" =>
"3",
212 "DateLastModified" =>
"3",
213 "Description" =>
"3",
215 "DriveLetter" =>
"3",
218 "Environment" =>
"3",
225 "HelpContext" =>
"3",
227 "HomeDirDrive" =>
"3",
228 "HomeDirectory" =>
"3",
230 "IconLocation" =>
"3",
232 "Interactive" =>
"3",
233 "IsAccountLocked" =>
"3",
235 "IsRootFolder" =>
"3",
242 "LockoutObservationInterval" =>
"3",
244 "LoginScript" =>
"3",
245 "LoginWorkstations" =>
"3",
246 "MaxBadPasswordsAllowed" =>
"3",
248 "MaxPasswordAge" =>
"3",
250 "MinPasswordAge" =>
"3",
251 "MinPasswordLength" =>
"3",
256 "ParentFolder" =>
"3",
257 "PasswordAge" =>
"3",
258 "PasswordExpirationDate" =>
"3",
259 "PasswordExpired" =>
"3",
260 "PasswordHistoryLength" =>
"3",
263 "PrimaryGroupID" =>
"3",
267 "ScriptFullName" =>
"3",
269 "SerialNumber" =>
"3",
275 "SpecialFolders" =>
"3",
286 "WindowStyle" =>
"3",
287 "WorkingDirectory" =>
"3",
289 "AddPrinterConnection" =>
"4",
290 "AddWindowsPrinterConnection" =>
"4",
291 "AppActivate" =>
"4",
295 "ConnectObject" =>
"4",
299 "CreateFolder" =>
"4",
300 "CreateObject" =>
"4",
301 "CreateShortcut" =>
"4",
302 "CreateTextFile" =>
"4",
305 "DeleteFolder" =>
"4",
306 "DisconnectObject" =>
"4",
307 "DriveExists" =>
"4",
309 "EnumNetworkDrives" =>
"4",
310 "EnumPrinterConnections" =>
"4",
312 "ExpandEnvironmentStrings" =>
"4",
314 "FolderExists" =>
"4",
315 "GetAbsolutePathName" =>
"4",
316 "GetBaseName" =>
"4",
318 "GetDriveName" =>
"4",
319 "GetExtensionName" =>
"4",
321 "GetFileName" =>
"4",
323 "GetParentFolderName" =>
"4",
324 "GetResource" =>
"4",
325 "GetSpecialFolder" =>
"4",
326 "GetTempName" =>
"4",
330 "MapNetworkDrive" =>
"4",
334 "OpenAsTextStream" =>
"4",
335 "OpenTextFile" =>
"4",
347 "RemoveNetworkDrive" =>
"4",
348 "RemovePrinterConnection" =>
"4",
352 "SetDefaultPrinter" =>
"4",
359 "WriteBlankLines" =>
"4",
364 "FileSystemObject" =>
"5",
377 "vbAbortRetryIgnore" =>
"6",
378 "vbApplicationModal" =>
"6",
380 "vbBinaryCompare" =>
"6",
391 "vbDataObject" =>
"6",
394 "vbDefaultButton1" =>
"6",
395 "vbDefaultButton2" =>
"6",
396 "vbDefaultButton3" =>
"6",
397 "vbDefaultButton4" =>
"6",
401 "vbExclamation" =>
"6",
402 "vbFirstFourDays" =>
"6",
403 "vbFirstFullWeek" =>
"6",
404 "vbFirstJan1" =>
"6",
407 "vbGeneralDate" =>
"6",
410 "vbInformation" =>
"6",
422 "vbNullString" =>
"6",
424 "vbObjectError" =>
"6",
431 "vbRetryCancel" =>
"6",
433 "vbShortDate" =>
"6",
434 "vbShortTime" =>
"6",
438 "vbSystemModal" =>
"6",
440 "vbTextCompare" =>
"6",
443 "vbUseSystem" =>
"6",
444 "vbUseSystemDayOfWeek" =>
"6",
446 "vbVerticalTab" =>
"6",
447 "vbWednesday" =>
"6",
452 "vbYesNoCancel" =>
"6");
461 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: