search for: separator2

Displaying 4 results from an estimated 4 matches for "separator2".

Did you mean: separator
2013 May 30
2
Re: libguestfs-1.22.1 compilation error
...mp;& $t =~ /\G([^\n]{$ll})/gc) { + } elsif ($huge eq 'wrap' && $t =~ /\G((?:(?!=[^\n])\X){$ll})/gc) { $r .= $unexpand ? unexpand($nl . $lead . $1) : $nl . $lead . $1; $remainder = defined($separator2) ? $separator2 : $separator; - } elsif ($huge eq 'overflow' && $t =~ /\G([^\n]*?)($break|\n+|\z)/xmgc) { + } elsif ($huge eq 'overflow' && $t =~ /\G((?:(?=[^\n])\X)*?)($break|\n+|\z)/xmgc) { $r .= $unexpand ? un...
2013 May 30
2
libguestfs-1.22.1 compilation error
myconf ./configure \ PYTHON=/usr/bin/python2 \ --prefix=/usr --libdir=/usr/lib \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --disable-probes \ --disable-gobject \ --enable-introspection=no \ --disable-lua \ --disable-erlang \ --disable-php \ --disable-haskell \ --disable-ruby \
2013 May 30
0
Re: libguestfs-1.22.1 compilation error
...$nl . $lead . $1; $remainder = $2; } elsif ($huge eq 'wrap' && $t =~ /\G([^\n]{$ll})/gc) { $r .= $unexpand ? unexpand($nl . $lead . $1) : $nl . $lead . $1; $remainder = defined($separator2) ? $separator2 : $separator; } elsif ($huge eq 'overflow' && $t =~ /\G([^\n]*?)($break|\n+|\z)/xmgc) { $r .= $unexpand ? unexpand($nl . $lead . $1) : $nl . $lead . $1; $remainder = $2; }...
2013 May 30
0
Re: libguestfs-1.22.1 compilation error
...$ll})/gc) { > + } elsif ($huge eq 'wrap' && $t =~ /\G((?:(?!=[^\n])\X){$ll})/gc) { > $r .= $unexpand > ? unexpand($nl . $lead . $1) > : $nl . $lead . $1; > $remainder = defined($separator2) ? $separator2 : $separator; > - } elsif ($huge eq 'overflow' && $t =~ > /\G([^\n]*?)($break|\n+|\z)/xmgc) { > + } elsif ($huge eq 'overflow' && $t =~ > /\G((?:(?=[^\n])\X)*?)($break|\n+|\z)/xmgc) { > $r .= $unexpand >...