-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdeprecated_function.sublime-completions
More file actions
64 lines (63 loc) · 9.01 KB
/
deprecated_function.sublime-completions
File metadata and controls
64 lines (63 loc) · 9.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
// scope:
//
// source.php
// blacklist:
// comment
// constant.other.class
// entity
// meta.catch
// meta.class
// meta.function.arguments
// meta.function.parameters
// meta.use
// string
// support.class
// variable.other
// variable.parameter
// meta.function.return-type
// source.php meta.class.php meta.block.php meta.function.php meta.block.php
// blacklist:
// comment
// constant.other.class
// entity
// meta.catch
// meta.function.arguments
// meta.function.parameters
// meta.use
// string
// support.class
// variable.other
// variable.parameter
// meta.function.return-type
"scope": "source.php - comment - constant.other.class - entity - meta.catch - meta.class - meta.function.arguments - meta.function.parameters - meta.use - string - support.class - variable.other - variable.parameter - meta.function.return-type, source.php meta.class.php meta.block.php meta.function.php meta.block.php - comment - constant.other.class - entity - meta.catch - meta.function.arguments - meta.function.parameters - meta.use - string - support.class - variable.other - variable.parameter - meta.function.return-type",
"completions": [
{"trigger":"date_sunrise","contents":"date_sunrise(${1:int:timestamp}${2:, ${3:int:returnFormat=1}${4:, ${5:?float:latitude=null}${6:, ${7:?float:longitude=null}${8:, ${9:?float:zenith=null}${10:, ${11:?float:utcOffset=null}}}}}})","kind":"function","annotation":"DEPRECATED - date_sunrise(int $timestamp [, int $returnFormat=1 [, ?float $latitude=null [, ?float $longitude=null [, ?float $zenith=null [, ?float $utcOffset=null]]]]]): string|int|float|false","details":"DEPRECATED - date_sunrise(int $timestamp [, int $returnFormat=1 [, ?float $latitude=null [, ?float $longitude=null [, ?float $zenith=null [, ?float $utcOffset=null]]]]]): string|int|float|false"},
{"trigger":"date_sunset","contents":"date_sunset(${1:int:timestamp}${2:, ${3:int:returnFormat=1}${4:, ${5:?float:latitude=null}${6:, ${7:?float:longitude=null}${8:, ${9:?float:zenith=null}${10:, ${11:?float:utcOffset=null}}}}}})","kind":"function","annotation":"DEPRECATED - date_sunset(int $timestamp [, int $returnFormat=1 [, ?float $latitude=null [, ?float $longitude=null [, ?float $zenith=null [, ?float $utcOffset=null]]]]]): string|int|float|false","details":"DEPRECATED - date_sunset(int $timestamp [, int $returnFormat=1 [, ?float $latitude=null [, ?float $longitude=null [, ?float $zenith=null [, ?float $utcOffset=null]]]]]): string|int|float|false"},
{"trigger":"gmstrftime","contents":"gmstrftime(${1:string:format}${2:, ${3:?int:timestamp=null}})","kind":"function","annotation":"DEPRECATED - gmstrftime(string $format [, ?int $timestamp=null]): string|false","details":"DEPRECATED - gmstrftime(string $format [, ?int $timestamp=null]): string|false"},
{"trigger":"libxml_disable_entity_loader","contents":"libxml_disable_entity_loader(${1:bool:disable=true})","kind":"function","annotation":"DEPRECATED - libxml_disable_entity_loader(bool $disable=true): bool","details":"DEPRECATED - libxml_disable_entity_loader(bool $disable=true): bool"},
{"trigger":"mhash","contents":"mhash(${1:int:algo}, ${2:string:data}${3:, ${4:?string:key=null}})","kind":"function","annotation":"DEPRECATED - mhash(int $algo, string $data [, ?string $key=null]): string|false","details":"DEPRECATED - mhash(int $algo, string $data [, ?string $key=null]): string|false"},
{"trigger":"mhash_count","contents":"mhash_count()","kind":"function","annotation":"DEPRECATED - mhash_count(): int","details":"DEPRECATED - mhash_count(): int"},
{"trigger":"mhash_get_block_size","contents":"mhash_get_block_size(${1:int:algo})","kind":"function","annotation":"DEPRECATED - mhash_get_block_size(int $algo): int|false","details":"DEPRECATED - mhash_get_block_size(int $algo): int|false"},
{"trigger":"mhash_get_hash_name","contents":"mhash_get_hash_name(${1:int:algo})","kind":"function","annotation":"DEPRECATED - mhash_get_hash_name(int $algo): string|false","details":"DEPRECATED - mhash_get_hash_name(int $algo): string|false"},
{"trigger":"mhash_keygen_s2k","contents":"mhash_keygen_s2k(${1:int:algo}, ${2:string:password}, ${3:string:salt}, ${4:int:length})","kind":"function","annotation":"DEPRECATED - mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false","details":"DEPRECATED - mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false"},
{"trigger":"openssl_free_key","contents":"openssl_free_key(${1:OpenSSLAsymmetricKey:key})","kind":"function","annotation":"DEPRECATED - openssl_free_key(OpenSSLAsymmetricKey $key): void","details":"DEPRECATED - openssl_free_key(OpenSSLAsymmetricKey $key): void"},
{"trigger":"openssl_pkey_free","contents":"openssl_pkey_free(${1:OpenSSLAsymmetricKey:key})","kind":"function","annotation":"DEPRECATED - openssl_pkey_free(OpenSSLAsymmetricKey $key): void","details":"DEPRECATED - openssl_pkey_free(OpenSSLAsymmetricKey $key): void"},
{"trigger":"openssl_x509_free","contents":"openssl_x509_free(${1:OpenSSLCertificate:certificate})","kind":"function","annotation":"DEPRECATED - openssl_x509_free(OpenSSLCertificate $certificate): void","details":"DEPRECATED - openssl_x509_free(OpenSSLCertificate $certificate): void"},
{"trigger":"shmop_close","contents":"shmop_close(${1:Shmop:shmop})","kind":"function","annotation":"DEPRECATED - shmop_close(Shmop $shmop): void","details":"DEPRECATED - shmop_close(Shmop $shmop): void"},
{"trigger":"strftime","contents":"strftime(${1:string:format}${2:, ${3:?int:timestamp=null}})","kind":"function","annotation":"DEPRECATED - strftime(string $format [, ?int $timestamp=null]): string|false","details":"DEPRECATED - strftime(string $format [, ?int $timestamp=null]): string|false"},
{"trigger":"strptime","contents":"strptime(${1:string:timestamp}, ${2:string:format})","kind":"function","annotation":"DEPRECATED - strptime(string $timestamp, string $format): array|false","details":"DEPRECATED - strptime(string $timestamp, string $format): array|false"},
{"trigger":"utf8_decode","contents":"utf8_decode(${1:string:string})","kind":"function","annotation":"DEPRECATED - utf8_decode(string $string): string","details":"DEPRECATED - utf8_decode(string $string): string"},
{"trigger":"utf8_encode","contents":"utf8_encode(${1:string:string})","kind":"function","annotation":"DEPRECATED - utf8_encode(string $string): string","details":"DEPRECATED - utf8_encode(string $string): string"},
{"trigger":"zip_close","contents":"zip_close(${1:zip})","kind":"function","annotation":"DEPRECATED - zip_close($zip): void","details":"DEPRECATED - zip_close($zip): void"},
{"trigger":"zip_entry_close","contents":"zip_entry_close(${1:zip_entry})","kind":"function","annotation":"DEPRECATED - zip_entry_close($zip_entry): bool","details":"DEPRECATED - zip_entry_close($zip_entry): bool"},
{"trigger":"zip_entry_compressedsize","contents":"zip_entry_compressedsize(${1:zip_entry})","kind":"function","annotation":"DEPRECATED - zip_entry_compressedsize($zip_entry): int|false","details":"DEPRECATED - zip_entry_compressedsize($zip_entry): int|false"},
{"trigger":"zip_entry_compressionmethod","contents":"zip_entry_compressionmethod(${1:zip_entry})","kind":"function","annotation":"DEPRECATED - zip_entry_compressionmethod($zip_entry): string|false","details":"DEPRECATED - zip_entry_compressionmethod($zip_entry): string|false"},
{"trigger":"zip_entry_filesize","contents":"zip_entry_filesize(${1:zip_entry})","kind":"function","annotation":"DEPRECATED - zip_entry_filesize($zip_entry): int|false","details":"DEPRECATED - zip_entry_filesize($zip_entry): int|false"},
{"trigger":"zip_entry_name","contents":"zip_entry_name(${1:zip_entry})","kind":"function","annotation":"DEPRECATED - zip_entry_name($zip_entry): string|false","details":"DEPRECATED - zip_entry_name($zip_entry): string|false"},
{"trigger":"zip_entry_open","contents":"zip_entry_open(${1:zip_dp}, ${2:zip_entry}${3:, ${4:string:mode='rb'}})","kind":"function","annotation":"DEPRECATED - zip_entry_open($zip_dp, $zip_entry [, string $mode='rb']): bool","details":"DEPRECATED - zip_entry_open($zip_dp, $zip_entry [, string $mode='rb']): bool"},
{"trigger":"zip_entry_read","contents":"zip_entry_read(${1:zip_entry}${2:, ${3:int:len=1024}})","kind":"function","annotation":"DEPRECATED - zip_entry_read($zip_entry [, int $len=1024]): string|false","details":"DEPRECATED - zip_entry_read($zip_entry [, int $len=1024]): string|false"},
{"trigger":"zip_open","contents":"zip_open(${1:string:filename})","kind":"function","annotation":"DEPRECATED - zip_open(string $filename)","details":"DEPRECATED - zip_open(string $filename)"},
{"trigger":"zip_read","contents":"zip_read(${1:zip})","kind":"function","annotation":"DEPRECATED - zip_read($zip)","details":"DEPRECATED - zip_read($zip)"}
]
}