Displaying 2 results from an estimated 2 matches for "isgroup".
Did you mean:
ingroup
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...12'', name: ''HR'',
children: [
{ id: ''item121'', name: ''Sandrine Daspet'' }
] },
{ id: ''item13'', name: ''Xavier Borderie'' }
] },
],
create: function(name, isGroup) {
var container = this.selected ? this.selected.children :
this.nodes;
var node = { id: ''item'' + this.genId(), name: name, container:
container };
if (isGroup)
node.children = [];
container.push(node);
return this.createDOMFragment(
this.selected ?...
2012 Nov 27
6
How to clean up /
Hello.
I recently upgraded to 9.1-RC3, everything went fine, however the / partition its about to get full. Im really new to FreeBSD so I don?t know what files can be deleted safely.
# find -x / -size +10000 -exec du -h {} \;
16M /boot/kernel/kernel
60M /boot/kernel/kernel.symbols
6.7M /boot/kernel/if_ath.ko.symbols
6.4M /boot/kernel/vxge.ko.symbols
9.4M