Result:
found more than 741 distributions - search limited to the first 2001 files matching your query ( run in 2.259 )


Archive-Any-Plugin-Rar

 view release on metacpan or  search on metacpan

inc/Module/AutoInstall.pm  view on Meta::CPAN

    return 1;
}

sub postamble {
    $PostambleUsed = 1;
    my $fragment;

    $fragment .= <<"AUTO_INSTALL" if !$InstallDepsTarget;

config :: installdeps
\t\$(NOECHO) \$(NOOP)
AUTO_INSTALL

    $fragment .= <<"END_MAKE";

checkdeps ::
\t\$(PERL) $0 --checkdeps

installdeps ::

inc/Module/AutoInstall.pm  view on Meta::CPAN

listalldeps ::
\t$PostambleActionsListAllDeps

END_MAKE

    return $fragment;
}

1;

__END__

 view all matches for this distribution


Archive-Har

 view release on metacpan or  search on metacpan

lib/Archive/Har/Entry/Request.pm  view on Meta::CPAN


returns the request method

=head2 url

returns the absolute url of the request (excluding fragments)

=head2 http_version

returns the version of the http request

 view all matches for this distribution


Archive-Lha

 view release on metacpan or  search on metacpan

lib/Archive/Lha.pm  view on Meta::CPAN


=over 4

=item L<https://github.com/jca02266/lha> (LHa for UNIX)

=item L<https://github.com/fragglet/lhasa> (lhasa, read-only LHA tool)

=item L<http://lha.sourceforge.jp/> (LHa for UNIX project site, now offline)
— archived at L<https://web.archive.org/web/*/http://lha.sourceforge.jp/>

=item L<http://lha.sourceforge.jp/history.html> (history of LHa for UNIX, now offline)

 view all matches for this distribution


Archive-Tar

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

  the same version when installed, or breakage will occur like shown
  at this tester report:

    http://www.nntp.perl.org/group/perl.cpan.testers/2008/08/msg2083310.html

  Mailed the author to find a less fragile solution, but for now we require
  all the individual modules, and all at the same version.

1.39_02 25/08/2008:
- Address #31806: Please add support for bzipped tar files.
  Archive::Tar now supports reading/writing tar.bz2 files.

 view all matches for this distribution


Archive-Unzip-Burst

 view release on metacpan or  search on metacpan

unzip-6.0/fileio.c  view on Meta::CPAN

#endif
#endif /* !RISCOS */
#endif /* ?DOS_NLM_OS2_W32 */
#endif /* USE_FWRITE */
#ifdef OS2_W32
    /* preallocate the final file size to prevent file fragmentation */
    SetFileSize(G.outfile, G.lrec.ucsize);
#endif
    return 0;

} /* end function open_outfile() */

unzip-6.0/fileio.c  view on Meta::CPAN

        *endbuf++ = '\n';     /*  with room for one more char at end of buf */
        ++size;               /*  (safe assumption:  only used for four */
    }                         /*  short queries in extract.c and fileio.c) */
#endif

    if (MSG_TNEWLN(flag)) {   /* again assumes writable buffer:  fragile... */
        if ((!size && !((Uz_Globs *)pG)->sol) ||
            (size && (endbuf[-1] != '\n')))
        {
            *endbuf++ = '\n';
            ++size;

 view all matches for this distribution


Archive-Zip-Crypt

 view release on metacpan or  search on metacpan

inc/Module/AutoInstall.pm  view on Meta::CPAN

    return 1;
}

sub postamble {
    $PostambleUsed = 1;
    my $fragment;

    $fragment .= <<"AUTO_INSTALL" if !$InstallDepsTarget;

config :: installdeps
\t\$(NOECHO) \$(NOOP)
AUTO_INSTALL

    $fragment .= <<"END_MAKE";

checkdeps ::
\t\$(PERL) $0 --checkdeps

installdeps ::

inc/Module/AutoInstall.pm  view on Meta::CPAN

listalldeps ::
\t$PostambleActionsListAllDeps

END_MAKE

    return $fragment;
}

1;

__END__

 view all matches for this distribution


Archive-Zip

 view release on metacpan or  search on metacpan

lib/Archive/Zip/MemberRead.pm  view on Meta::CPAN

          _sep_as_re($self->{sep});    # Cache the RE as an optimization
    }
    return exists $self->{sep} ? $self->{sep} : $/;
}

# Return the input_record_separator in use as an RE fragment
# Note that if we have a per-instance input_record_separator
# we can just return the already converted value. Otherwise,
# the conversion must be done on $/ every time since we cannot
# know whether it has changed or not.
sub _sep_re {

 view all matches for this distribution


Argv

 view release on metacpan or  search on metacpan

Argv.pm  view on Meta::CPAN

    }
    return unless MSWIN;
    for my $word (@_) {
	# If requested, change / for \ in Windows file paths.
	# This is necessarily an inexact science.
	my @fragments = split ' ', $word;
	for (@fragments) {
	    if (m%^"?/%) {
		if (m%(.*/\w+):(.+)%) {
		    # If it looks like an option specifying a path (/opt:path),
		    # normalize only the path part.
		    my($opt, $path) = ($1, $2);

Argv.pm  view on Meta::CPAN

		}
	    } else {
		s%/%\\%g;
	    }
	}
	$word = "@fragments";
    }
}

# Quotes @_ in place against shell expansion. Usually called via autoquote attr
sub quote {

 view all matches for this distribution


Armadito-Agent

 view release on metacpan or  search on metacpan

inc/Module/AutoInstall.pm  view on Meta::CPAN

    return 1;
}

sub postamble {
    $PostambleUsed = 1;
    my $fragment;

    $fragment .= <<"AUTO_INSTALL" if !$InstallDepsTarget;

config :: installdeps
\t\$(NOECHO) \$(NOOP)
AUTO_INSTALL

    $fragment .= <<"END_MAKE";

checkdeps ::
\t\$(PERL) $0 --checkdeps

installdeps ::

inc/Module/AutoInstall.pm  view on Meta::CPAN

listalldeps ::
\t$PostambleActionsListAllDeps

END_MAKE

    return $fragment;
}

1;

__END__

 view all matches for this distribution


Array-IntSpan

 view release on metacpan or  search on metacpan

lib/Array/IntSpan.pm  view on Meta::CPAN

  #print ", end_offset $end_offset" if defined $end_offset ;
  #print "\n";

  my @modified = () ;

  #If we are here, we need to test for whether we need to frag the
  #conflicting element
  if ($start_offset > 0) {
    my $item = $self->[$start][2] ;
    my $s = $self->[$start][0] ;
    my $e = $start_elem-1 ;

lib/Array/IntSpan.pm  view on Meta::CPAN

    push @modified ,[$s, $e, $new ];
  }

  push @modified, [$start_elem,$end_elem,$value] if defined $value ;

  #Do a fragmentation check
  if (defined $end_offset
      and $end_offset >= 0
      and $end_elem < $self->[$end][1]
     ) {
    my $item = $self->[$end][2] ;

 view all matches for this distribution


ArrayData-Lingua-Word-EN-Enable

 view release on metacpan or  search on metacpan

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

fractus
frae
fraena
fraenum
fraenums
frag
fragged
fragging
fraggings
fragile
fragilities
fragility
fragment
fragmental
fragmentally
fragmentarily
fragmentariness
fragmentarinesses
fragmentary
fragmentate
fragmentated
fragmentates
fragmentating
fragmentation
fragmentations
fragmented
fragmenting
fragmentize
fragmentized
fragmentizes
fragmentizing
fragments
fragrance
fragrances
fragrancies
fragrancy
fragrant
fragrantly
frags
frail
frailer
frailest
frailly
frailness

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

irreducibly
irreflexive
irreformabilities
irreformability
irreformable
irrefragabilities
irrefragability
irrefragable
irrefragably
irrefutabilities
irrefutability
irrefutable
irrefutably
irregardless

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

ossifications
ossified
ossifier
ossifiers
ossifies
ossifrage
ossifrages
ossify
ossifying
ossuaries
ossuary
osteal

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

saxatile
saxes
saxhorn
saxhorns
saxicolous
saxifrage
saxifrages
saxitoxin
saxitoxins
saxonies
saxony
saxophone

lib/ArrayData/Lingua/Word/EN/Enable.pm  view on Meta::CPAN

suffocating
suffocatingly
suffocation
suffocations
suffocative
suffragan
suffragans
suffrage
suffrages
suffragette
suffragettes
suffragist
suffragists
suffuse
suffused
suffuses
suffusing
suffusion

 view all matches for this distribution


ArrayData-Lingua-Word-EN-Medical-Glutanimate

 view release on metacpan or  search on metacpan

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

audubonii
Auenbrugger's
Auer
Auerbach
Auerbach's
aufragium
Aufrecht's
augean
augmentation
augmented
augmenti

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

calcoaceticus
calcochloris
calcoglobulin
calcospherite
calculi
calculifragous
calculogenesis
calculosa
calculoses
calculosis
calculous

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

deformed
deforming
deformities
deformity
Defourmentel
defragment
defundation
Deg
degarelix
degassing
degeneracies

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

fradiae
Fradin
Fraenkel
Fraenkel's
fraenulum
frag
Fragaria
fragiform
fragile
fragilis
fragilitans
fragilitas
fragilities
fragility
fragilocyte
fragilocytosis
fragment
fragmenta
fragmentary
fragmentation
fragmentography
fragments
Fragmin
fragrans
fraise
Frambesia
frambesioma
framboesia
framboesioma

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

ified
ifloraceae
IFN
iform
ifosfamide
ifrage
ifting
IgA
igale
igase
igbo

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

infradentale
infradian
infradiaphragmatic
infraduction
infraduodenal
infragenual
infraglenoid
infraglenoidale
infraglenoidalis
infraglotic
infraglottic
infraglottica
infrahepatic
infrahuman
infrahyoid
infrahyoidei
infrahyoideus

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

kinetochore
kinetochores
kinetodesma
kinetodesmata
kinetodesmos
kinetofragment
Kinetofragminophorea
kinetogenic
kinetonucleus
kinetoplasm
kinetoplast
kinetoplastic

lib/ArrayData/Lingua/Word/EN/Medical/Glutanimate.pm  view on Meta::CPAN

multiform
multiforme
multiformis
multiformities
multiformity
multifragmented
multiganglionic
multigemini
multigesta
multiglandular
multigravida

 view all matches for this distribution




ArrayData-Lingua-Word-ID-KBBI-ByClass-Noun

 view release on metacpan or  search on metacpan

lib/ArrayData/Lingua/Word/ID/KBBI/ByClass/Noun.pm  view on Meta::CPAN

diabetes
diad
diadem
diafon
diaforetik
diafragma
diagenesis
diagnosis
diagnostik
diagometer
diagram

lib/ArrayData/Lingua/Word/ID/KBBI/ByClass/Noun.pm  view on Meta::CPAN

fotosintesis
fotostat
fototaksis
fototustel
fovea
fragmen
fragmentasi
fraksi
fraksinasi
fraktur
fraktus
frambusia

 view all matches for this distribution



ArrayData-Lingua-Word-ID-KBBI

 view release on metacpan or  search on metacpan

lib/ArrayData/Lingua/Word/ID/KBBI.pm  view on Meta::CPAN

diad
diadang
diadem
diafon
diaforetik
diafragma
diagak
diagenesis
diagnosa
diagnosis
diagnostik

lib/ArrayData/Lingua/Word/ID/KBBI.pm  view on Meta::CPAN

fototaksis
fototropis
fototustel
fovea
foya
fragmen
fragmentaris
fragmentasi
fraksi
fraksinasi
fraktur
fraktus
frambusia

 view all matches for this distribution


ArrayData-Word-EN-Enable

 view release on metacpan or  search on metacpan

lib/ArrayData/Word/EN/Enable.pm  view on Meta::CPAN

fractus
frae
fraena
fraenum
fraenums
frag
fragged
fragging
fraggings
fragile
fragilities
fragility
fragment
fragmental
fragmentally
fragmentarily
fragmentariness
fragmentarinesses
fragmentary
fragmentate
fragmentated
fragmentates
fragmentating
fragmentation
fragmentations
fragmented
fragmenting
fragmentize
fragmentized
fragmentizes
fragmentizing
fragments
fragrance
fragrances
fragrancies
fragrancy
fragrant
fragrantly
frags
frail
frailer
frailest
frailly
frailness

lib/ArrayData/Word/EN/Enable.pm  view on Meta::CPAN

irreducibly
irreflexive
irreformabilities
irreformability
irreformable
irrefragabilities
irrefragability
irrefragable
irrefragably
irrefutabilities
irrefutability
irrefutable
irrefutably
irregardless

lib/ArrayData/Word/EN/Enable.pm  view on Meta::CPAN

ossifications
ossified
ossifier
ossifiers
ossifies
ossifrage
ossifrages
ossify
ossifying
ossuaries
ossuary
osteal

lib/ArrayData/Word/EN/Enable.pm  view on Meta::CPAN

saxatile
saxes
saxhorn
saxhorns
saxicolous
saxifrage
saxifrages
saxitoxin
saxitoxins
saxonies
saxony
saxophone

lib/ArrayData/Word/EN/Enable.pm  view on Meta::CPAN

suffocating
suffocatingly
suffocation
suffocations
suffocative
suffragan
suffragans
suffrage
suffrages
suffragette
suffragettes
suffragist
suffragists
suffuse
suffused
suffuses
suffusing
suffusion

 view all matches for this distribution


ArrayData-Word-ID-KBBI

 view release on metacpan or  search on metacpan

lib/ArrayData/Word/ID/KBBI.pm  view on Meta::CPAN

diad
diadang
diadem
diafon
diaforetik
diafragma
diagak
diagenesis
diagnosa
diagnosis
diagnostik

lib/ArrayData/Word/ID/KBBI.pm  view on Meta::CPAN

fototaksis
fototropis
fototustel
fovea
foya
fragmen
fragmentaris
fragmentasi
fraksi
fraksinasi
fraktur
fraktus
frambusia

 view all matches for this distribution


Aspect

 view release on metacpan or  search on metacpan

lib/Aspect/Advice/After.pm  view on Meta::CPAN


our $VERSION = '1.04';
our @ISA     = 'Aspect::Advice';

# NOTE: To simplify debugging of the generated code, all injected string
# fragments will be defined in $UPPERCASE, and all lexical variables to be
# accessed via the closure will be in $lowercase.
sub _install {
	my $self     = shift;
	my $pointcut = $self->pointcut;
	my $code     = $self->code;

 view all matches for this distribution


AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

docs/api/ExtractText.md  view on Meta::CPAN


```
PUT http://api.aspose.cloud/v4.0/cells/content/extract/text
```
### **Function Description**
Extracts substrings, numbers, or fixed-length prefixes/suffixes from the selected range and writes the results directly to the target area—no Excel formulas, no helper columns, no manual copy-paste.The engine works cell-by-cell:- **String cells** a...

### The request parameters of **extractText** API are: 

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 

 view all matches for this distribution


AsposePdfCloud-PdfApi

 view release on metacpan or  search on metacpan

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    
}
#
# GetFragments
#
# Read page fragments.
# 
# @param String $name  (required)
# @param String $pageNumber  (required)
# @param String $withEmpty  (optional)
# @param String $storage  (optional)

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

      croak("Missing the required parameter 'pageNumber' when calling GetFragments");
    }
    

    # parse inputs
    my $_resource_path = '/pdf/{name}/pages/{pageNumber}/fragments/?appSid={appSid}&amp;withEmpty={withEmpty}&amp;storage={storage}&amp;folder={folder}';
    
	$_resource_path =~ s/\Q&amp;\E/&/g;
    $_resource_path =~ s/\Q\/?\E/?/g;
    $_resource_path =~ s/\QtoFormat={toFormat}\E/format={format}/g;
	$_resource_path =~ s/\Q{path}\E/{Path}/g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    
}
#
# GetFragment
#
# Read page fragment.
# 
# @param String $name  (required)
# @param String $pageNumber  (required)
# @param String $fragmentNumber  (required)
# @param String $withEmpty  (optional)
# @param String $storage  (optional)
# @param String $folder  (optional)
# @return TextItemsResponse
#

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    # verify the required parameter 'pageNumber' is set
    unless (exists $args{'pageNumber'}) {
      croak("Missing the required parameter 'pageNumber' when calling GetFragment");
    }
    
    # verify the required parameter 'fragmentNumber' is set
    unless (exists $args{'fragmentNumber'}) {
      croak("Missing the required parameter 'fragmentNumber' when calling GetFragment");
    }
    

    # parse inputs
    my $_resource_path = '/pdf/{name}/pages/{pageNumber}/fragments/{fragmentNumber}/?appSid={appSid}&amp;withEmpty={withEmpty}&amp;storage={storage}&amp;folder={folder}';
    
	$_resource_path =~ s/\Q&amp;\E/&/g;
    $_resource_path =~ s/\Q\/?\E/?/g;
    $_resource_path =~ s/\QtoFormat={toFormat}\E/format={format}/g;
	$_resource_path =~ s/\Q{path}\E/{Path}/g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    if ( exists $args{'pageNumber'}) {        		
		$_resource_path =~ s/\Q{pageNumber}\E/$args{'pageNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]pageNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'fragmentNumber'}) {        		
		$_resource_path =~ s/\Q{fragmentNumber}\E/$args{'fragmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]fragmentNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'withEmpty'}) {        		
		$_resource_path =~ s/\Q{withEmpty}\E/$args{'withEmpty'}/g;
    }else{
		$_resource_path    =~ s/[?&]withEmpty.*?(?=&|\?|$)//g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    
}
#
# GetSegments
#
# Read fragment segments.
# 
# @param String $name  (required)
# @param String $pageNumber  (required)
# @param String $fragmentNumber  (required)
# @param String $withEmpty  (optional)
# @param String $storage  (optional)
# @param String $folder  (optional)
# @return TextItemsResponse
#

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    # verify the required parameter 'pageNumber' is set
    unless (exists $args{'pageNumber'}) {
      croak("Missing the required parameter 'pageNumber' when calling GetSegments");
    }
    
    # verify the required parameter 'fragmentNumber' is set
    unless (exists $args{'fragmentNumber'}) {
      croak("Missing the required parameter 'fragmentNumber' when calling GetSegments");
    }
    

    # parse inputs
    my $_resource_path = '/pdf/{name}/pages/{pageNumber}/fragments/{fragmentNumber}/segments/?appSid={appSid}&amp;withEmpty={withEmpty}&amp;storage={storage}&amp;folder={folder}';
    
	$_resource_path =~ s/\Q&amp;\E/&/g;
    $_resource_path =~ s/\Q\/?\E/?/g;
    $_resource_path =~ s/\QtoFormat={toFormat}\E/format={format}/g;
	$_resource_path =~ s/\Q{path}\E/{Path}/g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    if ( exists $args{'pageNumber'}) {        		
		$_resource_path =~ s/\Q{pageNumber}\E/$args{'pageNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]pageNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'fragmentNumber'}) {        		
		$_resource_path =~ s/\Q{fragmentNumber}\E/$args{'fragmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]fragmentNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'withEmpty'}) {        		
		$_resource_path =~ s/\Q{withEmpty}\E/$args{'withEmpty'}/g;
    }else{
		$_resource_path    =~ s/[?&]withEmpty.*?(?=&|\?|$)//g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

#
# Read segment.
# 
# @param String $name  (required)
# @param String $pageNumber  (required)
# @param String $fragmentNumber  (required)
# @param String $segmentNumber  (required)
# @param String $storage  (optional)
# @param String $folder  (optional)
# @return TextItemResponse
#

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    # verify the required parameter 'pageNumber' is set
    unless (exists $args{'pageNumber'}) {
      croak("Missing the required parameter 'pageNumber' when calling GetSegment");
    }
    
    # verify the required parameter 'fragmentNumber' is set
    unless (exists $args{'fragmentNumber'}) {
      croak("Missing the required parameter 'fragmentNumber' when calling GetSegment");
    }
    
    # verify the required parameter 'segmentNumber' is set
    unless (exists $args{'segmentNumber'}) {
      croak("Missing the required parameter 'segmentNumber' when calling GetSegment");
    }
    

    # parse inputs
    my $_resource_path = '/pdf/{name}/pages/{pageNumber}/fragments/{fragmentNumber}/segments/{segmentNumber}/?appSid={appSid}&amp;storage={storage}&amp;folder={folder}';
    
	$_resource_path =~ s/\Q&amp;\E/&/g;
    $_resource_path =~ s/\Q\/?\E/?/g;
    $_resource_path =~ s/\QtoFormat={toFormat}\E/format={format}/g;
	$_resource_path =~ s/\Q{path}\E/{Path}/g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    if ( exists $args{'pageNumber'}) {        		
		$_resource_path =~ s/\Q{pageNumber}\E/$args{'pageNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]pageNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'fragmentNumber'}) {        		
		$_resource_path =~ s/\Q{fragmentNumber}\E/$args{'fragmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]fragmentNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'segmentNumber'}) {        		
		$_resource_path =~ s/\Q{segmentNumber}\E/$args{'segmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]segmentNumber.*?(?=&|\?|$)//g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

#
# Read segment text format.
# 
# @param String $name  (required)
# @param String $pageNumber  (required)
# @param String $fragmentNumber  (required)
# @param String $segmentNumber  (required)
# @param String $storage  (optional)
# @param String $folder  (optional)
# @return TextFormatResponse
#

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    # verify the required parameter 'pageNumber' is set
    unless (exists $args{'pageNumber'}) {
      croak("Missing the required parameter 'pageNumber' when calling GetSegmentTextFormat");
    }
    
    # verify the required parameter 'fragmentNumber' is set
    unless (exists $args{'fragmentNumber'}) {
      croak("Missing the required parameter 'fragmentNumber' when calling GetSegmentTextFormat");
    }
    
    # verify the required parameter 'segmentNumber' is set
    unless (exists $args{'segmentNumber'}) {
      croak("Missing the required parameter 'segmentNumber' when calling GetSegmentTextFormat");
    }
    

    # parse inputs
    my $_resource_path = '/pdf/{name}/pages/{pageNumber}/fragments/{fragmentNumber}/segments/{segmentNumber}/textFormat/?appSid={appSid}&amp;storage={storage}&amp;folder={folder}';
    
	$_resource_path =~ s/\Q&amp;\E/&/g;
    $_resource_path =~ s/\Q\/?\E/?/g;
    $_resource_path =~ s/\QtoFormat={toFormat}\E/format={format}/g;
	$_resource_path =~ s/\Q{path}\E/{Path}/g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    if ( exists $args{'pageNumber'}) {        		
		$_resource_path =~ s/\Q{pageNumber}\E/$args{'pageNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]pageNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'fragmentNumber'}) {        		
		$_resource_path =~ s/\Q{fragmentNumber}\E/$args{'fragmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]fragmentNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'segmentNumber'}) {        		
		$_resource_path =~ s/\Q{segmentNumber}\E/$args{'segmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]segmentNumber.*?(?=&|\?|$)//g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    
}
#
# GetFragmentTextFormat
#
# Read page fragment text format.
# 
# @param String $name  (required)
# @param String $pageNumber  (required)
# @param String $fragmentNumber  (required)
# @param String $storage  (optional)
# @param String $folder  (optional)
# @return TextFormatResponse
#
sub GetFragmentTextFormat {

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    # verify the required parameter 'pageNumber' is set
    unless (exists $args{'pageNumber'}) {
      croak("Missing the required parameter 'pageNumber' when calling GetFragmentTextFormat");
    }
    
    # verify the required parameter 'fragmentNumber' is set
    unless (exists $args{'fragmentNumber'}) {
      croak("Missing the required parameter 'fragmentNumber' when calling GetFragmentTextFormat");
    }
    

    # parse inputs
    my $_resource_path = '/pdf/{name}/pages/{pageNumber}/fragments/{fragmentNumber}/textFormat/?appSid={appSid}&amp;storage={storage}&amp;folder={folder}';
    
	$_resource_path =~ s/\Q&amp;\E/&/g;
    $_resource_path =~ s/\Q\/?\E/?/g;
    $_resource_path =~ s/\QtoFormat={toFormat}\E/format={format}/g;
	$_resource_path =~ s/\Q{path}\E/{Path}/g;

lib/AsposePdfCloud/PdfApi.pm  view on Meta::CPAN

    if ( exists $args{'pageNumber'}) {        		
		$_resource_path =~ s/\Q{pageNumber}\E/$args{'pageNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]pageNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'fragmentNumber'}) {        		
		$_resource_path =~ s/\Q{fragmentNumber}\E/$args{'fragmentNumber'}/g;
    }else{
		$_resource_path    =~ s/[?&]fragmentNumber.*?(?=&|\?|$)//g;
	}# query params
    if ( exists $args{'storage'}) {        		
		$_resource_path =~ s/\Q{storage}\E/$args{'storage'}/g;
    }else{
		$_resource_path    =~ s/[?&]storage.*?(?=&|\?|$)//g;

 view all matches for this distribution


AsposeThreeDCloud-ThreeDCloudApi

 view release on metacpan or  search on metacpan

lib/AsposeThreeDCloud/Object/GLTFSaveOption.pm  view on Meta::CPAN

    	read_only => '',
    		},
    'use_common_materials' => {
    	datatype => 'boolean',
    	base_name => 'UseCommonMaterials',
    	description => 'Serialize materials using KHR common material extensions, default value is false. Set this to false will cause Aspose.3D export a set of vertex/fragment shader if Aspose.ThreeD.Formats.GLTFSaveOptions.ExportShaders',
    	format => '',
    	read_only => '',
    		},
    'flip_tex_coord_v' => {
    	datatype => 'boolean',

 view all matches for this distribution


Astro-Bibcode

 view release on metacpan or  search on metacpan

Bibcode.pm  view on Meta::CPAN

1989ddse.work    Dynamics of Dense Stellar Systems
1991dodg.conf    Dynamics of Disc Galaxies
1987degp.book    Dynamics of Elementary Gas-phase Reactions
1966dfp..conf    Dynamics of Fluids and Plasmas
1981dgs..book    Dynamics of Gravitating Systems
1986dmp..book    Dynamics of Molecular Photofragmentation
2002dnac.conf    Dynamics of Natural and Artificial Celestial Bodies
1975dgs..conf    La Dynamique des galaxies spirales
1985eeia.work    The Early Earth:  The Interval from Accretion to the Older Archean
1997LPICo.916    Early Mars: Geologic and Hydrologic Evolution, Physical and Chemical Environments, and the Implications for Life
1993emhw.work    Early Mars: How Warm and How Wet?

 view all matches for this distribution


Astro-Coord-ECI-TLE-Iridium

 view release on metacpan or  search on metacpan

xt/author/iridium_status.t  view on Meta::CPAN

Plane                                	          <em>     </em>
Plane 1:  73t  63
Plane 2:  69t  24t  71t  <a href="iridium11and26.htm">26</a>           	 	48d
Plane 3:  <a href="iridium28and95.htm">28</a>   29<font
color="#FF0000">   </font><a href="iridium33collision.htm"><font
color="#FF0000">33</font></a>t  57           		27d           <em>Iridium 33 was fragmented by the collison with Cosmos 2251 on February 10, 2009</em>
Plane 4:   4   <a href="iridium36and97.htm">36</a>t
Plane 5:   2t 914t 911t  <a href="iridium16and86.htm">16</a>t          		85d   <a
href="iridium9and84.htm">9</a>d      <em>Iridium 2 has drifted far from</em> <em>its original launch plane, and continues to drift</em>
Plane 6: 920t 921t  44t  <a href="iridium38and82.htm">38</a>t  <a
href="iridium17and77.htm">17</a>t 42t 39	79d           </pre>

 view all matches for this distribution


Astro-IRAF-CL

 view release on metacpan or  search on metacpan

CL.pm  view on Meta::CPAN


=item *

B<EOF/Death handling>

This is the situation when the whole CL interpreter has died, this is a not uncommon occurence with IRAF as some packages are not quite as robust as they should and the CL is quite fragile in certain situations. If have a large number of jobs to do y...

  $iraf->cd($workdir);
  $iraf->exec(command => 'print "hello"',
              death_handler => sub {$iraf->restart(); $iraf->cd($workdir)});

 view all matches for this distribution


Astro-Nova

 view release on metacpan or  search on metacpan

libnova-0.15.0/aclocal.m4  view on Meta::CPAN

_LT_DECL([], [postuninstall_cmds], [2],
    [Command to use after uninstallation of a shared archive])
_LT_DECL([], [finish_cmds], [2],
    [Commands used to finish a libtool library installation in a directory])
_LT_DECL([], [finish_eval], [1],
    [[As "finish_cmds", except a single script fragment to be evaled but
    not shown]])
_LT_DECL([], [hardcode_into_libs], [0],
    [Whether we should hardcode library paths into libraries])
_LT_DECL([], [sys_lib_search_path_spec], [2],
    [Compile-time system search path for libraries])

libnova-0.15.0/aclocal.m4  view on Meta::CPAN

      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
      # Instead, shared libraries are loaded at an image base (0x10000000 by
      # default) and relocated if they conflict, which is a slow very memory
      # consuming and fragmenting process.  To avoid this, we pick a random,
      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,...
      ;;

libnova-0.15.0/aclocal.m4  view on Meta::CPAN

	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
	# Instead, shared libraries are loaded at an image base (0x10000000 by
	# default) and relocated if they conflict, which is a slow very memory
	# consuming and fragmenting process.  To avoid this, we pick a random,
	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr...
	;;

 view all matches for this distribution


Astro-SIMBAD-Client

 view release on metacpan or  search on metacpan

lib/Astro/SIMBAD/Client.pm  view on Meta::CPAN

#

#	__build_url
#
#	Builds a URL based on the currently-set scheme and server, and
#	the fragment provided as an argument. If the fragment is an
#	HTTP::Request object it is simply returned.

sub __build_url {
    my ( $self, $fragment ) = @_;
    defined $fragment
	or $fragment = '';
    eval { $fragment->isa( 'HTTP::Request' ) }
	and return $fragment;
    $fragment =~ s< \A / ><>smx;	# Defensive programming
    return sprintf '%s://%s/%s', $self->get( 'scheme' ),
	$self->get( 'server' ), $fragment;
}

#	_callers_caller();
#
#	Returns the name of the subroutine that called the caller.

lib/Astro/SIMBAD/Client.pm  view on Meta::CPAN

	@parts = split '::', $pkg;
    }
    return wantarray ? ($pkg, $code) : $pkg;
}

#	my $resp = $self->_retrieve( $fragment, \%args );
#
#	Build a URL from the contents of the 'scheme' and 'server'
#	attributes, and the given fragment, and retrieve the data from
#	that URL.  The \%args argument is optional.
#
#	The return is an HTTP::Response object. If the response is
#	indicates that the request is unsuccessful we croak with the URL
#	(if that can be retrieved) and the status line.

lib/Astro/SIMBAD/Client.pm  view on Meta::CPAN

#
#	If there are arguments they are appended to the URL, and an HTTP
#	get() is done to the URL.

sub _retrieve {
    my ($self, $fragment, $args) = @_;
    my $url = $self->__build_url( $fragment );
    $args ||= {};
    my $debug = $self->get ('debug');
    my $ua = _get_user_agent ();
    $self->_delay ();
    my $resp;

 view all matches for this distribution


Astro-Telescope

 view release on metacpan or  search on metacpan

tmpl/MPC.dat  view on Meta::CPAN

J02 359.5550 0.78391 +0.61884 Busot
J03 355.132500.638787+0.766833Gothers Observatory, St. Dennis
J04 343.488170.881463+0.471461ESA Optical Ground Station, Tenerife
J05 355.296390.749617+0.659822Bootes Observatory, Boecillo
J06 358.812470.604374+0.794039Trent Astronomical Observatory, Clifton
J07 353.895430.767881+0.638546Observatorio SPAG Monfrague, Palazuelo-Empalme
J08 359.6549 0.77127 +0.63439 Observatorio Zonalunar, Puzol
J09 353.7917 0.59450 +0.80141 Balbriggan
J10 359.598390.784437+0.618151Alicante
J11 351.317690.746984+0.662617Matosinhos
J12 356.510610.758248+0.649949Caraquiz

 view all matches for this distribution


Astro-satpass

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    Use qsmag instead of mcnames to suppliment magnitudes in the canned
    magnitude table.  As of July 24 2017 mcnames appeared to be
    double-compressed and corrupt besides. Both are maintained by Mike
    McCants, but the former is input to his QuickSat program and so
    likely to be less fragile. I hope. The mcnames file was eventually
    corrected, but I am sticking with qsmag for now.

    Kelso reports decay of Iridium 74.

0.082		2017-06-14	T. R. Wyant

 view all matches for this distribution


( run in 2.259 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )