Home
last modified time | relevance | path

Searched refs:is_writable (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 /* Prototype: bool is_writable ( string $filename );
8 is_writeable() is an alias of is_writable()
11 echo "*** Testing is_writable(): error conditions ***\n";
12 var_dump( is_writable() ); // args < expected
16 var_dump( is_writable(1, 2) ); // args > expected
19 echo "\n*** Testing is_writable() on non-existent file ***\n";
20 var_dump( is_writable(__DIR__."/is_writable") );
21 var_dump( is_writeable(__DIR__."/is_writable") );
26 *** Testing is_writable(): error conditions ***
[all …]
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
11 /* Prototype: bool is_writable ( string $filename );
14 is_writeable() is an alias of is_writable()
17 /* test is_writable() & is_writeable() with invalid arguments */
19 echo "*** Testing is_writable(): usage variations ***\n";
21 echo "\n*** Testing is_writable() with invalid filenames ***\n";
36 var_dump( is_writable($misc_file) );
42 *** Testing is_writable(): usage variations ***
44 *** Testing is_writable() with invalid filenames ***
60 Warning: is_writable() expects parameter 1 to be a valid path, array given in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 /* Prototype: bool is_writable ( string $filename );
8 is_writeable() is an alias of is_writable()
11 echo "*** Testing is_writable(): error conditions ***\n";
12 var_dump( is_writable() ); // args < expected
16 var_dump( is_writable(1, 2) ); // args > expected
19 echo "\n*** Testing is_writable() on non-existent file ***\n";
20 var_dump( is_writable(__DIR__."/is_writable") );
21 var_dump( is_writeable(__DIR__."/is_writable") );
26 *** Testing is_writable(): error conditions ***
[all …]
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
11 /* Prototype: bool is_writable ( string $filename );
14 is_writeable() is an alias of is_writable()
17 /* test is_writable() & is_writeable() with invalid arguments */
19 echo "*** Testing is_writable(): usage variations ***\n";
21 echo "\n*** Testing is_writable() with invalid filenames ***\n";
36 var_dump( is_writable($misc_file) );
42 *** Testing is_writable(): usage variations ***
44 *** Testing is_writable() with invalid filenames ***
60 Warning: is_writable() expects parameter 1 to be a valid path, array given in %s on line %d
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 /* Prototype: bool is_writable ( string $filename );
8 is_writeable() is an alias of is_writable()
11 echo "*** Testing is_writable(): error conditions ***\n";
12 var_dump( is_writable() ); // args < expected
16 var_dump( is_writable(1, 2) ); // args > expected
19 echo "\n*** Testing is_writable() on non-existent file ***\n";
20 var_dump( is_writable(dirname(__FILE__)."/is_writable") );
21 var_dump( is_writeable(dirname(__FILE__)."/is_writable") );
26 *** Testing is_writable(): error conditions ***
[all …]
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
19 /* Prototype: bool is_writable ( string $filename );
22 is_writeable() is an alias of is_writable()
25 /* test is_writable() & is_writeable() with invalid arguments */
27 echo "*** Testing is_writable(): usage variations ***\n";
29 echo "\n*** Testing is_writable() with invalid filenames ***\n";
44 var_dump( is_writable($misc_file) );
52 *** Testing is_writable(): usage variations ***
54 *** Testing is_writable() with invalid filenames ***
70 Warning: is_writable() expects parameter 1 to be a valid path, array given in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 /* Prototype: bool is_writable ( string $filename );
8 is_writeable() is an alias of is_writable()
11 echo "*** Testing is_writable(): error conditions ***\n";
12 var_dump( is_writable() ); // args < expected
16 var_dump( is_writable(1, 2) ); // args > expected
19 echo "\n*** Testing is_writable() on non-existent file ***\n";
20 var_dump( is_writable(dirname(__FILE__)."/is_writable") );
21 var_dump( is_writeable(dirname(__FILE__)."/is_writable") );
26 *** Testing is_writable(): error conditions ***
[all …]
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
19 /* Prototype: bool is_writable ( string $filename );
22 is_writeable() is an alias of is_writable()
25 /* test is_writable() & is_writeable() with invalid arguments */
27 echo "*** Testing is_writable(): usage variations ***\n";
29 echo "\n*** Testing is_writable() with invalid filenames ***\n";
44 var_dump( is_writable($misc_file) );
52 *** Testing is_writable(): usage variations ***
54 *** Testing is_writable() with invalid filenames ***
70 Warning: is_writable() expects parameter 1 to be a valid path, array given in %s on line %d
/dports/www/opencart/opencart-3.0.3.8/upload/install/controller/install/
H A Dstep_2.php75 if (!is_writable(DIR_OPENCART . 'image/')) {
81 if (!is_writable(DIR_OPENCART . 'image/cache/')) {
87 if (!is_writable(DIR_OPENCART . 'image/catalog/')) {
93 if (!is_writable(DIR_SYSTEM . 'storage/cache/')) {
99 if (!is_writable(DIR_SYSTEM . 'storage/logs/')) {
111 if (!is_writable(DIR_SYSTEM . 'storage/upload/')) {
228 if (!is_writable(DIR_OPENCART . 'image')) {
232 if (!is_writable(DIR_OPENCART . 'image/cache')) {
240 if (!is_writable(DIR_SYSTEM . 'storage/cache')) {
244 if (!is_writable(DIR_SYSTEM . 'storage/logs')) {
[all …]
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/a11y-keyboard/
H A Dmsd-a11y-preferences-dialog.c146 if (is_writable) { in config_get_bool()
643 gboolean is_writable; in setup_dialog() local
654 if (! is_writable) { in setup_dialog()
667 if (! is_writable) { in setup_dialog()
680 if (! is_writable) { in setup_dialog()
697 if (! is_writable) { in setup_dialog()
711 if (! is_writable) { in setup_dialog()
724 if (! is_writable) { in setup_dialog()
743 if (! is_writable) { in setup_dialog()
762 if (! is_writable) { in setup_dialog()
[all …]
/dports/lang/php81/php-8.1.1/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/www/mod_php80/php-8.0.15/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/lang/php73/php-7.3.33/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/lang/php80/php-8.0.15/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/lang/php74/php-7.4.27/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/www/mod_php73/php-7.3.33/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/www/mod_php81/php-8.1.1/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/www/mod_php74/php-7.4.27/tests/security/
H A Dopen_basedir_is_writable.phpt8 test_open_basedir("is_writable");
16 *** Testing open_basedir configuration [is_writable] ***
23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …
[all …]
/dports/games/widelands/widelands-build21/src/io/filesystem/
H A Dlayered_filesystem.cc42 bool LayeredFileSystem::is_writable() const { in is_writable() function in LayeredFileSystem
146 if (home_ && home_->is_writable()) { in write()
151 if ((*it)->is_writable()) { in write()
183 if (home_ && home_->is_writable()) { in open_stream_write()
188 if ((*it)->is_writable()) { in open_stream_write()
200 if (home_ && home_->is_writable()) { in make_directory()
205 if ((*it)->is_writable()) { in make_directory()
217 if (home_ && home_->is_writable()) { in ensure_directory_exists()
222 if ((*it)->is_writable()) { in ensure_directory_exists()
239 if ((*it)->is_writable() && (*it)->file_exists(dirname)) { in make_sub_file_system()
[all …]
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dxfce4-screensaver-preferences.c88 if (is_writable) { in config_get_idle_delay()
111 if (is_writable) { in config_get_lock_delay()
134 if (is_writable) { in config_get_cycle_delay()
157 if (is_writable) { in config_get_logout_delay()
180 if (is_writable) { in config_get_mode()
207 if (is_writable) { in config_get_theme()
305 if (is_writable) { in config_get_idle_activation_enabled()
328 if (is_writable) { in config_get_saver_enabled()
349 if (is_writable) { in config_get_lock_on_suspend_hibernate_enabled()
370 if (is_writable) { in config_get_lock_enabled()
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 echo "\n*** Testing is_writable() on non-existent file ***\n";
6 var_dump( is_writable(__DIR__."/is_writable") );
7 var_dump( is_writeable(__DIR__."/is_writable") );
12 *** Testing is_writable() on non-existent file ***
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 echo "\n*** Testing is_writable() on non-existent file ***\n";
6 var_dump( is_writable(__DIR__."/is_writable") );
7 var_dump( is_writeable(__DIR__."/is_writable") );
12 *** Testing is_writable() on non-existent file ***
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
11 /* test is_writable() & is_writeable() with invalid arguments */
13 echo "*** Testing is_writable(): usage variations ***\n";
15 echo "\n*** Testing is_writable() with invalid filenames ***\n";
27 var_dump( is_writable($misc_file) );
33 *** Testing is_writable(): usage variations ***
35 *** Testing is_writable() with invalid filenames ***
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 echo "\n*** Testing is_writable() on non-existent file ***\n";
6 var_dump( is_writable(__DIR__."/is_writable") );
7 var_dump( is_writeable(__DIR__."/is_writable") );
12 *** Testing is_writable() on non-existent file ***
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dis_writable_error.phpt2 Test is_writable() and its alias is_writeable() function: error conditions
5 echo "\n*** Testing is_writable() on non-existent file ***\n";
6 var_dump( is_writable(__DIR__."/is_writable") );
7 var_dump( is_writeable(__DIR__."/is_writable") );
12 *** Testing is_writable() on non-existent file ***

12345678910>>...102