Home
last modified time | relevance | path

Searched refs:ini (Results 26 – 50 of 154) sorted by last modified time

1234567

/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified781 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
H A Den.js-4.9.merged33 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
H A Den.js.ckgedit32 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
H A Den.js.unc33 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
H A Dfr.js.unc698 …: "Le fichier envoyé dépasse la taille définie par la directive upload_max_filesize dans php.ini.",
H A Dlang_array.txt693 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc36 function check_rowspans(rows, start_row, ini) {
48 if (!ini) break;
H A Dcss6.php236 $ini = $incbase.'style.ini';
237 if(file_exists($ini)){
238 $data = parse_ini_file($ini, true);
253 $ini = DOKU_CONF."tpl/$tpl/style.ini";
254 $incbase = dirname($ini).'/';
255 if(file_exists($ini)){
256 $data = parse_ini_file($ini, true);
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc397 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified781 FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js1ini:function(ac){this.stack=W.options;this.stack.length=0;this.Index=0;this.push(ac,"")}};var aa="… method in AnonymousFunction437f2b440100.R.X
H A Dlink.js.unc84 ini: function(title) {
100 anchorOption.ini('No Headers Found');
104 anchorOption.ini('Headings Menu');
/plugin/epub/scripts/
H A Dcss2.php46 $ini = parse_ini_file($tplinc.'style.ini',true);
47 foreach($ini['stylesheets'] as $file => $mode){
101 $ini = parse_ini_file($tplinc.'style.ini',true);
102 $css = strtr($css,$ini['replacements']);
H A Dcss3.php229 $ini = $incbase.'style.ini';
230 if(file_exists($ini)){
231 $data = parse_ini_file($ini, true);
246 $ini = DOKU_CONF."tpl/$tpl/style.ini";
247 $incbase = dirname($ini).'/';
248 if(file_exists($ini)){
249 $data = parse_ini_file($ini, true);
/plugin/icon/
H A DSVG.php119 $ini = $styleUtil->cssStyleini();
120 if (isset($ini['replacements'][$color]) && self::isHexColor($ini['replacements'][$color])) {
121 $this->color = '#' . ltrim($ini['replacements'][$color], '#');
124 …if (isset($ini['replacements']["__{$color}__"]) && self::isHexColor($ini['replacements']["__{$colo…
125 $this->color = '#' . ltrim($ini['replacements']["__{$color}__"], '#');
/plugin/wrap/
H A Dexample.txt185 * ''box'' creates a box around the container and uses the colours from the template's ''style.ini'' as default colours (''%%__background_alt__%%'' and ''%%__text__%%'')
/plugin/a2s/
H A Dstyle.css8 color: #666; /* as of 2017-04-03, not an @ini.thing, direct value */
/plugin/tablelayout/
H A Dyarn.lock978 ini "^1.3.4"
1244 ini@^1.3.4, ini@~1.3.0:
1246 …resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf92…
1977 ini "~1.3.0"
/plugin/xcom/scripts/
H A Dtest_ini.php3 $ini = parse_ini_file($file,1); variable
4 print_r($ini);
H A Dsample.xcom.ini2 ; The format is the same as for php.ini with comments preceded by semi-colons
H A Dxcom.ini2 ; The format is the same as for php.ini with comments preceded by semi-colons
/plugin/xcom/
H A Daction.php57 $ini = parse_ini_file($ini_file,1);
58 foreach ($ini as $name=>$site) {
/plugin/xcom/lang/en/
H A Dhowto.txt62 …m.ini'' which is found in the scripts directory. Use of this file is not required but it can be co…
74 …s (or even user names). But as another security feature, you can move xcom.ini out of the web serv…
/plugin/newpagetemplate/
H A Dhelper.php15 $ini = $opts['ini'];
18 $ini = $opts['ini'];
42 } else if (isset($opts['ini'])) {
43 $this->output_ini($user, $ini,$usrreplace);
170 function output_ini($user="", $ini, $usrreplace) argument
172 if ($ini == 'config') {
176 $ini_file = DOKU_INC . "lib/plugins/newpagetemplate/$ini";
179 $ini
[all...]
H A Dcli.php16 $ini = $this->colors->wrap('ini', 'cyan');
24 "[[-p|--page] page_id] | [[-i|--ini] path-to-ini|config] | [[-t|--tpl] template_id] | [[-u|usrrepl] <macros>]\n|[[-s|--screen][cmdLine|browser]]|[[--nosave|-n]true]\n" .
26 "The first command line option must be either '$pg' or '$ini'. For a complete description see" .
46 $options->registerOption('ini', "Name of an ini file. This file must be stored in the root directory" .
47 " of the newpagetemplate plugin. The ini files make it possible to parse and save data to multiple pages. " .
49 " plugin page. To use the ini file specified in the plugin's Configuration Settings, this option must be set to '$config'.", 'i');
66 } else if ($options->getOpt('ini')) {
[all...]

1234567