Searched +refs:ini +refs:delete (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/inifile/
H A Dini.tcl0 # ini.tcl --
3 # Querying and modifying old-style windows configuration files (.ini)
10 # RCS: @(#) $Id: ini.tcl,v 1.15 2008/05/11 00:53:58 andreas_kupries Exp $
14 namespace eval ini {
19 proc ::ini::open {ini {mode r+}} {
26 ::set fh ini$nexthandle
27 ::set tmp [::open $ini $mode]
30 namespace eval ::ini::$fh {
35 ::set ::ini
[all...]
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_inode.c621 ntfs_inode *ini; local
623 err = ntfs_index_inode_get(ni, I30, 4, is_system, &ini);
639 * @ini is not private thus we need to lock its sizes.
641 lck_spin_lock(&ini->size_lock);
642 ni->allocated_size = ini->allocated_size;
643 ni->data_size = ini->data_size;
644 ni->initialized_size = ini->initialized_size;
645 lck_spin_unlock(&ini->size_lock);
647 (void)vnode_put(ini->vn);
1518 * If the new backup time and Finder info are the defaults then delete th
1534 BOOL delete, update; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy878 =item B<-dsm>, B<--delete-semicolons>
880 Setting B<-dsm> allows perltidy to delete extra semicolons which are
893 =item B<-dws>, B<--delete-old-whitespace>
1130 The command B<-dcsc> (or B<--delete-closing-side-comments>) reverses this
1162 order to update, delete, and format them. Any comment identified as a
1950 =item B<-dnl>, B<--delete-old-newlines>
2432 Perltidy can selectively delete comments and/or pod documentation. The
2433 command B<-dac> or B<--delete-all-comments> will delete all comments
2437 The command B<-dp> or B<--delete
[all...]

Completed in 335 milliseconds