Home
last modified time | relevance | path

Searched refs:mods (Results 1 – 7 of 7) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php316 $mods = explode(';', $match[1]);
317 foreach ($mods as $mod) {
/plugin/discussion/
H A Daction.php1275 $mods = trim($this->getConf('moderatorgroups'));
1276 if (!empty($mods)) {
1279 $mods = explode(',', $mods);
1280 $mods = array_map('trim', $mods);
1281 $mods = array_unique($mods);
1282 $mods = array_filter($mods);
1284 foreach($mods as $mod) {
/plugin/issuetracker/
H A Daction.php833 foreach($mods as $mod) {
3249 {$mods = unserialize(@file_get_contents($modfile));}
3251 {$mods = array();}
3253 $mod_id = count($mods);
3255 $mods[$mod_id]['timestamp'] = $cur_date;
3256 $mods[$mod_id]['user'] = $usr;
3257 $mods[$mod_id]['field'] = $column;
3258 $mods[$mod_id]['old_value'] = $old_value;
3259 $mods[$mod_id]['new_value'] = $new_value;
3262 fwrite($fh, serialize($mods));
[all …]
H A Dedit.php325 {$mods = unserialize(@file_get_contents($modfile));}
327 {$mods = array();}
330 $mod_id = count($mods);
332 $mods[$mod_id]['timestamp'] = $cur_date;
333 $mods[$mod_id]['user'] = $usr;
334 $mods[$mod_id]['field'] = $column;
335 $mods[$mod_id]['old_value'] = $old_value;
336 $mods[$mod_id]['new_value'] = $new_value;
340 fwrite($fh, serialize($mods));
H A Dsyntax.php1703 {$mods = unserialize(@file_get_contents($modfile));}
1705 {$mods = array();}
1707 $mod_id = count($mods);
1709 $mods[$mod_id]['timestamp'] = date ($this->getConf('d_format'));
1710 $mods[$mod_id]['user'] = $usr;
1711 $mods[$mod_id]['field'] = $column;
1712 $mods[$mod_id]['old_value'] = $old_value;
1713 $mods[$mod_id]['new_value'] = $new_value;
1717 fwrite($fh, serialize($mods));
/plugin/mcitem/
H A DREADME.md18 Every mod's sub-space is located within the root space `:mods:`.
22 *Example: The vanilla block Smooth Stone would have its page on `:mods:minecraft:stone`.*
24 *Example: The vanilla block Smooth Stone would have an image under `:mods:minecraft:stone.png`.*
H A Dsyntax.php79 $rawName = 'mods:' . $match;