File | Code |
---|---|
AKIYM/JSON-Hjson…/Actions.pm6 :6: |
?? $<root-object>.made.hash.item |
AKIYM/JSON-Hjson…/Actions.pm6 :17: |
method object($/) { make $<memberlist>.made.hash.item } |
AKIYM/JSON-Hjson…/Actions.pm6 :21: |
method array($/) { make $<arraylist>.made.item } |
ALOREN/App-FindSource…/LICENSE :110: |
menu, a prominent item in the list meets this criterion. |
ALOREN/Getopt-Advance…/Advance.adoc :315: |
^array ^yes ^a ^a|action=a ^--action "item" ^unix gnu x |
ALOREN/Getopt-Advance…/Helper.pm6 :65: |
for %optionref -> $item { |
ALOREN/Getopt-Advance…/Helper.pm6 :66: |
$usage ~= ( $item.value.optional ?? '[' !! '<' ); |
ALOREN/Getopt-Advance…/Helper.pm6 :67: |
$usage ~= $item.key; |
ALOREN/Getopt-Advance…/Helper.pm6 :68: |
$usage ~= ( $item.value.optional ?? ']' !! '>' ); |
ALOREN/Getopt-Advance…/Helper.pm6 :111: |
for %!pos.sort(*.key) -> $item { |
ALOREN/Getopt-Advance…/Helper.pm6 :112: |
given $item.value { |
ALOREN/Getopt-Advance…/Helper.pm6 :136: |
for %!pos.sort(*.key) -> $item { |
ALOREN/Getopt-Advance…/Helper.pm6 :137: |
given $item.value { |
ALOREN/Getopt-Advance…/Helper.pm6 :164: |
for %!option.sort(*.key) -> $item { |
ALOREN/Getopt-Advance…/Helper.pm6 :167: |
$item.key, |
ALOREN/Getopt-Advance…/Helper.pm6 :168: |
do given $item.value { |
ALOREN/Getopt-Advance…/Helper.pm6 :194: |
for @(%!pos{0}) -> $item { |
ALOREN/Getopt-Advance…/Helper.pm6 :195: |
given $item { |
ALOREN/Terminal-Table…/Table.pod :66: |
=item @data |
ALOREN/Terminal-Table…/Table.pod :70: |
=item @max-widths = [] |
ALOREN/Terminal-Table…/Table.pod :74: |
=item :$style = Style::Default::ASCII |
ALOREN/Terminal-Table…/Table.pod :82: |
=item @data |
ALOREN/Terminal-Table…/Table.pod :86: |
=item @max-widths = [] |
ALOREN/Terminal-Table…/Table.pod :90: |
=item :$style = Style::Default::ASCII |
ALOREN/Terminal-Table…/Table.pod :98: |
=item @data |
ALOREN/Terminal-Table…/Table.pod :102: |
=item :$style = Style::Default::ASCII |
ALOREN/Terminal-Table…/Table.pod :136: |
=item Color::String $style |
ALOREN/Terminal-Table…/Table.pod :145: |
=item @lines |
ALOREN/Terminal-Table…/Table.pod :154: |
=item @lines |
ALOREN/Terminal-Table…/Table.pod :158: |
=item Color::String $style |
ALOREN/Terminal-Table…/Table.pod :196: |
=item :&callback |
ALOREN/Terminal-Table…/Table.pod :210: |
=item @max-widths = [] |
ALOREN/Terminal-Table…/Table.pod :214: |
=item :$coloured |
ALOREN/Terminal-Table…/Table.pod :222: |
=item &callback #`(:(@hframe, @vframe, @content, Bool $coloured)) |
ALOREN/Terminal-Table…/Table.pod :262: |
=item cell |
ALOREN/Terminal-Table…/Table.pod :320: |
=item :&h-frame ~~ & (@h-frame, Bool $coloured) |
ALOREN/Terminal-Table…/Table.pod :322: |
=item :&v-frame ~~ & (@v-frame, @contents, Bool $coloured) |
ALOREN/Terminal-Table…/Table.pod :372: |
=item NONE |
ALOREN/Terminal-Table…/Table.pod :376: |
=item ASCII |
ALOREN/Terminal-Table…/Table.pod :380: |
=item SPACE |
ALOREN/Terminal-Table…/Table.pod :384: |
=item DOT |
ALOREN/Terminal-Table…/Table.pod :388: |
=item SINGLE |
ALOREN/Terminal-Table…/Table.pod :392: |
=item DOUBLE |
ALOREN/Terminal-Table…/Table.pod :396: |
=item ROUND |
ALOREN/Terminal-Table…/Table.pod :400: |
=item OTHER |
ALOREN/Terminal-Table…/Table.pod :411: |
=item :@style |
ALOREN/Terminal-Table…/Table.pod :424: |
=item method none(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :436: |
=item method space(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :446: |
=item method ascii(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :456: |
=item method single(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :484: |
=item method double(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :506: |
=item method round(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :528: |
=item *%args |
ALOREN/Terminal-Table…/Table.pod :550: |
=item method none(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :566: |
=item method ascii(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :586: |
=item method space(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :606: |
=item method single(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :674: |
=item method double(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :694: |
=item method dot(Int $index, :$count) |
ALOREN/Terminal-Table…/Table.pod :801: |
=item LEFT |
ALOREN/Terminal-Table…/Table.pod :805: |
=item RIGHT |
ALOREN/Terminal-Table…/Table.pod :809: |
=item MIDDLE |
ALOREN/Terminal-Table…/Table.pod :817: |
=item String :$padding-char = String.new(value => " ", width => 1) |
ALOREN/Terminal-Table…/Table.pod :821: |
=item Int :$padding-left = 0 |
ALOREN/Terminal-Table…/Table.pod :825: |
=item Int :$padding-right = 0 |
ALOREN/Terminal-Table…/Table.pod :829: |
=item :$algin = Align::LEFT |
ALOREN/Terminal-Table…/Table.pod :833: |
=item :$split-word = False |
ALOREN/Terminal-Table…/Table.pod :840: |
=item method space() |
ALOREN/Terminal-Table…/Table.pod :850: |
=item Style::Corner :$corner-style |
ALOREN/Terminal-Table…/Table.pod :854: |
=item Style::Line :$line-style |
ALOREN/Terminal-Table…/Table.pod :858: |
=item Style::Content :$content-style |
ALOREN/Terminal-Table…/Table.pod :866: |
=item Style::Default::ASCII |
ALOREN/Terminal-Table…/Table.pod :872: |
=item Style::Default::SINGLE |
ALOREN/Terminal-Table…/Table.pod :878: |
=item Style::Default::NONE |
ALOREN/Terminal-Table…/Table.pod :884: |
=item Style::Default::SPACE |
ALOREN/Terminal-Table…/Table.pod :890: |
=item Style::Default::DOUBLE |
ALOREN/Terminal-Table…/Table.pod :896: |
=item Style::Default::DOT |
ALOREN/Terminal-Table…/Table.pod :902: |
=item Style::Default::ROUND |
ALOREN/Terminal-Table…/Table.pod :914: |
=item :@color |
ALOREN/Terminal-Table…/Table.pod :918: |
=item :$enabled = True |
ALOREN/Terminal-Table…/06-visit.t :42: |
ok($o eq $t, "Array item equal"); |
ASTJ/SQL-NamedPlaceholder…/NamedPlaceholder.pm6 :50: |
=begin item |
ASTJ/SQL-NamedPlaceholder…/NamedPlaceholder.pm6 :56: |
=end item |
ASTJ/SQL-NamedPlaceholder…/NamedPlaceholder.pm6 :60: |
=begin item |
ASTJ/SQL-NamedPlaceholder…/NamedPlaceholder.pm6 :65: |
=end item |
ASTJ/SQL-NamedPlaceholder…/NamedPlaceholder.pm6 :67: |
=begin item |
ASTJ/SQL-NamedPlaceholder…/NamedPlaceholder.pm6 :72: |
=end item |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :61: |
for @array -> $item { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :62: |
say $item.perl; |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :63: |
# if $item<rule> eq 'statementlist' { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :64: |
# #my $length = $item<value>.chars; |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :67: |
if $item<rule> eq 'package_declarator' { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :68: |
if $item<value> ~~ /('class' | 'grammar') \s+/ { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :71: |
$package-indent = $item<indent>; |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :78: |
if $item<rule> eq 'routine_declarator' { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :80: |
if $item<value> ~~ /('sub' | 'method') \s+/ { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :84: |
if $item<rule> eq 'variable' { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :85: |
# say "Found variable {$item<value>}"; |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :87: |
if $item<rule> eq 'name' { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :89: |
my $name = $item<value>; |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :90: |
# say $item<indent> ~" vs " ~ $package-indent; |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :91: |
# if $item<indent> <= $package-indent { |
AZAWAWI/App-Perl6LangServer…/test-ast.p6 :102: |
'name' => $item<value>, |
AZAWAWI/MagickWand…/Enums.pm6 :19: |
=item UniformNoise |
AZAWAWI/MagickWand…/Enums.pm6 :20: |
=item GaussianNoise |
AZAWAWI/MagickWand…/Enums.pm6 :21: |
=item MultiplicativeGaussianNoise |
AZAWAWI/MagickWand…/Enums.pm6 :22: |
=item ImpulseNoise |
AZAWAWI/MagickWand…/Enums.pm6 :23: |
=item LaplacianNoise |
AZAWAWI/MagickWand…/Enums.pm6 :24: |
=item PoissonNoise |
AZAWAWI/MagickWand…/Enums.pm6 :34: |
=item RedChannel |
AZAWAWI/MagickWand…/Enums.pm6 :35: |
=item GaussianNoise |
AZAWAWI/MagickWand…/Enums.pm6 :36: |
=item GrayChannel |
AZAWAWI/MagickWand…/Enums.pm6 :37: |
=item CyanChannel |
AZAWAWI/MagickWand…/Enums.pm6 :38: |
=item GreenChannel |
AZAWAWI/MagickWand…/Enums.pm6 :39: |
=item MagentaChannel |
AZAWAWI/MagickWand…/Enums.pm6 :40: |
=item AlphaChannel |
AZAWAWI/MagickWand…/Enums.pm6 :41: |
=item OpacityChannel |
AZAWAWI/MagickWand…/Enums.pm6 :42: |
=item BlackChannel |
AZAWAWI/MagickWand…/Enums.pm6 :43: |
=item IndexChannel |
AZAWAWI/MagickWand…/Enums.pm6 :44: |
=item CompositeChannels |
AZAWAWI/MagickWand…/Enums.pm6 :45: |
=item AllChannels |
AZAWAWI/MagickWand…/Enums.pm6 :46: |
=item TrueAlphaChannel |
AZAWAWI/MagickWand…/Enums.pm6 :47: |
=item RGBChannels |
AZAWAWI/MagickWand…/Enums.pm6 :48: |
=item GrayChannels |
AZAWAWI/MagickWand…/Enums.pm6 :49: |
=item SyncChannels |
AZAWAWI/MagickWand…/Enums.pm6 :50: |
=item DefaultChannels |
AZAWAWI/MagickWand…/Enums.pm6 :80: |
=item NoCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :81: |
=item ModulusAddCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :82: |
=item AtopCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :83: |
=item BlendCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :84: |
=item BumpmapCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :85: |
=item ChangeMaskCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :86: |
=item ClearCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :87: |
=item ColorBurnCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :88: |
=item ColorDodgeCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :89: |
=item ColorizeCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :90: |
=item CopyBlackCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :91: |
=item CopyBlueCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :92: |
=item CopyCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :93: |
=item CopyCyanCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :94: |
=item CopyGreenCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :95: |
=item CopyMagentaCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :96: |
=item CopyOpacityCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :97: |
=item CopyRedCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :98: |
=item CopyYellowCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :99: |
=item DarkenCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :100: |
=item DstAtopCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :101: |
=item DstCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :102: |
=item DstInCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :103: |
=item DstOutCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :104: |
=item DstOverCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :105: |
=item DifferenceCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :106: |
=item DisplaceCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :107: |
=item DissolveCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :108: |
=item ExclusionCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :109: |
=item HardLightCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :110: |
=item HueCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :111: |
=item InCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :112: |
=item LightenCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :113: |
=item LinearLightCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :114: |
=item LuminizeCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :115: |
=item MinusDstCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :116: |
=item ModulateCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :117: |
=item MultiplyCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :118: |
=item OutCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :119: |
=item OverCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :120: |
=item OverlayCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :121: |
=item PlusCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :122: |
=item ReplaceCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :123: |
=item SaturateCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :124: |
=item ScreenCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :125: |
=item SoftLightCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :126: |
=item SrcAtopCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :127: |
=item SrcCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :128: |
=item SrcInCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :129: |
=item SrcOutCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :130: |
=item SrcOverCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :131: |
=item ModulusSubtractCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :132: |
=item ThresholdCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :133: |
=item XorCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :134: |
=item DivideDstCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :135: |
=item DistortCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :136: |
=item BlurCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :137: |
=item PegtopLightCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :138: |
=item VividLightCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :139: |
=item PinLightCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :140: |
=item LinearDodgeCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :141: |
=item LinearBurnCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :142: |
=item MathematicsCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :143: |
=item DivideSrcCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :144: |
=item MinusSrcCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :145: |
=item DarkenIntensityCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :146: |
=item LightenIntensityCompositeOp |
AZAWAWI/MagickWand…/Enums.pm6 :224: |
=item FrameMode |
AZAWAWI/MagickWand…/Enums.pm6 :225: |
=item UnframeMode |
AZAWAWI/MagickWand…/Enums.pm6 :226: |
=item ConcatenateMode |
AZAWAWI/MagickWand…/Enums.pm6 :240: |
=item BilevelType |
AZAWAWI/MagickWand…/Enums.pm6 :241: |
=item GrayscaleType |
AZAWAWI/MagickWand…/Enums.pm6 :242: |
=item GrayscaleMatteType |
AZAWAWI/MagickWand…/Enums.pm6 :243: |
=item PaletteType |
AZAWAWI/MagickWand…/Enums.pm6 :244: |
=item PaletteMatteType |
AZAWAWI/MagickWand…/Enums.pm6 :245: |
=item TrueColorType |
AZAWAWI/MagickWand…/Enums.pm6 :246: |
=item TrueColorMatteType |
AZAWAWI/MagickWand…/Enums.pm6 :247: |
=item ColorSeparationType |
AZAWAWI/MagickWand…/Enums.pm6 :248: |
=item ColorSeparationMatteType |
AZAWAWI/MagickWand…/Enums.pm6 :249: |
=item OptimizeType |
AZAWAWI/MagickWand…/Enums.pm6 :250: |
=item PaletteBilevelMatteType |
AZAWAWI/MagickWand…/Enums.pm6 :272: |
=item GradientStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :273: |
=item MaximumStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :274: |
=item MeanStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :275: |
=item MedianStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :276: |
=item MinimumStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :277: |
=item ModeStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :278: |
=item NonpeakStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :279: |
=item StandardDeviationStatistic |
AZAWAWI/MagickWand…/Enums.pm6 :298: |
=item RGBColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :299: |
=item GRAYColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :300: |
=item TransparentColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :301: |
=item OHTAColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :302: |
=item LabColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :303: |
=item XYZColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :304: |
=item YCbCrColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :305: |
=item YCCColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :306: |
=item YIQColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :307: |
=item YPbPrColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :308: |
=item YUVColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :309: |
=item CMYKColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :310: |
=item sRGBColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :311: |
=item HSBColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :312: |
=item HSLColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :313: |
=item HWBColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :314: |
=item Rec601LumaColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :315: |
=item Rec601YCbCrColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :316: |
=item Rec709LumaColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :317: |
=item Rec709YCbCrColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :318: |
=item LogColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :319: |
=item CMYColorspace |
AZAWAWI/MagickWand…/Enums.pm6 :352: |
=item PointFilter |
AZAWAWI/MagickWand…/Enums.pm6 :353: |
=item BoxFilter |
AZAWAWI/MagickWand…/Enums.pm6 :354: |
=item TriangleFilter |
AZAWAWI/MagickWand…/Enums.pm6 :355: |
=item HermiteFilter |
AZAWAWI/MagickWand…/Enums.pm6 :356: |
=item HanningFilter |
AZAWAWI/MagickWand…/Enums.pm6 :357: |
=item HammingFilter |
AZAWAWI/MagickWand…/Enums.pm6 :358: |
=item BlackmanFilter |
AZAWAWI/MagickWand…/Enums.pm6 :359: |
=item GaussianFilter |
AZAWAWI/MagickWand…/Enums.pm6 :360: |
=item QuadraticFilter |
AZAWAWI/MagickWand…/Enums.pm6 :361: |
=item CubicFilter |
AZAWAWI/MagickWand…/Enums.pm6 :362: |
=item CatromFilter |
AZAWAWI/MagickWand…/Enums.pm6 :363: |
=item MitchellFilter |
AZAWAWI/MagickWand…/Enums.pm6 :364: |
=item JincFilter |
AZAWAWI/MagickWand…/Enums.pm6 :365: |
=item SincFilter |
AZAWAWI/MagickWand…/Enums.pm6 :366: |
=item SincFastFilter |
AZAWAWI/MagickWand…/Enums.pm6 :367: |
=item KaiserFilter |
AZAWAWI/MagickWand…/Enums.pm6 :368: |
=item WelshFilter |
AZAWAWI/MagickWand…/Enums.pm6 :369: |
=item ParzenFilter |
AZAWAWI/MagickWand…/Enums.pm6 :370: |
=item BohmanFilter |
AZAWAWI/MagickWand…/Enums.pm6 :371: |
=item BartlettFilter |
AZAWAWI/MagickWand…/Enums.pm6 :372: |
=item LagrangeFilter |
AZAWAWI/MagickWand…/Enums.pm6 :373: |
=item LanczosFilter |
AZAWAWI/MagickWand…/Enums.pm6 :374: |
=item LanczosSharpFilter |
AZAWAWI/MagickWand…/Enums.pm6 :375: |
=item Lanczos2Filter |
AZAWAWI/MagickWand…/Enums.pm6 :376: |
=item Lanczos2SharpFilter |
AZAWAWI/MagickWand…/Enums.pm6 :377: |
=item RobidouxFilter |
AZAWAWI/MagickWand…/Enums.pm6 :378: |
=item RobidouxSharpFilter |
AZAWAWI/MagickWand…/Enums.pm6 :379: |
=item CosineFilter |
AZAWAWI/MagickWand…/Enums.pm6 :380: |
=item SplineFilter |
AZAWAWI/MagickWand…/Enums.pm6 :381: |
=item SentinelFilter |
BDUGGAN/RDF-Turtle…/Grammar.pm6 :128: |
# [22] itemList ::= object+ |
BDUGGAN/RDF-Turtle…/Grammar.pm6 :129: |
rule itemList { |
BDUGGAN/RDF-Turtle…/Grammar.pm6 :133: |
# [23] collection ::= '(' itemList? ')' |
BDUGGAN/RDF-Turtle…/Grammar.pm6 :135: |
'(' ~ ')' <itemList>? |
BDUGGAN/RDF-Turtle…/01-grammar.t :53: |
t 'itemList', '"apple" "banana"'; |
BDUGGAN/RDF-Turtle…/manifest.ttl :107: |
rdfs:comment "10000 items (10000 triples)" ; |
BDUGGAN/RDF-Turtle…/test-16.ttl :1: |
# 10000 items (10000 triples) more than the default Bison stack size |
CCWORLD/CCLog…/LICENSE :323: |
mouse-clicks or menu items--whatever suits your program. |
CHSANCH/Lingua-Stem-Es…/diffs.txt :25031: |
sitemáticamente sitemat |
CONO/Algorithm-Heap-Binary…/README.md :35: |
find a maximum item of a max-heap, or a minimum item of a min-heap, respectively |
CONO/Algorithm-Heap-Binary…/README.md :60: |
return the number of items in the heap |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :224: |
find a maximum item of a max-heap, or a minimum item of a min-heap, |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :247: |
return the number of items in the heap |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :262: |
=item empty constructor |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :272: |
=item named constructor |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :280: |
=item constructor with heapify |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :381: |
=item1 L<https://en.wikipedia.org/wiki/Heap\_(data\_structure)\> |
CONO/Algorithm-Heap-Binary…/Binary.pm6 :383: |
=item1 L<https://en.wikipedia.org/wiki/Binary\_heap\> |
CTILMES/DB-Pg…/Pg.pm6 :190: |
=begin item |
CTILMES/DB-Pg…/Pg.pm6 :206: |
=end item |
CTILMES/DB-Pg…/Pg.pm6 :208: |
=begin item |
CTILMES/DB-Pg…/Pg.pm6 :210: |
=end item |
CTILMES/DB-Pg…/Pg.pm6 :212: |
=begin item |
CTILMES/DB-Pg…/Pg.pm6 :216: |
=end item |
CTILMES/GraphQL…/GraphQL.pm :574: |
=item B<Manual> - You can construct each type by creating and nesting |
CTILMES/GraphQL…/GraphQL.pm :592: |
=item B<GraphQL Schema Language> or B<GSL>- The Perl 6 GraphQL engine |
CTILMES/GraphQL…/GraphQL.pm :612: |
=item B<Direct Perl Classes> - You can also simply pass in Perl 6 |
CTILMES/GraphQL…/GraphQL.pm :646: |
=item1 B<GraphQL::Type> (abstract, not to be used directly, only inherited |
CTILMES/GraphQL…/GraphQL.pm :647: |
=item2 B<GraphQL::Scalar> |
CTILMES/GraphQL…/GraphQL.pm :648: |
=item3 B<GraphQL::String> |
CTILMES/GraphQL…/GraphQL.pm :649: |
=item3 B<GraphQL::Int> |
CTILMES/GraphQL…/GraphQL.pm :650: |
=item3 B<GraphQL::Float> |
CTILMES/GraphQL…/GraphQL.pm :651: |
=item3 B<GraphQL::ID> |
CTILMES/GraphQL…/GraphQL.pm :652: |
=item3 B<GraphQL::EnumValue> |
CTILMES/GraphQL…/GraphQL.pm :653: |
=item2 B<GraphQL::List> |
CTILMES/GraphQL…/GraphQL.pm :654: |
=item2 B<GraphQL::Non-Null> |
CTILMES/GraphQL…/GraphQL.pm :655: |
=item2 B<GraphQL::InputValue> |
CTILMES/GraphQL…/GraphQL.pm :656: |
=item2 B<GraphQL::Field> |
CTILMES/GraphQL…/GraphQL.pm :657: |
=item2 B<GraphQL::Interface> |
CTILMES/GraphQL…/GraphQL.pm :658: |
=item2 B<GraphQL::Object> |
CTILMES/GraphQL…/GraphQL.pm :659: |
=item2 B<GraphQL::Input> |
CTILMES/GraphQL…/GraphQL.pm :660: |
=item2 B<GraphQL::Union> |
CTILMES/GraphQL…/GraphQL.pm :661: |
=item2 B<GraphQL::Enum> |
CTILMES/GraphQL…/GraphQL.pm :662: |
=item2 B<GraphQL::Directive> |
CTILMES/LibCurl…/Easy.pod6 :33: |
=item method B<new>(*%options) returns LibCurl::Easy |
CTILMES/LibCurl…/Easy.pod6 :41: |
=item method B<version>() returns Str |
CTILMES/LibCurl…/Easy.pod6 :52: |
=item method B<set-header>(*%headers) returns LibCurl::Easy |
CTILMES/LibCurl…/Easy.pod6 :56: |
=item method B<clear-header>() returns LibCurl::Easy |
CTILMES/LibCurl…/Easy.pod6 :60: |
=item method B<setopt>(*%options) returns LibCurl::Easy |
CTILMES/LibCurl…/Easy.pod6 :65: |
=item method B<perform>() returns LibCurl::Easy |
CTILMES/LibCurl…/Easy.pod6 :71: |
=item method B<buf>() returns Buf |
CTILMES/LibCurl…/Easy.pod6 :75: |
=item method B<content>($encoding = 'utf-8') returns Str |
CTILMES/LibCurl…/Easy.pod6 :79: |
=item method B<error>() returns Str |
CTILMES/LibCurl…/Easy.pod6 :86: |
=item method B<receivedheaders>() returns Hash |
CTILMES/LibCurl…/Easy.pod6 :90: |
=item method B<get-header>(Str $field) returns Str |
CTILMES/LibCurl…/Easy.pod6 :94: |
=item method B<success>() returns Bool |
CTILMES/LibCurl…/Easy.pod6 :98: |
=item multi method B<getinfo>(Str $info) |
CTILMES/LibCurl…/Easy.pod6 :103: |
=item multi method B<getinfo>(*@fields) returns Hash |
CTILMES/LibCurl…/Easy.pod6 :107: |
=item multi method B<getinfo>() returns Hash |
CTILMES/LibCurl…/Easy.pod6 :111: |
=item method B<cleanup>() |
CTILMES/LibCurl…/Easy.pod6 :130: |
=item method B<FALLBACK>() |
CTILMES/LibCurl…/EasyHandle.pod6 :36: |
=item sub B<curl_global_init>(long $flags) returns uint32 |
CTILMES/LibCurl…/EasyHandle.pod6 :44: |
=item sub B<curl_global_cleanup>() |
CTILMES/LibCurl…/EasyHandle.pod6 :49: |
=item sub B<curl_version>() returns Str |
CTILMES/LibCurl…/EasyHandle.pod6 :60: |
=item method B<Int>() returns Int |
CTILMES/LibCurl…/EasyHandle.pod6 :64: |
=item method B<message>() returns Str |
CTILMES/LibCurl…/EasyHandle.pod6 :73: |
=item has Str $.data |
CTILMES/LibCurl…/EasyHandle.pod6 :74: |
=item has Pointer $.next |
CTILMES/LibCurl…/EasyHandle.pod6 :80: |
=item method B<append>(*@str-list) returns LibCurl::slist |
CTILMES/LibCurl…/EasyHandle.pod6 :86: |
=item method B<list>() returns Array |
CTILMES/LibCurl…/EasyHandle.pod6 :90: |
=item method B<free>() |
CTILMES/LibCurl…/EasyHandle.pod6 :101: |
=item method B<new>() returns LibCurl::EasyHandle |
CTILMES/LibCurl…/EasyHandle.pod6 :107: |
=item method B<id>() returns Str |
CTILMES/LibCurl…/EasyHandle.pod6 :112: |
=item method B<cleanup>() |
CTILMES/LibCurl…/EasyHandle.pod6 :117: |
=item method B<reset>() |
CTILMES/LibCurl…/EasyHandle.pod6 :122: |
=item method B<duphandle>() returns LibCurl::EasyHandle |
CTILMES/LibCurl…/EasyHandle.pod6 :127: |
=item method B<escape>(Str $str, $encoding = 'utf-8') |
CTILMES/LibCurl…/EasyHandle.pod6 :132: |
=item method B<unescape>(Str $str, $encoding = 'utf-8') |
CTILMES/LibCurl…/EasyHandle.pod6 :137: |
=item method B<perform>() return uint32 |
CTILMES/LibCurl…/EasyHandle.pod6 :142: |
=item multi method B<setopt>($option, Str $param) |
CTILMES/LibCurl…/EasyHandle.pod6 :143: |
=item multi method B<setopt>($option, &callback) |
CTILMES/LibCurl…/EasyHandle.pod6 :144: |
=item multi method B<setopt>($option, Pointer $ptr) |
CTILMES/LibCurl…/EasyHandle.pod6 :145: |
=item multi method B<setopt>($option, LibCurl::slist $slist) |
CTILMES/LibCurl…/EasyHandle.pod6 :146: |
=item multi method B<setopt>($option, CArray[uint8] $ptr) |
CTILMES/LibCurl…/EasyHandle.pod6 :147: |
=item multi method B<setopt>($option, LibCurl::EasyHandle $ptr) |
CTILMES/LibCurl…/EasyHandle.pod6 :154: |
=item method B<getinfo_long>($option) returns long |
CTILMES/LibCurl…/EasyHandle.pod6 :155: |
=item method B<getinfo_double>($option) returns num64 |
CTILMES/LibCurl…/EasyHandle.pod6 :156: |
=item method B<getinfo_str>($option) returns Str |
CTILMES/LibCurl…/EasyHandle.pod6 :157: |
=item method B<getinfo_certinfo>() returns Array[Str] |
CTILMES/LibCurl…/EasyHandle.pod6 :158: |
=item method B<getinfo_slist>($option) returns Array[Str] |
CTILMES/LibCurl…/HTTP.pod6 :37: |
=item method B<GET>($URL, $filename?) |
CTILMES/LibCurl…/HTTP.pod6 :41: |
=item method B<HEAD>($URL) |
CTILMES/LibCurl…/HTTP.pod6 :45: |
=item method B<DELETE>($URL) |
CTILMES/LibCurl…/HTTP.pod6 :49: |
=item method B<PUT>($URL, $filename) |
CTILMES/LibCurl…/HTTP.pod6 :53: |
=item method B<POST>($URL, $content?) |
CTILMES/LibCurl…/Multi.pod6 :37: |
=item method B<new>(*%options) returns LibCurl::Multi |
CTILMES/LibCurl…/Multi.pod6 :43: |
=item method B<setopt>(*%options) returns LibCurl::Multi |
CTILMES/LibCurl…/Multi.pod6 :52: |
=item method B<add-handle>(*@handles) returns LibCurl::Multi |
CTILMES/LibCurl…/Multi.pod6 :56: |
=item method B<remove-handle>(*@handles) returns LibCurl::Multi |
CTILMES/LibCurl…/Multi.pod6 :64: |
=item method B<perform>($timeout-ms = 1000) returns LibCurl::Multi |
CTILMES/LibCurl…/MultiHandle.pod6 :58: |
=item has uint32 $.msg |
CTILMES/LibCurl…/MultiHandle.pod6 :60: |
=item has LibCurl::EasyHandle $.handle |
CTILMES/LibCurl…/MultiHandle.pod6 :62: |
=item has uint32 $.code |
CTILMES/LibCurl…/MultiHandle.pod6 :68: |
=item method B<message>() returns Str |
CTILMES/LibCurl…/MultiHandle.pod6 :77: |
=item method B<new>() returns LibCurl::MultiHandle |
CTILMES/LibCurl…/MultiHandle.pod6 :82: |
=item method B<cleanup>() |
CTILMES/LibCurl…/MultiHandle.pod6 :87: |
=item method B<add-handle>(LibCurl::EasyHandle $handle) |
CTILMES/LibCurl…/MultiHandle.pod6 :92: |
=item method B<remove-handle>(LibCurl::EasyHandle $handle) |
CTILMES/LibCurl…/MultiHandle.pod6 :97: |
=item multi method B<setopt>($option, long $param) |
CTILMES/LibCurl…/MultiHandle.pod6 :102: |
=item method B<perform>(int32 $running-handles is rw) |
CTILMES/LibCurl…/MultiHandle.pod6 :110: |
=item method B<wait>(int32 $timeout-ms, int32 $numfds is rw) |
CTILMES/LibCurl…/MultiHandle.pod6 :115: |
=item method B<info>(int32 $msgs-in-queue is rw) returns LibCurl::CURLMsg |
CTILMES/LibCurl…/Easy.pm6 :300: |
sub headerfunction(Pointer $ptr, uint32 $size, uint32 $nitems, |
CTILMES/LibCurl…/Easy.pm6 :306: |
nativecast(CArray[uint8], $ptr)[0 ..^ $size * $nitems] |
CTILMES/LibCurl…/Easy.pm6 :318: |
return $size * $nitems; |
CTILMES/LibCurl…/Easy.pm6 :580: |
$!handle.setopt(CURLOPT_HTTPPOST, $!form.firstitem) if $!form; |
CTILMES/LibCurl…/EasyHandle.pm6 :575: |
has intptr $.firstitem = 0; |
CTILMES/LibCurl…/EasyHandle.pm6 :576: |
has intptr $.lastitem = 0; |
CTILMES/LibCurl…/EasyHandle.pm6 :587: |
method add-array(@items) |
CTILMES/LibCurl…/EasyHandle.pm6 :589: |
my @array := StructArray[LibCurl::formstruct].new(@items.elems + 1); |
CTILMES/LibCurl…/EasyHandle.pm6 :591: |
for @items -> @item |
CTILMES/LibCurl…/EasyHandle.pm6 :593: |
@array[$i].option = @item[0]; |
CTILMES/LibCurl…/EasyHandle.pm6 :594: |
@array[$i].value = @item[1] ~~ Blob |
CTILMES/LibCurl…/EasyHandle.pm6 :595: |
?? +nativecast(Pointer, @item[1]) |
CTILMES/LibCurl…/EasyHandle.pm6 :596: |
!! @item[1]; |
CTILMES/LibCurl…/EasyHandle.pm6 :602: |
my $ret = curl_formadd_array($!firstitem, $!lastitem, |
CTILMES/LibCurl…/EasyHandle.pm6 :611: |
curl_formfree($!firstitem) if $!firstitem; |
CTILMES/LibCurl…/EasyHandle.pm6 :612: |
$!firstitem = $!lastitem = 0; |
CTILMES/LibGit2…/Clone.pm6 :69: |
=item B<:bare> - Set for a bare repo |
CTILMES/LibGit2…/Clone.pm6 :71: |
=item Str B<:local > |
CTILMES/LibGit2…/Clone.pm6 :89: |
=item Str B<:checkout-branch> - The name of the branch to checkout |
CTILMES/LibGit2…/Init.pm6 :79: |
=item B<:bare> - Create a bare repository with no working directory |
CTILMES/LibGit2…/Init.pm6 :81: |
=item B<:no-reinit> - Return an error if the repo_path appears to already |
CTILMES/LibGit2…/Init.pm6 :84: |
=item B<:no-dotgit-dir> - Normally a C</.git/> will be appended to the |
CTILMES/LibGit2…/Init.pm6 :88: |
=item B<:mkdir> - Make the C<repo-path> (and C<workdir-path>) as needed. |
CTILMES/LibGit2…/Init.pm6 :93: |
=item B<:mkpath> - Recursively make all components of the repo and |
CTILMES/LibGit2…/Init.pm6 :96: |
=item B<:external-template> - libgit2 normally uses internal templates to |
CTILMES/LibGit2…/Init.pm6 :102: |
=item B<:init-relative-gitlink> - If an alternate C<workdir> is |
CTILMES/LibGit2…/Init.pm6 :105: |
=item uint32 B<:$mode> - Can be used to explicitly set the file mode of |
CTILMES/LibGit2…/Init.pm6 :109: |
=item B<:shared-group> - Use C<--shared=group> behavior, chmod'ing the |
CTILMES/LibGit2…/Init.pm6 :112: |
=item B<:shared-all> - Use C<--shared=all> behavior, adding world |
CTILMES/LibGit2…/Init.pm6 :115: |
=item Str B<:$workdir-path> - The path to the working dir. IF THIS IS A |
CTILMES/LibGit2…/Init.pm6 :120: |
=item Str B<:$description> - If set, this will be used to initialize the |
CTILMES/LibGit2…/Init.pm6 :124: |
=item Str B<:$template-path> - When C<:external-template> is set, this |
CTILMES/LibGit2…/Init.pm6 :128: |
=item Str B<:$initial-head> - The name of the head to point B<HEAD> at. |
CTILMES/LibGit2…/Init.pm6 :133: |
=item Str B<:$origin-url> - If this is set, then after the rest of the |
CTILMES/LibGit2…/Open.pm6 :53: |
=item B<:bare> - Open repository as a bare repo regardless of core.bare |
CTILMES/LibGit2…/Open.pm6 :56: |
=item B<:search> - Walk up from the start path looking at parent |
CTILMES/LibGit2…/Open.pm6 :61: |
=item B<:cross-fs> - Unless this flag is set, open will not continue |
CTILMES/LibGit2…/Open.pm6 :67: |
=item B<:no-dotgit> - Do not check for a repository by appending /.git to |
CTILMES/LibGit2…/Open.pm6 :71: |
=item B<:from-env> - Find and open a git repository, respecting the |
CTILMES/LibGit2…/Open.pm6 :84: |
=item Str B<$ceiling-dirs> - A ':' (';' on windows) delimited list of |
CTILMES/LibGit2…/Repository.pm6 :47: |
# git_repository_item_t |
CTILMES/LibGit2…/Repository.pm6 :964: |
sub git_repository_item_path(Git::Buffer, Git::Repository, int32 --> int32) |
CTILMES/LibGit2…/Repository.pm6 :967: |
method item-path(Str:D $item) |
CTILMES/LibGit2…/Repository.pm6 :970: |
check(git_repository_item_path($buf, self, |
CTILMES/LibGit2…/Repository.pm6 :971: |
Git::Repository::Item::{"GIT_REPOSITORY_ITEM_$item.uc()"})); |
CTILMES/LibGit2…/Repository.pm6 :996: |
=item B<.init>(Str:D $path, Bool :$bare, ... --> Git::Repository) |
CTILMES/LibGit2…/Repository.pm6 :1002: |
=item B<.open>(Str $path, Str :ceiling-dirs, ... --> Git::Repository) |
CTILMES/LibGit2…/Repository.pm6 :1006: |
=item B<.clone>(Str:D $url, Str:D $localpath --> Git::Repository) |
CTILMES/LibGit2…/Repository.pm6 :1010: |
=item B<.config>(--> Git::Config) |
CTILMES/LibGit2…/29-open.t :31: |
is $repo.item-path('index'), $testdir.IO.child('.git/index'), 'item-path'; |
CTILMES/epoll…/epoll.pm6 :155: |
=item method B<new>(:$maxevents = 1) |
CTILMES/epoll…/epoll.pm6 :160: |
=item method B<add>(int32 $file-descriptor, ...event flags...) |
CTILMES/epoll…/epoll.pm6 :179: |
=item method B<remove>(int32 $file-descriptor) |
CTILMES/epoll…/epoll.pm6 :183: |
=item method B<wait>(int32 :$timeout = -1) |
CTILMES/epoll…/epoll.pm6 :192: |
=item method int32 B<fd>() |
CTILMES/epoll…/epoll.pm6 :196: |
=item method uint32 B<events>() |
CTILMES/epoll…/epoll.pm6 :204: |
=item method Bool B<in>() |
CTILMES/epoll…/epoll.pm6 :208: |
=item method Bool B<out>() |
DARRENF/Test-Declare…/Declare.pm6 :82: |
=item1 name |
DARRENF/Test-Declare…/Declare.pm6 :86: |
=item1 call |
DARRENF/Test-Declare…/Declare.pm6 :90: |
=item2 class |
DARRENF/Test-Declare…/Declare.pm6 :94: |
=item2 method |
DARRENF/Test-Declare…/Declare.pm6 :98: |
=item2 construct |
DARRENF/Test-Declare…/Declare.pm6 :102: |
=item1 args |
DARRENF/Test-Declare…/Declare.pm6 :106: |
=item1 expected |
DARRENF/Test-Declare…/Declare.pm6 :110: |
=item2 return-value |
DARRENF/Test-Declare…/Declare.pm6 :114: |
=item2 lives/dies/throws |
DARRENF/Test-Declare…/Declare.pm6 :118: |
=item2 stdout/stderr |
DARRENF/Test-Declare…/Declare.pm6 :126: |
=begin item |
DARRENF/Test-Declare…/Declare.pm6 :132: |
=end item |
DARRENF/Test-Declare…/Declare.pm6 :134: |
=begin item |
DARRENF/Test-Declare…/Declare.pm6 :139: |
=end item |
DARRENF/Test-Declare…/Declare.pm6 :143: |
=item L<Test|https://github.com/rakudo/rakudo/blob/master/lib/Test.pm6\> |
DARRENF/Test-Declare…/Declare.pm6 :145: |
=item L<IO::Capture::Simple|https://github.com/sergot/IO-Capture-Simple\> |
DARRENF/Test-Declare…/Declare.pm6 :149: |
=item Perl 5's C<Test::Declare|https://metacpan.org/pod/Test::Declare\> (oops, didn't see the name clash when I started) |
DARRENF/Test-Declare…/Declare.pm6 :151: |
=item Perl 5's C<Test::Spec|https://metacpan.org/pod/Test::Spec\> |
DARRENF/Test-Declare…/Declare.pm6 :153: |
=item L<TestML|http://testml.org/\> |
DARRENF/Test-Declare…/Declare.pm6 :157: |
=item L<Perl 6|https://perl6.org/\> |
DRCLAW/Numeric-Nearest…/META6.json :4: |
"description":"Finds nearest item/index in a sorted list for a given key", |
ELIZABETH/List-MoreUtils…/README.md :101: |
Returns True if all items in LIST meet the criterion given through BLOCK. Passes each element in LIST to the BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :124: |
Returns True if any item in LIST meets the criterion given through BLOCK. Passes each element in LIST to the BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :145: |
Logically the negation of `any`. Returns True if no item in LIST meets the criterion given through BLOCK. Passes each element in LIST to the BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :168: |
Logically the negation of `all`. Returns True if not all items in LIST meet the criterion given through BLOCK. Passes each element in LIST to the BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :189: |
Returns True if precisely one item in LIST meets the criterion given through BLOCK. Passes each element in LIST to the BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :213: |
Applies BLOCK to each item in LIST and returns a list of the values after BLOCK has been applied. Returns the last element if `:scalar` has been specified. This function is similar to `map` but will not modify the elements of the input list: |
ELIZABETH/List-MoreUtils…/README.md :241: |
Inserts VALUE after the first item in LIST for which the criterion in BLOCK is true. Sets `$_` for each item in LIST in turn. |
ELIZABETH/List-MoreUtils…/README.md :251: |
Inserts VALUE after the first item in LIST which is equal to STRING. |
ELIZABETH/List-MoreUtils…/README.md :527: |
Creates an array iterator, for looping over an array in chunks of `$n` items at a time. (n at a time, get it?). An example is probably a better explanation than I could give in words. |
ELIZABETH/List-MoreUtils…/README.md :659: |
printf "item with index %i in list is 4", firstidx { $_ == 4 }, @list; |
ELIZABETH/List-MoreUtils…/README.md :661: |
item with index 1 in list is 4 |
ELIZABETH/List-MoreUtils…/README.md :663: |
Returns `-1` if no such item could be found. |
ELIZABETH/List-MoreUtils…/README.md :673: |
printf "item with index %i in list is 4", @list.first: * == 4, :k; |
ELIZABETH/List-MoreUtils…/README.md :685: |
printf "uniqe index of item 2 in list is %i", onlyidx { $_ == 2 }, @list; |
ELIZABETH/List-MoreUtils…/README.md :687: |
unique index of item 2 in list is 4 |
ELIZABETH/List-MoreUtils…/README.md :689: |
Returns `-1` if either no such item or more than one of these has been found. |
ELIZABETH/List-MoreUtils…/README.md :704: |
printf "item with index %i in list is 4", lastidx { $_ == 4 } @list; |
ELIZABETH/List-MoreUtils…/README.md :706: |
item with index 4 in list is 4 |
ELIZABETH/List-MoreUtils…/README.md :708: |
Returns `-1` if no such item could be found. |
ELIZABETH/List-MoreUtils…/README.md :718: |
printf "item with index %i in list is 4", @list.first: * == 4, :k, :end; |
ELIZABETH/List-MoreUtils…/README.md :842: |
The item at the found position is removed and returned. |
ELIZABETH/List-MoreUtils…/README.md :854: |
Counts the number of elements in LIST for which the criterion in BLOCK is true. Passes each item in LIST to BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :856: |
printf "%i item(s) are defined", true { defined($_) }, @list; |
ELIZABETH/List-MoreUtils…/README.md :860: |
print "@list.grep(*.defined).elems() item(s) are defined"; |
ELIZABETH/List-MoreUtils…/README.md :864: |
Counts the number of elements in LIST for which the criterion in BLOCK is false. Passes each item in LIST to BLOCK in turn: |
ELIZABETH/List-MoreUtils…/README.md :866: |
printf "%i item(s) are not defined", false { defined($_) }, @list; |
ELIZABETH/List-MoreUtils…/README.md :870: |
print "@list.grep(!*.defined).elems() item(s) are not defined"; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :465: |
our sub binsert(&code,\item,@values) is export(:all) { |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :467: |
@values.splice($lb, 0, item); |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :596: |
=item Reduction to an identity (boolean) |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :598: |
=item Result is undefined (three-valued) |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :620: |
Returns True if all items in LIST meet the criterion given through |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :647: |
Returns True if any item in LIST meets the criterion given through |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :669: |
Logically the negation of C<any>. Returns True if no item in LIST meets |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :697: |
Logically the negation of C<all>. Returns True if not all items in LIST meet |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :720: |
Returns True if precisely one item in LIST meets the criterion given through |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :746: |
Applies BLOCK to each item in LIST and returns a list of the values after |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :777: |
Inserts VALUE after the first item in LIST for which the criterion in BLOCK |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :778: |
is true. Sets C<$_> for each item in LIST in turn. |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :788: |
Inserts VALUE after the first item in LIST which is equal to STRING. |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1095: |
C<$n> items at a time. (n at a time, get it?). An example is |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1243: |
printf "item with index %i in list is 4", firstidx { $_ == 4 }, @list; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1245: |
item with index 1 in list is 4 |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1247: |
Returns C<-1> if no such item could be found. |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1257: |
printf "item with index %i in list is 4", @list.first: * == 4, :k; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1270: |
printf "uniqe index of item 2 in list is %i", onlyidx { $_ == 2 }, @list; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1272: |
unique index of item 2 in list is 4 |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1274: |
Returns C<-1> if either no such item or more than one of these has been found. |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1290: |
printf "item with index %i in list is 4", lastidx { $_ == 4 } @list; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1292: |
item with index 4 in list is 4 |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1294: |
Returns C<-1> if no such item could be found. |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1304: |
printf "item with index %i in list is 4", @list.first: * == 4, :k, :end; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1453: |
The item at the found position is removed and returned. |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1465: |
Passes each item in LIST to BLOCK in turn: |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1467: |
printf "%i item(s) are defined", true { defined($_) }, @list; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1471: |
print "@list.grep(*.defined).elems() item(s) are defined"; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1476: |
Passes each item in LIST to BLOCK in turn: |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1478: |
printf "%i item(s) are not defined", false { defined($_) }, @list; |
ELIZABETH/List-MoreUtils…/MoreUtils.pm6 :1482: |
print "@list.grep(!*.defined).elems() item(s) are not defined"; |
ELIZABETH/List-MoreUtils…/apply.t :20: |
my $item = apply { s:g/^ \s+ | \s+ $// }, @list, :scalar; |
ELIZABETH/List-MoreUtils…/apply.t :21: |
is $item, "foobar", ":scalar returns last item"; |
ELIZABETH/List-MoreUtils…/binsert.t :15: |
"Inserting into one-item list"; |
ELIZABETH/List-MoreUtils…/pairwise.t :27: |
# sub returns more than two items |
ELIZABETH/List-Util…/README.md :228: |
my @items = pairgrep { $a eq $_ } @kvlist; |
ELIZABETH/List-Util…/README.md :235: |
my @items = pairgrep { $a eq $key } @kvlist; |
ELIZABETH/List-Util…/README.md :244: |
A convenient shortcut to operating on even-sized lists of pairs, this function returns a list of `ARRAY` references, each containing two items from the given list. It is a more efficient version of |
ELIZABETH/List-Util…/README.md :272: |
except that it is implemented more efficiently internally. Specifically, for any input item it will extract exactly two values for the output list; using `Nil` if the input array references are short. |
ELIZABETH/List-Util…/Util.pm6 :457: |
my @items = pairgrep { $a eq $_ } @kvlist; |
ELIZABETH/List-Util…/Util.pm6 :464: |
my @items = pairgrep { $a eq $key } @kvlist; |
ELIZABETH/List-Util…/Util.pm6 :473: |
returns a list of C<ARRAY> references, each containing two items from the |
ELIZABETH/List-Util…/Util.pm6 :504: |
any input item it will extract exactly two values for the output list; using |
ELIZABETH/List-Util…/pair.t :51: |
'pairmap list returning >2 items'; |
ELIZABETH/List-Util…/pair.t :88: |
'unpairs with short item fills in Nil'; |
ELIZABETH/List-Util…/pair.t :93: |
'unpairs with long item truncates'; |
ELIZABETH/List-UtilsBy…/README.md :205: |
If the item function returns a list, and you want to have the separate entries of that list to be included in the result, you need to return that slip that list. This can be useful for example, for generating a hash from two separate lists of keys and values: |
ELIZABETH/List-UtilsBy…/README.md :263: |
Returns the list of values shuffled into a random order. The randomisation is not uniform, but weighted by the value returned by the `WEIGHTFUNC`. Th… |
ELIZABETH/List-UtilsBy…/UtilsBy.pm6 :427: |
If the item function returns a list, and you want to have the separate entries |
ELIZABETH/List-UtilsBy…/UtilsBy.pm6 :504: |
probability of each item being returned first will be distributed with the |
ELIZABETH/List-UtilsBy…/UtilsBy.pm6 :505: |
distribution of the weights, and so on recursively for the remaining items. |
ELIZABETH/List-UtilsBy…/zip_by.t :25: |
'itemfunc can return lists'; |
ELIZABETH/Object-Delayed…/03-basic.t :16: |
# need to use .item to actually make it check the result, rather than type |
ELIZABETH/Object-Delayed…/03-basic.t :17: |
is $object.zip.item, "foo", "does the attribute give the right value"; |
ELIZABETH/Object-Delayed…/03-basic.t :19: |
is $object.zip.item, "foo", "does the attribute still give the right value"; |
ELIZABETH/P5defined…/P5defined.pm6 :9: |
multi sub defined(\item --> Bool:D) { item.defined } |
ELIZABETH/P5defined…/P5defined.pm6 :15: |
multi sub undef(\item --> Nil) { item = Nil } |
ELIZABETH/P5each…/README.md :55: |
don't do that. Exception: It is always safe to delete the item |
ELIZABETH/P5each…/P5each.pm6 :87: |
don't do that. Exception: It is always safe to delete the item |
ELIZABETH/P5opendir…/P5opendir.pm6 :5: |
has str @.items; |
ELIZABETH/P5opendir…/P5opendir.pm6 :18: |
nqp::push_s(@!items,$next) |
ELIZABETH/P5opendir…/P5opendir.pm6 :27: |
$!index < nqp::elems(@!items) |
ELIZABETH/P5opendir…/P5opendir.pm6 :28: |
?? nqp::atpos_s(@!items,$!index++) |
ELIZABETH/P5opendir…/P5opendir.pm6 :32: |
if $!index < nqp::elems(@!items) { |
ELIZABETH/P5opendir…/P5opendir.pm6 :33: |
my int $index = nqp::elems(@!items); |
ELIZABETH/P5opendir…/P5opendir.pm6 :34: |
my $result := @!items.splice($!index); |
ELIZABETH/P5opendir…/P5opendir.pm6 :43: |
$!index = (index max 0) min nqp::elems(@!items) |
ELIZABETH/P5opendir…/P5opendir.pm6 :45: |
method elems() { nqp::elems(@!items) } |
ELIZABETH/P5pack…/README.md :141: |
of a number means to use however many items are left, except |
ELIZABETH/P5pack…/README.md :164: |
one byte longer than the byte length of the item itself. |
ELIZABETH/P5pack…/README.md :272: |
sequence of items where the packed structure contains a packed |
ELIZABETH/P5pack…/README.md :273: |
item count followed by the packed items themselves. This is |
ELIZABETH/P5pack…/README.md :278: |
For "pack", you write length-item"/"sequence-item, and the |
ELIZABETH/P5pack…/README.md :279: |
length-item describes how the length value is packed. Formats |
ELIZABETH/P5pack…/README.md :283: |
For "pack", sequence-item may have a repeat count, in which |
ELIZABETH/P5pack…/README.md :284: |
case the minimum of that and the number of available items is |
ELIZABETH/P5pack…/README.md :285: |
used as the argument for length-item. If it has no repeat |
ELIZABETH/P5pack…/README.md :286: |
count or uses a '*', the number of available items is used. |
ELIZABETH/P5pack…/README.md :289: |
so far is used. You write "/"sequence-item and the repeat |
ELIZABETH/P5pack…/README.md :291: |
stack. The sequence-item must not have a repeat count. |
ELIZABETH/P5pack…/README.md :293: |
If sequence-item refers to a string type ("A", "a", or "Z"), |
ELIZABETH/P5pack…/README.md :294: |
the length-item is the string length, not the number of |
ELIZABETH/P5pack…/README.md :307: |
The length-item is not returned explicitly from "unpack". |
ELIZABETH/P5pack…/README.md :309: |
Supplying a count to the length-item format letter is only |
ELIZABETH/P5pack…/README.md :310: |
useful with "A", "a", or "Z". Packing with a length-item of |
ELIZABETH/P5pack…/README.md :639: |
of the items instead of the items themselves. Default is a 16-bit |
ELIZABETH/P5pack…/P5pack.pm6 :95: |
my sub pack($template, *@items) is export { |
ELIZABETH/P5pack…/P5pack.pm6 :100: |
my int $elems = @items.elems; |
ELIZABETH/P5pack…/P5pack.pm6 :105: |
my $data = @items.AT-POS($pos++); |
ELIZABETH/P5pack…/P5pack.pm6 :115: |
my int $number = @items.AT-POS($pos++); |
ELIZABETH/P5pack…/P5pack.pm6 :121: |
my int $number = $pos < $elems ?? @items.AT-POS($pos++) !! 0; |
ELIZABETH/P5pack…/P5pack.pm6 :159: |
my $data = @items.AT-POS($pos++).ords.cache; |
ELIZABETH/P5pack…/P5pack.pm6 :166: |
$buf.push( $pos < $elems ?? @items.AT-POS($pos++) !! 0 ) for ^$repeat |
ELIZABETH/P5pack…/P5pack.pm6 :169: |
my int $times = $repeat eq '*' || $repeat > @items - $pos |
ELIZABETH/P5pack…/P5pack.pm6 :170: |
?? @items - $pos |
ELIZABETH/P5pack…/P5pack.pm6 :172: |
from-hex(@items.AT-POS($pos++),flip) for ^$times; |
ELIZABETH/P5pack…/P5pack.pm6 :175: |
my int $times = $repeat eq '*' || $repeat > @items - $pos |
ELIZABETH/P5pack…/P5pack.pm6 :176: |
?? @items - $pos |
ELIZABETH/P5pack…/P5pack.pm6 :178: |
$buf.push(@items.AT-POS($pos++).chr.encode.list) for ^$times; |
ELIZABETH/P5pack…/P5pack.pm6 :192: |
my int $times = $repeat eq '*' || $repeat > @items - $pos |
ELIZABETH/P5pack…/P5pack.pm6 :193: |
?? @items - $pos |
ELIZABETH/P5pack…/P5pack.pm6 :195: |
ber-encode(@items.AT-POS($pos++)) for ^$times; |
ELIZABETH/P5pack…/P5pack.pm6 :544: |
of a number means to use however many items are left, except |
ELIZABETH/P5pack…/P5pack.pm6 :567: |
one byte longer than the byte length of the item itself. |
ELIZABETH/P5pack…/P5pack.pm6 :675: |
sequence of items where the packed structure contains a packed |
ELIZABETH/P5pack…/P5pack.pm6 :676: |
item count followed by the packed items themselves. This is |
ELIZABETH/P5pack…/P5pack.pm6 :681: |
For "pack", you write length-item"/"sequence-item, and the |
ELIZABETH/P5pack…/P5pack.pm6 :682: |
length-item describes how the length value is packed. Formats |
ELIZABETH/P5pack…/P5pack.pm6 :686: |
For "pack", sequence-item may have a repeat count, in which |
ELIZABETH/P5pack…/P5pack.pm6 :687: |
case the minimum of that and the number of available items is |
ELIZABETH/P5pack…/P5pack.pm6 :688: |
used as the argument for length-item. If it has no repeat |
ELIZABETH/P5pack…/P5pack.pm6 :689: |
count or uses a '*', the number of available items is used. |
ELIZABETH/P5pack…/P5pack.pm6 :692: |
so far is used. You write "/"sequence-item and the repeat |
ELIZABETH/P5pack…/P5pack.pm6 :694: |
stack. The sequence-item must not have a repeat count. |
ELIZABETH/P5pack…/P5pack.pm6 :696: |
If sequence-item refers to a string type ("A", "a", or "Z"), |
ELIZABETH/P5pack…/P5pack.pm6 :697: |
the length-item is the string length, not the number of |
ELIZABETH/P5pack…/P5pack.pm6 :710: |
The length-item is not returned explicitly from "unpack". |
ELIZABETH/P5pack…/P5pack.pm6 :712: |
Supplying a count to the length-item format letter is only |
ELIZABETH/P5pack…/P5pack.pm6 :713: |
useful with "A", "a", or "Z". Packing with a length-item of |
ELIZABETH/P5pack…/P5pack.pm6 :1042: |
of the items instead of the items themselves. Default is a 16-bit |
ELIZABETH/P5pack…/02-single.t :7: |
# The code in P5pack always generates code for items like "i" as |
ELIZABETH/P5print…/README.md :44: |
item. The current value of $\ (if any) is printed after the entire |
ELIZABETH/P5print…/P5print.pm6 :71: |
item. The current value of $\ (if any) is printed after the entire |
ELIZABETH/Tie-Array…/Array.pm6 :42: |
# Move items up to make room |
ELIZABETH/Tie-Array…/Array.pm6 :51: |
# Move items down to close the gap |
FCO/Red…/Red.pm6 :412: |
=item C<is column> |
FCO/Red…/Red.pm6 :413: |
=item C<is column{}> |
FCO/Red…/Red.pm6 :414: |
=item C<is id> |
FCO/Red…/Red.pm6 :415: |
=item C<is id{}> |
FCO/Red…/Red.pm6 :416: |
=item C<is serial> |
FCO/Red…/Red.pm6 :417: |
=item C<is referencing{}> |
FCO/Red…/Red.pm6 :418: |
=item C<is relationship{}> |
FCO/Red…/Red.pm6 :419: |
=item C<is table<>> |
FCO/Red…/Red.pm6 :420: |
=item C<is nullable> |
FCO/Red…/ResultSeq.pm6 :86: |
method transform-item(*%data) is hidden-from-sql-commenting { |
FCO/Red…/ResultSeq.pm6 :125: |
my @new-keys = @values.map: -> $item { my %key{Red::AST} = $item.[0].clone; %key{$ex.ast} = $ex.value.succ; %key }; |
FISCHER/Lingua-Lipogram…/lipogram :9: |
multi MAIN(*@item, Str :l(:$letters), Bool :f(:$files)) { |
FISCHER/Lingua-Lipogram…/lipogram :15: |
my @status = map {lipogram(.IO, $letters)}, @item; |
FISCHER/Lingua-Lipogram…/lipogram :18: |
exit +!lipogram(@item.join(' '), $letters); |
FISCHER/Lingua-Lipogram…/lipogram :42: |
lipogram [-l|--letters=<Str>] [-f|--files] [<item> ...] |
FISCHER/Lingua-Palindrome…/palindrome :9: |
multi MAIN(*@item, Str :m(:$mode)) { |
FISCHER/Lingua-Palindrome…/palindrome :11: |
when 'char' { exit +!char-palindrome(@item.join(' ')) } |
FISCHER/Lingua-Palindrome…/palindrome :12: |
when 'word' { exit +!word-palindrome(@item.join(' ')) } |
FISCHER/Lingua-Palindrome…/palindrome :14: |
my @status = map {line-palindrome(.IO)}, @item; |
FISCHER/Lingua-Palindrome…/palindrome :44: |
palindrome [-m|--mode=<Str>] [<item> ...] |
FRITH/Archive-Libarchive-Raw…/Raw.pm6 :251: |
=item Read a variety of formats, including tar, pax, cpio, zip, xar, lha, ar, cab, mtree, rar, and ISO images. |
FRITH/Archive-Libarchive-Raw…/Raw.pm6 :252: |
=item Write tar, pax, cpio, zip, xar, ar, ISO, mtree, and shar archives. |
FRITH/Archive-Libarchive-Raw…/Raw.pm6 :253: |
=item Handle automatically archives compressed with gzip, bzip2, lzip, xz, lzma, or compress. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :539: |
=item Read a variety of formats, including tar, pax, cpio, zip, xar, lha, ar, cab, mtree, rar, and ISO images. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :540: |
=item Write tar, pax, cpio, zip, xar, ar, ISO, mtree, and shar archives. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :541: |
=item Handle automatically archives compressed with gzip, bzip2, lzip, xz, lzma, or compress. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :551: |
=item LibarchiveRead: open the archive to list its content. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :552: |
=item LibarchiveWrite: create a new archive. The file must not be already present. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :553: |
=item LibarchiveOverwrite: create a new archive. The file will be overwritten if present. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :554: |
=item LibarchiveExtract: extract the archive content. |
FRITH/Archive-Libarchive…/Libarchive.pm6 :572: |
=item 7zip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :573: |
=item ar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :574: |
=item cab |
FRITH/Archive-Libarchive…/Libarchive.pm6 :575: |
=item cpio |
FRITH/Archive-Libarchive…/Libarchive.pm6 :576: |
=item empty |
FRITH/Archive-Libarchive…/Libarchive.pm6 :577: |
=item gnutar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :578: |
=item iso9660 |
FRITH/Archive-Libarchive…/Libarchive.pm6 :579: |
=item lha |
FRITH/Archive-Libarchive…/Libarchive.pm6 :580: |
=item mtree |
FRITH/Archive-Libarchive…/Libarchive.pm6 :581: |
=item rar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :582: |
=item raw |
FRITH/Archive-Libarchive…/Libarchive.pm6 :583: |
=item tar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :584: |
=item warc |
FRITH/Archive-Libarchive…/Libarchive.pm6 :585: |
=item xar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :586: |
=item zip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :590: |
=item 7zip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :591: |
=item ar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :592: |
=item cpio |
FRITH/Archive-Libarchive…/Libarchive.pm6 :593: |
=item gnutar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :594: |
=item iso9660 |
FRITH/Archive-Libarchive…/Libarchive.pm6 :595: |
=item mtree |
FRITH/Archive-Libarchive…/Libarchive.pm6 :596: |
=item pax |
FRITH/Archive-Libarchive…/Libarchive.pm6 :597: |
=item raw |
FRITH/Archive-Libarchive…/Libarchive.pm6 :598: |
=item shar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :599: |
=item ustar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :600: |
=item v7tar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :601: |
=item warc |
FRITH/Archive-Libarchive…/Libarchive.pm6 :602: |
=item xar |
FRITH/Archive-Libarchive…/Libarchive.pm6 :603: |
=item zip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :612: |
=item bzip2 |
FRITH/Archive-Libarchive…/Libarchive.pm6 :613: |
=item compress |
FRITH/Archive-Libarchive…/Libarchive.pm6 :614: |
=item gzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :615: |
=item grzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :616: |
=item lrzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :617: |
=item lz4 |
FRITH/Archive-Libarchive…/Libarchive.pm6 :618: |
=item lzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :619: |
=item lzma |
FRITH/Archive-Libarchive…/Libarchive.pm6 :620: |
=item lzop |
FRITH/Archive-Libarchive…/Libarchive.pm6 :621: |
=item none |
FRITH/Archive-Libarchive…/Libarchive.pm6 :622: |
=item rpm |
FRITH/Archive-Libarchive…/Libarchive.pm6 :623: |
=item uu |
FRITH/Archive-Libarchive…/Libarchive.pm6 :624: |
=item xz |
FRITH/Archive-Libarchive…/Libarchive.pm6 :628: |
=item b64encode |
FRITH/Archive-Libarchive…/Libarchive.pm6 :629: |
=item bzip2 |
FRITH/Archive-Libarchive…/Libarchive.pm6 :630: |
=item compress |
FRITH/Archive-Libarchive…/Libarchive.pm6 :631: |
=item grzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :632: |
=item gzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :633: |
=item lrzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :634: |
=item lz4 |
FRITH/Archive-Libarchive…/Libarchive.pm6 :635: |
=item lzip |
FRITH/Archive-Libarchive…/Libarchive.pm6 :636: |
=item lzma |
FRITH/Archive-Libarchive…/Libarchive.pm6 :637: |
=item lzop |
FRITH/Archive-Libarchive…/Libarchive.pm6 :638: |
=item none |
FRITH/Archive-Libarchive…/Libarchive.pm6 :639: |
=item uuencode |
FRITH/Archive-Libarchive…/Libarchive.pm6 :640: |
=item xz |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :78: |
=item HTML |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :79: |
=item MAN |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :80: |
=item PS |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :81: |
=item DVI |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :82: |
=item OLE2 (DOC, XLS, PPT) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :83: |
=item OpenOffice (sxw) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :84: |
=item StarOffice (sdw) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :85: |
=item FLAC |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :86: |
=item MP3 (ID3v1 and ID3v2) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :87: |
=item OGG |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :88: |
=item WAV |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :89: |
=item S3M (Scream Tracker 3) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :90: |
=item XM (eXtended Module) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :91: |
=item IT (Impulse Tracker) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :92: |
=item NSF(E) (NES music) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :93: |
=item SID (C64 music) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :94: |
=item EXIV2 |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :95: |
=item JPEG |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :96: |
=item GIF |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :97: |
=item PNG |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :98: |
=item TIFF |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :99: |
=item DEB |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :100: |
=item RPM |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :101: |
=item TAR(.GZ) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :102: |
=item LZH |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :103: |
=item LHA |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :104: |
=item RAR |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :105: |
=item ZIP |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :106: |
=item CAB |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :107: |
=item 7-ZIP |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :108: |
=item AR |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :109: |
=item MTREE |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :110: |
=item PAX |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :111: |
=item CPIO |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :112: |
=item ISO9660 |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :113: |
=item SHAR |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :114: |
=item RAW |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :115: |
=item XAR FLV |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :116: |
=item REAL |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :117: |
=item RIFF (AVI) |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :118: |
=item MPEG |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :119: |
=item QT |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :120: |
=item ASF |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :142: |
=item mime-type The file's mime-type |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :143: |
=item plugin-name The name of the plugin the library used to find out the information |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :144: |
=item plugin-type The plugin subtype used for the operation |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :145: |
=item plugin-format The format of the plugin's output |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :146: |
=item data-type The value returned by the plugin subtype |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :150: |
=item EXTRACTOR_METAFORMAT_UNKNOWN |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :151: |
=item EXTRACTOR_METAFORMAT_UTF8 |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :152: |
=item EXTRACTOR_METAFORMAT_BINARY |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :153: |
=item EXTRACTOR_METAFORMAT_C_STRING |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :163: |
=item Debian 9 |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :164: |
=item Debian sid |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :165: |
=item Ubuntu 16.04 |
FRITH/File-Metadata-Libextractor…/Libextractor.pm6 :166: |
=item Ubuntu 18.04 |
FRITH/Image-Libexif…/Libexif.pm6 :372: |
=item ordercode - the byte order as a code |
FRITH/Image-Libexif…/Libexif.pm6 :373: |
=item orderstr - the byte order as a string |
FRITH/Image-Libexif…/Libexif.pm6 :374: |
=item datatype - the data type |
FRITH/Image-Libexif…/Libexif.pm6 :375: |
=item tagcount - the number of tags |
FRITH/Image-Libexif…/Libexif.pm6 :383: |
=item IMAGE_INFO |
FRITH/Image-Libexif…/Libexif.pm6 :384: |
=item CAMERA_INFO |
FRITH/Image-Libexif…/Libexif.pm6 :385: |
=item SHOOT_INFO |
FRITH/Image-Libexif…/Libexif.pm6 :386: |
=item GPS_INFO |
FRITH/Image-Libexif…/Libexif.pm6 :387: |
=item INTEROPERABILITY_INFO |
FRITH/Image-QRCode…/QRCode.pm6 :177: |
=item QR_ECLEVEL_L # lowest |
FRITH/Image-QRCode…/QRCode.pm6 :178: |
=item QR_ECLEVEL_M |
FRITH/Image-QRCode…/QRCode.pm6 :179: |
=item QR_ECLEVEL_Q |
FRITH/Image-QRCode…/QRCode.pm6 :180: |
=item QR_ECLEVEL_H # highest |
FRITH/Image-QRCode…/QRCode.pm6 :185: |
=item QR_MODE_NUL # Terminator (NUL character). Internal use only |
FRITH/Image-QRCode…/QRCode.pm6 :186: |
=item QR_MODE_NUM # Numeric mode |
FRITH/Image-QRCode…/QRCode.pm6 :187: |
=item QR_MODE_AN # Alphabet-numeric mode |
FRITH/Image-QRCode…/QRCode.pm6 :188: |
=item QR_MODE_8 # 8-bit data mode |
FRITH/Image-QRCode…/QRCode.pm6 :189: |
=item QR_MODE_KANJI # Kanji (shift-jis) mode |
FRITH/Image-QRCode…/QRCode.pm6 :190: |
=item QR_MODE_STRUCTURE # Internal use only |
FRITH/Image-QRCode…/QRCode.pm6 :191: |
=item QR_MODE_ECI # ECI mode |
FRITH/Image-QRCode…/QRCode.pm6 :192: |
=item QR_MODE_FNC1FIRST # FNC1, first position |
FRITH/Image-QRCode…/QRCode.pm6 :193: |
=item QR_MODE_FNC1SECOND # FNC1, second position |
FRITH/Image-QRCode…/QRCode.pm6 :219: |
=item int32 $.version |
FRITH/Image-QRCode…/QRCode.pm6 :220: |
=item int32 $.width |
FRITH/Image-QRCode…/QRCode.pm6 :221: |
=item CArray[uint8] $.data |
FRITH/Image-QRCode…/QRCode.pm6 :246: |
=item2 get-data($dimension) |
FRITH/Image-QRCode…/QRCode.pm6 :253: |
=item2 termplot(Int :$size) |
FRITH/Image-QRCode…/QRCode.pm6 :272: |
=item pre v3.2.1 (2012) have no way to query the API version. |
FRITH/Image-QRCode…/QRCode.pm6 :274: |
=item pre 2010-01-27 versions lack full ECI support (QRinput_encodeModeECI(), QRinput_appendECIheader(), QRinput_estimateBitsModeECI()). |
FRITH/Image-QRCode…/QRCode.pm6 :276: |
=item pre 2010-01-16 versions have no QRcode_encodeDataMQR() and QRcode_encodeDataStructured() calls. |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :229: |
=item OUT-COMPLEX |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :230: |
=item OUT-REIM |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :231: |
=item OUT-NUM |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :246: |
=item @.out |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :247: |
=item $.rank |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :248: |
=item @.dims |
FRITH/Math-FFT-Libfftw3…/C2C.pm6 :249: |
=item $.direction |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :251: |
=item OUT-COMPLEX |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :252: |
=item OUT-REIM |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :253: |
=item OUT-NUM |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :274: |
=item @.out |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :275: |
=item $.rank |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :276: |
=item @.dims |
FRITH/Math-FFT-Libfftw3…/R2C.pm6 :277: |
=item $.direction |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :227: |
=item FFTW_R2HC |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :228: |
=item FFTW_HC2R |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :229: |
=item FFTW_DHT |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :230: |
=item FFTW_REDFT00 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :231: |
=item FFTW_REDFT01 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :232: |
=item FFTW_REDFT10 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :233: |
=item FFTW_REDFT11 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :234: |
=item FFTW_RODFT00 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :235: |
=item FFTW_RODFT01 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :236: |
=item FFTW_RODFT10 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :237: |
=item FFTW_RODFT11 |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :263: |
=item @.out |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :264: |
=item $.rank |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :265: |
=item @.dims |
FRITH/Math-FFT-Libfftw3…/R2R.pm6 :266: |
=item $.direction |
GARLANDG/Cro-H…/H.t :24: |
has $.item; |
GARLANDG/Cro-H…/H.t :28: |
has Int $.item; |
GARLANDG/Cro-H…/H.t :32: |
has Str $.item; |
GARLANDG/Cro-H…/H.t :70: |
$!sum += $_.item; |
GARLANDG/Cro-H…/H.t :82: |
@!strings.append($_.item); |
GARLANDG/Cro-H…/H.t :93: |
emit $_ if $_.item ~~ Int; |
GARLANDG/Cro-H…/H.t :105: |
emit $_ if $_.item ~~ Str; |
HANENKAMP/AWS-Session…/SharedCredentials.pod6 :74: |
=item AWS::Credentials::Provider::SharedCredentials::ConfigFileKey::LoadFromCredentials |
HANENKAMP/AWS-Session…/SharedCredentials.pod6 :78: |
=item AWS::Credentials::Provider::SharedCredentials::ConfigFileKey::LoadFromCredentials |
HANENKAMP/AWS-Session…/Session.pm6 :163: |
=item from-instance When True, the local instance variable will be checked. |
HANENKAMP/AWS-Session…/Session.pm6 :165: |
=item from-env When True, the process environment variables will be searched for the value. |
HANENKAMP/AWS-Session…/Session.pm6 :167: |
=item from-config When True, the shared configuration file will be consulted for the value. |
HANENKAMP/Amazon-DynamoDB…/README.md :76: |
S => "I want to update multiple items in a single call. What's the best way to do that?" |
HANENKAMP/Amazon-DynamoDB…/README.md :79: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/README.md :88: |
':s' => {S => "How do I update multiple items?"} |
HANENKAMP/Amazon-DynamoDB…/README.md :99: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/README.md :251: |
The BatchGetItem operation returns the attributes of one or more items from one or more tables. You identify requested items by primary key. |
HANENKAMP/Amazon-DynamoDB…/README.md :264: |
The BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can write up to 16 MB of data, which can comprise as many as 25 put or delete requests. Individual items to be written can be as large as 400 KB. |
HANENKAMP/Amazon-DynamoDB…/README.md :284: |
Deletes a single item in a table by primary key. You can perform a conditional delete operation that deletes the item if it exists, or if it has an expected attribute value. |
HANENKAMP/Amazon-DynamoDB…/README.md :301: |
The GetItem operation returns a set of attributes for the item with the given primary key. If there is no matching item, GetItem does not return any data and there will be no Item element in the response. |
HANENKAMP/Amazon-DynamoDB…/README.md :321: |
Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the … |
HANENKAMP/Amazon-DynamoDB…/README.md :348: |
The Query operation finds items based on primary key values. You can query any table or secondary index that has a composite primary key (a partition key and a sort key). |
HANENKAMP/Amazon-DynamoDB…/README.md :375: |
The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index. To have DynamoDB return fewer items, you can provide a FilterExpression operation. |
HANENKAMP/Amazon-DynamoDB…/README.md :397: |
Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add at… |
HANENKAMP/Amazon-DynamoDB…/README.md :426: |
The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state u… |
HANENKAMP/Amazon-DynamoDB…/README.md :631: |
List backups associated with an AWS account. To list backups for a given table, specify TableName. ListBackups returns a paginated list of results with at most 1MB worth of items in a page. You can also specify a limit for the maximum number of entries to be returned in a page. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :84: |
S => "I want to update multiple items in a single call. What's the best way to do that?" |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :87: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :96: |
':s' => {S => "How do I update multiple items?"} |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :107: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :137: |
=item request-id The request id returned with the error. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :138: |
=item raw-type The __type returned with the error (a combination of the API version and error type). |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :139: |
=item type The error type pulled from the raw-type. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :140: |
=item message The detailed message sent with the error. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :164: |
=item request This is the C<HTTP::Request> that was attempted. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :166: |
=item response This is the C<HTTP::Response> that was received (which might be a fake response generated by the user agent if no response was received. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :174: |
=item got-crc32 This is the integer CRC32 we calculated. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :176: |
=item expected-crc32 This is the integer CRC32 Amazon sent. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :269: |
The BatchGetItem operation returns the attributes of one or more items from one |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :270: |
or more tables. You identify requested items by primary key. |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :282: |
The BatchWriteItem operation puts or deletes multiple items in one or more |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :284: |
comprise as many as 25 put or delete requests. Individual items to be written |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :304: |
Deletes a single item in a table by primary key. You can perform a conditional |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :305: |
delete operation that deletes the item if it exists, or if it has an expected |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :322: |
The GetItem operation returns a set of attributes for the item with the given |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :323: |
primary key. If there is no matching item, GetItem does not return any data and |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :343: |
Creates a new item, or replaces an old item with a new item. If an item that has |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :344: |
the same primary key as the new item already exists in the specified table, the |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :345: |
new item completely replaces the existing item. You can perform a conditional |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :346: |
put operation (add a new item if one with the specified primary key doesn't |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :347: |
exist), or replace an existing item if it has certain attribute values. You can |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :348: |
return the item's attribute values in the same operation, using the ReturnValues |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :375: |
The Query operation finds items based on primary key values. You can query any |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :403: |
The Scan operation returns one or more items and item attributes by accessing |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :404: |
every item in a table or a secondary index. To have DynamoDB return fewer items, |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :426: |
Edits an existing item's attributes, or adds a new item to the table if it does |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :428: |
perform a conditional update on an existing item (insert a new attribute |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :459: |
The DeleteTable operation deletes a table and all of its items. After a |
HANENKAMP/Amazon-DynamoDB…/DynamoDB.pm6 :677: |
1MB worth of items in a page. You can also specify a limit for the maximum |
HANENKAMP/Amazon-DynamoDB…/Actions-Object-PutGetDelete.t :40: |
is $res<Item><Message><S>, "I want to update multiple items in a single call. What's the best way to do that?"; |
HANENKAMP/Amazon-DynamoDB…/Actions-Object-PutGetDelete.t :48: |
is $res<Attributes><Message><S>, "I want to update multiple items in a single call. What's the best way to do that?"; |
HANENKAMP/Amazon-DynamoDB…/AWS-BatchGetItem-Response.p6 :1: |
${:ConsumedCapacity($[{:CapacityUnits(3), :TableName("Forum")}, {:CapacityUnits(1), :TableName("Thread")}]), :Responses(${:Forum($[{:Messages(${:N("1… |
HANENKAMP/Amazon-DynamoDB…/AWS-DeleteItem-Request.p6 :1: |
${:ConditionExpression("attribute_not_exists(Replies)"), :Key(${:ForumName(${:S("Amazon DynamoDB")}), :Subject(${:S("How do I update multiple items?")})}), :ReturnValues("ALL_OLD"), :TableName("Thread")} |
HANENKAMP/Amazon-DynamoDB…/AWS-DeleteItem-Response.p6 :1: |
${:Attributes(${:ForumName(${:S("Amazon DynamoDB")}), :LastPostDateTime(${:S("201303201023")}), :LastPostedBy(${:S("fred\@example.com")}), :Message($… |
HANENKAMP/Amazon-DynamoDB…/AWS-GetItem-Request.p6 :1: |
${:ConsistentRead, :Key(${:ForumName(${:S("Amazon DynamoDB")}), :Subject(${:S("How do I update multiple items?")})}), :ProjectionExpression("LastPostDateTime, Message, Tags"), :ReturnConsumedCapacity("TOTAL"), :TableName("Thread")} |
HANENKAMP/Amazon-DynamoDB…/AWS-GetItem-Response.p6 :1: |
${:ConsumedCapacity(${:CapacityUnits(1), :TableName("Thread")}), :Item(${:LastPostDateTime(${:S("201303190436")}), :Message(${:S("I want to update multiple items in a single call. What's the best way to do that?")}), :Tags(${:SS($["Update", "Multiple Items", "HelpMe"])})})} |
HANENKAMP/Amazon-DynamoDB…/AWS-PutItem-Request.p6 :1: |
${:ConditionExpression("ForumName <> :f and Subject <> :s"), :ExpressionAttributeValues(${":f" => ${:S("Amazon DynamoDB")}, ":s" => ${:S("How do I up… |
HANENKAMP/Amazon-DynamoDB…/AWS-Scan-Response.p6 :1: |
${:ConsumedCapacity(${:CapacityUnits(0.5), :TableName("Reply")}), :Count(4), :Items($[{:Id(${:S("Amazon DynamoDB#How do I update multiple item… |
HANENKAMP/Amazon-DynamoDB…/AWS-UpdateItem-Request.p6 :1: |
${:ConditionExpression("LastPostedBy = :val2"), :ExpressionAttributeValues(${":val1" => ${:S("alice\@example.com")}, ":val2" => ${:S("fred\@example.c… |
HANENKAMP/Amazon-DynamoDB…/AWS-UpdateItem-Response.p6 :1: |
${:Attributes(${:ForumName(${:S("Amazon DynamoDB")}), :LastPostDateTime(${:S("20130320010350")}), :LastPostedBy(${:S("alice\@example.com")}), :Messag… |
HANENKAMP/Amazon-DynamoDB…/Thread-delete.p6 :8: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/Thread-get.p6 :8: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/Thread-put.p6 :14: |
S => "I want to update multiple items in a single call. What's the best way to do that?" |
HANENKAMP/Amazon-DynamoDB…/Thread-put.p6 :17: |
S => "How do I update multiple items?" |
HANENKAMP/Amazon-DynamoDB…/Thread-put.p6 :26: |
':s' => {S => "How do I update multiple items?"} |
HANENKAMP/ArrayHash…/README.md :188: |
The `%values` and `@values` are a list of new values to insert. If empty, no new values are inserted. The number of elements inserted need not have any relationship to the number of items removed. |
HANENKAMP/ArrayHash…/ArrayHash.pm6 :435: |
The C<%values> and C<@values> are a list of new values to insert. If empty, no new values are inserted. The number of elements inserted need not have any relationship to the number of items removed. |
HANENKAMP/ArrayHash…/ArrayHash.pm6 :478: |
# matching pairs later in the list (the later items are kept). |
HANENKAMP/Cofra…/Cofra.pm6 :20: |
=item B<Low self-esteem.> Cofra has opinions, but it tries to keep them to |
HANENKAMP/Cofra…/Cofra.pm6 :25: |
=item B<Eccentric theology.> Instead of opinions (that it won't share), it is |
HANENKAMP/Cofra…/Cofra.pm6 :28: |
=item B<Great sense of humor.> If you haven't gotten any of these jokes, then |
HANENKAMP/Cofra…/IOC.pm6 :229: |
has $.lazy-factory-item is factory(&build-lazy-factory-item); |
HANENKAMP/Cofra…/IOC.pm6 :231: |
method build-lazy-factory-item() { |
HANENKAMP/DOM-Tiny…/README.md :444: |
Pulls the text from all nodes under the current item in the DOM tree and returns it as a string. This is identical to calling `text` with t… |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :462: |
Pulls the text from all nodes under the current item in the DOM tree and returns |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :598: |
=item * B<option>: If the option tag has a C<value> attribute, that is the option's value. Otherwise, the option's text is used. |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :600: |
=item * B<input>: The C<value> attribute is used. |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :602: |
=item * B<button>: The C<value> attribute is used. |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :604: |
=item * B<textarea>: The text content of the tag is used as the value. |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :606: |
=item * B<select>: The value of the currently selected option is used. If no option is marked as selected, the select tag has no value. If the select tag has the C<multiple> attribute set, then this returns all the selected values. |
HANENKAMP/DOM-Tiny…/Tiny.pm6 :608: |
=item * Anything else will return C<Nil> for the value. |
HANENKAMP/DOM-Tiny…/HTML.pm6 :117: |
area base br col embed hr img input keygen link menuitem meta param |
HANENKAMP/DOM-Tiny…/032-dom-rss.t :16: |
<item> |
HANENKAMP/DOM-Tiny…/032-dom-rss.t :29: |
</item> |
HANENKAMP/Email-Address…/README.md :104: |
Given a list of arguments, this method will return a string suitable for inserting into an RFC 5322 formatted email header. Each item passed may be an `Email::Address::Mailbox`, `Email::Address::AddrSpec`, `Email::Address::Group`, `Pair`, or a `Str`. |
HANENKAMP/Email-Address…/Address.pm6 :242: |
Given a list of arguments, this method will return a string suitable for inserting into an RFC 5322 formatted email header. Each item passed may be an C<Email::Address::Mailbox>, C<Email::Address::AddrSpec>, C<Email::Address::Group>, C<Pair>, or a C<Str>. |
HANENKAMP/Future…/Future.pm6 :293: |
=item The C<.start()> method takes a block which will run on a new thread. The |
HANENKAMP/Future…/Future.pm6 :296: |
=item The C<.awaitable()> method takes any object that can be used with |
HANENKAMP/Future…/Future.pm6 :300: |
=item The C<.immediate()> takes a value which immediately fulfills the Future. |
HANENKAMP/Future…/Future.pm6 :302: |
=item The C<.exceptional()> takes an L<Exception>, which creates a rejected Future. |
HANENKAMP/Future…/Future.pm6 :315: |
=item C<.then()> These callbacks are executed on fulfillment. |
HANENKAMP/Future…/Future.pm6 :317: |
=item C<.catch()> These callbacks are executed on rejection. |
HANENKAMP/Future…/Future.pm6 :360: |
=item * A L<Future> should have the ability to use chains of callback to handle |
HANENKAMP/Future…/Future.pm6 :366: |
=item * A L<Future> should be parameterized by type. A L<Promise> may be kept |
HANENKAMP/Future…/Future.pm6 :377: |
=item * B<Pending.> A pending Future is one that may either become fulfilled or |
HANENKAMP/Future…/Future.pm6 :381: |
=item * B<Fulfilled.> A fulfilled Future is complete and has a value. This is a |
HANENKAMP/Future…/Future.pm6 :385: |
=item * B<Rejected.> A rejected Future is failed with an exception. This is a |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :49: |
=item One C<MAIN> multisub candidate is generated for each method in the class (limited by the smartmatch in C<$methods>, see below). |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :51: |
=item Each C<MAIN> candidate will provide command-line options based upon the C<BUILD> submethod for the class. If no C<BUILD> is provided, then no attributes will be set during construction. |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :53: |
=item The first positional argument accepted by each C<MAIN> candidate is the name of one of the methods in the class. |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :55: |
=item The remaining positional and named arguments for each C<MAIN> candidate are those taken from C<BUILD> and those taken from the method of the class this candidate is associated with. |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :67: |
=item Any parameter of the form C<--NAME=VALUE> will be treated as a named parameter. If the candidate explicitly defines that named parame… |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :69: |
=item Any parameter of the form C<--NAME> will be treated as a named parameter. If the candidate explicityly defines that named parameter a… |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :71: |
=item Any parameter of the form C<--no-NAME> will be treated as a named parameter. The named parameter will be set to False. |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :73: |
=item Any parameter following C<--> will be treated as a positional parameter, even if it takes on one of the forms named above. |
HANENKAMP/Getopt-ForClass…/ForClass.pod6 :75: |
=item Any other parameter is treated as a positional parameter. Positional parameters will be converted to boolean or numbers based upon type. |
HANENKAMP/HTTP-Headers…/Header.pod :185: |
=item * L<DateTime> is formatted as ddd, mmm dd yyyy HH:MM:ss GMT |
HANENKAMP/HTTP-Headers…/Header.pod :187: |
=item * L<Instant> is converted to L<DateTime> and is formatted thes ame. |
HANENKAMP/HTTP-Headers…/Header.pod :189: |
=item * L<Duration> is formatted as the number of seconds stored in it. |
HANENKAMP/HTTP-Headers…/Headers.pm6 :84: |
my @items = try { $value.comb(/ <-[ ; ]>+ /, 2) }; |
HANENKAMP/HTTP-Headers…/Headers.pm6 :85: |
@items[0] = $new.trim; |
HANENKAMP/HTTP-Headers…/Headers.pm6 :86: |
@!values[0] = @items.join('; '); |
HANENKAMP/HTTP-Headers…/headers.t :40: |
is-deeply($h.header("Foo").list, (1, 1).list.item); |
HANENKAMP/HTTP-Request-FormData…/FormData.pm6 :82: |
=item * C<name> This is the name of the part. |
HANENKAMP/HTTP-Request-FormData…/FormData.pm6 :83: |
=item * C<filename> This is the filename of the part (if it is a file). |
HANENKAMP/HTTP-Request-FormData…/FormData.pm6 :84: |
=item * C<content-type> This is the content type to use (if any). |
HANENKAMP/HTTP-Request-FormData…/FormData.pm6 :85: |
=item * C<value> This is the value that was set when the part was added. |
HANENKAMP/HTTP-Request-FormData…/FormData.pm6 :86: |
=item * C<content> This is the content that will be rendered with the part (derived from the C<value> with headers at the top). |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :94: |
=item If a C<Content-Length> header is present, it will be set in |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :97: |
=item If a C<Content-Type> header is present, it will be set in C<CONTENT_TYPE>. |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :99: |
=item Other headers will be set in C<HTTP_*> where the header name is converted |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :102: |
=item The C<REQUEST_METHOD> will be set to the method given in the request line. |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :104: |
=item The C<SERVER_PROTOCOL> will be set to the protocol given in the request |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :108: |
=item The C<REQUEST_URI> will be set to the URI given in the request line. |
HANENKAMP/HTTP-Request-Supply…/Request.pm6 :110: |
=item The C<p6w.input> variable will be set to a sane L<Supply> that emits |
HANENKAMP/HTTP-Request-Supply…/Response.pm6 :88: |
=item The first element will be the numeric status code from the status line. |
HANENKAMP/HTTP-Request-Supply…/Response.pm6 :90: |
=item The second element will be an L<Array> of L<Pair>s for the headers. |
HANENKAMP/HTTP-Request-Supply…/Response.pm6 :92: |
=item The thirs will be a sane Supply that will emit the bytes in the message body. |
HANENKAMP/HTTP-Request-Supply…/Response.pm6 :104: |
=item The C<::server-protocol> key will be set to the server protocol set in the |
HANENKAMP/HTTP-Request-Supply…/Response.pm6 :107: |
=item The C<::server-reason-phrase> key will be set to the reason phrase set by |
HANENKAMP/HTTP-Supply…/Request.pm6 :94: |
=item If a C<Content-Length> header is present, it will be set in |
HANENKAMP/HTTP-Supply…/Request.pm6 :97: |
=item If a C<Content-Type> header is present, it will be set in C<CONTENT_TYPE>. |
HANENKAMP/HTTP-Supply…/Request.pm6 :99: |
=item Other headers will be set in C<HTTP_*> where the header name is converted |
HANENKAMP/HTTP-Supply…/Request.pm6 :102: |
=item The C<REQUEST_METHOD> will be set to the method given in the request line. |
HANENKAMP/HTTP-Supply…/Request.pm6 :104: |
=item The C<SERVER_PROTOCOL> will be set to the protocol given in the request |
HANENKAMP/HTTP-Supply…/Request.pm6 :108: |
=item The C<REQUEST_URI> will be set to the URI given in the request line. |
HANENKAMP/HTTP-Supply…/Request.pm6 :110: |
=item The C<p6w.input> variable will be set to a sane L<Supply> that emits |
HANENKAMP/HTTP-Supply…/Response.pm6 :88: |
=item The first element will be the numeric status code from the status line. |
HANENKAMP/HTTP-Supply…/Response.pm6 :90: |
=item The second element will be an L<Array> of L<Pair>s for the headers. |
HANENKAMP/HTTP-Supply…/Response.pm6 :92: |
=item The thirs will be a sane Supply that will emit the bytes in the message body. |
HANENKAMP/HTTP-Supply…/Response.pm6 :104: |
=item The C<::server-protocol> key will be set to the server protocol set in the |
HANENKAMP/HTTP-Supply…/Response.pm6 :107: |
=item The C<::server-reason-phrase> key will be set to the reason phrase set by |
HANENKAMP/Hash-MultiValue…/Changes :19: |
newly added items. |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :97: |
If called with the named C<kv> argument, then the given list must have an even number of elements. The even-indexed items will be treated as keys, and the following odd-indexed items will be treated as the value for the preceding key. This is similar to calling C<from-kv>. |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :105: |
In order to initialize from such a structure, every value in the given hash must be evaluted by type. If the type of the value matches the one found … |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :121: |
fail "an even number of items is required" unless @kv.elems %% 2; |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :178: |
This takes a list of keys and values in a single list and turns them into pairs. The given list of items must have an even number of elements or the method will fail. |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :180: |
The even-indexed items will be treated as keys, and the following odd-indexed items will be treated as the value for the preceding key. This is similar to calling C<from-kv>. |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :194: |
In order to initialize from such a structure, every value in the given hash must be evaluted by type. If the type of the value matches the one found … |
HANENKAMP/Hash-MultiValue…/MultiValue.pm6 :416: |
warn "Trailing item in Hash::MultiValue.push"; |
HANENKAMP/IO-Glob…/Changes :9: |
* Fix #12: Searches for items like some/*/*/foo.json failed on the first |
HANENKAMP/IO-Glob…/Glob.pm6 :46: |
=item Globs are built as IO::Glob objects which encapsulate the pattern. You may create them and pass them around. |
HANENKAMP/IO-Glob…/Glob.pm6 :48: |
=item By using them as an iterator, you can put globs to their traditional use: listing all the files in a directory. |
HANENKAMP/IO-Glob…/Glob.pm6 :50: |
=item Globs also work as smart-matches. It will match against strings or anything that stringifies and against L<IO::Path>s too. |
HANENKAMP/IO-Glob…/Glob.pm6 :52: |
=item Globbing can be done with different grammars. This class ships with three: simple, BSD, and SQL. |
HANENKAMP/IO-Glob…/Glob.pm6 :54: |
=item B<Experimental.> You can use custom grammars for your smart match. |
HANENKAMP/IO-Glob…/Glob.pm6 :250: |
=item C<:bsd> is the default specifying this is explicit, but unnecessary. This grammar supports C<*>, C<?>, C<[abc]>, C<[!abc]>, C<~>, and C<{ab,cd,efg}>. |
HANENKAMP/IO-Glob…/Glob.pm6 :252: |
=item C<:sql> uses a SQL-ish grammar that provides C<%> and C<_> matching. |
HANENKAMP/IO-Glob…/Glob.pm6 :254: |
=item C<:simple> is a simplified version of C<:bsd>, but only supports C<*> and C<?>. |
HANENKAMP/IO-Glob…/Glob.pm6 :264: |
=item IO::Glob::BSD |
HANENKAMP/IO-Glob…/Glob.pm6 :266: |
=item IO::Glob::SQL |
HANENKAMP/IO-Glob…/Glob.pm6 :268: |
=item IO::Glob::Simple |
HANENKAMP/Path-Router…/README.md :131: |
# the 4th item |
HANENKAMP/Path-Router…/README.md :136: |
# If you have less items than the index, then it's the same as |
HANENKAMP/Path-Router…/Router.pm6 :378: |
=item An interactive shell in which you can test various paths and see the |
HANENKAMP/Path-Router…/Router.pm6 :381: |
=item A L<Test::Path::Router> module which can be used in your applications |
HANENKAMP/Path-Router…/Router.pm6 :427: |
# the 4th item |
HANENKAMP/Path-Router…/Router.pm6 :432: |
# If you have less items than the index, then it's the same as |
HANENKAMP/Path-Router…/Router.pm6 :471: |
=item If no route matches, an undefined type object will be returned. If exactly |
HANENKAMP/Path-Router…/Router.pm6 :474: |
=item If multiple routes match, the one with the most required variables will be |
HANENKAMP/Path-Router…/Router.pm6 :477: |
=item In the case that exactly two routes match and have the same number of |
HANENKAMP/Path-Router…/Router.pm6 :481: |
=item Otherwise, if there is more than one matching route with the same number |
HANENKAMP/Path-Router…/Router.pm6 :519: |
=item C<< method path(--> Str) >> returns the ambiguous path. |
HANENKAMP/Path-Router…/Router.pm6 :521: |
=item C<< method matches(--> Array) >> returns the best matches found. |
HANENKAMP/Path-Router…/Router.pm6 :529: |
=item C<< method match-keys(--> Array[Str]) >> returns the mapping that was ambiguous |
HANENKAMP/Path-Router…/Router.pm6 :531: |
=item C<< method routes(--> Array[Str]) >> returns the best matches found |
HANENKAMP/Path-Router…/Router.pm6 :543: |
=item C<< method path(--> Str) >> returns the bad route |
HANENKAMP/Path-Router…/Router.pm6 :551: |
=item C<< method validation(--> Str) >> returns the validation variable that was named in the route, but was not found in the path |
HANENKAMP/Path-Router…/Router.pm6 :189: |
=item method path-not-ok |
HANENKAMP/Path-Router…/Router.pm6 :193: |
=item method path-is |
HANENKAMP/Path-Router…/Router.pm6 :197: |
=item method mapping-ok |
HANENKAMP/Path-Router…/Router.pm6 :201: |
=item method mapping-not-ok |
HANENKAMP/Path-Router…/Router.pm6 :205: |
=item method mapping-is |
HANENKAMP/Path-Router…/Router.pm6 :209: |
=item method routes-ok |
HANENKAMP/Smack…/Smack.pm6 :16: |
=item Providing an example implementation of P6W to aid the development of other |
HANENKAMP/Smack…/Smack.pm6 :19: |
=item Provide a set of tools and utilities to aid in the building of applications |
HANENKAMP/Smack…/Smack.pm6 :22: |
=item Provide a testing ground for future extensions and modifications to P6W. |
HANENKAMP/Smack…/Smack.pm6 :24: |
=item Provide a testing ground for determining how difficult P6W is to implement |
HANENKAMP/Smack…/Smack.pm6 :90: |
=item Install perl6 (For example, on Mac OSX, C<brew install rakudo-star> |
HANENKAMP/Smack…/Smack.pm6 :95: |
=item Clone this repository (e.g. C<git clone https://github.com/zostay/Smack.git\>) |
HANENKAMP/Smack…/Smack.pm6 :97: |
=item Go into the Smack directory and run C<zef install . --deps-only> |
HANENKAMP/Smack…/Smack.pm6 :99: |
=item Run C<perl6 t/env.t> to run a few tests and see if things are working at a |
HANENKAMP/Smack…/Smack.pm6 :102: |
=item If that looks good, a simple C<Hello World> example is provided in |
HANENKAMP/Smack…/Smack.pm6 :118: |
=item until you have everything in your path, you can start the application |
HANENKAMP/Smack…/Smack.pm6 :121: |
=item that command should show you some debugging output, like this: |
HANENKAMP/Smack…/Smack.pm6 :125: |
=item You should now be able to open a browser and put C<http://0.0.0.0:5000/\> |
HANENKAMP/Smack…/Smack.pm6 :129: |
=item There are other examples in the t/apps directory that you can look |
HANENKAMP/Smack…/Response.pm6 :32: |
@headers.item, |
HANENKAMP/Smack…/Response.pm6 :33: |
@!body.item |
HANENKAMP/Smack…/URI.pm6 :1407: |
=item Ronald Schmidt (ronaldxs) |
HANENKAMP/Smack…/URI.pm6 :1409: |
=item Moritz Lentz (moritz) |
HANENKAMP/Smack…/URI.pm6 :1411: |
=item Nick Logan (ugexe) |
HANENKAMP/Smack…/URI.pm6 :1413: |
=item Tobias Leich (FROGGS) |
HANENKAMP/Smack…/URI.pm6 :1415: |
=item Jonathan Stowe (jonathanstowe) |
HANENKAMP/Smack…/URI.pm6 :1417: |
=item Justin DeVuyst (jdv) |
HANENKAMP/Smack…/URI.pm6 :1419: |
=item Solomon Foster (colomon) |
HANENKAMP/Smack…/URI.pm6 :1421: |
=item Roman Baumer (rba) |
HANENKAMP/Smack…/URI.pm6 :1423: |
=item Zoffix Znet (zoffixznet) |
HANENKAMP/Smack…/URI.pm6 :1425: |
=item Ahmad M. Zawawi (azawawi) |
HANENKAMP/Smack…/URI.pm6 :1427: |
=item Gabor Szabo (szabgab) |
HANENKAMP/Smack…/URI.pm6 :1429: |
=item Samantha McVey (samcv) |
HANENKAMP/Smack…/URI.pm6 :1431: |
=item Pawel Pabian (bbkr) |
HANENKAMP/Smack…/URI.pm6 :1433: |
=item Rob Hoelz (hoelzro) |
HANENKAMP/Smack…/URI.pm6 :1435: |
=item radiak |
HANENKAMP/Smack…/URI.pm6 :1437: |
=item Paul Cochrane (paultcochrane) |
HANENKAMP/Smack…/URI.pm6 :1439: |
=item Steve Mynott (stmuk) |
HANENKAMP/Smack…/URI.pm6 :1441: |
=item timo |
HANENKAMP/Smack…/URI.pm6 :1443: |
=item David Warring (dwarring) |
HANENKAMP/Smack…/URI.pm6 :1445: |
=item Sterling Hanenkamp (zostay) |
HANENKAMP/Smack…/Util.pm6 :112: |
=item C<Nil>. If an undefined value is returned (such as Nil), then the response is returned as it was passed to the callback without any change. |
HANENKAMP/Smack…/Util.pm6 :114: |
=item C<Supply>. If the value returned is a supply, the entity is replaced int eh response, but the status code and headers are returned as they were given to the callback with no changes. |
HANENKAMP/Smack…/Util.pm6 :116: |
=item I<Anything else>. Anything else will be treated as a replacement response. This should probably be a Promise, but any acceptable P6WAPI response should be possible. |
HANENKAMP/Smack…/access_log.t :55: |
whenever $log.Supply -> $item { |
HANENKAMP/Smack…/access_log.t :56: |
is $item, "example.com 80 192.0.2.1 text/plain [$now.month() $now.year()] example.com"; |
HANENKAMP/Template-Anti…/README.md :29: |
# .duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/README.md :30: |
# $item('a', :one).content(.<name>).attr(href => .<url>); |
HANENKAMP/Template-Anti…/README.md :285: |
method duplicate(@items, &dup) returns DOM::Tiny:D |
HANENKAMP/Template-Anti…/README.md :331: |
.duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/README.md :332: |
$item('a', :one).content(.<name>).attr(href => .<url>); |
HANENKAMP/Template-Anti…/README.md :363: |
.duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/README.md :364: |
$item('a', :one).content(.<name>).attr(href => .<url>); |
HANENKAMP/Template-Anti…/Anti.pm6 :31: |
# .duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/Anti.pm6 :32: |
# $item('a', :one).content(.<name>).attr(href => .<url>); |
HANENKAMP/Template-Anti…/Anti.pm6 :65: |
=item Confuses tools made to read either of those languages, |
HANENKAMP/Template-Anti…/Anti.pm6 :67: |
=item Adds training overhead and burdensome syntax for your front-end developers to work around, |
HANENKAMP/Template-Anti…/Anti.pm6 :69: |
=item Generally uglifies your code making your templates harder to read as they mix two or three language syntaxes together inline. |
HANENKAMP/Template-Anti…/Anti.pm6 :88: |
=item You need some HTML or XML source to work with. |
HANENKAMP/Template-Anti…/Anti.pm6 :90: |
=item You need a block of code to execute against the parsed representation of that source. |
HANENKAMP/Template-Anti…/Anti.pm6 :114: |
=item The C<source> parameter will name the original file to associate with this processing method. |
HANENKAMP/Template-Anti…/Anti.pm6 :116: |
=item The C<format> parameter names the format to use when parsing the original. It defaults to C<HTML> but may be set to C<XML> instead. |
HANENKAMP/Template-Anti…/Anti.pm6 :329: |
method duplicate(@items, &dup) returns DOM::Tiny:D |
HANENKAMP/Template-Anti…/Anti.pm6 :363: |
multi method duplicate(@items, &dup) { |
HANENKAMP/Template-Anti…/Anti.pm6 :365: |
self.append([~] gather for @items -> $item { |
HANENKAMP/Template-Anti…/Anti.pm6 :367: |
dup($copy.[0], $item); |
HANENKAMP/Template-Anti…/Anti.pm6 :572: |
.duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/Anti.pm6 :573: |
$item('a', :one).content(.<name>).attr(href => .<url>); |
HANENKAMP/Template-Anti…/Anti.pm6 :604: |
.duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/Anti.pm6 :605: |
$item('a', :one).content(.<name>).attr(href => .<url>); |
HANENKAMP/Template-Anti…/NodeSet.pm6 :31: |
]).via: -> $item, $sith-lord { |
HANENKAMP/Template-Anti…/NodeSet.pm6 :32: |
my $a = $item.find('a'); |
HANENKAMP/Template-Anti…/NodeSet.pm6 :118: |
]).via: -> $item, $sith-lord { |
HANENKAMP/Template-Anti…/NodeSet.pm6 :119: |
my $a = $item.find('a'); |
HANENKAMP/Template-Anti…/Template.pm6 :23: |
]).via: -> $item, $sith-lord { |
HANENKAMP/Template-Anti…/Template.pm6 :24: |
my $a = $item.find('a'); |
HANENKAMP/Template-Anti…/Template.pm6 :217: |
my $void-elements = set <area base br col embed hr img input keygen link menuitem meta param source track wbr>; |
HANENKAMP/Template-Anti…/basic.t :13: |
.duplicate(@sith-lords, -> $item, %sith-lord { |
HANENKAMP/Template-Anti…/basic.t :14: |
my $a = $item.at('a'); |
HANENKAMP/Template-Anti…/library.t :19: |
.duplicate(@sith-lords, -> $item, %sith-lord { |
HANENKAMP/Template-Anti…/library.t :20: |
my $a = $item.at('a'); |
HANENKAMP/Template-Anti…/basic-embed.html :17: |
.duplicate(.<sith-lords>, -> $item, $_ { |
HANENKAMP/Template-Anti…/basic-embed.html :18: |
$item('a', :one).content(.<name>).attr(:href(.<url>)); |
HMBRAND/Text-CSV…/CSV.pod6 :114: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :120: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :124: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :130: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :142: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :146: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :150: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :157: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :183: |
=item eol |
HMBRAND/Text-CSV…/CSV.pod6 :208: |
=item sep |
HMBRAND/Text-CSV…/CSV.pod6 :211: |
=item sep_char |
HMBRAND/Text-CSV…/CSV.pod6 :214: |
=item sep-char |
HMBRAND/Text-CSV…/CSV.pod6 :217: |
=item separator |
HMBRAND/Text-CSV…/CSV.pod6 :232: |
=item quote |
HMBRAND/Text-CSV…/CSV.pod6 :235: |
=item quote_char |
HMBRAND/Text-CSV…/CSV.pod6 :238: |
=item quote-char |
HMBRAND/Text-CSV…/CSV.pod6 :255: |
=item escape |
HMBRAND/Text-CSV…/CSV.pod6 :258: |
=item escape_char |
HMBRAND/Text-CSV…/CSV.pod6 :261: |
=item escape-char |
HMBRAND/Text-CSV…/CSV.pod6 :284: |
=item binary |
HMBRAND/Text-CSV…/CSV.pod6 :300: |
=item strict |
HMBRAND/Text-CSV…/CSV.pod6 :310: |
=item formula-handling |
HMBRAND/Text-CSV…/CSV.pod6 :313: |
=item formula_handling |
HMBRAND/Text-CSV…/CSV.pod6 :316: |
=item formula |
HMBRAND/Text-CSV…/CSV.pod6 :343: |
=item none |
HMBRAND/Text-CSV…/CSV.pod6 :349: |
=item die |
HMBRAND/Text-CSV…/CSV.pod6 :355: |
=item croak |
HMBRAND/Text-CSV…/CSV.pod6 :363: |
=item diag |
HMBRAND/Text-CSV…/CSV.pod6 :370: |
=item empty |
HMBRAND/Text-CSV…/CSV.pod6 :377: |
=item undef |
HMBRAND/Text-CSV…/CSV.pod6 :388: |
=item auto_diag |
HMBRAND/Text-CSV…/CSV.pod6 :391: |
=item auto-diag |
HMBRAND/Text-CSV…/CSV.pod6 :407: |
=item diag_verbose |
HMBRAND/Text-CSV…/CSV.pod6 :410: |
=item diag-verbose |
HMBRAND/Text-CSV…/CSV.pod6 :421: |
=item blank_is_undef |
HMBRAND/Text-CSV…/CSV.pod6 :424: |
=item blank-is-undef |
HMBRAND/Text-CSV…/CSV.pod6 :449: |
=item empty_is_undef |
HMBRAND/Text-CSV…/CSV.pod6 :452: |
=item empty-is-undef |
HMBRAND/Text-CSV…/CSV.pod6 :471: |
=item allow_whitespace |
HMBRAND/Text-CSV…/CSV.pod6 :474: |
=item allow-whitespace |
HMBRAND/Text-CSV…/CSV.pod6 :505: |
=item allow_loose_quotes |
HMBRAND/Text-CSV…/CSV.pod6 :508: |
=item allow-loose-quotes |
HMBRAND/Text-CSV…/CSV.pod6 :536: |
=item allow_loose_escapes |
HMBRAND/Text-CSV…/CSV.pod6 :539: |
=item allow-loose-escapes |
HMBRAND/Text-CSV…/CSV.pod6 :556: |
=item allow_unquoted_escape |
HMBRAND/Text-CSV…/CSV.pod6 :559: |
=item allow-unquoted-escape |
HMBRAND/Text-CSV…/CSV.pod6 :576: |
=item always_quote |
HMBRAND/Text-CSV…/CSV.pod6 :579: |
=item always-quote |
HMBRAND/Text-CSV…/CSV.pod6 :593: |
=item quote_empty |
HMBRAND/Text-CSV…/CSV.pod6 :596: |
=item quote-empty |
HMBRAND/Text-CSV…/CSV.pod6 :608: |
=item quote_space |
HMBRAND/Text-CSV…/CSV.pod6 :611: |
=item quote-space |
HMBRAND/Text-CSV…/CSV.pod6 :623: |
=item escape_null |
HMBRAND/Text-CSV…/CSV.pod6 :626: |
=item quote-null |
HMBRAND/Text-CSV…/CSV.pod6 :638: |
=item quote_binary |
HMBRAND/Text-CSV…/CSV.pod6 :641: |
=item quote-binary |
HMBRAND/Text-CSV…/CSV.pod6 :652: |
=item keep_meta |
HMBRAND/Text-CSV…/CSV.pod6 :655: |
=item keep-meta |
HMBRAND/Text-CSV…/CSV.pod6 :671: |
=item types |
HMBRAND/Text-CSV…/CSV.pod6 :678: |
=item callbacks |
HMBRAND/Text-CSV…/CSV.pod6 :905: |
In specifications, C<*> is used to specify the I<last> item, a dash (C<->) |
HMBRAND/Text-CSV…/CSV.pod6 :935: |
=item row |
HMBRAND/Text-CSV…/CSV.pod6 :942: |
=item col |
HMBRAND/Text-CSV…/CSV.pod6 :949: |
=item cell |
HMBRAND/Text-CSV…/CSV.pod6 :1096: |
=item sep-set |
HMBRAND/Text-CSV…/CSV.pod6 :1106: |
=item munge-column-names |
HMBRAND/Text-CSV…/CSV.pod6 :1124: |
=item set-column-names |
HMBRAND/Text-CSV…/CSV.pod6 :1357: |
=item void context |
HMBRAND/Text-CSV…/CSV.pod6 :1373: |
=item numeric context |
HMBRAND/Text-CSV…/CSV.pod6 :1383: |
=item string context |
HMBRAND/Text-CSV…/CSV.pod6 :1393: |
=item list context |
HMBRAND/Text-CSV…/CSV.pod6 :1395: |
All of the 6 items can be retrieved as a list or positional: |
HMBRAND/Text-CSV…/CSV.pod6 :1410: |
=item hash context |
HMBRAND/Text-CSV…/CSV.pod6 :1412: |
All of the 6 items can be retrieved as a hash entry |
HMBRAND/Text-CSV…/CSV.pod6 :1614: |
=item new |
HMBRAND/Text-CSV…/CSV.pod6 :1619: |
=item csv |
HMBRAND/Text-CSV…/CSV.pod6 :1623: |
=item elems |
HMBRAND/Text-CSV…/CSV.pod6 :1627: |
=item fields |
HMBRAND/Text-CSV…/CSV.pod6 :1629: |
The fields (CSV::Field items) this row consist of. |
HMBRAND/Text-CSV…/CSV.pod6 :1631: |
=item push |
HMBRAND/Text-CSV…/CSV.pod6 :1644: |
=item pop |
HMBRAND/Text-CSV…/CSV.pod6 :1648: |
=item Str |
HMBRAND/Text-CSV…/CSV.pod6 :1657: |
=item hash |
HMBRAND/Text-CSV…/CSV.pod6 :1664: |
=item strings |
HMBRAND/Text-CSV…/CSV.pod6 :1743: |
=item Str |
HMBRAND/Text-CSV…/CSV.pod6 :1749: |
=item IO |
HMBRAND/Text-CSV…/CSV.pod6 :1756: |
=item Capture |
HMBRAND/Text-CSV…/CSV.pod6 :1762: |
=item Array of Strings |
HMBRAND/Text-CSV…/CSV.pod6 :1769: |
=item Array of Data |
HMBRAND/Text-CSV…/CSV.pod6 :1776: |
=item Sub, Routine |
HMBRAND/Text-CSV…/CSV.pod6 :1787: |
=item Callable, Block |
HMBRAND/Text-CSV…/CSV.pod6 :1794: |
=item Supply |
HMBRAND/Text-CSV…/CSV.pod6 :1801: |
=item Channel |
HMBRAND/Text-CSV…/CSV.pod6 :1812: |
=item Iterator |
HMBRAND/Text-CSV…/CSV.pod6 :1818: |
=item Any |
HMBRAND/Text-CSV…/CSV.pod6 :1859: |
=item Str:U |
HMBRAND/Text-CSV…/CSV.pod6 :1865: |
=item Str:D |
HMBRAND/Text-CSV…/CSV.pod6 :1871: |
=item Array:U |
HMBRAND/Text-CSV…/CSV.pod6 :1877: |
=item Hash:U |
HMBRAND/Text-CSV…/CSV.pod6 :1883: |
=item IO:D |
HMBRAND/Text-CSV…/CSV.pod6 :1890: |
=item Callable, Block, Sub, Routine |
HMBRAND/Text-CSV…/CSV.pod6 :1897: |
=item Channel:U |
HMBRAND/Text-CSV…/CSV.pod6 :1909: |
=item Channel:D |
HMBRAND/Text-CSV…/CSV.pod6 :1925: |
=item Supplier:D |
HMBRAND/Text-CSV…/CSV.pod6 :1933: |
=item Supply:U |
HMBRAND/Text-CSV…/CSV.pod6 :1980: |
=item skip |
HMBRAND/Text-CSV…/CSV.pod6 :1986: |
=item auto |
HMBRAND/Text-CSV…/CSV.pod6 :1993: |
=item lc |
HMBRAND/Text-CSV…/CSV.pod6 :2001: |
=item uc |
HMBRAND/Text-CSV…/CSV.pod6 :2009: |
=item Bool |
HMBRAND/Text-CSV…/CSV.pod6 :2016: |
=item Callable |
HMBRAND/Text-CSV…/CSV.pod6 :2028: |
=item ARRAY |
HMBRAND/Text-CSV…/CSV.pod6 :2035: |
=item HASH |
HMBRAND/Text-CSV…/CSV.pod6 :2183: |
=item error |
HMBRAND/Text-CSV…/CSV.pod6 :2210: |
=item after_parse |
HMBRAND/Text-CSV…/CSV.pod6 :2236: |
=item before_print |
HMBRAND/Text-CSV…/CSV.pod6 :2287: |
=item filter |
HMBRAND/Text-CSV…/CSV.pod6 :2331: |
=item not_blank |
HMBRAND/Text-CSV…/CSV.pod6 :2332: |
=item not-blank |
HMBRAND/Text-CSV…/CSV.pod6 :2344: |
=item not_empty |
HMBRAND/Text-CSV…/CSV.pod6 :2345: |
=item not-empty |
HMBRAND/Text-CSV…/CSV.pod6 :2356: |
=item filled |
HMBRAND/Text-CSV…/CSV.pod6 :2371: |
=item after_in |
HMBRAND/Text-CSV…/CSV.pod6 :2381: |
=item before_out |
HMBRAND/Text-CSV…/CSV.pod6 :2390: |
=item on_in |
HMBRAND/Text-CSV…/CSV.pod6 :2550: |
=item csv-check |
HMBRAND/Text-CSV…/CSV.pod6 :2558: |
=item csv2xls |
HMBRAND/Text-CSV…/CSV.pod6 :2565: |
=item csvdiff |
HMBRAND/Text-CSV…/CSV.pod6 :2601: |
=item Real binary data |
HMBRAND/Text-CSV…/CSV.pod6 :2605: |
=item BOM detection |
HMBRAND/Text-CSV…/CSV.pod6 :2610: |
=item on-in and before-print callbacks |
HMBRAND/Text-CSV…/CSV.pod6 :2615: |
=item Examples |
HMBRAND/Text-CSV…/CSV.pod6 :2619: |
=item Metadata and CSV for the web |
HMBRAND/Text-CSV…/CSV.pod6 :2628: |
=item Cookbook |
HMBRAND/Text-CSV…/CSV.pod6 :2668: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2673: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2678: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2683: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2688: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2693: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2698: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2703: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2708: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2719: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2727: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2735: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2743: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2750: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2756: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2763: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2769: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2776: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2785: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2793: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2801: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2807: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2814: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2821: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2828: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2832: |
The escape sequence is not allowed as last item in an input stream. |
HMBRAND/Text-CSV…/CSV.pod6 :2834: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2843: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2851: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2859: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2863: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2867: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2871: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2875: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2879: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2883: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2887: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2891: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2895: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2899: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2903: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2907: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2911: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2915: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2919: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2923: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2927: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2931: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2935: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2943: |
=item * |
HMBRAND/Text-CSV…/CSV.pod6 :2947: |
=item * |
HMBRAND/Text-CSV…/78_fragment.t :141: |
# @rx = (1..9).map ({ :c3(~(10 * $_ + 3)).hash.item }); |
HOLLI/Color-Named…/COPYING :111: |
menu, a prominent item in the list meets this criterion. |
HOLLI/Color-Names…/COPYING :111: |
menu, a prominent item in the list meets this criterion. |
HOLLI/Color-Scheme…/COPYING :111: |
menu, a prominent item in the list meets this criterion. |
HOLLI/Color-Scheme…/Scheme.pm6 :34: |
=item split-complementary (3 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :35: |
=item split-complementary-cw (3 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :36: |
=item split-complementary-ccw (3 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :37: |
=item triadic (3 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :38: |
=item clash (3 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :39: |
=item tetradic (4 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :40: |
=item four-tone-cw (4 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :41: |
=item four-tone-ccw (4 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :42: |
=item five-tone-a (5 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :43: |
=item five-tone-b (5 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :44: |
=item five-tone-cs (5 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :45: |
=item five-tone-ds (5 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :46: |
=item five-tone-es (5 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :47: |
=item analogous (6 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :48: |
=item neutral (6 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :49: |
=item six-tone-ccw (6 colors) |
HOLLI/Color-Scheme…/Scheme.pm6 :50: |
=item six-tone-cw (6 colors) |
HOLLI/Test-Color…/COPYING :111: |
menu, a prominent item in the list meets this criterion. |
JDV/Data-Selector…/Selector.pm :116: |
items => [ |
JDV/Data-Selector…/Selector.pm :139: |
=item total only |
JDV/Data-Selector…/Selector.pm :151: |
=item only rel urls in items |
JDV/Data-Selector…/Selector.pm :155: |
$selector_string = "items.*.rel_*_url" |
JDV/Data-Selector…/Selector.pm :158: |
items => [ |
JDV/Data-Selector…/Selector.pm :172: |
=item count and last item with no body |
JDV/Data-Selector…/Selector.pm :176: |
$selector_string = "count,items.+-1.-body" |
JDV/Data-Selector…/Selector.pm :180: |
items => [ |
JDV/Data-Selector…/Selector.pm :193: |
=item last 2 links |
JDV/Data-Selector…/Selector.pm :197: |
$selector_string = "items.*.links.+-2..-1" |
JDV/Data-Selector…/Selector.pm :200: |
items => [ |
JDV/Data-Selector…/Selector.pm :328: |
=item parse_string |
JDV/Data-Selector…/Selector.pm :371: |
=item apply_tree |
JDV/Data-Selector…/01-basic.t :6: |
items => [ |
JDV/Data-Selector…/01-basic.t :23: |
my $selector_string = join( ',', "items.[*].[author.-id,url_name]", "-count", ); |
JDV/Data-Selector…/01-basic.t :32: |
'+items' => { |
JDV/Data-Selector…/01-basic.t :55: |
'items' => [ |
JDV/Data-Selector…/04-from_docs.t :45: |
items => [ |
JDV/Data-Selector…/04-from_docs.t :85: |
selector_string => 'items.*.rel_*_url', |
JDV/Data-Selector…/04-from_docs.t :93: |
items => [ |
JDV/Data-Selector…/04-from_docs.t :114: |
selector_string => 'count,items.+-1.-body', |
JDV/Data-Selector…/04-from_docs.t :123: |
items => [ |
JDV/Data-Selector…/04-from_docs.t :143: |
selector_string => 'items.*.links.+-2..-1', |
JDV/Data-Selector…/04-from_docs.t :151: |
items => |
JEFFOBER/Algorithm-SkewHeap…/README.md :49: |
Returns the number of items in the heap |
JEFFOBER/Algorithm-SkewHeap…/README.md :65: |
Returns the top item in the heap without removing it. |
JEFFOBER/Algorithm-SkewHeap…/README.md :73: |
Removes and returns the top item in the heap. |
JEFFOBER/Algorithm-SkewHeap…/README.md :83: |
Adds a new item to the heap. Returns the new size of the heap. |
JEFFOBER/Algorithm-SkewHeap…/SkewHeap.pm6 :89: |
#| Returns the number of items in the heap |
JEFFOBER/Algorithm-SkewHeap…/SkewHeap.pm6 :99: |
#| Returns the top item in the heap without removing it. |
JEFFOBER/Algorithm-SkewHeap…/SkewHeap.pm6 :106: |
#| Removes and returns the top item in the heap. |
JEFFOBER/Algorithm-SkewHeap…/SkewHeap.pm6 :114: |
#| Adds a new item to the heap. Returns the new size of the heap. |
JEFFOBER/Algorithm-SkewHeap…/basics.p6.t :28: |
my $item = $heap.take // $heap.explain; |
JEFFOBER/Algorithm-SkewHeap…/basics.p6.t :29: |
ok $item, "take: $item"; |
JEFFOBER/Algorithm-SkewHeap…/basics.p6.t :32: |
ok $item >= $prev, "$item >= $prev"; |
JEFFOBER/Algorithm-SkewHeap…/basics.p6.t :35: |
$prev = $item; |
JEFFOBER/Math-Vector3D…/Vector3D.pm6 :27: |
=item L<Math::Vector> |
JGOFF/ANTLR4-Grammar…/ObjC.g4 :188: |
: property_synthesize_item (',' property_synthesize_item)* |
JGOFF/ANTLR4-Grammar…/ObjC.g4 :191: |
property_synthesize_item |
JGOFF/ANTLR4-Grammar…/Python3.g4 :420: |
/// with_stmt: 'with' with_item (',' with_item)* ':' suite |
JGOFF/ANTLR4-Grammar…/Python3.g4 :422: |
: WITH with_item ( ',' with_item )* ':' suite |
JGOFF/ANTLR4-Grammar…/Python3.g4 :425: |
/// with_item: test ['as' expr] |
JGOFF/ANTLR4-Grammar…/Python3.g4 :426: |
with_item |
JGOFF/ANTLR4-Grammar…/Python3.g4 :882: |
/// shortstring ::= "'" shortstringitem* "'" | '"' shortstringitem* '"' |
JGOFF/ANTLR4-Grammar…/Python3.g4 :883: |
/// shortstringitem ::= shortstringchar | stringescapeseq |
JGOFF/ANTLR4-Grammar…/Python3.g4 :890: |
/// longstring ::= "'''" longstringitem* "'''" | '"""' longstringitem* '"""' |
JGOFF/ANTLR4-Grammar…/Python3.g4 :896: |
/// longstringitem ::= longstringchar | stringescapeseq |
JGOFF/ANTLR4-Grammar…/Python3.g4 :963: |
/// shortbytes ::= "'" shortbytesitem* "'" | '"' shortbytesitem* '"' |
JGOFF/ANTLR4-Grammar…/Python3.g4 :964: |
/// shortbytesitem ::= shortbyteschar | bytesescapeseq |
JGOFF/ANTLR4-Grammar…/Python3.g4 :970: |
/// longbytes ::= "'''" longbytesitem* "'''" | '"""' longbytesitem* '"""' |
JGOFF/ANTLR4-Grammar…/Python3.g4 :976: |
/// longbytesitem ::= longbyteschar | bytesescapeseq |
JGOFF/ANTLR4-Grammar…/Swift.g4 :96: |
case_label : 'case' case_item_list ':' ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :97: |
case_item_list : pattern guard_clause? pattern guard_clause?',' case_item_list ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :494: |
array_literal : '[' array_literal_items? ']' ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :495: |
array_literal_items : array_literal_item (',' array_literal_item)* ','? ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :496: |
array_literal_item : expression ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :497: |
dictionary_literal : '[' dictionary_literal_items ']' | '[' ':' ']' ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :498: |
dictionary_literal_items : dictionary_literal_item (',' dictionary_literal_item)* ','? ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :499: |
dictionary_literal_item : expression ':' expression ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :841: |
fragment Quoted_text : Quoted_text_item Quoted_text? ; |
JGOFF/ANTLR4-Grammar…/Swift.g4 :842: |
fragment Quoted_text_item : Escaped_character |
JGOFF/ANTLR4-Grammar…/UCBLogo.g4 :66: |
put("item", 2); |
JGOFF/ANTLR4-Grammar…/UCBLogo.g4 :67: |
put("mditem", 2); |
JGOFF/ANTLR4-Grammar…/UCBLogo.g4 :72: |
put("setitem", 3); |
JGOFF/ANTLR4-Grammar…/UCBLogo.g4 :73: |
put("mdsetitem", 3); |
JGOFF/ANTLR4-Grammar…/UCBLogo.g4 :76: |
put(".setitem", 3); |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :87: |
( module_parameter_port_list )? ( list_of_ports )? ';' module_item* |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :91: |
non_port_module_item* |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :129: |
// 1.5 Module items |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :131: |
module_item : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :132: |
module_or_generate_item |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :141: |
module_or_generate_item : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :142: |
attribute_instance* module_or_generate_item_declaration |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :152: |
non_port_module_item : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :155: |
| attribute_instance* module_or_generate_item |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :161: |
module_or_generate_item_declaration : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :364: |
// spec didn't allow optional block_item_declaration and function_item_declaration |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :368: |
function_item_declaration* function_statement? |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :371: |
'(' function_port_list ')' ';' block_item_declaration* |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :376: |
function_item_declaration : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :377: |
block_item_declaration |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :390: |
'task' ( 'automatic' )? task_identifier ';' ( task_item_declaration )* statement 'endtask' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :392: |
( block_item_declaration )* statement 'endtask' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :395: |
task_item_declaration : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :396: |
block_item_declaration |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :400: |
task_port_list : task_port_item ( ',' task_port_item )* ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :402: |
task_port_item : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :419: |
// 2.8 Block item declarations |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :420: |
block_item_declaration : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :537: |
generated_instantiation : 'generate' ( generate_item )* 'endgenerate' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :539: |
generate_item_or_null : generate_item | ';' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :541: |
generate_item : generate_conditional_statement |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :545: |
| module_or_generate_item |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :549: |
'if' '(' constant_expression ')' generate_item_or_null ( 'else' generate_item_or_null )? |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :553: |
'case' '(' constant_expression ')' genvar_case_item ( genvar_case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :556: |
genvar_case_item : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :557: |
constant_expression ( ',' constant_expression )* ':' generate_item_or_null |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :558: |
| 'default' ( ':' )? generate_item_or_null |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :563: |
'begin' ':' generate_block_identifier ( generate_item )* 'end' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :567: |
generate_block : 'begin' ( ':' generate_block_identifier )? ( generate_item )* 'end' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :673: |
function_seq_block : 'begin' ( ':' block_identifier ( block_item_declaration )* )? ( function_statement )* 'end' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :677: |
par_block : 'fork' ( ':' block_identifier ( block_item_declaration )* )? ( statement )* 'join' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :678: |
seq_block : 'begin' ( ':' block_identifier ( block_item_declaration )* )? ( statement )* 'end' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :774: |
'case' '(' expression ')' case_item ( case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :775: |
| 'casez' '(' expression ')' case_item ( case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :776: |
| 'casex' '(' expression ')' case_item ( case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :779: |
case_item : expression ( ',' expression )* ':' statement_or_null | 'default' ( ':' )? statement_or_null ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :781: |
'case' '(' expression ')' function_case_item ( function_case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :782: |
| 'casez' '(' expression ')' function_case_item ( function_case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :783: |
| 'casex' '(' expression ')' function_case_item ( function_case_item )* 'endcase' |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :786: |
function_case_item : |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :815: |
specify_block : 'specify' ( specify_item )* 'endspecify' ; |
JGOFF/ANTLR4-Grammar…/Verilog2001.g4 :816: |
specify_item : |
JGOFF/ANTLR4-Grammar…/creole.g4 :49: |
| listitem |
JGOFF/ANTLR4-Grammar…/creole.g4 :81: |
listitem |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :201: |
: ( block_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :278: |
( configuration_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :282: |
block_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :308: |
: ( block_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :450: |
configuration_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :457: |
: ( configuration_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :460: |
configuration_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :488: |
: ( context_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :491: |
context_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :589: |
entity_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :613: |
: ( entity_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :710: |
( ( block_declarative_item )* BEGIN )? |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :998: |
package_body_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1013: |
: ( package_body_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1022: |
package_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1044: |
: ( package_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1088: |
procedural_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1104: |
: ( procedural_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1119: |
process_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1136: |
: ( process_declarative_item )* |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1395: |
subprogram_declarative_item |
JGOFF/ANTLR4-Grammar…/vhdl.g4 :1412: |
: ( subprogram_declarative_item )* |
JGOFF/CommonMark…/README.md :258: |
Return the next item in this iterator |
JGOFF/CommonMark…/CommonMark.pm6 :32: |
=item to-html( $common-mark ) |
JGOFF/CommonMark…/CommonMark.pm6 :38: |
=item version() |
JGOFF/CommonMark…/CommonMark.pm6 :48: |
=item version-string() |
JGOFF/CommonMark…/CommonMark.pm6 :52: |
=item parse-document( Str $buffer, int32 $options ) |
JGOFF/CommonMark…/CommonMark.pm6 :58: |
=item new( :$type ) |
JGOFF/CommonMark…/CommonMark.pm6 :62: |
=item next() |
JGOFF/CommonMark…/CommonMark.pm6 :66: |
=item previous() |
JGOFF/CommonMark…/CommonMark.pm6 :70: |
=item parent() |
JGOFF/CommonMark…/CommonMark.pm6 :74: |
=item first-child() |
JGOFF/CommonMark…/CommonMark.pm6 :78: |
=item last-child() |
JGOFF/CommonMark…/CommonMark.pm6 :82: |
=item user-data() |
JGOFF/CommonMark…/CommonMark.pm6 :86: |
=item user-data( Pointer $ptr ) |
JGOFF/CommonMark…/CommonMark.pm6 :90: |
=item type() |
JGOFF/CommonMark…/CommonMark.pm6 :94: |
=item type-string() |
JGOFF/CommonMark…/CommonMark.pm6 :98: |
=item literal() |
JGOFF/CommonMark…/CommonMark.pm6 :102: |
=item literal( Str $str ) |
JGOFF/CommonMark…/CommonMark.pm6 :106: |
=item heading-level() |
JGOFF/CommonMark…/CommonMark.pm6 :110: |
=item heading-level( int32 $level ) |
JGOFF/CommonMark…/CommonMark.pm6 :114: |
=item list-type() |
JGOFF/CommonMark…/CommonMark.pm6 :118: |
=item list-type( int32 $level ) |
JGOFF/CommonMark…/CommonMark.pm6 :122: |
=item list-delim() |
JGOFF/CommonMark…/CommonMark.pm6 :126: |
=item list-delim( int32 $level ) |
JGOFF/CommonMark…/CommonMark.pm6 :130: |
=item list-start() |
JGOFF/CommonMark…/CommonMark.pm6 :134: |
=item list-start( int32 $level ) |
JGOFF/CommonMark…/CommonMark.pm6 :138: |
=item list-tight() |
JGOFF/CommonMark…/CommonMark.pm6 :142: |
=item list-tight( int32 $level ) |
JGOFF/CommonMark…/CommonMark.pm6 :146: |
=item fence-info() |
JGOFF/CommonMark…/CommonMark.pm6 :150: |
=item fence-info( Str $info ) |
JGOFF/CommonMark…/CommonMark.pm6 :154: |
=item url() |
JGOFF/CommonMark…/CommonMark.pm6 :158: |
=item url( Str $url ) |
JGOFF/CommonMark…/CommonMark.pm6 :162: |
=item title() |
JGOFF/CommonMark…/CommonMark.pm6 :166: |
=item title( Str $title ) |
JGOFF/CommonMark…/CommonMark.pm6 :170: |
=item on-enter() |
JGOFF/CommonMark…/CommonMark.pm6 :174: |
=item on-enter( Str $title ) |
JGOFF/CommonMark…/CommonMark.pm6 :178: |
=item on-exit() |
JGOFF/CommonMark…/CommonMark.pm6 :182: |
=item on-exit( Str $title ) |
JGOFF/CommonMark…/CommonMark.pm6 :186: |
=item start-line() |
JGOFF/CommonMark…/CommonMark.pm6 :190: |
=item start-column() |
JGOFF/CommonMark…/CommonMark.pm6 :194: |
=item end-line() |
JGOFF/CommonMark…/CommonMark.pm6 :198: |
=item end-column() |
JGOFF/CommonMark…/CommonMark.pm6 :202: |
=item unlink() |
JGOFF/CommonMark…/CommonMark.pm6 :206: |
=item insert-before( CommonMark::Node $node ) |
JGOFF/CommonMark…/CommonMark.pm6 :210: |
=item insert-after( CommonMark::Node $node ) |
JGOFF/CommonMark…/CommonMark.pm6 :214: |
=item replace( CommonMark::Node $node ) |
JGOFF/CommonMark…/CommonMark.pm6 :218: |
=item prepend-child( CommonMark::Node $node ) |
JGOFF/CommonMark…/CommonMark.pm6 :222: |
=item append-child( CommonMark::Node $node ) |
JGOFF/CommonMark…/CommonMark.pm6 :226: |
=item consolidate-text-nodes() |
JGOFF/CommonMark…/CommonMark.pm6 :230: |
=item render-xml( int32 $options ) |
JGOFF/CommonMark…/CommonMark.pm6 :234: |
=item render-html( int32 $options ) |
JGOFF/CommonMark…/CommonMark.pm6 :238: |
=item render-man( int32 $options, int32 $width ) |
JGOFF/CommonMark…/CommonMark.pm6 :242: |
=item render-commonmark( int32 $options, int32 $width ) |
JGOFF/CommonMark…/CommonMark.pm6 :246: |
=item render-latex( int32 $options, int32 $width ) |
JGOFF/CommonMark…/CommonMark.pm6 :250: |
=item check( int32 $file-ID ) |
JGOFF/CommonMark…/CommonMark.pm6 :256: |
=item next() |
JGOFF/CommonMark…/CommonMark.pm6 :258: |
Return the next item in this iterator |
JGOFF/CommonMark…/CommonMark.pm6 :260: |
=item node() |
JGOFF/CommonMark…/CommonMark.pm6 :264: |
=item event-type() |
JGOFF/CommonMark…/CommonMark.pm6 :268: |
=item root() |
JGOFF/CommonMark…/CommonMark.pm6 :272: |
=item reset( CommonMark::Node $current, int32 $event-type ) |
JGOFF/CommonMark…/CommonMark.pm6 :278: |
=item feed( Str $buffer ) |
JGOFF/CommonMark…/CommonMark.pm6 :282: |
=item finish() |
JGOFF/Grammar-Common…/Common.pm6 :28: |
=item L<Expression::Prefix> |
JGOFF/Grammar-Common…/Common.pm6 :32: |
=item double-quote-string |
JGOFF/Grammar-Common…/Infix.pm6 :27: |
=item L<Expression::Infix> |
JGOFF/Grammar-Common…/Actions.pm6 :33: |
=item L<Expression::Infix::Actions> |
JGOFF/Grammar-Common…/Prefix.pm6 :27: |
=item L<Expression::Prefix> |
JGOFF/Grammar-Common…/Actions.pm6 :33: |
=item L<Expression::Prefix::Actions> |
JGOFF/Perl6-Parser…/DEBUGGING.pod :13: |
=item Acme dynamite kit |
JGOFF/Perl6-Parser…/DEBUGGING.pod :22: |
=item consistency |
JGOFF/Perl6-Parser…/DEBUGGING.pod :43: |
=item why don't I just subclass the match? |
JGOFF/Perl6-Parser…/DEBUGGING.pod :53: |
=item Why not just add the match object to the class? |
JGOFF/Perl6-Parser…/DEBUGGING.pod :65: |
=item refactoring |
JGOFF/Perl6-Parser…/DEBUGGING.pod :71: |
=item debugging |
JGOFF/Perl6-Parser…/DEBUGGING.pod :96: |
=item .dump-tree() is your friend. |
JGOFF/Perl6-Parser…/DEBUGGING.pod :112: |
=item key-bounds $m.hash.<xxx> |
JGOFF/Perl6-Parser…/DEBUGGING.pod :125: |
=item My god, it's full of \s*. |
JGOFF/Perl6-Parser…/Element.pod :15: |
=item C<_dump> |
JGOFF/Perl6-Parser…/Parser.pm6 :158: |
=item _roundtrip( Str $perl-code ) returns Perl6::Parser::Root |
JGOFF/Perl6-Parser…/Parser.pm6 :164: |
=item to-tree( Str $source ) |
JGOFF/Perl6-Parser…/Parser.pm6 :168: |
=item parse( Str $source ) |
JGOFF/Perl6-Parser…/Parser.pm6 :172: |
=item build-tree( Mu $parsed ) |
JGOFF/Perl6-Parser…/Parser.pm6 :176: |
=item consistency-check( Perl6::Element $root ) |
JGOFF/Perl6-Parser…/Parser.pm6 :180: |
=item to-string( Perl6::Element $tree ) returns Str |
JGOFF/Perl6-Parser…/Parser.pm6 :184: |
=item dump-tree( Perl6::Element $root ) returns Str |
JGOFF/Perl6-Parser…/Parser.pm6 :188: |
=item ruler( Str $source ) |
JGOFF/Perl6-Parser…/Parser.pm6 :409: |
$*ERR.say( "Gap between two items" ); |
JGOFF/Perl6-Parser…/Factory.pm6 :13: |
Objects are divided into two general categories, C<.textual> and C<.structural>. Structural items don't appear in the program text, because they just group things like blocks in C<grep { }> or argument lists in C<foo( 1, 2 )>. |
JGOFF/Perl6-Parser…/Factory.pm6 :66: |
=item L<Perl6::Element> |
JGOFF/Perl6-Parser…/Factory.pm6 :70: |
=item C<is-root> |
JGOFF/Perl6-Parser…/Factory.pm6 :76: |
=item C<is-start>, C<is-end> |
JGOFF/Perl6-Parser…/Factory.pm6 :82: |
=item C<is-start-leaf>, C<is-end-leaf> |
JGOFF/Perl6-Parser…/Factory.pm6 :86: |
=item C<is-leaf>, C<is-twig> |
JGOFF/Perl6-Parser…/Factory.pm6 :94: |
=item C<next>, C<previous>, C<parent>, C<child($n)> |
JGOFF/Perl6-Parser…/Factory.pm6 :98: |
=item C<first-child>, C<last-child> |
JGOFF/Perl6-Parser…/Factory.pm6 :104: |
=item C<remove-node>, C<insert-node-before>, C<insert-node-after> |
JGOFF/Perl6-Parser…/Factory.pm6 :110: |
=item C<replace-node-with> |
JGOFF/Perl6-Parser…/Factory.pm6 :116: |
=item L<Perl6::Number> |
JGOFF/Perl6-Parser…/Factory.pm6 :139: |
=item L<Perl6::Variable> |
JGOFF/Perl6-Parser…/Factory.pm6 :164: |
=item L<Perl6::Variable::Scalar::Contextualizer> |
JGOFF/Perl6-Parser…/Factory.pm6 :172: |
=item L<Perl6::Sir-Not-Appearing-In-This-Statement> |
JGOFF/Perl6-Parser…/Factory.pm6 :212: |
=item L<Twig> |
JGOFF/Perl6-Parser…/Factory.pm6 :218: |
=item C<.textual> |
JGOFF/Perl6-Parser…/Factory.pm6 :228: |
=item Perl6::Branch |
JGOFF/Perl6-Tidy…/Tidy.pm6 :114: |
=item tidy( Str $source ) |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :19: |
The Perl 6 POD tree works out nicely, overall. There are a few places, however, that if you want to generate HTML you might run into some issues. Wal… |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :23: |
Event-based systems would check to see when a C<enter-pod-item> and C<exit-pod-item> event fires, and keep track of it that way. … |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :59: |
=item .parent |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :63: |
=item .previous-sibling |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :67: |
=item .next-sibling |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :71: |
=item .first-child |
JGOFF/Pod-To-HTMLBody…/Tree.pm6 :79: |
=item to-tree( $pod ) |
JGOFF/Pod-To-HTMLBody…/01-tree.t :7: |
my $item = Node::Item.new; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :10: |
$new-list.add-below( $item ); |
JGOFF/Pod-To-HTMLBody…/01-tree.t :16: |
is $new-list.first-child, $item; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :19: |
subtest 'links from item', { |
JGOFF/Pod-To-HTMLBody…/01-tree.t :20: |
is $item.parent, $new-list; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :21: |
nok $item.previous-sibling; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :22: |
nok $item.next-sibling; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :23: |
nok $item.first-child; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :26: |
my $new-item = Node::Item.new; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :27: |
$item.replace-with( $new-item ); |
JGOFF/Pod-To-HTMLBody…/01-tree.t :29: |
subtest 'new-list after replacing item', { |
JGOFF/Pod-To-HTMLBody…/01-tree.t :33: |
is $new-list.first-child, $new-item; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :37: |
subtest 'new-item after being emplaced', { |
JGOFF/Pod-To-HTMLBody…/01-tree.t :38: |
is $new-item.parent, $new-list; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :39: |
nok $new-item.previous-sibling; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :40: |
nok $new-item.next-sibling; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :41: |
nok $new-item.first-child; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :44: |
my $item2 = Node::Item.new; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :45: |
$new-list.add-below( $item2 ); |
JGOFF/Pod-To-HTMLBody…/01-tree.t :47: |
subtest 'new-list after adding $item2', { |
JGOFF/Pod-To-HTMLBody…/01-tree.t :51: |
is $new-list.first-child, $new-item; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :66: |
my $the-item = Node::Item.new; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :69: |
$the-list.add-below( $the-item ); |
JGOFF/Pod-To-HTMLBody…/01-tree.t :81: |
is $the-list.first-child, $the-item; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :83: |
subtest 'item', { |
JGOFF/Pod-To-HTMLBody…/01-tree.t :84: |
is $the-item.parent, $the-list; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :85: |
nok $the-item.previous-sibling; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :86: |
nok $the-item.next-sibling; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :87: |
nok $the-item.first-child; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :948: |
subtest 'item', { |
JGOFF/Pod-To-HTMLBody…/01-tree.t :949: |
=item foo |
JGOFF/Pod-To-HTMLBody…/01-tree.t :954: |
/, 'standalone item'; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :957: |
=item foo |
JGOFF/Pod-To-HTMLBody…/01-tree.t :958: |
=item bar |
JGOFF/Pod-To-HTMLBody…/01-tree.t :967: |
/, 'items'; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :972: |
=item Happy |
JGOFF/Pod-To-HTMLBody…/01-tree.t :973: |
=item Dopey |
JGOFF/Pod-To-HTMLBody…/01-tree.t :974: |
=item Sleepy |
JGOFF/Pod-To-HTMLBody…/01-tree.t :975: |
=item Bashful |
JGOFF/Pod-To-HTMLBody…/01-tree.t :976: |
=item Sneezy |
JGOFF/Pod-To-HTMLBody…/01-tree.t :977: |
=item Grumpy |
JGOFF/Pod-To-HTMLBody…/01-tree.t :978: |
=item Keyser Soze |
JGOFF/Pod-To-HTMLBody…/01-tree.t :996: |
=item1 Animal |
JGOFF/Pod-To-HTMLBody…/01-tree.t :997: |
=item2 Vertebrate |
JGOFF/Pod-To-HTMLBody…/01-tree.t :998: |
=item2 Invertebrate |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1000: |
=item1 Phase |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1001: |
=item2 Solid |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1002: |
=item2 Liquid |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1003: |
=item2 Gas |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1004: |
=item2 Chocolate |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1026: |
=begin item1 |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1028: |
=end item1 |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1029: |
=item2 Liberty |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1030: |
=item2 Death |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1031: |
=item2 Beer |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1032: |
=item2 Cake |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1404: |
=begin itemization |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1406: |
=end itemization |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1408: |
=begin quitem |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1410: |
=end quitem |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1412: |
=begin item |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1414: |
=end item |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1427: |
'<h1>' 'itemization' '</h1>' |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1431: |
'<h1>' 'quitem' '</h1>' |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1436: |
/, 'mixed code and one hidden in an item'; |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1494: |
# XXX Those items are :numbered in S26, but we're waiting with block |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1502: |
=begin item |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1507: |
=end item |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1509: |
=begin item |
JGOFF/Pod-To-HTMLBody…/01-tree.t :1515: |
=end item |
JGOFF/Readline…/Readline.pm :52: |
=item readline( Str $prompt ) returns Str |
JGOFF/Readline…/Readline.pm :54: |
=item initialize( ) returns int32 |
JGOFF/Readline…/Readline.pm :58: |
=item ding( ) returns int32 |
JGOFF/Readline…/Readline.pm :66: |
=item add-history( Str $history ) |
JGOFF/Readline…/Readline.pm :70: |
=item using-history( ) |
JGOFF/Readline…/Readline.pm :76: |
=item history-get-history-state( ) returns HISTORY_STATE |
JGOFF/Readline…/Readline.pm :80: |
=item history-set-history-state( HISTORY_STATE $state ) |
JGOFF/Readline…/Readline.pm :84: |
=item add-history-time( Str $timestamp ) |
JGOFF/Readline…/Readline.pm :88: |
=item remove-history( int32 $which ) returns HIST_ENTRY |
JGOFF/Readline…/Readline.pm :92: |
=item free-history-entry( HIST_ENTRY $entry ) returns Str # histdata_t |
JGOFF/Readline…/Readline.pm :96: |
=item replace-history-entry( int32 $which, Str $line, Str $data ) returns HIST_ENTRY # histdata_t $data ) returns HIST_ENTRY |
JGOFF/Readline…/Readline.pm :100: |
=item clear-history( ) |
JGOFF/Readline…/Readline.pm :104: |
=item stifle-history( int32 $max ) |
JGOFF/Readline…/Readline.pm :108: |
=item unstifle-history( ) |
JGOFF/Readline…/Readline.pm :112: |
=item history-is-stifled( ) returns Bool |
JGOFF/Readline…/Readline.pm :116: |
=item history-list( ) returns CArray[HIST_ENTRY] |
JGOFF/Readline…/Readline.pm :120: |
=item where-history( ) returns int32 |
JGOFF/Readline…/Readline.pm :124: |
=item current-history( int32 $which ) returns HIST_ENTRY |
JGOFF/Readline…/Readline.pm :128: |
=item history-get( int32 $which ) returns HIST_ENTRY |
JGOFF/Readline…/Readline.pm :132: |
=item history-get-time( HIST_ENTRY $entry ) returns time_t |
JGOFF/Readline…/Readline.pm :136: |
=item history-total-bytes( ) returns int32 |
JGOFF/Readline…/Readline.pm :140: |
=item history-set-pos( int32 $pos ) returns int32 |
JGOFF/Readline…/Readline.pm :144: |
=item previous-history( ) returns HIST_ENTRY |
JGOFF/Readline…/Readline.pm :148: |
=item next-history( ) returns HIST_ENTRY |
JGOFF/Readline…/Readline.pm :152: |
=item history-search( Str $text, int32 $pos ) returns int32 |
JGOFF/Readline…/Readline.pm :156: |
=item history-search-prefix( Str $prefix, int32 $pos ) returns int32 |
JGOFF/Readline…/Readline.pm :160: |
=item history-search-pos( Str $text, int32 $pos, int32 $dir ) returns int32 |
JGOFF/Readline…/Readline.pm :164: |
=item read-history( Str $filename ) returns int32 |
JGOFF/Readline…/Readline.pm :168: |
=item read-history-range( Str $filename, int32 $from, int32 $to ) returns int32 |
JGOFF/Readline…/Readline.pm :172: |
=item write-history( Str $filename ) returns int32 |
JGOFF/Readline…/Readline.pm :176: |
=item append-history( int32 $offset, Str $filename ) returns int32 |
JGOFF/Readline…/Readline.pm :180: |
=item history-truncate-file( Str $filename, int32 $nLines ) returns int32 |
JGOFF/Readline…/Readline.pm :184: |
=item history-expand( Str $string, Pointer[Str] $output ) returns int32 |
JGOFF/Readline…/Readline.pm :195: |
=item history-arg-extract( int32 $first, int32 $last, Str $string ) returns Str |
JGOFF/Readline…/Readline.pm :199: |
=item get-history-event( Str $string, Pointer[int32] $cIndex, Str $delimiting-quote ) returns Str |
JGOFF/Readline…/Readline.pm :209: |
=item history-tokenize( Str $string ) returns CArray[Str] |
JGOFF/Readline…/Readline.pm :219: |
=item make-bare-keymap( ) returns Keymap |
JGOFF/Readline…/Readline.pm :223: |
=item copy-keymap( Keymap $map ) returns Keymap |
JGOFF/Readline…/Readline.pm :227: |
=item make-keymap( ) returns Keymap |
JGOFF/Readline…/Readline.pm :231: |
=item discard-keymap( Keymap $map ) |
JGOFF/Readline…/Readline.pm :235: |
=item free-keymap( Keymap $map ) |
JGOFF/Readline…/Readline.pm :239: |
=item get-keymap-by-name( Str $name ) returns Keymap |
JGOFF/Readline…/Readline.pm :243: |
=item get-keymap( ) returns Keymap |
JGOFF/Readline…/Readline.pm :247: |
=item get-keymap-name( Keymap $map ) returns Str |
JGOFF/Readline…/Readline.pm :251: |
=item set-keymap( Keymap $map ) |
JGOFF/Readline…/Readline.pm :261: |
=item callback-handler-install( Str $prompt, &callback (Str) ) |
JGOFF/Readline…/Readline.pm :265: |
=item callback-read-char( ) |
JGOFF/Readline…/Readline.pm :269: |
=item callback-handler-remove( ) |
JGOFF/Readline…/Readline.pm :279: |
=item set-prompt( Str $prompt ) returns int32 |
JGOFF/Readline…/Readline.pm :283: |
=item expand-prompt( Str $prompt ) returns int32 |
JGOFF/Readline…/Readline.pm :291: |
=item bind-key( Str $key, &callback (int32, int32 --> int32) ) returns int32 |
JGOFF/Readline…/Readline.pm :297: |
=item bind-key-in-map( Str $key, &callback (int32, int32 --> int32), Keymap $map ) returns int32 |
JGOFF/Readline…/Readline.pm :303: |
=item unbind-key( Str $key ) returns Bool |
JGOFF/Readline…/Readline.pm :311: |
=item unbind-key-in-map( Str $key, Keymap $map ) returns Bool |
JGOFF/Readline…/Readline.pm :319: |
=item bind-key-if-unbound( Str $key, &callback (int32, int32 --> int32) ) returns Bool |
JGOFF/Readline…/Readline.pm :327: |
=item bind-key-if-unbound-in-map( Str $key, &callback (int32, int32 --> int32), Keymap $map ) returns Bool |
JGOFF/Readline…/Readline.pm :335: |
=item unbind-function-in-map ( &callback (int32, int32 --> int32), Keymap $map ) returns int32 |
JGOFF/Readline…/Readline.pm :339: |
=item bind-keyseq( Str $keyseq, &callback (int32, int32 --> int32) ) returns Bool |
JGOFF/Readline…/Readline.pm :345: |
=item bind-keyseq-in-map( Str $keyseq, &callback (int32, int32 --> int32), Keymap $map ) returns Bool |
JGOFF/Readline…/Readline.pm :351: |
=item bind-keyseq-if-unbound( Str $keyseq, &callback (int32, int32 --> int32) ) returns Bool |
JGOFF/Readline…/Readline.pm :357: |
=item bind-keyseq-if-unbound-in-map( Str $str, &callback (int32, int32 --> int32), Keymap $map ) returns Bool |
JGOFF/Readline…/Readline.pm :363: |
=item generic-bind( int32 $i, Str $keyseq, Str $t, Keymap $map ) returns int32 |
JGOFF/Readline…/Readline.pm :369: |
=item add-defun( Str $str, &callback (int32, int32 --> int32), Str $key ) returns int32 |
JGOFF/Readline…/Readline.pm :377: |
=item variable-value( Str $variable ) returns Str |
JGOFF/Readline…/Readline.pm :381: |
=item variable-bind( Str $variable, Str $value ) returns int32 |
JGOFF/Readline…/Readline.pm :385: |
=item set-key( Str $str, &callback (int32, int32 --> int32), Keymap $map ) |
JGOFF/Readline…/Readline.pm :389: |
=item macro-bind( Str $keyseq, Str $macro, Keymap $map ) returns int32 |
JGOFF/Readline…/Readline.pm :393: |
=item named-function( Str $s ) returns &callback (int32, int32 --> int32) |
JGOFF/Readline…/Readline.pm :397: |
=item function-of-keyseq( Str $keyseq, Keymap $map, Pointer[int32] $type ) returns &callback (int32, int32 --> int32) |
JGOFF/Readline…/Readline.pm :401: |
=item list-funmap-names( ) |
JGOFF/Readline…/Readline.pm :405: |
=item invoking-keyseqs-in-map( Pointer[&callback (int32, int32 --> int32)] $p-cmd, Keymap $map ) returns CArray[Str] |
JGOFF/Readline…/Readline.pm :409: |
=item invoking-keyseqs( Pointer[&callback (int32, int32 --> int32)] $p-cmd ) returns CArray[Str] |
JGOFF/Readline…/Readline.pm :413: |
=item function-dumper( Bool $readable ) |
JGOFF/Readline…/Readline.pm :419: |
=item macro-dumper( Bool $readable ) |
JGOFF/Readline…/Readline.pm :425: |
=item variable-dumper( Bool $readable ) |
JGOFF/Readline…/Readline.pm :431: |
=item read-init-file( Str $filename ) |
JGOFF/Readline…/Readline.pm :435: |
=item parse-and-bind( Str $line ) returns int32 |
JGOFF/Readline…/Readline.pm :439: |
=item add-funmap-entry( Str $name, &callback (int32, int32 --> int32) ) returns int32 |
JGOFF/Readline…/Readline.pm :443: |
=item funmap-names( ) returns CArray[Str] |
JGOFF/Readline…/Readline.pm :447: |
=item push-macro-input( Str $macro ) |
JGOFF/Readline…/Readline.pm :451: |
=item free-undo-list( ) |
JGOFF/Readline…/Readline.pm :455: |
=item do-undo( ) returns int32 |
JGOFF/Readline…/Readline.pm :461: |
=item begin-undo-group( ) returns int32 |
JGOFF/Readline…/Readline.pm :465: |
=item end-undo-group( ) returns int32 |
JGOFF/Readline…/Readline.pm :469: |
=item modifying( int32 $start, int32 $end ) returns int32 |
JGOFF/Readline…/Readline.pm :473: |
=item redisplay( ) |
JGOFF/Readline…/Readline.pm :477: |
=item on-new-line( ) returns int32 |
JGOFF/Readline…/Readline.pm :481: |
=item on-new-line-with-prompt( ) returns int32 |
JGOFF/Readline…/Readline.pm :485: |
=item forced-update-display( ) returns int32 |
JGOFF/Readline…/Readline.pm :489: |
=item clear-message( ) returns int32 |
JGOFF/Readline…/Readline.pm :493: |
=item reset-line-state( ) returns int32 |
JGOFF/Readline…/Readline.pm :497: |
=item crlf( ) returns int32 |
JGOFF/Readline…/Readline.pm :501: |
=item show-char( Str $c ) returns int32 |
JGOFF/Readline…/Readline.pm :507: |
=item save-prompt( ) |
JGOFF/Readline…/Readline.pm :511: |
=item restore-prompt( ) |
JGOFF/Readline…/Readline.pm :515: |
=item replace-line( Str $text, int32 $clear-undo ) |
JGOFF/Readline…/Readline.pm :519: |
=item insert-text( Str $text ) returns int32 |
JGOFF/Readline…/Readline.pm :523: |
=item delete-text( int32 $start, int32 $end ) returns int32 |
JGOFF/Readline…/Readline.pm :527: |
=item kill-text( int32 $start, int32 $end ) returns int32 |
JGOFF/Readline…/Readline.pm :531: |
=item copy-text( int32 $start, int32 $end ) returns Str |
JGOFF/Readline…/Readline.pm :535: |
=item prep-terminal( int32 $meta-flag ) |
JGOFF/Readline…/Readline.pm :539: |
=item deprep-terminal( ) |
JGOFF/Readline…/Readline.pm :543: |
=item tty-set-default-bindings( Keymap $map ) |
JGOFF/Readline…/Readline.pm :547: |
=item tty-unset-default-bindings( Keymap $map ) |
JGOFF/Readline…/Readline.pm :551: |
=item reset-terminal( Str $terminal-name ) returns int32 |
JGOFF/Readline…/Readline.pm :555: |
=item resize-terminal( ) |
JGOFF/Readline…/Readline.pm :559: |
=item set-screen-size( int32 $rows, int32 $cols ) |
JGOFF/Readline…/Readline.pm :565: |
=item get-screen-size( Pointer[int32] $rows, Pointer[int32] $cols ) |
JGOFF/Readline…/Readline.pm :569: |
=item reset-screen-size( ) |
JGOFF/Readline…/Readline.pm :573: |
=item get-termcap( Str $cap ) returns Str |
JGOFF/Readline…/Readline.pm :577: |
=item extend-line-buffer( int32 $len ) |
JGOFF/Readline…/Readline.pm :581: |
=item alphabetic( Str $c ) returns Bool |
JGOFF/Readline…/Readline.pm :589: |
=item free( Pointer $mem ) |
JGOFF/Readline…/Readline.pm :597: |
=item set-signals( ) returns int32 |
JGOFF/Readline…/Readline.pm :601: |
=item clear-signals( ) returns int32 |
JGOFF/Readline…/Readline.pm :605: |
=item cleanup-after-signal( ) |
JGOFF/Readline…/Readline.pm :609: |
=item reset-after-signal( ) |
JGOFF/Readline…/Readline.pm :615: |
=item free-line-state( ) |
JGOFF/Readline…/Readline.pm :619: |
=item echo-signal( int32 $c ) # XXX not in v6 |
JGOFF/Readline…/Readline.pm :625: |
=item set-paren-blink-timeout( int32 $c ) returns int32 |
JGOFF/Readline…/Readline.pm :629: |
=item complete-internal( int32 $what-to-do ) returns int32 |
JGOFF/Readline…/Readline.pm :633: |
=item username-completion-function ( Str $text, int32 $i ) returns Str # XXX doesn't exist? |
JGOFF/Readline…/Readline.pm :637: |
=item filename-completion-function ( Str $text, int32 $i ) returns Str # XXX Doesn't exist? |
JGOFF/Readline…/Readline.pm :641: |
=item completion-mode( Pointer[&callback (int32, int32 --> int32)] $cfunc ) returns int32 |
JGOFF/Readline…/Readline.pm :645: |
=item save-state( readline_state $sp ) returns int32 |
JGOFF/Readline…/Readline.pm :649: |
=item tilde-expand( Str $str ) returns Str |
JGOFF/Readline…/Readline.pm :653: |
=item tilde-expand-word( Str $filename ) returns Str |
JGOFF/Readline…/Readline.pm :657: |
=item tilde-find-word( Str $word, int32 $offset, Pointer[int32] $p-end-offset ) returns Str |
JGOFF/Readline…/Readline.pm :661: |
=item restore-state( readline_state $sp ) returns int32 |
JGOFF/Readline…/Readline.pm :2429: |
# Up to this many items will be displayed in response to a |
JGOFF/Readline…/Readline.pm :2433: |
#extern int rl_completion_query_items; |
JMASLAK/DateTime-Monotonic…/CONTRIBUTING :23: |
is a bigger item, you might jot me a note first so that I don't |
JMASLAK/IP-Random…/CONTRIBUTING :23: |
is a bigger item, you might jot me a note first so that I don't |
JMASLAK/IP-Random…/Random.pm6 :333: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :339: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :340: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :346: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :347: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :352: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :353: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :359: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :360: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :364: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :365: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :371: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :372: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :376: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :377: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :381: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :382: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :386: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :387: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :393: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :394: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :398: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :399: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :403: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :404: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :408: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :409: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :413: |
=end item |
JMASLAK/IP-Random…/Random.pm6 :414: |
=begin item |
JMASLAK/IP-Random…/Random.pm6 :418: |
=end item |
JMASLAK/Net-BGP…/CONTRIBUTING :27: |
is a bigger item, you might jot me a note first so that I don't |
JMASLAK/Net-BGP…/bgpmon.pod :49: |
The last items on the command line are the peers to which we connect and from |
JMERELO/Algorithm-Evolutionary-Simple…/LICENSE :110: |
menu, a prominent item in the list meets this criterion. |
JMERELO/Algorithm-Evolutionary-Simple…/channel.p6 :31: |
if my $item = $output.poll { |
JMERELO/Algorithm-Evolutionary-Simple…/channel.p6 :32: |
$item.say; |
JMERELO/Algorithm-Evolutionary-Simple…/concurrent-evaluation.p6 :29: |
if my $item = $output.poll { |
JMERELO/Algorithm-Evolutionary-Simple…/concurrent-evaluation.p6 :30: |
$item.say; |
JMERELO/Algorithm-Evolutionary-Simple…/concurrent-evolutionary-algorithm.p6 :59: |
if my $item = $output.poll { |
JMERELO/Algorithm-Evolutionary-Simple…/concurrent-evolutionary-algorithm.p6 :60: |
$item.say; |
JMERELO/Algorithm-Evolutionary-Simple…/concurrent-selecto-recombinative-EA.p6 :56: |
if my $item = $output.poll { |
JMERELO/Algorithm-Evolutionary-Simple…/concurrent-selecto-recombinative-EA.p6 :57: |
$item.say; |
JMERELO/Wikidata-API…/LICENSE :110: |
menu, a prominent item in the list meets this criterion. |
JMERELO/Wikidata-API…/API.pm6 :64: |
=item query( Str $query) |
JMERELO/Wikidata-API…/API.pm6 :68: |
=item query-file( Str $query) |
JNTHN/Cro-HTTP…/http-request.t :197: |
my $req = Cro::HTTP::Request.new(method => 'GET', target => '/products/category/items/'); |
JNTHN/Cro-HTTP…/http-request.t :198: |
is $req.target(), '/products/category/items/', 'Target is set'; |
JNTHN/Cro-HTTP…/http-request.t :199: |
is $req.original-target().Str, '/products/category/items/', 'original-target equals target'; |
JNTHN/Cro-HTTP…/http-request.t :200: |
is $req.original-path().path, '/products/category/items/', 'original-path path equals target'; |
JNTHN/Cro-HTTP…/http-request.t :203: |
is $req2.target(), '/category/items/', 'target on stripped request changes'; |
JNTHN/Cro-HTTP…/http-request.t :204: |
is $req2.original-target().Str, '/products/category/items/', 'original-target preserves'; |
JNTHN/Cro-HTTP…/http-request.t :205: |
is $req2.original-path().path, '/products/category/items/', 'original-path preserves'; |
JNTHN/Cro-HTTP…/http-request.t :206: |
is $req2.original-path-segments().join('/'), 'products/category/items/', 'original-path-segments are preserved'; |
JNTHN/Cro-HTTP…/http-request.t :208: |
is $req3.target(), '/items/', 'target on second stripped request changes'; |
JNTHN/Cro-HTTP…/http-request.t :209: |
is $req3.original-target().Str, '/products/category/items/', 'original-target preserves'; |
JNTHN/Cro-HTTP…/http-request.t :210: |
is $req3.original-path().path, '/products/category/items/', 'original-path preserves'; |
JNTHN/Cro-HTTP…/http-request.t :211: |
is $req3.original-path-segments().join('/'), 'products/category/items/', 'original-path-segments are preserved'; |
JNTHN/Cro-HTTP…/http-router.t :382: |
'First winning route with required query items wins', |
JNTHN/Cro-HTTP…/http-router.t :1795: |
'/proxy/item' => '/item and /proxy/item', |
JNTHN/Cro-HTTP…/http-router.t :1796: |
'/proxy/item/1' => '/item/1 and /proxy/item/1', |
JNTHN/Cro-OpenAPI-RoutesFromDefinition…/basic-operations.t :36: |
"description": "How many items to return at one time (max 100)", |
JNTHN/Cro-OpenAPI-RoutesFromDefinition…/basic-operations.t :163: |
"items": { |
JNTHN/Cro-OpenAPI-RoutesFromDefinition…/response.t :54: |
"items": { |
JNTHN/JSON-Path…/Path.pm6 :63: |
when ValueResult { take result.item } |
JNTHN/JSON-Path…/Path.pm6 :67: |
take result.item; |
JNTHN/JSON-Path…/01basic.t :149: |
"items" : { |
JNTHN/JSON-Path…/01basic.t :150: |
"old" : { "name" : "olditem" }, |
JNTHN/JSON-Path…/01basic.t :151: |
"2017" : { "name" : "item1" }, |
JNTHN/JSON-Path…/01basic.t :152: |
"2018" : { "name" : "item2" }, |
JNTHN/JSON-Path…/01basic.t :153: |
"2019" : { "name" : "item3" } |
JNTHN/JSON-Path…/01basic.t :157: |
my $jp = JSON::Path.new: ".items['2018'].name"; |
JNTHN/JSON-Path…/01basic.t :158: |
is-deeply $jp.values($json), ('item2',), 'Integer in key index not mis-compiled'; |
JNTHN/JSON-Schema…/TODO.md :19: |
* [x] items |
JNTHN/JSON-Schema…/Schema.pm6 :305: |
for @$value -> $item { |
JNTHN/JSON-Schema…/Schema.pm6 :306: |
$!check.check($item); |
JNTHN/JSON-Schema…/Schema.pm6 :317: |
for @$value Z @!checks -> ($item, $check) { |
JNTHN/JSON-Schema…/Schema.pm6 :318: |
$check.check($item); |
JNTHN/JSON-Schema…/Schema.pm6 :330: |
for @$value[$!size..*] -> $item { |
JNTHN/JSON-Schema…/Schema.pm6 :331: |
$!check.check($item); |
JNTHN/JSON-Schema…/Schema.pm6 :342: |
for @$value -> $item { |
JNTHN/JSON-Schema…/Schema.pm6 :346: |
$!check.check($item); |
JNTHN/JSON-Schema…/Schema.pm6 :632: |
with %schema<items> { |
JNTHN/JSON-Schema…/Schema.pm6 :634: |
push @checks, ItemsByObjectCheck.new(:$path, check => check-for($path ~ '/items', $_, :%formats, :%add-formats)); |
JNTHN/JSON-Schema…/Schema.pm6 :639: |
:$path, :reason("The item property array must contain only objects"); |
JNTHN/JSON-Schema…/Schema.pm6 :642: |
my @items-checks = $_.map({ check-for($path ~ '/items', $_, :%formats, :%add-formats) }); |
JNTHN/JSON-Schema…/Schema.pm6 :643: |
push @checks, ItemsByArraysCheck.new(:$path, checks => @items-checks); |
JNTHN/JSON-Schema…/Schema.pm6 :647: |
:$path, :reason("The item property must be a JSON Schema or array of JSON Schema objects"); |
JNTHN/JSON-Schema…/Schema.pm6 :653: |
if %schema<items> ~~ Positional:D|{$_ eqv True || $_ eqv False} { |
JNTHN/JSON-Schema…/Schema.pm6 :655: |
push @checks, AdditionalItemsCheck.new(:$path, :$check, size => %schema<items>.elems); |
JNTHN/JSON-Schema…/01-basic.t :43: |
'When type is described as array, items must be unique'; |
JNTHN/JSON-Schema…/01-basic.t :46: |
'When type is described as array, items must be withing allowed type range'; |
JNTHN/JSON-Schema…/04-array.t :6: |
{ JSON::Schema.new(schema => { items => 4.5 }) }, |
JNTHN/JSON-Schema…/04-array.t :8: |
'Having items property be an integer is refused'; |
JNTHN/JSON-Schema…/04-array.t :10: |
{ JSON::Schema.new(schema => { items => (1, 2, 3) }) }, |
JNTHN/JSON-Schema…/04-array.t :12: |
'Having items property be a non-object array is refused'; |
JNTHN/JSON-Schema…/04-array.t :13: |
lives-ok { JSON::Schema.new(schema => { items => {} }) }, |
JNTHN/JSON-Schema…/04-array.t :14: |
'Having items property be hash is accepted'; |
JNTHN/JSON-Schema…/04-array.t :15: |
lives-ok { JSON::Schema.new(schema => { items => [{}, {}] }) }, |
JNTHN/JSON-Schema…/04-array.t :16: |
'Having items property be array of hashes is accepted'; |
JNTHN/JSON-Schema…/04-array.t :22: |
items => { type => 'object' } |
JNTHN/JSON-Schema…/04-array.t :24: |
ok $schema.validate('Foo'), 'items property is ignored if not an explicit array type'; |
JNTHN/JSON-Schema…/04-array.t :25: |
$schema = JSON::Schema.new(schema => { items => { type => 'object' } }); |
JNTHN/JSON-Schema…/04-array.t :26: |
ok $schema.validate('Foo'), 'items property is ignored if not an explicit array type'; |
JNTHN/JSON-Schema…/04-array.t :31: |
items => { type => 'integer' } |
JNTHN/JSON-Schema…/04-array.t :33: |
ok $schema.validate((1, 2, 3).List), 'array items type restriction for integer accepts list of integers'; |
JNTHN/JSON-Schema…/04-array.t :34: |
nok $schema.validate((1, 2, 3.14).List), 'array items type restriction for integer rejects list with non-integer element'; |
JNTHN/JSON-Schema…/04-array.t :36: |
items => { type => 'integer', minimum => 0 } |
JNTHN/JSON-Schema…/04-array.t :38: |
ok $schema.validate((1, 2, 3).List), 'array items check with two rules accepts correct input'; |
JNTHN/JSON-Schema…/04-array.t :39: |
nok $schema.validate((1, 2, 3.14).List), 'array items check with two rejects incorrect input by first check'; |
JNTHN/JSON-Schema…/04-array.t :40: |
nok $schema.validate((1, 2, -3).List), 'array items check with two rejects incorrect input by second check'; |
JNTHN/JSON-Schema…/04-array.t :45: |
items => ({ type => 'integer' }, { type => 'string'}, { type => 'number' }) |
JNTHN/JSON-Schema…/04-array.t :47: |
ok $schema.validate((1, 'hello', 3.14).List), 'items property with array value accepts correct input'; |
JNTHN/JSON-Schema…/04-array.t :48: |
nok $schema.validate((1, 2, 3.14).List), 'items property with array value rejects incorrect input'; |
JNTHN/JSON-Schema…/04-array.t :49: |
ok $schema.validate((1, 'hello', -3.14, 'world', Nil).List), 'array values after items schemes array length are always accepted 1'; |
JNTHN/JSON-Schema…/04-array.t :50: |
ok $schema.validate((1, 'hello', -3.14, Nil, 'world').List), 'array values after items schemes array length are always accepted 2'; |
JNTHN/JSON-Schema…/04-array.t :60: |
ok $schema.validate((1, 2, 3).List), 'additionalItems property without items property is omitted'; |
JNTHN/JSON-Schema…/04-array.t :61: |
$schema = JSON::Schema.new(schema => { items => { type => 'integer' }, additionalItems => { type => 'string' } }); |
JNTHN/JSON-Schema…/04-array.t :62: |
ok $schema.validate((1, 2, 3).List), 'additionalItems property without items property being array os schemas is omitted'; |
JNTHN/JSON-Schema…/04-array.t :64: |
items => ({ type => 'integer' }, { type => 'string' }), additionalItems => { type => 'number' } |
JNTHN/OpenAPI-Model…/Element.pm6 :33: |
method !resolve-schema($item) { |
JNTHN/OpenAPI-Model…/Element.pm6 :34: |
return $item if $item !~~ Associative; |
JNTHN/OpenAPI-Model…/Element.pm6 :35: |
$item.map( |
JNTHN/OpenAPI-Model…/Element.pm6 :78: |
method !resolve($item, :$expect) { |
JNTHN/OpenAPI-Model…/Element.pm6 :79: |
return $item if $item !~~ OpenAPI::Model::Reference; |
JNTHN/OpenAPI-Model…/Element.pm6 :80: |
self!resolve-reference($item, :$expect); |
JNTHN/OpenAPI-Model…/OpenAPI.pm6 :1005: |
#| Represents an external definition of this path item. |
JNTHN/OpenAPI-Model…/00-openapi-model.t :34: |
"items": { |
JNTHN/OpenAPI-Model…/01-openapi-model-openapi.t :43: |
"items": { |
JNTHN/OpenAPI-Model…/01-openapi-model-openapi.t :66: |
"items": {} |
JNTHN/OpenAPI-Model…/05-references.t :35: |
"items": { |
JNTHN/OpenAPI-Model…/05-references.t :153: |
is $api.paths</2.0/repositories/{username}>.get.responses<200>.content<application/json>.schema<items><properties><owner><type>, 'user', 'Resolved third level'; |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :291: |
has Check $.items-check; |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :294: |
$value.map({ $!items-check.check($_) }); |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :541: |
with %schema<items> { |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :545: |
:$path, :reason("Property items must be specified for array type"); |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :675: |
with %schema<items> { |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :677: |
my $items-check = check-for($path ~ '/items', %$_, :%formats, :%add-formats); |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :678: |
push @checks, ItemsCheck.new(:$path, :$items-check); |
JNTHN/OpenAPI-Schema-Validate…/Validate.pm6 :682: |
:$path, :reason("The items property must be an object"); |
JNTHN/OpenAPI-Schema-Validate…/array.t :22: |
items => { type => 'integer'} |
JNTHN/OpenAPI-Schema-Validate…/array.t :35: |
items => { type => 'integer'} |
JNTHN/OpenAPI-Schema-Validate…/array.t :41: |
items => { type => 'object', required => ['a'] } |
JNTHN/OpenAPI-Schema-Validate…/array.t :50: |
items => { type => 'string' }, |
JNTHN/OpenAPI-Schema-Validate…/array.t :60: |
'items check goes after other array checks'; |
JNTHN/OpenAPI-Schema-Validate…/array.t :66: |
items => { type => 'array', items => { type => 'string' } } |
JNTHN/OpenAPI-Schema-Validate…/array.t :72: |
X::OpenAPI::Schema::Validate::Failed, message => /'root/items'/, |
JNTHN/OpenAPI-Schema-Validate…/primitive-types.t :55: |
items => { type => 'integer' } |
JNTHN/POFile…/README.md :13: |
for @$po -> $item { |
JNTHN/POFile…/README.md :14: |
say $item.reference; # 'finddialog.cpp:38' |
JNTHN/POFile…/README.md :15: |
say $item.msgstr; # msgstr value |
JNTHN/POFile…/README.md :16: |
$item.msgstr = update($item.msgstr); # Do some update |
JNTHN/POFile…/README.md :65: |
case. Use hash access you know _for sure_ there are no items with the |
JNTHN/POFile…/POFile.pm6 :52: |
token msgctxt { 'msgctxt ' <item-text> "\n" } |
JNTHN/POFile…/POFile.pm6 :53: |
token msgid { 'msgid ' <item-text> "\n" } |
JNTHN/POFile…/POFile.pm6 :54: |
token msgid-plural { 'msgid_plural ' <item-text> "\n" } |
JNTHN/POFile…/POFile.pm6 :55: |
token msgstr { 'msgstr' <pluralizer>? ' ' <item-text> } |
JNTHN/POFile…/POFile.pm6 :58: |
token item-text { <long-form> | <-[\n]>+ } |
JNTHN/POFile…/POFile.pm6 :156: |
method msgctxt($/) { make $<item-text>.made } |
JNTHN/POFile…/POFile.pm6 :157: |
method msgid($/) { make $<item-text>.made } |
JNTHN/POFile…/POFile.pm6 :158: |
method msgid-plural($/) { make $<item-text>.made } |
JNTHN/POFile…/POFile.pm6 :159: |
method msgstr($/) { make $<item-text>.made } |
JNTHN/POFile…/POFile.pm6 :161: |
method item-text($/) { |
JNTHN/POFile…/POFile.pm6 :240: |
has @!items; |
JNTHN/POFile…/POFile.pm6 :244: |
submethod BUILD(:@!items, :%!entries, :@!obsolete-messages) {} |
JNTHN/POFile…/POFile.pm6 :246: |
method list { @!items } |
JNTHN/POFile…/POFile.pm6 :255: |
method AT-POS($index) { @!items[$index] } |
JNTHN/POFile…/POFile.pm6 :256: |
method EXISTS-POS($index) { 0 < $index < @!items.size } |
JNTHN/POFile…/POFile.pm6 :259: |
if 0 < $index < @!items.elems { |
JNTHN/POFile…/POFile.pm6 :261: |
my $item = @!items.splice($index - 1, 1, ()); |
JNTHN/POFile…/POFile.pm6 :262: |
%!entries{$item[0].msgid}:delete; |
JNTHN/POFile…/POFile.pm6 :264: |
die POFile::IncorrectIndex.new(:$index, max => @!items.elems + 1); |
JNTHN/POFile…/POFile.pm6 :269: |
@!items .= grep({ not $_.msgid eq $key }); # order is preserved |
JNTHN/POFile…/POFile.pm6 :277: |
@!items.push($entry); |
JNTHN/POFile…/POFile.pm6 :281: |
method elems() { @!items.elems } |
JNTHN/POFile…/POFile.pm6 :286: |
@!items>>.Str.join("\n\n") ~ $obsolete; |
JNTHN/POFile…/POFile.pm6 :288: |
@!items>>.Str.join("\n\n") ~ "\n"; |
JNTHN/POFile…/POFile.pm6 :295: |
my (@items, %entries); |
JNTHN/POFile…/POFile.pm6 :297: |
@items.push: $rule; |
JNTHN/POFile…/POFile.pm6 :300: |
self.bless(:@obsolete-messages, :@items, :%entries); |
JNTHN/POFile…/01-basic.t :263: |
my $item; |
JNTHN/POFile…/01-basic.t :264: |
lives-ok { $item = POFile::Entry.parse($PO) }, 'Can parse single item'; |
JNTHN/POFile…/01-basic.t :266: |
$result.push($item); |
JNTHN/POFile…/01-basic.t :267: |
$result.push($item); |
JNTHN/POFile…/01-basic.t :313: |
for @$result -> $item { |
JNTHN/cro…/http-auth-and-sessions.md :99: |
has @.recently-viewed-items; |
JNTHN/cro…/http-auth-and-sessions.md :149: |
has @.recently-viewed-items; |
JNTHN/cro…/spa-with-cro.md :133: |
It only covers the most common items, and tries to guess sensible defaults. |
JNTHN/cro…/cro-http-client.md :379: |
control which versions of HTTP should be used. It can be passed a single item |
JNTHN/cro…/cro-http-server.md :184: |
supported. It can be passed a single item or list. Valid options are `1.1` |
JNTHN/cro…/Services.pm6 :42: |
method !check-ignore($item) { |
JNTHN/cro…/Services.pm6 :44: |
return !($!cro-file.ignore.ignore-file($item.path) || $!cro-file.ignore.ignore-directory($item.path)); |
JNTHN/cro…/bootstrap.min.css :5: |
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-siz… |
JNTHN/cro…/app.js :2015: |
var itemMap = new Map(); |
JNTHN/cro…/app.js :2018: |
setItem = function (id, item) { |
JNTHN/cro…/app.js :2019: |
itemMap.set(id, item); |
JNTHN/cro…/app.js :2022: |
return itemMap.get(id); |
JNTHN/cro…/app.js :2025: |
itemMap'delete'; |
JNTHN/cro…/app.js :2028: |
return Array.from(itemMap.keys()); |
JNTHN/cro…/app.js :2041: |
var itemByKey = {}; |
JNTHN/cro…/app.js :2053: |
setItem = function (id, item) { |
JNTHN/cro…/app.js :2055: |
itemByKey[key] = item; |
JNTHN/cro…/app.js :2059: |
return itemByKey[key]; |
JNTHN/cro…/app.js :2063: |
delete itemByKey[key]; |
JNTHN/cro…/app.js :2066: |
return Object.keys(itemByKey).map(getIDFromKey); |
JNTHN/cro…/app.js :2085: |
var item = getItem(id); |
JNTHN/cro…/app.js :2086: |
if (item) { |
JNTHN/cro…/app.js :2087: |
var childIDs = item.childIDs; |
JNTHN/cro…/app.js :2124: |
var item = getItem(id); |
JNTHN/cro…/app.js :2125: |
!item ? process.env.NODE_ENV !== 'production' ? invariant(false, 'Item must have been set') : _prodInvariant('144') : void 0; |
JNTHN/cro…/app.js :2126: |
item.childIDs = nextChildIDs; |
JNTHN/cro…/app.js :2144: |
var item = { |
JNTHN/cro…/app.js :2152: |
setItem(id, item); |
JNTHN/cro…/app.js :2155: |
var item = getItem(id); |
JNTHN/cro…/app.js :2156: |
if (!item || !item.isMounted) { |
JNTHN/cro…/app.js :2161: |
item.element = element; |
JNTHN/cro…/app.js :2164: |
var item = getItem(id); |
JNTHN/cro…/app.js :2165: |
!item ? process.env.NODE_ENV !== 'production' ? invariant(false, 'Item must have been set') : _prodInvariant('144') : void 0; |
JNTHN/cro…/app.js :2166: |
item.isMounted = true; |
JNTHN/cro…/app.js :2167: |
var isRoot = item.parentID === 0; |
JNTHN/cro…/app.js :2173: |
var item = getItem(id); |
JNTHN/cro…/app.js :2174: |
if (!item || !item.isMounted) { |
JNTHN/cro…/app.js :2179: |
item.updateCount++; |
JNTHN/cro…/app.js :2182: |
var item = getItem(id); |
JNTHN/cro…/app.js :2183: |
if (item) { |
JNTHN/cro…/app.js :2185: |
// `item` might not exist if it is inside an error boundary, and a sibling |
JNTHN/cro…/app.js :2189: |
item.isMounted = false; |
JNTHN/cro…/app.js :2190: |
var isRoot = item.parentID === 0; |
JNTHN/cro…/app.js :2210: |
var item = getItem(id); |
JNTHN/cro…/app.js :2211: |
return item ? item.isMounted : false; |
JNTHN/cro…/app.js :2236: |
var item = getItem(id); |
JNTHN/cro…/app.js :2237: |
return item ? item.childIDs : []; |
JNTHN/cro…/app.js :2247: |
var item = getItem(id); |
JNTHN/cro…/app.js :2248: |
return item ? item.element : null; |
JNTHN/cro…/app.js :2258: |
var item = getItem(id); |
JNTHN/cro…/app.js :2259: |
return item ? item.parentID : null; |
JNTHN/cro…/app.js :2262: |
var item = getItem(id); |
JNTHN/cro…/app.js :2263: |
var element = item ? item.element : null; |
JNTHN/cro…/app.js :2278: |
var item = getItem(id); |
JNTHN/cro…/app.js :2279: |
return item ? item.updateCount : 0; |
JNTHN/cro…/app.js :5770: |
return Array.isArray(b) && a.length === b.length && a.every(function (item, index) { |
JNTHN/cro…/app.js :5771: |
return statesAreEqual(item, b[index]); |
JNTHN/cro…/app.js :9847: |
* A callback fired when a menu item is selected. |
JNTHN/cro…/app.js :9856: |
* If `'menuitem'`, causes the dropdown to behave like a menu item rather than |
JNTHN/cro…/app.js :9983: |
if (this.lastOpenEventType === 'keydown' || this.props.role === 'menuitem') { |
JNTHN/cro…/app.js :11884: |
var specialTags = ['address', 'applet', 'area', 'article', 'aside', 'base', 'basefont', 'bgsound', 'blockquote', 'body', 'br', 'button', 'caption',… |
JNTHN/cro…/app.js :12361: |
array.forEach(function (item, index) { |
JNTHN/cro…/app.js :12362: |
work(item, index, function (error, value) { |
JNTHN/cro…/app.js :12563: |
_this2[listenersKey] = _this2[listenersKey].filter(function (item) { |
JNTHN/cro…/app.js :12564: |
return item !== listener; |
JNTHN/cro…/app.js :12749: |
return beforeListeners = beforeListeners.filter(function (item) { |
JNTHN/cro…/app.js :12750: |
return item !== listener; |
JNTHN/cro…/app.js :12759: |
return listeners = listeners.filter(function (item) { |
JNTHN/cro…/app.js :12760: |
return item !== listener; |
JNTHN/cro…/app.js :13411: |
// Go through the array, only saving the items |
JNTHN/cro…/app.js :13429: |
// Go through the array, translating each of the items to their new values |
JNTHN/cro…/app.js :16881: |
// A counter to track how many items to wait for before |
JNTHN/cro…/app.js :18729: |
// Use the original fragment for the last item |
JNTHN/cro…/app.js :21370: |
// Serialize array item. |
JNTHN/cro…/app.js :21374: |
// Treat each array item as a scalar. |
JNTHN/cro…/app.js :21391: |
// Serialize object item. |
JNTHN/cro…/app.js :21398: |
// Serialize scalar item. |
JNTHN/cro…/app.js :30085: |
* Accumulates items that must not be null or undefined into the first one. This |
JNTHN/cro…/app.js :30094: |
* @return {*|array<*>} An accumulation of items. |
JNTHN/cro…/app.js :30098: |
!(next != null) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'accumulateInto(...): Accumulated items must not be null or undefined.') : _prodInvariant('30') : void 0; |
JNTHN/cro…/app.js :30143: |
* @param {array} arr an "accumulation" of items which is either an Array or |
JNTHN/cro…/app.js :30144: |
* a single item. Useful when paired with the `accumulate` module. This is a |
JNTHN/cro…/app.js :30145: |
* simple utility that allows us to reason about a collection of items, but |
JNTHN/cro…/app.js :30146: |
* handling the case when there is exactly one item (and we do not need to |
JNTHN/cro…/app.js :31575: |
* TODO: Test that a single child and an array with one item have the same key |
JNTHN/cro…/app.js :38624: |
item: true, |
JNTHN/cro…/app.js :39696: |
/* harmony default export */ __webpack_exports__["a"] = (Object(__WEBPACK_IMPORTED_MODULE_9__utils_bootstrapUtils__["bsClass"])('list-group-it… |
JNTHN/cro…/app.js :42453: |
* TODO: Test that a single child and an array with one item have the same key |
JNTHN/cro…/app.js :42759: |
menuitem: createDOMFactory('menuitem'), |
JNTHN/cro…/app.js :46528: |
// itemProp, itemScope, itemType are for |
JNTHN/cro…/app.js :46530: |
itemProp: 0, |
JNTHN/cro…/app.js :46531: |
itemScope: HAS_BOOLEAN_VALUE, |
JNTHN/cro…/app.js :46532: |
itemType: 0, |
JNTHN/cro…/app.js :46533: |
// itemID and itemRef are for Microdata support as well but |
JNTHN/cro…/app.js :46536: |
itemID: 0, |
JNTHN/cro…/app.js :46537: |
itemRef: 0, |
JNTHN/cro…/app.js :46837: |
// a 'select' element has 'length' and 'item' properties on IE8 |
JNTHN/cro…/app.js :46844: |
'item' in obj) |
JNTHN/cro…/app.js :47338: |
// NOTE: menuitem's close tag should be omitted, but that causes problems. |
JNTHN/cro…/app.js :47348: |
// `omittedCloseTags` except that `menuitem` should still have its closing tag. |
JNTHN/cro…/app.js :47351: |
menuitem: true |
JNTHN/cro…/app.js :49846: |
// instead of for..in we can zip the iterators and check if an item has |
JNTHN/cro…/app.js :50229: |
// Roll back to checkpoint, handle error (which may add items to the transaction), and take a new checkpoint |
JNTHN/cro…/app.js :55163: |
return Array.isArray(b) && a.length === b.length && a.every(function (item, index) { |
JNTHN/cro…/app.js :55164: |
return deepEqual(item, b[index]); |
JNTHN/cro…/app.js :71635: |
var links = graph.links.filter(function (item) { |
JNTHN/cro…/app.js :71636: |
return !(action.source === item.source.id && action.target === item.target.id); |
JNTHN/cro…/app.js :71808: |
props.linkReducer.servicePool.size != 0 && Array.from(props.linkReducer.servicePool).filter(function (item) { |
JNTHN/cro…/app.js :71809: |
return item[0] !== props.service_id; |
JNTHN/cro…/app.js :73540: |
* The amount of time to delay between automatically cycling an item. |
JNTHN/cro…/app.js :73548: |
* Callback fired when the active item changes. |
JNTHN/cro…/app.js :75341: |
var items = this.getFocusableMenuItems(); |
JNTHN/cro…/app.js :75342: |
var activeIndex = items.indexOf(document.activeElement); |
JNTHN/cro…/app.js :75344: |
return { items: items, activeIndex: activeIndex }; |
JNTHN/cro…/app.js :75358: |
items = _getItemsAndActiveInd.items, |
JNTHN/cro…/app.js :75361: |
if (items.length === 0) { |
JNTHN/cro…/app.js :75365: |
var nextIndex = activeIndex === items.length - 1 ? 0 : activeIndex + 1; |
JNTHN/cro…/app.js :75366: |
items[nextIndex].focus(); |
JNTHN/cro…/app.js :75371: |
items = _getItemsAndActiveInd2.items, |
JNTHN/cro…/app.js :75374: |
if (items.length === 0) { |
JNTHN/cro…/app.js :75378: |
var prevIndex = activeIndex === 0 ? items.length - 1 : activeIndex - 1; |
JNTHN/cro…/app.js :75379: |
items[prevIndex].focus(); |
JNTHN/cro…/app.js :77396: |
* Highlight the menu item as active. |
JNTHN/cro…/app.js :77401: |
* Disable the menu item, making it unselectable. |
JNTHN/cro…/app.js :77406: |
* Styles the menu item as a horizontal rule, providing visual separation between |
JNTHN/cro…/app.js :77407: |
* groups of menu items. |
JNTHN/cro…/app.js :77416: |
* Value passed to the `onSelect` handler, useful for identifying the selected menu item. |
JNTHN/cro…/app.js :77421: |
* Styles the menu item as a header label, useful for describing a group of menu items. |
JNTHN/cro…/app.js :77431: |
* Callback fired when the menu item is clicked. |
JNTHN/cro…/app.js :77436: |
* Callback fired when the menu item is selected. |
JNTHN/cro…/app.js :77526: |
role: 'menuitem', |
JNTHN/cro…/app.js :81143: |
items: __WEBPACK_IMPORTED_MODULE_7_prop_types___default.a.number, |
JNTHN/cro…/app.js :81192: |
items: 1, |
JNTHN/cro…/app.js :81211: |
Pagination.prototype.renderPageButtons = function renderPageButtons(activePage, items, maxButtons, boundaryLinks, ellipsis, buttonProps) { |
JNTHN/cro…/app.js :81217: |
if (maxButtons && maxButtons < items) { |
JNTHN/cro…/app.js :81218: |
startPage = Math.max(Math.min(activePage - Math.floor(maxButtons / 2, 10), items - maxButtons + 1), 1); |
JNTHN/cro…/app.js :81222: |
endPage = items; |
JNTHN/cro…/app.js :81265: |
if (ellipsis && endPage < items) { |
JNTHN/cro…/app.js :81266: |
if (!boundaryLinks || endPage < items - 1) { |
JNTHN/cro…/app.js :81286: |
key: items, |
JNTHN/cro…/app.js :81287: |
eventKey: items, |
JNTHN/cro…/app.js :81290: |
items |
JNTHN/cro…/app.js :81301: |
items = _props.items, |
JNTHN/cro…/app.js :81312: |
props = __WEBPACK_IMPORTED_MODULE_0_babel_runtime_helpers_objectWithoutProperties___default()(_props, ['activePage', 'items', 'maxButtons', 'boundaryLinks', 'ellipsis', 'first', 'last', 'prev', 'next', 'onSelect', 'buttonComponentClass', 'className']); |
JNTHN/cro…/app.js :81354: |
this.renderPageButtons(activePage, items, maxButtons, boundaryLinks, ellipsis, buttonProps), |
JNTHN/cro…/app.js :81359: |
disabled: activePage >= items |
JNTHN/cro…/app.js :81370: |
eventKey: items, |
JNTHN/cro…/app.js :81371: |
disabled: activePage >= items |
JNTHN/cro…/app.js :82209: |
className: __WEBPACK_IMPORTED_MODULE_5_classnames___default()(className, Object(__WEBPACK_IMPORTED_MODULE_9__utils_bootstrapUtils__["prefix"])(bsProps, 'item')) |
JNTHN/cro…/components.js :40: |
{props.linkReducer.servicePool.size != 0 && Array.from(props.linkReducer.servicePool).filter(item => item[0] !== props.service_id).map((sid) => ( |
JNTHN/cro…/reducer.js :27: |
var links = graph.links.filter(item => |
JNTHN/cro…/reducer.js :28: |
!(action.source === item.source.id && |
JNTHN/cro…/reducer.js :29: |
action.target === item.target.id)); |
JSTOWE/Audio-Convert-Samplerate…/Documentation.md :84: |
method process-float (@items, Num $src-ratio, Bool $last = False --> Array) |
JSTOWE/Audio-Convert-Samplerate…/Documentation.md :92: |
method process-short (@items, Num $src-ratio, Bool $last = False --> Array) |
JSTOWE/Audio-Convert-Samplerate…/Documentation.md :100: |
method process-int (@items, Num $src-ratio, Bool $last = False --> Array) |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :77: |
=item Best |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :79: |
=item Medium |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :81: |
=item Fastest |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :83: |
=item OrderHold |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :85: |
=item Linear |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :107: |
method process-float (@items, Num $src-ratio, Bool $last = False --> Array) |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :121: |
method process-short (@items, Num $src-ratio, Bool $last = False --> Array) |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :134: |
method process-int (@items, Num $src-ratio, Bool $last = False --> Array) |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :338: |
method !process-array(Mu $type, @items, Num() $src-ratio, Bool $last = False --> Array ) { |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :339: |
my CArray $carray = copy-to-carray(@items, $type); |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :340: |
my $frames = (@items.elems / $!channels).Int; |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :344: |
method process-float(@items, Num() $src-ratio, Bool $last = False --> Array ) { |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :345: |
self!process-array(num32, @items, $src-ratio, $last); |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :347: |
method process-short(@items, Num() $src-ratio, Bool $last = False --> Array ) { |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :348: |
self!process-array(int16, @items, $src-ratio, $last); |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :350: |
method process-int(@items, Num() $src-ratio, Bool $last = False --> Array ) { |
JSTOWE/Audio-Convert-Samplerate…/Samplerate.pm :351: |
self!process-array(int32, @items, $src-ratio, $last); |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :63: |
data and an C<Int> indicating how many items there are. This is for ease of |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :295: |
following items: |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :297: |
=item Stereo |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :303: |
=item JointStereo |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :308: |
=item DualChannel |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :313: |
=item Mono |
JSTOWE/Audio-Encode-LameMP3…/LameMP3.pm :319: |
=item NotSet |
JSTOWE/Audio-Fingerprint-Chromaprint…/Chromaprint.pm :115: |
number of items in C<$data> divided by the number of |
JSTOWE/Audio-Libshout…/Documentation.md :117: |
This provides a means to set the metadata on the stream, it only works for streams of format `MP3`. The exact meaning of any particular metadata item is specific to the client of the stream. |
JSTOWE/Audio-Libshout…/Documentation.md :119: |
The metadata items are added to or updated in a private metadata structure, that can be applied to the stream with `set-metadata`, for convenience if the metadata is supplied in the second form (i.e like named arguments,) this will be done for you. |
JSTOWE/Audio-Libshout…/Libshout.pm :182: |
The metadata items are added to or updated in a private metadata |
JSTOWE/Audio-Libshout…/Libshout.pm :239: |
=item HTTP |
JSTOWE/Audio-Libshout…/Libshout.pm :244: |
=item XAUDIOCAST |
JSTOWE/Audio-Libshout…/Libshout.pm :248: |
=item ICY |
JSTOWE/Audio-Libshout…/Libshout.pm :263: |
=item MP3 |
JSTOWE/Audio-Libshout…/Libshout.pm :265: |
=item Ogg |
JSTOWE/Audio-Libshout…/Libshout.pm :652: |
for $channel.list -> $item { |
JSTOWE/Audio-Libshout…/Libshout.pm :661: |
$self.send($item); |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :303: |
request to be output (which may be an item from a playlist or |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1025: |
self!get-items(); |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1088: |
self!get-items(); |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1153: |
self!get-items(); |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1185: |
self!get-items(); |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1190: |
method !get-items() { |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1191: |
for self.list -> $item-line { |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1192: |
my ($name, $type) = $item-line.split(/\s+\:\s+/); |
JSTOWE/Audio-Liquidsoap…/Liquidsoap.pm :1214: |
warn "unknown item type '$type'"; |
JSTOWE/Audio-Liquidsoap…/050-list.t :136: |
isa-ok $trace, Audio::Liquidsoap::Request::TraceItem, "trace item is the right thing"; |
JSTOWE/Audio-Playlist-JSPF…/LICENCE :299: |
- "Freely Available" means that no fee is charged for the item itself, though |
JSTOWE/Audio-Playlist-JSPF…/LICENCE :300: |
there may be fees involved in handling the item. It also means that |
JSTOWE/Audio-Playlist-JSPF…/LICENCE :301: |
recipients of the item may redistribute it under the same conditions they |
JSTOWE/Audio-Playlist-JSPF…/JSPF.pm :91: |
maximum of ten items. |
JSTOWE/Audio-Sndfile…/Documentation.md :46: |
As of the first release, the methods provided for writing audio data do not constrain the items to the range expected by the method. If out of range data is supplied wrapping will occur which may lead to unexpected results. |
JSTOWE/Audio-Sndfile…/Documentation.md :50: |
In the description of the methods below a 'frame' refers to one or more items ( that is the number of channels in the audio dat… |
JSTOWE/Audio-Sndfile…/Documentation.md :269: |
This returns an Int indicating the number of the frames in a file, this only makes sense when the file is opened for reading, it is ignored when the … |
JSTOWE/Audio-Sndfile…/Sndfile.pm :60: |
not constrain the items to the range expected by the method. If out of |
JSTOWE/Audio-Sndfile…/Sndfile.pm :67: |
one or more items ( that is the number of channels in the audio data.) |
JSTOWE/Audio-Sndfile…/Sndfile.pm :69: |
have a number of items that is a multiple of the number of channels. |
JSTOWE/Audio-Sndfile…/Sndfile.pm :70: |
The read methods will always return a number of items that is the |
JSTOWE/Audio-Sndfile…/Sndfile.pm :117: |
=item format |
JSTOWE/Audio-Sndfile…/Sndfile.pm :122: |
=item channels |
JSTOWE/Audio-Sndfile…/Sndfile.pm :126: |
=item samplerate |
JSTOWE/Audio-Sndfile…/Sndfile.pm :130: |
=item frames |
JSTOWE/Audio-Sndfile…/Sndfile.pm :135: |
=item sections |
JSTOWE/Audio-Sndfile…/Sndfile.pm :137: |
=item seekable |
JSTOWE/Audio-Sndfile…/Sndfile.pm :144: |
=item type |
JSTOWE/Audio-Sndfile…/Sndfile.pm :151: |
=item sub-type |
JSTOWE/Audio-Sndfile…/Sndfile.pm :157: |
=item endian |
JSTOWE/Audio-Sndfile…/Sndfile.pm :163: |
=item duration |
JSTOWE/Audio-Sndfile…/Sndfile.pm :386: |
multi method write-write(Audio::Sndfile::Info $info, &write-sub, Mu:U $type, @items --> Int ) { |
JSTOWE/Audio-Sndfile…/Sndfile.pm :389: |
for ^@items.elems -> $i { |
JSTOWE/Audio-Sndfile…/Sndfile.pm :390: |
$buff[$i] = @items[$i]; |
JSTOWE/Audio-Sndfile…/Sndfile.pm :392: |
my Int $frames = (@items.elems / $info.channels).Int; |
JSTOWE/Audio-Sndfile…/Sndfile.pm :412: |
multi method write-short(Audio::Sndfile::Info $info, @items --> Int ) { |
JSTOWE/Audio-Sndfile…/Sndfile.pm :413: |
self.write-write($info, &sf_writef_short, int16, @items); |
JSTOWE/Audio-Sndfile…/Sndfile.pm :430: |
multi method write-int(Audio::Sndfile::Info $info, @items --> Int ) { |
JSTOWE/Audio-Sndfile…/Sndfile.pm :431: |
self.write-write($info, &sf_writef_int, int32, @items); |
JSTOWE/Audio-Sndfile…/Sndfile.pm :449: |
multi method write-double(Audio::Sndfile::Info $info, @items --> Int ) { |
JSTOWE/Audio-Sndfile…/Sndfile.pm :450: |
self.write-write($info, &sf_writef_double, num64, @items); |
JSTOWE/Audio-Sndfile…/Sndfile.pm :467: |
multi method write-float(Audio::Sndfile::Info $info, @items --> Int ) { |
JSTOWE/Audio-Sndfile…/Sndfile.pm :468: |
self.write-write($info, &sf_writef_float, num32, @items); |
JSTOWE/Audio-Sndfile…/Sndfile.pm :586: |
die "items not a multiple of channels"; |
JSTOWE/Audio-Sndfile…/Info.pm :40: |
the number of sample items / channels. |
JSTOWE/Audio-Sndfile…/Info.pm :118: |
=item WAV |
JSTOWE/Audio-Sndfile…/Info.pm :122: |
=item AIFF |
JSTOWE/Audio-Sndfile…/Info.pm :126: |
=item AU |
JSTOWE/Audio-Sndfile…/Info.pm :130: |
=item RAW |
JSTOWE/Audio-Sndfile…/Info.pm :134: |
=item PAF |
JSTOWE/Audio-Sndfile…/Info.pm :138: |
=item SVX |
JSTOWE/Audio-Sndfile…/Info.pm :142: |
=item NIST |
JSTOWE/Audio-Sndfile…/Info.pm :146: |
=item VOC |
JSTOWE/Audio-Sndfile…/Info.pm :150: |
=item IRCAM |
JSTOWE/Audio-Sndfile…/Info.pm :154: |
=item W64 |
JSTOWE/Audio-Sndfile…/Info.pm :158: |
=item MAT4 |
JSTOWE/Audio-Sndfile…/Info.pm :162: |
=item MAT5 |
JSTOWE/Audio-Sndfile…/Info.pm :166: |
=item PVF |
JSTOWE/Audio-Sndfile…/Info.pm :170: |
=item XI |
JSTOWE/Audio-Sndfile…/Info.pm :174: |
=item HTK |
JSTOWE/Audio-Sndfile…/Info.pm :178: |
=item SDS |
JSTOWE/Audio-Sndfile…/Info.pm :182: |
=item AVR |
JSTOWE/Audio-Sndfile…/Info.pm :186: |
=item WAVEX |
JSTOWE/Audio-Sndfile…/Info.pm :190: |
=item SD2 |
JSTOWE/Audio-Sndfile…/Info.pm :194: |
=item FLAC |
JSTOWE/Audio-Sndfile…/Info.pm :198: |
=item CAF |
JSTOWE/Audio-Sndfile…/Info.pm :202: |
=item WVE |
JSTOWE/Audio-Sndfile…/Info.pm :206: |
=item OGG |
JSTOWE/Audio-Sndfile…/Info.pm :210: |
=item MPC2K |
JSTOWE/Audio-Sndfile…/Info.pm :214: |
=item RF64 |
JSTOWE/Audio-Sndfile…/Info.pm :223: |
=item PCM_S8 |
JSTOWE/Audio-Sndfile…/Info.pm :227: |
=item PCM_16 |
JSTOWE/Audio-Sndfile…/Info.pm :231: |
=item PCM_24 |
JSTOWE/Audio-Sndfile…/Info.pm :235: |
=item PCM_32 |
JSTOWE/Audio-Sndfile…/Info.pm :239: |
=item PCM_U8 |
JSTOWE/Audio-Sndfile…/Info.pm :243: |
=item FLOAT |
JSTOWE/Audio-Sndfile…/Info.pm :247: |
=item DOUBLE |
JSTOWE/Audio-Sndfile…/Info.pm :251: |
=item ULAW |
JSTOWE/Audio-Sndfile…/Info.pm :255: |
=item ALAW |
JSTOWE/Audio-Sndfile…/Info.pm :259: |
=item IMA_ADPCM |
JSTOWE/Audio-Sndfile…/Info.pm :263: |
=item MS_ADPCM |
JSTOWE/Audio-Sndfile…/Info.pm :267: |
=item GSM610 |
JSTOWE/Audio-Sndfile…/Info.pm :271: |
=item VOX_ADPCM |
JSTOWE/Audio-Sndfile…/Info.pm :275: |
=item G721_32 |
JSTOWE/Audio-Sndfile…/Info.pm :279: |
=item G723_24 |
JSTOWE/Audio-Sndfile…/Info.pm :283: |
=item G723_40 |
JSTOWE/Audio-Sndfile…/Info.pm :287: |
=item DWVW_12 |
JSTOWE/Audio-Sndfile…/Info.pm :291: |
=item DWVW_16 |
JSTOWE/Audio-Sndfile…/Info.pm :295: |
=item DWVW_24 |
JSTOWE/Audio-Sndfile…/Info.pm :299: |
=item DWVW_N |
JSTOWE/Audio-Sndfile…/Info.pm :303: |
=item DPCM_8 |
JSTOWE/Audio-Sndfile…/Info.pm :307: |
=item DPCM_16 |
JSTOWE/Audio-Sndfile…/Info.pm :311: |
=item VORBIS |
JSTOWE/Audio-Sndfile…/Info.pm :321: |
=item File |
JSTOWE/Audio-Sndfile…/Info.pm :325: |
=item Little |
JSTOWE/Audio-Sndfile…/Info.pm :329: |
=item Big |
JSTOWE/Audio-Sndfile…/Info.pm :333: |
=item Cpu |
JSTOWE/Chronic…/Chronic.pm :201: |
sub explode-item(Str $v) { |
JSTOWE/Chronic…/Chronic.pm :216: |
@values = $top.split(',').map(&explode-item).flat.map(*.Int); |
JSTOWE/Crypt-Libcrypt…/Libcrypt.pm :74: |
=item 1 |
JSTOWE/Crypt-Libcrypt…/Libcrypt.pm :80: |
=item 2 |
JSTOWE/Crypt-Libcrypt…/Libcrypt.pm :84: |
=item 3 |
JSTOWE/Crypt-Libcrypt…/Libcrypt.pm :89: |
=item 5 |
JSTOWE/Crypt-Libcrypt…/Libcrypt.pm :93: |
=item 6 |
JSTOWE/Device-Velleman-K8055…/K8055.pm :126: |
=item digitalbitmask - a five bit integer indicating the state of the five digital inputs. |
JSTOWE/Device-Velleman-K8055…/K8055.pm :128: |
=item analog0 - first analog input |
JSTOWE/Device-Velleman-K8055…/K8055.pm :130: |
=item analog1 - second analog input |
JSTOWE/Device-Velleman-K8055…/K8055.pm :132: |
=item counter0 - first counter |
JSTOWE/Device-Velleman-K8055…/K8055.pm :134: |
=item counter1 - second counter |
JSTOWE/Device-Velleman-K8055…/K8055.pm :149: |
=item digitalBitmask - bitmask value of digital outputs (there are 8 digital outputs) |
JSTOWE/Device-Velleman-K8055…/K8055.pm :151: |
=item analog0 - value of first analog output |
JSTOWE/Device-Velleman-K8055…/K8055.pm :153: |
=item analog1 - value of second analog output |
JSTOWE/Device-Velleman-K8055…/K8055.pm :155: |
=item debounce0 - value of first counter's debounce time [ms] |
JSTOWE/Device-Velleman-K8055…/K8055.pm :157: |
=item debounce1 - value of second counter's debounce time [ms] |
JSTOWE/Device-Velleman-K8055…/020-board.t :52: |
is @in.elems, 5, "and we got five items anyway"; |
JSTOWE/FastCGI-NativeCall…/configure :4429: |
# If the user did not use the arguments to specify the items to instantiate, |
JSTOWE/FastCGI-NativeCall…/fcgiapp.c :1007: |
char **cur; /* current item in vec; *cur == NULL */ |
JSTOWE/GDBM…/GDBM.pm :75: |
multi method store(*%items --> Bool) |
JSTOWE/GDBM…/GDBM.pm :132: |
Normally gdbm will reuse the space taken up by deleted items. This can |
JSTOWE/GDBM…/GDBM.pm :134: |
space used by deleted items. |
JSTOWE/GDBM…/GDBM.pm :217: |
multi method store(*%items --> Bool) { |
JSTOWE/GDBM…/GDBM.pm :218: |
for %items.pairs -> $p { |
JSTOWE/IO-Path-Mode…/Mode.pm :108: |
=item Socket |
JSTOWE/IO-Path-Mode…/Mode.pm :110: |
=item SymbolicLink |
JSTOWE/IO-Path-Mode…/Mode.pm :112: |
=item File |
JSTOWE/IO-Path-Mode…/Mode.pm :114: |
=item Block |
JSTOWE/IO-Path-Mode…/Mode.pm :116: |
=item Directory |
JSTOWE/IO-Path-Mode…/Mode.pm :118: |
=item Character |
JSTOWE/IO-Path-Mode…/Mode.pm :120: |
=item FIFO |
JSTOWE/JSON-Class…/050-array.t :22: |
isa-ok $obj[0], TestObject, "and the items are the right type"; |
JSTOWE/JSON-Class…/050-array.t :33: |
is $obj2[0].string, $obj[0].string, "got the first item back correctly"; |
JSTOWE/JSON-Class…/050-array.t :34: |
is $obj2[1].string, $obj[1].string, "got the second item back correctly"; |
JSTOWE/JSON-Infer…/LICENCE :299: |
- "Freely Available" means that no fee is charged for the item itself, though |
JSTOWE/JSON-Infer…/LICENCE :300: |
there may be fees involved in handling the item. It also means that |
JSTOWE/JSON-Infer…/LICENCE :301: |
recipients of the item may redistribute it under the same conditions they |
JSTOWE/JSON-Infer…/README.md :39: |
inferred from a single data item so the accuracy may depend on the |
JSTOWE/JSON-Infer…/Infer.pm :41: |
inferred from a single data item so the accuracy may depend on the |
JSTOWE/JSON-Marshal…/Marshal.pm :142: |
for @obj -> $item { |
JSTOWE/JSON-Marshal…/Marshal.pm :143: |
@ret.push(_marshal($item, :$skip-null)); |
JSTOWE/License-SPDX…/licenses.json :3302: |
"http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web" |
JSTOWE/License-SPDX…/licenses.json :3315: |
"http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web", |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :29: |
=item processor |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :35: |
=item vendor_id |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :41: |
=item cpu_family |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :47: |
=item model or cpu_model |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :52: |
=item model_name |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :56: |
=item stepping |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :60: |
=item cpu_mhz |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :66: |
=item bus_mhz |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :70: |
=item cache_size |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :75: |
=item fdiv_bug |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :79: |
=item hlt_bug |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :83: |
=item sep_bug |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :87: |
=item f00f_bug |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :91: |
=item coma_bug |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :95: |
=item fpu |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :99: |
=item fpu_exception |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :103: |
=item cpuid_level |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :110: |
=item wp |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :114: |
=item flags |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :119: |
=item byte_order |
JSTOWE/Linux-Cpuinfo…/Cpu.pm :124: |
=item bogomips |
JSTOWE/Log-Syslog-Native…/Native.pm :88: |
=item Emergency |
JSTOWE/Log-Syslog-Native…/Native.pm :92: |
=item Alert |
JSTOWE/Log-Syslog-Native…/Native.pm :96: |
=item Critical |
JSTOWE/Log-Syslog-Native…/Native.pm :100: |
=item Error |
JSTOWE/Log-Syslog-Native…/Native.pm :104: |
=item Warning |
JSTOWE/Log-Syslog-Native…/Native.pm :108: |
=item Notice |
JSTOWE/Log-Syslog-Native…/Native.pm :112: |
=item Info |
JSTOWE/Log-Syslog-Native…/Native.pm :116: |
=item Debug |
JSTOWE/Log-Syslog-Native…/Native.pm :134: |
=item Kernel |
JSTOWE/Log-Syslog-Native…/Native.pm :138: |
=item User |
JSTOWE/Log-Syslog-Native…/Native.pm :142: |
=item Mail |
JSTOWE/Log-Syslog-Native…/Native.pm :146: |
=item Daemon |
JSTOWE/Log-Syslog-Native…/Native.pm :150: |
=item Auth |
JSTOWE/Log-Syslog-Native…/Native.pm :154: |
=item Syslog |
JSTOWE/Log-Syslog-Native…/Native.pm :158: |
=item Lpr |
JSTOWE/Log-Syslog-Native…/Native.pm :162: |
=item News |
JSTOWE/Log-Syslog-Native…/Native.pm :166: |
=item Uucp |
JSTOWE/Log-Syslog-Native…/Native.pm :170: |
=item Cron |
JSTOWE/Log-Syslog-Native…/Native.pm :174: |
=item Authpriv |
JSTOWE/Log-Syslog-Native…/Native.pm :178: |
=item Ftp |
JSTOWE/Log-Syslog-Native…/Native.pm :182: |
=item Local0 |
JSTOWE/Log-Syslog-Native…/Native.pm :186: |
=item Local1 |
JSTOWE/Log-Syslog-Native…/Native.pm :190: |
=item Local2 |
JSTOWE/Log-Syslog-Native…/Native.pm :194: |
=item Local3 |
JSTOWE/Log-Syslog-Native…/Native.pm :198: |
=item Local4 |
JSTOWE/Log-Syslog-Native…/Native.pm :202: |
=item Local5 |
JSTOWE/Log-Syslog-Native…/Native.pm :206: |
=item Local6 |
JSTOWE/Log-Syslog-Native…/Native.pm :210: |
=item Local7 |
JSTOWE/Log-Syslog-Native…/Native.pm :245: |
=item Pid |
JSTOWE/Log-Syslog-Native…/Native.pm :249: |
=item Console |
JSTOWE/Log-Syslog-Native…/Native.pm :253: |
=item ODelay |
JSTOWE/Log-Syslog-Native…/Native.pm :257: |
=item NDelay |
JSTOWE/Log-Syslog-Native…/Native.pm :261: |
=item NoWait |
JSTOWE/Log-Syslog-Native…/Native.pm :265: |
=item Perror |
JSTOWE/Lumberjack…/Documentation.md :160: |
The messages can be smart matched against items of the enum Lumberjack::Level. |
JSTOWE/Lumberjack…/Lumberjack.pm :215: |
The messages can be smart matched against items of the enum |
JSTOWE/META6…/META6.pm :199: |
multi method new(*%items) { |
JSTOWE/META6…/META6.pm :200: |
self.bless(|%items); |
JSTOWE/META6…/projects.json :2521: |
"Sitemap::XML::Parser" : "lib/Sitemap/XML/Parser.pm" |
JSTOWE/META6…/projects.json :2531: |
"description" : "Module for parsing sitemap.xml files", |
JSTOWE/META6…/projects.json :2532: |
"source-url" : "git://github.com/afiskon/p6-sitemap-xml-parser.git", |
JSTOWE/META6…/projects.json :2533: |
"name" : "Sitemap::XML::Parser", |
JSTOWE/META6…/projects.json :3546: |
"Net::ZMQ::Pollitem" : "lib/Net/ZMQ/Pollitem.pm", |
JSTOWE/META6…/projects.json :9817: |
"description" : "Choose items from a list interactively.", |
JSTOWE/MessagePack-Class…/Class.pm :306: |
for @obj -> $item { |
JSTOWE/MessagePack-Class…/Class.pm :307: |
@ret.push(_marshal($item, :$skip-null)); |
JSTOWE/Monitor-Monit…/Monit.pm :107: |
=item Stop |
JSTOWE/Monitor-Monit…/Monit.pm :109: |
=item Start |
JSTOWE/Monitor-Monit…/Monit.pm :111: |
=item Restart |
JSTOWE/Monitor-Monit…/Monit.pm :113: |
=item Monitor |
JSTOWE/Monitor-Monit…/Monit.pm :115: |
=item Unmonitor |
JSTOWE/NativeHelpers-Array…/Array.pm :19: |
sub copy-to-carray(@items, Mu $type) returns CArray is export |
JSTOWE/NativeHelpers-Array…/Array.pm :28: |
sub copy-to-array(CArray $carray, Int $items) returns Array is export |
JSTOWE/NativeHelpers-Array…/Array.pm :51: |
sub copy-to-carray(@items, Mu $type --> CArray ) is export { |
JSTOWE/NativeHelpers-Array…/Array.pm :53: |
$array[$_] = @items[$_] for ^@items.elems; |
JSTOWE/NativeHelpers-Array…/Array.pm :57: |
sub copy-to-array(CArray $carray, Int $items --> Array ) is export { |
JSTOWE/NativeHelpers-Array…/Array.pm :59: |
@array[$_] = $carray[$_] for ^$items; |
JSTOWE/Oyatul…/Oyatul.pm :396: |
This is role for items in the Layout, (i.e. File, Directory) |
JSTOWE/Oyatul…/Oyatul.pm :473: |
The top level item should be a Hash (or JSON Object,) with the key C<type> |
JSTOWE/RPi-Device-PiGlow…/PiGlow.pm :59: |
=item i2c-bus-device-path |
JSTOWE/RPi-Device-PiGlow…/PiGlow.pm :65: |
=item i2c-device-address |
JSTOWE/Sys-Utmp…/Utmp.pm :110: |
=item Accounting - record was created for system accounting purposes. |
JSTOWE/Sys-Utmp…/Utmp.pm :112: |
=item BootTime - the record was created at boot time. |
JSTOWE/Sys-Utmp…/Utmp.pm :114: |
=item DeadProcess - The process that created this record has terminated. |
JSTOWE/Sys-Utmp…/Utmp.pm :116: |
=item EmptyRecord - record probably contains no other useful information. |
JSTOWE/Sys-Utmp…/Utmp.pm :118: |
=item InitProcess - this is a record for process created by init. |
JSTOWE/Sys-Utmp…/Utmp.pm :120: |
=item LoginProcess - this record was created for a login process (e.g. getty). |
JSTOWE/Sys-Utmp…/Utmp.pm :122: |
=item NewTime - record created when the system time has been set. |
JSTOWE/Sys-Utmp…/Utmp.pm :124: |
=item OldTime - record recording the old tme when the system time has been set. |
JSTOWE/Sys-Utmp…/Utmp.pm :126: |
=item RunLevel - records the time at which the current run level was started. |
JSTOWE/Sys-Utmp…/Utmp.pm :128: |
=item UserProcess - record created for a user process (e.g. a login ) |
JSTOWE/Sys-Utmp…/Utmp.pm :134: |
select for items of a certain type. |
JSTOWE/Test-META…/META.pm :39: |
=item The META file (either META6.json or META.info) exists |
JSTOWE/Test-META…/META.pm :41: |
=item The META file can be parsed as valid JSON |
JSTOWE/Test-META…/META.pm :43: |
=item The attributes marked as "mandatory" are present |
JSTOWE/Test-META…/META.pm :45: |
=item The files mention in the "provides" section are present. |
JSTOWE/Test-META…/META.pm :47: |
=item The authors field is used instead of author |
JSTOWE/Test-META…/META.pm :49: |
=item The name attribute doesn't have a hyphen rather than '::' |
JSTOWE/Test-META…/META.pm :51: |
=item The version exists and it isn't '*' |
JSTOWE/Test-META…/META.pm :53: |
=item If the META6 file specifies a meta-version version greater than 0 that the version strings do not contain a 'v' prefix |
JSTOWE/URI-FetchFile…/FetchFile.pm :36: |
=item HTTP::UserAgent |
JSTOWE/URI-FetchFile…/FetchFile.pm :38: |
=item LWP::Simple |
JSTOWE/URI-FetchFile…/FetchFile.pm :40: |
=item curl |
JSTOWE/URI-FetchFile…/FetchFile.pm :42: |
=item wget |
JSTOWE/URI-Template…/.layout :43: |
"name": "uritemplate-test", |
JSTOWE/URI-Template…/README.md :52: |
The testing uses the test data from https://github.com/uri-templates/uritemplate-test |
JSTOWE/URI-Template…/README.md :53: |
please see the README.md in the t/data/uritemplate-test for the license for that project. |
JSTOWE/URI-Template…/030-spec-examples.t :14: |
my IO::Path $spec-examples = $data-dir.add('uritemplate-test/spec-examples.json'); |
JSTOWE/URI-Template…/040-spec-examples-by-section.t :14: |
my IO::Path $spec-examples = $data-dir.add('uritemplate-test/spec-examples-by-section.json'); |
JSTOWE/URI-Template…/050-extended-tests.t :13: |
my IO::Path $spec-examples = $data-dir.add('uritemplate-test/extended-tests.json'); |
JSTOWE/URI-Template…/README.md :3: |
The sub-directory ```uritemplate-test``` contains the test data from |
JSTOWE/URI-Template…/README.md :4: |
https://github.com/uri-templates/uritemplate-test and includes its |
JSTOWE/URI-Template…/README.md :10: |
If your project uses Git for version control, you can make uritemplate-tests into a submodule. |
JSTOWE/WebService-Soundcloud…/Soundcloud.pm :203: |
=item method get |
JSTOWE/XDG-BaseDirectory…/BaseDirectory.pm :290: |
=item L<data-home> |
JSTOWE/XDG-BaseDirectory…/BaseDirectory.pm :291: |
=item L<data-dirs> |
JSTOWE/XDG-BaseDirectory…/BaseDirectory.pm :292: |
=item L<config-home> |
JSTOWE/XDG-BaseDirectory…/BaseDirectory.pm :293: |
=item L<config-dirs> |
JSTOWE/XDG-BaseDirectory…/BaseDirectory.pm :294: |
=item L<cache-home> |
JSTOWE/XDG-BaseDirectory…/BaseDirectory.pm :295: |
=item L<runtime-dir> |
JSTOWE/XML-Class…/Class.pm :1238: |
for @els -> $item { |
JSTOWE/XML-Class…/Class.pm :1239: |
$el.append($item); |
JSTOWE/XML-Class…/020-basic-out.t :85: |
lives-ok { $xml = $f.to-xml(:document); }, "to-xml(:document) -class has positional attribute over-ride on item"; |
JSTOWE/XML-Class…/020-basic-out.t :101: |
lives-ok { $xml = $f.to-xml(:document); }, "to-xml(:document) -class has positional attribute over-ride on item and container"; |
JSTOWE/XML-Class…/020-basic-out.t :119: |
lives-ok { $xml = $f.to-xml(:document); }, "to-xml(:document) -class has positional attribute over-ride on item and container with name"; |
JSTOWE/XML-Class…/070-namespace-in.t :52: |
ok $out.inners.elems, "got the inner items"; |
JSTOWE/XML-Class…/070-namespace-in.t :76: |
ok $out.inners.elems, "got the inner items"; |
KAIEPI/Digest-BubbleBabble…/BubbleBabble.pm6 :207: |
=item B<Digest::BubbleBabble.encode>(Blob I<$digest> --> Blob) |
KAIEPI/Digest-BubbleBabble…/BubbleBabble.pm6 :211: |
=item B<Digest::BubbleBabble.decode>(Blob I<$fingerprint> --> Blob) |
KAIEPI/Digest-BubbleBabble…/BubbleBabble.pm6 :217: |
=item B<Digest::BubbleBabble.validate>(Blob I<$fingerprint> --> Bool) |
KAIEPI/Hastebin…/Hastebin.pm6 :47: |
=item B<get>(Str I<$url> --> Str) |
KAIEPI/Hastebin…/Hastebin.pm6 :52: |
=item B<post>(Str I<$content> --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :95: |
=item B<Net::LibIDN.to_ascii_8z>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :96: |
=item B<Net::LibIDN.to_ascii_8z>(Str I<$input>, Int I<$flags> --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :97: |
=item B<Net::LibIDN.to_ascii_8z>(Str I<$input>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :103: |
=item B<Net::LibIDN.to_unicode_8z8z>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :104: |
=item B<Net::LibIDN.to_unicode_8z8z>(Str I<$input>, Int I<$flags> --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :105: |
=item B<Net::LibIDN.to_unicode_8z8z>(Str I<$input>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :113: |
=item Int B<IDNA_ACE_PREFIX> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :119: |
=item Int B<IDNA_ALLOW_UNASSIGNED> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :123: |
=item Int B<IDNA_USE_STD3_ASCII_RULES> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :129: |
=item Int B<IDNA_SUCCESS> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :133: |
=item Int B<IDNA_STRINGPREP_ERROR> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :137: |
=item Int B<IDNA_PUNYCODE_ERROR> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :141: |
=item Int B<IDNA_CONTAINS_NON_LDH> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :146: |
=item Int B<IDNA_CONTAINS_MINUS> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :151: |
=item Int B<IDNA_INVALID_LENGTH> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :155: |
=item Int B<IDNA_NO_ACE_PREFIX> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :159: |
=item Int B<IDNA_ROUNDTRIP_VERIFY_ERROR> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :163: |
=item Int B<IDNA_CONTAINS_ACE_PREFIX> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :167: |
=item Int B<IDNA_ICONV_ERROR> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :171: |
=item Int B<IDNA_MALLOC_ERROR> |
KAIEPI/Net-LibIDN…/LibIDN.pm6 :175: |
=item Int B<IDNA_DLOPEN_ERROR> |
KAIEPI/Net-LibIDN…/Punycode.pm6 :106: |
=item B<Net::LibIDN::Punycode.encode>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/Punycode.pm6 :107: |
=item B<Net::LibIDN::Punycode.encode>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/Punycode.pm6 :112: |
=item B<Net::LibIDN::Punycode.decode>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/Punycode.pm6 :113: |
=item B<Net::LibIDN::Punycode.decode>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/Punycode.pm6 :122: |
=item Int B<PUNYCODE_SUCCESS> |
KAIEPI/Net-LibIDN…/Punycode.pm6 :126: |
=item Int B<PUNYCODE_BAD_INPUT> |
KAIEPI/Net-LibIDN…/Punycode.pm6 :130: |
=item Int B<PUNYCODE_BIG_OUTPUT> |
KAIEPI/Net-LibIDN…/Punycode.pm6 :134: |
=item Int B<PUNYCODE_OVERFLOW> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :185: |
=item B<Net::LibIDN::StringPrep.check_version>(--> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :186: |
=item B<Net::LibIDN::StringPrep.check_version>(Str I<$version> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :191: |
=item B<Net::LibIDN::StringPrep.strerror>(Int I<$code> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :195: |
=item B<Net::LibIDN::StringPrep.profile>(Str I<$input>, Str I<$profile>, Int I<$flags> = 0 --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :196: |
=item B<Net::LibIDN::StringPrep.profile>(Str I<$input>, Str I<$profile>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :202: |
=item B<Net::LibIDN::StringPrep.nameprep>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :203: |
=item B<Net::LibIDN::StringPrep.nameprep>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :205: |
=item B<Net::LibIDN::StringPrep.nameprep_no_unassigned>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :206: |
=item B<Net::LibIDN::StringPrep.nameprep_no_unassigned>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :208: |
=item B<Net::LibIDN::StringPrep.plain>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :209: |
=item B<Net::LibIDN::StringPrep.plain>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :211: |
=item B<Net::LibIDN::StringPrep.kerberos5>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :212: |
=item B<Net::LibIDN::StringPrep.kerberos5>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :214: |
=item B<Net::LibIDN::StringPrep.xmpp_nodeprep>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :215: |
=item B<Net::LibIDN::StringPrep.xmpp_nodeprep>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :217: |
=item B<Net::LibIDN::StringPrep.xmpp_resourceprep>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :218: |
=item B<Net::LibIDN::StringPrep.xmpp_resourceprep>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :220: |
=item B<Net::LibIDN::StringPrep.iscsi>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :221: |
=item B<Net::LibIDN::StringPrep.iscsi>(Str I<$input>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :228: |
=item Str I<STRINGPREP_VERSION> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :234: |
=item Int I<STRINGPREP_NO_NFKC> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :238: |
=item Int I<STRINGPREP_NO_BIDI> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :242: |
=item Int I<STRINGPREP_NO_UNASSIGNED> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :249: |
=item Int I<STRINGPREP_OK> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :253: |
=item Int I<STRINGPREP_CONTAINS_UNASSIGNED> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :258: |
=item Int I<STRINGPREP_CONTAINS_PROHIBITED> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :262: |
=item Int I<STRINGPREP_BIDI_BOTH_L_AND_RAL> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :266: |
=item Int I<STRINGPREP_BIDI_LEADTRAIL_NOT_RAL> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :271: |
=item Int I<STRINGPREP_BIDI_CONTAINS_PROHIBITED> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :275: |
=item Int I<STRINGPREP_TOO_SMALL_BUFFER> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :279: |
=item Int I<STRINGPREP_PROFILE_ERROR> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :284: |
=item Int I<STRINGPREP_FLAG_ERROR> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :288: |
=item Int I<STRINGPREP_UNKNOWN_PROFILE> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :292: |
=item Int I<STRINGPREP_ICONV_ERROR> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :296: |
=item Int I<STRINGPREP_NFKC_FAILED> |
KAIEPI/Net-LibIDN…/StringPrep.pm6 :301: |
=item Int I<STRINGPREP_MALLOC_ERROR> |
KAIEPI/Net-LibIDN…/TLD.pm6 :176: |
=item B<Net::LibIDN::TLD.strerror>(Int I<$code> --> Str) |
KAIEPI/Net-LibIDN…/TLD.pm6 :181: |
=item B<Net::LibIDN::TLD.get_z>(Str I<$domain> --> Str) |
KAIEPI/Net-LibIDN…/TLD.pm6 :182: |
=item B<Net::LibIDN::TLD.get_z>(Str I<$domain>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN…/TLD.pm6 :188: |
=item B<Net::LibIDN::TLD.get_table>(Str I<$tld>, I<@tables> --> Pointer[Net::LibIDN::TLD::Table]) |
KAIEPI/Net-LibIDN…/TLD.pm6 :194: |
=item B<Net::LibIDN::TLD.default_table>(Str I<$tld> --> Pointer[Net:LibIDN::TLD::Table]) |
KAIEPI/Net-LibIDN…/TLD.pm6 :195: |
=item B<Net::LibIDN::TLD.default_table>(Str I<$tld>, I<@tables> --> Pointer[Net::LibIDN::TLD::Table]) |
KAIEPI/Net-LibIDN…/TLD.pm6 :202: |
=item B<Net::LibIDN::TLD.check_8z>(Str I<$input> --> Int) |
KAIEPI/Net-LibIDN…/TLD.pm6 :203: |
=item B<Net::LibIDN::TLD.check_8z>(Str I<$input>, Int I<$code> is rw --> Int) |
KAIEPI/Net-LibIDN…/TLD.pm6 :204: |
=item B<Net::LibIDN::TLD.check_8z>(Str I<$input>, @tables --> Int) |
KAIEPI/Net-LibIDN…/TLD.pm6 :205: |
=item B<Net::LibIDN::TLD.check_8z>(Str I<$input>, @tables, Int I<$code> is rw --> Bool) |
KAIEPI/Net-LibIDN…/TLD.pm6 :218: |
=item Int B<TLD_SUCCESS> |
KAIEPI/Net-LibIDN…/TLD.pm6 :222: |
=item Int B<TLD_INVALID> |
KAIEPI/Net-LibIDN…/TLD.pm6 :226: |
=item Int B<TLD_NODATA> |
KAIEPI/Net-LibIDN…/TLD.pm6 :230: |
=item Int B<TLD_MALLOC_ERROR> |
KAIEPI/Net-LibIDN…/TLD.pm6 :234: |
=item Int B<TLD_ICONV_ERROR> |
KAIEPI/Net-LibIDN…/TLD.pm6 :238: |
=item Int B<TLD_NO_TLD> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :196: |
=item Windows |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :202: |
=item OS X |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :206: |
=item Ubuntu/Debian |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :210: |
=item OpenSUSE |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :214: |
=item Fedora |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :218: |
=item Arch/Manjaro |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :222: |
=item FreeBSD |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :233: |
=item OpenBSD |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :243: |
=item NetBSD |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :255: |
=item B<Net::LibIDN2.check_version>(--> Version) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :256: |
=item B<Net::LibIDN2.check_version>(Str I<$version> --> Version) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :257: |
=item B<Net::LibIDN2.check_version>(Version I<$version> --> Version) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :263: |
=item B<Net::LibIDN2.strerror>(Int I<$errno> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :267: |
=item B<Net::LibIDN2.strerror_name>(Int I<$errno> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :271: |
=item B<Net::LibIDN2.to_ascii_8z>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :272: |
=item B<Net::LibIDN2.to_ascii_8z>(Str I<$input>, Int I<$flags> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :273: |
=item B<Net::LibIDN2.to_ascii_8z>(Str I<$input>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :279: |
=item B<Net::LibIDN2.to_unicode_8z8z>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :280: |
=item B<Net::LibIDN2.to_unicode_8z8z>(Str I<$input>, Int I<$flags> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :281: |
=item B<Net::LibIDN2.to_unicode_8z8z>(Str I<$input>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :287: |
=item B<Net::LibIDN2.lookup_u8>(Str I<$input> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :288: |
=item B<Net::LibIDN2.lookup_u8>(Str I<$input>, Int I<$flags> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :289: |
=item B<Net::LibIDN2.lookup_u8>(Str I<$input>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :296: |
=item B<Net::LibIDN2.register_u8>(Str I<$uinput>, Str I<$ainput> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :297: |
=item B<Net::LibIDN2.register_u8>(Str I<$uinput>, Str I<$ainput>, Int I<$flags> --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :298: |
=item B<Net::LibIDN2.register_u8>(Str I<$uinput>, Str I<$ainput>, Int I<$flags>, Int I<$code> is rw --> Str) |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :306: |
=item Int B<IDN2_LABEL_MAX_LENGTH> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :310: |
=item Int B<IDN2_DOMAIN_MAX_LENGTH> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :316: |
=item Str B<IDN2_VERSION> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :320: |
=item Int B<IDN2_VERSION_NUMBER> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :326: |
=item Int B<IDN2_VERSION_MAJOR> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :330: |
=item Int B<IDN2_VERSION_MINOR> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :334: |
=item Int B<IDN2_VERSION_PATCH> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :340: |
=item Int B<IDN2_NFC_INPUT> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :344: |
=item Int B<IDN2_ALABEL_ROUNDTRIP> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :348: |
=item Int B<IDN2_TRANSITIONAL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :352: |
=item Int B<IDN2_NONTRANSITIONAL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :358: |
=item Int B<IDN2_OK> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :362: |
=item Int B<IDN2_MALLOC> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :366: |
=item Int B<IDN2_NO_CODESET> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :370: |
=item Int B<IDN2_ICONV_FAIL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :374: |
=item Int B<IDN2_ENCODING_ERROR> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :378: |
=item Int B<IDN2_NFC> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :382: |
=item Int B<IDN2_PUNYCODE_BAD_INPUT> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :386: |
=item Int B<IDN2_PUNYCODE_BIG_OUTPUT> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :390: |
=item Int B<IDN2_PUNYCODE_OVERFLOW> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :394: |
=item Int B<IDN2_TOO_BIG_DOMAIN> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :398: |
=item Int B<IDN2_TOO_BIG_LABEL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :402: |
=item Int B<IDN2_INVALID_ALABEL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :406: |
=item Int B<IDN2_UALABEL_MISMATCH> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :410: |
=item Int B<IDN2_INVALID_FLAGS> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :414: |
=item Int B<IDN2_NOT_NFC> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :418: |
=item Int B<IDN2_2HYPHEN> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :422: |
=item Int B<IDN2_HYPHEN_STARTEND> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :426: |
=item Int B<IDN2_LEADING_COMBINING> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :430: |
=item Int B<IDN2_DISALLOWED> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :434: |
=item Int B<IDN2_CONTEXTJ> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :438: |
=item Int B<IDN2_CONTEXTJ_NO_RULE> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :442: |
=item Int B<IDN2_CONTEXTO> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :446: |
=item Int B<IDN2_CONTEXTO_NO_RULE> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :450: |
=item Int B<IDN2_UNASSIGNED> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :454: |
=item Int B<IDN2_BIDI> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :458: |
=item Int B<IDN2_DOT_IN_LABEL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :462: |
=item Int B<IDN2_INVALID_TRANSITIONAL> |
KAIEPI/Net-LibIDN2…/LibIDN2.pm6 :466: |
=item Int B<IDN2_INVALID_NONTRANSITIONAL> |
KAJI/App-Platform…/Project.pm6 :40: |
my $config = $.project-file.IO.e ?? load-yaml $.project-file.IO.slurp !! item(%.defaults); |
KOORCHIK/LIVR…/rules.json :18: |
"item_type", { |
KUERBIS/Term-Choose-Util…/Changes :29: |
- "no-spacebar" to "meta-items" |
KUERBIS/Term-Choose-Util…/README.md :112: |
If set to 1, the items are ordered vertically else they are ordered horizontally. |
KUERBIS/Term-Choose-Util…/README.md :182: |
$subset = choose-a-subset( @available_items, :layout( 1 ), ... ) |
KUERBIS/Term-Choose-Util…/README.md :204: |
If enabled, the chosen items are not removed from the available choices. |
KUERBIS/Term-Choose-Util…/README.md :224: |
If set to 1, the items are ordered vertically else they are ordered horizontally. |
KUERBIS/Term-Choose-Util…/Util.pm6 :516: |
:prompt( @tmp.join: "\n" ), :meta-items( |^@pre ), :undef( $tmp_back ), :lf( 0, $name.chars ), |
KUERBIS/Term-Choose-Util…/Util.pm6 :693: |
=item1 back |
KUERBIS/Term-Choose-Util…/Util.pm6 :699: |
=item1 clear_screen |
KUERBIS/Term-Choose-Util…/Util.pm6 :707: |
=item1 confirm |
KUERBIS/Term-Choose-Util…/Util.pm6 :713: |
=item1 hide-cursor |
KUERBIS/Term-Choose-Util…/Util.pm6 :719: |
=item1 info |
KUERBIS/Term-Choose-Util…/Util.pm6 :723: |
=item1 mouse |
KUERBIS/Term-Choose-Util…/Util.pm6 :729: |
=item1 prompt |
KUERBIS/Term-Choose-Util…/Util.pm6 :756: |
=item1 dir |
KUERBIS/Term-Choose-Util…/Util.pm6 :760: |
=item1 enchanted |
KUERBIS/Term-Choose-Util…/Util.pm6 :769: |
=item1 justify |
KUERBIS/Term-Choose-Util…/Util.pm6 :775: |
=item1 layout |
KUERBIS/Term-Choose-Util…/Util.pm6 :781: |
=item1 order |
KUERBIS/Term-Choose-Util…/Util.pm6 :783: |
If set to 1, the items are ordered vertically else they are ordered horizontally. |
KUERBIS/Term-Choose-Util…/Util.pm6 :789: |
=item1 show-hidden |
KUERBIS/Term-Choose-Util…/Util.pm6 :795: |
=item1 L<#Options valid for all routines> |
KUERBIS/Term-Choose-Util…/Util.pm6 :845: |
=item1 name |
KUERBIS/Term-Choose-Util…/Util.pm6 :851: |
=item1 small-first |
KUERBIS/Term-Choose-Util…/Util.pm6 :857: |
=item1 thsd-sep |
KUERBIS/Term-Choose-Util…/Util.pm6 :863: |
=item1 L<#Options valid for all routines> |
KUERBIS/Term-Choose-Util…/Util.pm6 :869: |
$subset = choose-a-subset( @available_items, :layout( 1 ), ... ) |
KUERBIS/Term-Choose-Util…/Util.pm6 :881: |
=item1 index |
KUERBIS/Term-Choose-Util…/Util.pm6 :885: |
=item1 justify |
KUERBIS/Term-Choose-Util…/Util.pm6 :891: |
=item1 keep_chosen |
KUERBIS/Term-Choose-Util…/Util.pm6 :893: |
If enabled, the chosen items are not removed from the available choices. |
KUERBIS/Term-Choose-Util…/Util.pm6 :897: |
=item1 layout |
KUERBIS/Term-Choose-Util…/Util.pm6 :903: |
=item1 mark |
KUERBIS/Term-Choose-Util…/Util.pm6 :908: |
=item1 name |
KUERBIS/Term-Choose-Util…/Util.pm6 :912: |
=item1 order |
KUERBIS/Term-Choose-Util…/Util.pm6 :914: |
If set to 1, the items are ordered vertically else they are ordered horizontally. |
KUERBIS/Term-Choose-Util…/Util.pm6 :920: |
=item1 prefix |
KUERBIS/Term-Choose-Util…/Util.pm6 :927: |
=item1 sofar-begin |
KUERBIS/Term-Choose-Util…/Util.pm6 :936: |
=item1 sofar-separator |
KUERBIS/Term-Choose-Util…/Util.pm6 :944: |
=item1 sofar-end |
KUERBIS/Term-Choose-Util…/Util.pm6 :952: |
=item1 L<#Options valid for all routines> |
KUERBIS/Term-Choose…/Changes :22: |
- Bugfix 'meta_items' |
KUERBIS/Term-Choose…/Changes :26: |
- Bugfix: don't allow to select 'meta_items' with Cntrl-SpaceBar |
KUERBIS/Term-Choose…/Changes :47: |
- `multi-choose`: now by default the highlighted item is not added to the chosen items |
KUERBIS/Term-Choose…/Changes :49: |
- New option "meta-items" |
KUERBIS/Term-Choose…/META6.json :9: |
"description" : "Choose items from a list interactively.", |
KUERBIS/Term-Choose…/README.md :6: |
Term::Choose - Choose items from a list interactively. |
KUERBIS/Term-Choose…/README.md :30: |
Choose interactively from a list of items. |
KUERBIS/Term-Choose…/README.md :43: |
If the items of the list don't fit on the screen, the user can scroll to the next (previous) page(s). |
KUERBIS/Term-Choose…/README.md :47: |
How to choose the items is described in ROUTINES. |
KUERBIS/Term-Choose…/README.md :77: |
`choose` allows the user to choose one item from a list: the highlighted item is returned when `Return` is pressed. |
KUERBIS/Term-Choose…/README.md :84: |
The user can choose many items. |
KUERBIS/Term-Choose…/README.md :86: |
To choose an item mark the item with the `SpaceBar`. When `Return` is pressed `choose-multi` then returns the list of the marked items. If the option *include-highlighted* is set to `1`, the highlighted item is also returned. |
KUERBIS/Term-Choose…/README.md :88: |
If `Return` is pressed with no marked items and include-highlighted is set to `2`, the highlighted item is returned. |
KUERBIS/Term-Choose…/README.md :90: |
`Ctrl-SpaceBar` (or `Ctrl-@`) inverts the choices: marked items are unmarked and unmarked items are marked. |
KUERBIS/Term-Choose…/README.md :254: |
If defined sets the maximal number of rows used for printing list items. |
KUERBIS/Term-Choose…/README.md :317: |
0 - `choose-multi` returns the items marked with the `SpaceBar`. (default) |
KUERBIS/Term-Choose…/README.md :319: |
1 - `choose-multi` returns the items marked with the `SpaceBar` plus the highlighted item. |
KUERBIS/Term-Choose…/README.md :321: |
2 - `choose-multi` returns the items marked with the `SpaceBar`. If no items are marked with the `SpaceBar`, the highlighted item is returned. |
KUERBIS/Term-Choose…/README.md :329: |
### meta-items |
KUERBIS/Term-Choose…/README.md :331: |
*meta_items* expects as its value a list of indexes (integers). List-elements correlating to these indexes can not be marked with the `Spac… |
KUERBIS/Term-Choose…/Choose.pm6 :40: |
has List $.meta-items; |
KUERBIS/Term-Choose…/Choose.pm6 :365: |
List :$meta-items = $!meta-items, |
KUERBIS/Term-Choose…/Choose.pm6 :377: |
:$max-width, :$default, :$pad, :$lf, :$mark, :$meta-items, :$no-spacebar, :$info, :$prompt, :$empty, :$undef, :$hide-cursor; |
KUERBIS/Term-Choose…/Choose.pm6 :670: |
if %!o<meta-items>.defined && ! $!marked[ $!p[R] ][ $!p[C] ] { |
KUERBIS/Term-Choose…/Choose.pm6 :671: |
for %!o<meta-items>.list -> $meta_item { |
KUERBIS/Term-Choose…/Choose.pm6 :672: |
if $meta_item == $!rc2idx[ $!p[R] ][ $!p[C] ] { |
KUERBIS/Term-Choose…/Choose.pm6 :686: |
for 'meta-items', 'no-spacebar' -> $key { |
KUERBIS/Term-Choose…/Choose.pm6 :715: |
if %!o<meta-items> { |
KUERBIS/Term-Choose…/Choose.pm6 :716: |
self!_marked_idx2rc( $meta-items, False ); |
KUERBIS/Term-Choose…/Choose.pm6 :737: |
# with only one print-column the output doesn't get messed up if an item |
KUERBIS/Term-Choose…/Choose.pm6 :1058: |
Term::Choose - Choose items from a list interactively. |
KUERBIS/Term-Choose…/Choose.pm6 :1080: |
Choose interactively from a list of items. |
KUERBIS/Term-Choose…/Choose.pm6 :1092: |
If the items of the list don't fit on the screen, the user can scroll to the next (previous) page(s). |
KUERBIS/Term-Choose…/Choose.pm6 :1096: |
How to choose the items is described in L<#ROUTINES>. |
KUERBIS/Term-Choose…/Choose.pm6 :1100: |
=item the C<Arrow> keys (or C<h,j,k,l>) to move up and down or to move to the right and to the left, |
KUERBIS/Term-Choose…/Choose.pm6 :1102: |
=item the C<Tab> key (or C<Ctrl-I>) to move forward, the C<BackSpace> key (or C<Ctrl-H>) to move |
KUERBIS/Term-Choose…/Choose.pm6 :1105: |
=item the C<PageUp> key (or C<Ctrl-B>) to go back one page, the C<PageDown> key (or C<Ctrl-F>) to go forward one page, |
KUERBIS/Term-Choose…/Choose.pm6 :1107: |
=item the C<Insert> key to go back 10 pages, the C<Delete> key to go forward 10 pages, |
KUERBIS/Term-Choose…/Choose.pm6 :1109: |
=item the C<Home> key (or C<Ctrl-A>) to jump to the beginning of the list, the C<End> key (or C<Ctrl-E>) to jump to the |
KUERBIS/Term-Choose…/Choose.pm6 :1127: |
C<choose> allows the user to choose one item from a list: the highlighted item is returned when C<Return> |
KUERBIS/Term-Choose…/Choose.pm6 :1134: |
The user can choose many items. |
KUERBIS/Term-Choose…/Choose.pm6 :1136: |
To choose an item mark the item with the C<SpaceBar>. When C<Return> is pressed C<choose-multi> then returns the list of |
KUERBIS/Term-Choose…/Choose.pm6 :1137: |
the marked items. If the option I<include-highlighted> is set to C<1>, the highlighted item is also returned. |
KUERBIS/Term-Choose…/Choose.pm6 :1139: |
If C<Return> is pressed with no marked items and L<#include-highlighted> is set to C<2>, the highlighted item is |
KUERBIS/Term-Choose…/Choose.pm6 :1142: |
C<Ctrl-SpaceBar> (or C<Ctrl-@>) inverts the choices: marked items are unmarked and unmarked items are marked. |
KUERBIS/Term-Choose…/Choose.pm6 :1158: |
=item If an element is not defined the value from the option I<undef> is assigned to the element. |
KUERBIS/Term-Choose…/Choose.pm6 :1160: |
=item If an element holds an empty string the value from the option I<empty> is assigned to the element. |
KUERBIS/Term-Choose…/Choose.pm6 :1162: |
=item Tab characters in elements are replaces with a space. |
KUERBIS/Term-Choose…/Choose.pm6 :1166: |
=item Vertical spaces in elements are squashed to two spaces. |
KUERBIS/Term-Choose…/Choose.pm6 :1170: |
=item Code points from the ranges of control, surrogate and noncharacter are removed. |
KUERBIS/Term-Choose…/Choose.pm6 :1174: |
=item If the length (print columns) of an element is greater than the width of the screen the element is cut and three |
KUERBIS/Term-Choose…/Choose.pm6 :1258: |
=item 0 - layout off |
KUERBIS/Term-Choose…/Choose.pm6 :1273: |
=item 1 - (default) |
KUERBIS/Term-Choose…/Choose.pm6 :1288: |
=item 2 - all in a single column |
KUERBIS/Term-Choose…/Choose.pm6 :1320: |
If defined sets the maximal number of rows used for printing list items. |
KUERBIS/Term-Choose…/Choose.pm6 :1382: |
0 - C<choose-multi> returns the items marked with the C<SpaceBar>. (default) |
KUERBIS/Term-Choose…/Choose.pm6 :1384: |
1 - C<choose-multi> returns the items marked with the C<SpaceBar> plus the highlighted item. |
KUERBIS/Term-Choose…/Choose.pm6 :1386: |
2 - C<choose-multi> returns the items marked with the C<SpaceBar>. If no items are marked with the C<SpaceBar>, the |
KUERBIS/Term-Choose…/Choose.pm6 :1387: |
highlighted item is returned. |
KUERBIS/Term-Choose…/Choose.pm6 :1396: |
=head3 meta-items |
KUERBIS/Term-Choose…/Choose.pm6 :1398: |
I<meta_items> expects as its value a list of indexes (integers). List-elements correlating to these indexes can not be |
KUERBIS/Term-Choose…/Choose.pm6 :1399: |
marked with the C<SpaceBar> or with the right mouse key but if one of these elements is the highlighted item it is added |
KUERBIS/Term-Choose…/Choose.pm6 :1400: |
to the chosen items when C<Return> is pressed. |
KUERBIS/Term-Form…/Form.pm6 :1216: |
=item1 clear-screen |
KUERBIS/Term-Form…/Form.pm6 :1226: |
=item1 info |
KUERBIS/Term-Form…/Form.pm6 :1230: |
=item1 default |
KUERBIS/Term-Form…/Form.pm6 :1234: |
=item no-echo |
KUERBIS/Term-Form…/Form.pm6 :1244: |
=item1 show-context |
KUERBIS/Term-Form…/Form.pm6 :1266: |
=item1 clear-screen |
KUERBIS/Term-Form…/Form.pm6 :1276: |
=item1 hide-cursor |
KUERBIS/Term-Form…/Form.pm6 :1282: |
=item1 info |
KUERBIS/Term-Form…/Form.pm6 :1288: |
=item1 prompt |
KUERBIS/Term-Form…/Form.pm6 :1294: |
=item1 auto-up |
KUERBIS/Term-Form…/Form.pm6 :1310: |
=item1 read-only |
KUERBIS/Term-Form…/Form.pm6 :1318: |
=item1 confirm |
KUERBIS/Term-Form…/Form.pm6 :1324: |
=item1 back |
KUERBIS/Term-TablePrint…/Changes :35: |
- "no-spacebar" to "meta-items" |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :548: |
:meta-items( |^@pre ), :undef( '<<' ), :2include-highlighted ); |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :724: |
=item the C<ArrowDown> key (or the C<j> key) to move down and the C<ArrowUp> key (or the C<k> key) to move up. |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :726: |
=item the C<PageUp> key (or C<Ctrl-B>) to go back one page, the C<PageDown> key (or C<Ctrl-F>) to go forward one page. |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :728: |
=item the C<Insert> key to go back 10 pages, the C<Delete> key to go forward 10 pages. |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :730: |
=item the C<Home> key (or C<Ctrl-A>) to jump to the first row of the table, the C<End> key (or C<Ctrl-E>) to jump to the last |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :744: |
=item1 with the option I<table-expand> disabled the cursor jumps to the table head if C<Return> is pressed. |
KUERBIS/Term-TablePrint…/TablePrint.pm6 :746: |
=item1 with the option I<table-expand> enabled each column of the selected row is output in its own line preceded by the |
LEONT/App-Prove6…/Prove6.pm6 :148: |
=begin item |
LEONT/App-Prove6…/Prove6.pm6 :154: |
=end item |
LEONT/App-Prove6…/Prove6.pm6 :156: |
=begin item |
LEONT/App-Prove6…/Prove6.pm6 :173: |
=end item |
LEONT/App-Prove6…/Prove6.pm6 :175: |
=begin item |
LEONT/App-Prove6…/Prove6.pm6 :179: |
=end item |
LEONT/Getopt-Long…/Long.pm :762: |
=begin item |
LEONT/Getopt-Long…/Long.pm :774: |
=end item |
LEONT/Getopt-Long…/Long.pm :776: |
=begin item |
LEONT/Getopt-Long…/Long.pm :786: |
=end item |
LEONT/Getopt-Long…/Long.pm :788: |
=begin item |
LEONT/Getopt-Long…/Long.pm :794: |
=begin item2 |
LEONT/Getopt-Long…/Long.pm :800: |
=end item2 |
LEONT/Getopt-Long…/Long.pm :802: |
=begin item2 |
LEONT/Getopt-Long…/Long.pm :808: |
=end item2 |
LEONT/Getopt-Long…/Long.pm :810: |
=begin item2 |
LEONT/Getopt-Long…/Long.pm :820: |
=end item2 |
LEONT/Getopt-Long…/Long.pm :822: |
=begin item2 |
LEONT/Getopt-Long…/Long.pm :827: |
=end item2 |
LEONT/Getopt-Long…/Long.pm :829: |
=begin item2 |
LEONT/Getopt-Long…/Long.pm :834: |
=end item2 |
LEONT/Getopt-Long…/Long.pm :849: |
=end item |
LEONT/Getopt-Long…/Long.pm :851: |
=begin item |
LEONT/Getopt-Long…/Long.pm :861: |
=end item |
LEONT/Getopt-Long…/Long.pm :863: |
=begin item |
LEONT/Getopt-Long…/Long.pm :868: |
=end item |
LEONT/Getopt-Long…/Long.pm :870: |
=begin item |
LEONT/Getopt-Long…/Long.pm :876: |
=end item |
LEONT/Getopt-Long…/Long.pm :937: |
=begin item |
LEONT/Getopt-Long…/Long.pm :951: |
=end item |
LEONT/Getopt-Long…/Long.pm :953: |
=begin item |
LEONT/Getopt-Long…/Long.pm :970: |
=end item |
LEONT/Path-Finder…/README.md :70: |
* `relative` - Return matching items relative to the search directory. Default is `False`. |
LEONT/Path-Finder…/README.md :96: |
$finder.and(-> $item, *%) { $item ~~ :rwx }); |
LEONT/Path-Finder…/README.md :108: |
-> $item, *% { $item ~~ :rwx }, |
LEONT/Path-Finder…/README.md :115: |
$finder.none( -> $item, *% { $item ~~ :rwx } ); |
LEONT/Path-Finder…/README.md :387: |
$finder.and( sub ($item, *%args) { $item ~~ :r & :w & :x } ); |
LEONT/Path-Finder…/Finder.pm :44: |
return self.and: sub ($item, *%options) { return negate($rule($item, |%options)) }; |
LEONT/Path-Finder…/Finder.pm :55: |
return self.bless(:rules[sub ($item, *%opts) { |
LEONT/Path-Finder…/Finder.pm :56: |
return negate($obj!test($item, |%opts)) |
LEONT/Path-Finder…/Finder.pm :71: |
my @rules = sub ($item, *%opts) { |
LEONT/Path-Finder…/Finder.pm :74: |
given $iterator!test($item, |%opts) { |
LEONT/Path-Finder…/Finder.pm :92: |
self.and: sub ($item, *%opts) { |
LEONT/Path-Finder…/Finder.pm :94: |
my $var = $iterator!test($item, |%opts); |
LEONT/Path-Finder…/Finder.pm :103: |
method !test(IO::Path $item, *%args) { |
LEONT/Path-Finder…/Finder.pm :106: |
my $value = rule($item, |%args); |
LEONT/Path-Finder…/Finder.pm :122: |
self.and: sub ($item, *%) { $item.basename ~~ $matcher }; |
LEONT/Path-Finder…/Finder.pm :126: |
self.and: sub ($item, *%) { $item.extension ~~ $ext }; |
LEONT/Path-Finder…/Finder.pm :131: |
self.and: sub ($item, *%) { ~$item ~~ $matcher }; |
LEONT/Path-Finder…/Finder.pm :136: |
self.and: sub ($item, :$base, *%) { $item.relative($base) ~~ $matcher }; |
LEONT/Path-Finder…/Finder.pm :140: |
self.and: sub ($item, *%) { $item ~~ $path }; |
LEONT/Path-Finder…/Finder.pm :144: |
self.and: sub ($item, *%) { ($item.l && !$item.e) === $value }; |
LEONT/Path-Finder…/Finder.pm :148: |
self.and: sub ($item, *%) { $item.r === $value }; |
LEONT/Path-Finder…/Finder.pm :151: |
self.and: sub ($item, *%) { $item.w === $value }; |
LEONT/Path-Finder…/Finder.pm :154: |
self.and: sub ($item, *%) { $item.x === $value }; |
LEONT/Path-Finder…/Finder.pm :157: |
self.and: sub ($item, *%) { $item.rw === $value }; |
LEONT/Path-Finder…/Finder.pm :160: |
self.and: sub ($item, *%) { $item.rwx === $value }; |
LEONT/Path-Finder…/Finder.pm :163: |
self.and: sub ($item, *%) { $item.e === $value }; |
LEONT/Path-Finder…/Finder.pm :166: |
self.and: sub ($item, *%) { $item.f === $value }; |
LEONT/Path-Finder…/Finder.pm :169: |
self.and: sub ($item, *%) { $item.d === $value }; |
LEONT/Path-Finder…/Finder.pm :172: |
self.and: sub ($item, *%) { $item.l === $value } |
LEONT/Path-Finder…/Finder.pm :175: |
self.and: sub ($item, *%) { $item.z === $value }; |
LEONT/Path-Finder…/Finder.pm :179: |
return sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :181: |
return nqp::stat(nqp::unbox_s($item.absolute), $field) ~~ $matcher; |
LEONT/Path-Finder…/Finder.pm :211: |
self.and: sub ($item, *%) { $item.accessed ~~ $accessed }; |
LEONT/Path-Finder…/Finder.pm :214: |
self.and: sub ($item, *%) { $item.changed ~~ $changed }; |
LEONT/Path-Finder…/Finder.pm :217: |
self.and: sub ($item, *%) { $item.modified ~~ $modified }; |
LEONT/Path-Finder…/Finder.pm :221: |
self.and: sub ($item, *%) { $item.mode ~~ $mode }; |
LEONT/Path-Finder…/Finder.pm :224: |
self.and: sub ($item, *%) { $item.s ~~ $size }; |
LEONT/Path-Finder…/Finder.pm :230: |
self.and: sub ($item, :$depth, *%) { |
LEONT/Path-Finder…/Finder.pm :251: |
self.and: sub ($item, :$depth, *%) { |
LEONT/Path-Finder…/Finder.pm :257: |
self.and: sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :258: |
if $item.basename ~~ $pattern && $item.d { |
LEONT/Path-Finder…/Finder.pm :265: |
self.and: sub ($item, :$depth, *%) { |
LEONT/Path-Finder…/Finder.pm :266: |
if $depth > 0 && $item.basename ~~ $pattern && $item.d { |
LEONT/Path-Finder…/Finder.pm :274: |
self.and: sub ($item, :$depth, *%) { |
LEONT/Path-Finder…/Finder.pm :275: |
if $depth > 0 && $item.basename ~~ rx/ ^ '.' / { |
LEONT/Path-Finder…/Finder.pm :292: |
self.and: sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :293: |
return False unless $item.f; |
LEONT/Path-Finder…/Finder.pm :294: |
return $item.lines(|%opts)[0] ~~ $pattern; |
LEONT/Path-Finder…/Finder.pm :299: |
self.and: sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :300: |
return !$value unless $item.f; |
LEONT/Path-Finder…/Finder.pm :301: |
return ?($item.lines(|%opts)[0] ~~ rx/ ^ '#!' /) === $value; |
LEONT/Path-Finder…/Finder.pm :307: |
self.and: sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :308: |
return False unless $item.f; |
LEONT/Path-Finder…/Finder.pm :309: |
return $item.slurp(|%opts) ~~ $pattern; |
LEONT/Path-Finder…/Finder.pm :315: |
self.and: sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :316: |
return False unless $item.f; |
LEONT/Path-Finder…/Finder.pm :317: |
for $item.lines(|%opts) -> $line { |
LEONT/Path-Finder…/Finder.pm :326: |
self.and: sub ($item, *%) { |
LEONT/Path-Finder…/Finder.pm :327: |
return True unless $item.f; |
LEONT/Path-Finder…/Finder.pm :328: |
for $item.lines(|%opts) -> $line { |
LEONT/Path-Finder…/Finder.pm :356: |
sub is-unique (IO::Path $item) { |
LEONT/Path-Finder…/Finder.pm :358: |
my $inode = nqp::stat(nqp::unbox_s($item.absolute), nqp::const::STAT_PLATFORM_INODE); |
LEONT/Path-Finder…/Finder.pm :359: |
my $device = nqp::stat(nqp::unbox_s($item.absolute), nqp::const::STAT_PLATFORM_DEV); |
LEONT/Path-Finder…/Finder.pm :367: |
my ($item, $depth, $base, $result) = @( @queue.shift ); |
LEONT/Path-Finder…/Finder.pm :370: |
my $is-link = $check-symlinks ?? $item.l !! False; |
LEONT/Path-Finder…/Finder.pm :373: |
$result = self!test($item, :$depth, :$base); |
LEONT/Path-Finder…/Finder.pm :376: |
if !$prune && $item.d && (!$loop-safe || is-unique($item)) { |
LEONT/Path-Finder…/Finder.pm :377: |
my @next = $item.dir.self.map: { ($^child, $depth + 1, $base, Bool) }; |
LEONT/Path-Finder…/Finder.pm :384: |
@next.push: ($item, $depth, $base, $result); |
LEONT/Path-Finder…/Finder.pm :402: |
take $relative ?? $item.relative($base).IO !! $item if $result; |
LEONT/Path-Finder…/Finder.pm :476: |
=item provides many "helper" methods for specifying rules |
LEONT/Path-Finder…/Finder.pm :478: |
=item offers (lazy) list interface |
LEONT/Path-Finder…/Finder.pm :480: |
=item custom rules implemented with roles |
LEONT/Path-Finder…/Finder.pm :482: |
=item breadth-first (default) or pre- or post-order depth-first searching |
LEONT/Path-Finder…/Finder.pm :484: |
=item follows symlinks (by default, but can be disabled) |
LEONT/Path-Finder…/Finder.pm :486: |
=item directories visited only once (no infinite loop; can be disabled) |
LEONT/Path-Finder…/Finder.pm :488: |
=item doesn't chdir during operation |
LEONT/Path-Finder…/Finder.pm :490: |
=item provides an API for extensions |
LEONT/Path-Finder…/Finder.pm :511: |
=item C<order> -- Controls order of results. Valid values are C<BreadthFirst> (breadth-first search), C<PreOrder> (pre-order, depth-first search), C<PostOrder> (post-order, depth-first search). The default is C<BreadthFirst>. |
LEONT/Path-Finder…/Finder.pm :513: |
=item C<follow-symlinks> - Follow directory symlinks when true. Default is C<True>. |
LEONT/Path-Finder…/Finder.pm :515: |
=item C<report-symlinks> - Includes symlinks in results when true. Default is equal to C<follow-symlinks>. |
LEONT/Path-Finder…/Finder.pm :517: |
=item C<loop-safe> - Prevents visiting the same directory more than once when true. Default is C<True>. |
LEONT/Path-Finder…/Finder.pm :519: |
=item C<relative> - Return matching items relative to the search directory. Default is C<False>. |
LEONT/Path-Finder…/Finder.pm :521: |
=item C<sorted> - Whether entries in a directory are sorted before processing. Default is C<True>. |
LEONT/Path-Finder…/Finder.pm :523: |
=item C<keep-going> - Whether or not the search should continue when an error is encountered (typically and unreadable directory). Defaults to C<True>. |
LEONT/Path-Finder…/Finder.pm :525: |
=item C<quiet> - Whether printing non-fatal errors to C<$*ERR> is repressed. Defaults to C<False>. |
LEONT/Path-Finder…/Finder.pm :527: |
=item C<as> - The type of values that will be returned. Valid values are C<IO::Path> (the default) and C<Str>. |
LEONT/Path-Finder…/Finder.pm :559: |
$finder.and(-> $item, *%) { $item ~~ :rwx }); |
LEONT/Path-Finder…/Finder.pm :572: |
-> $item, *% { $item ~~ :rwx }, |
LEONT/Path-Finder…/Finder.pm :580: |
$finder.none( -> $item, *% { $item ~~ :rwx } ); |
LEONT/Path-Finder…/Finder.pm :898: |
$finder.and( sub ($item, *%args) { $item ~~ :r & :w & :x } ); |
LEONT/Path-Finder…/Finder.pm :906: |
=item C<True> -- indicates the constraint is satisfied |
LEONT/Path-Finder…/Finder.pm :908: |
=item C<False> -- indicates the constraint is not satisfied |
LEONT/Path-Finder…/Finder.pm :910: |
=item C<PruneExclusive> -- indicate the constraint is satisfied, and prune if it's a directory |
LEONT/Path-Finder…/Finder.pm :912: |
=item C<PruneInclusive> -- indicate the constraint is not satisfied, and prune if it's a directory |
LEONT/Path-Finder…/logic.t :38: |
my $rule = Path::Finder.skip( sub ($item, *%) { return PruneExclusive if $item ~~ /eeee$/ } ); |
LEONT/Path-Finder…/logic.t :52: |
my $rule = Path::Finder.skip( sub ($item, *%) { return PruneInclusive if $item ~~ /eeee$/ } ); |
LEONT/Path-Finder…/logic.t :81: |
Path::Finder.name("lldskfkad"), sub ($item, *%) { return PruneExclusive if $item ~~ /eeee$/ } |
LEONT/Path-Finder…/logic.t :98: |
Path::Finder.or( sub ($item, *%) { return PruneExclusive if $item ~~ /eeee/ }, sub ($item, *%) { return True }, ), |
LEONT/Path-Finder…/logic.t :99: |
Path::Finder.and( sub ($item, *%){ $item ~~ /eeee/ } ), |
LEONT/TAP…/TAP.pm :597: |
my @items = @!active.map(*.summary); |
LEONT/TAP…/TAP.pm :598: |
my $ruler = ($header, |@items).join(' ') ~ ')==='; |
MARTIMM/Auth-SCRAM…/Client.pod6 :108: |
=item1 B<client-first>. This method must return the servers first message. The |
MARTIMM/Auth-SCRAM…/Client.pod6 :116: |
=item1 B<mangle-password>. This method is optional. Some servers, like mongod, |
MARTIMM/Auth-SCRAM…/Client.pod6 :129: |
=item1 B<client-final>. The purpose of this method is to send the provided |
MARTIMM/Auth-SCRAM…/Client.pod6 :136: |
=item1 B<error>. The error method is called with a message whenever there is |
MARTIMM/Auth-SCRAM…/Client.pod6 :144: |
=item1 B<cleanup>. This optional method is called when all ends successfully. |
MARTIMM/Auth-SCRAM…/Server.pod6 :19: |
of the necessary items. The methods C<get-the-users-database()> |
MARTIMM/Auth-SCRAM…/Server.pod6 :190: |
=item1 B<iter>. Number of iterations needed to generate the derived key |
MARTIMM/Auth-SCRAM…/Server.pod6 :191: |
=item1 B<salt>. Salt used to generate that key. Both iter and salt are provided |
MARTIMM/Auth-SCRAM…/Server.pod6 :193: |
=item B<stored-key>. See rfc5802. |
MARTIMM/Auth-SCRAM…/Server.pod6 :194: |
=item B<server-key>. See rfc5802. |
MARTIMM/Auth-SCRAM…/Server.pod6 :210: |
=item1 B<server-first>. After processing the client first message, the server |
MARTIMM/Auth-SCRAM…/Server.pod6 :216: |
=item1 B<server-final>. Purpose is to send the server final message to the |
MARTIMM/Auth-SCRAM…/Server.pod6 :222: |
=item1 B<credentials>. This method is called several times to get user |
MARTIMM/Auth-SCRAM…/Server.pod6 :228: |
=item1 B<mext>. Not yet implemented. |
MARTIMM/Auth-SCRAM…/Server.pod6 :230: |
=item1 B<extension>. Not yet implemented. |
MARTIMM/Auth-SCRAM…/Server.pod6 :232: |
=item1 B<authzid>. Not yet implemented. |
MARTIMM/Auth-SCRAM…/Server.pod6 :235: |
=item1 B<error>. The error method is called with a message whenever there is |
MARTIMM/Auth-SCRAM…/Server.pod6 :242: |
=item1 B<cleanup>. This optional method is called when all ends successfully. |
MARTIMM/BSON…/Binary.pod6 :35: |
=item1 C<C-GENERIC>. Generic binary data. Used for any non structured data. |
MARTIMM/BSON…/Binary.pod6 :36: |
=item1 C<C-FUNCTION>. Encoding of function code. |
MARTIMM/BSON…/Binary.pod6 :37: |
=item1 C<C-UUID>. Encoding of UUID. |
MARTIMM/BSON…/Binary.pod6 :38: |
=item1 C<C-MD5>. Encoding of MD5. |
MARTIMM/BSON…/Document.pm6 :160: |
method !str-pairs ( Int $indent, List $items --> Str ) { |
MARTIMM/BSON…/Document.pm6 :162: |
for @$items -> $item { |
MARTIMM/BSON…/Document.pm6 :166: |
if $item.^can('key') { |
MARTIMM/BSON…/Document.pm6 :167: |
$key = $item.key; |
MARTIMM/BSON…/Document.pm6 :168: |
$value = $item.value // 'Nil'; |
MARTIMM/BSON…/Document.pm6 :173: |
$value = $item // 'Nil'; |
MARTIMM/BSON…/Document.pod6 :229: |
B<NOTE: Testing for items will also create the entries if they weren't there.> |
MARTIMM/BSON…/700-encodable.t :105: |
is $m2.key_data, $m.key_data, 'Compare item after encode decode'; |
MARTIMM/BSON…/Document1.pm6 :423: |
# of items can go wrong. Mongo doesn't process it very well if e.g. |
MARTIMM/BSON…/Document2.pm6 :423: |
# of items can go wrong. Mongo doesn't process it very well if e.g. |
MARTIMM/BSON…/Document3.pm6 :393: |
# of items can go wrong. Mongo doesn't process it very well if e.g. |
MARTIMM/GTK-V3…/README.md :117: |
| GTK::V3::Gtk::GtkImageMenuItem | [GtkImageMenuItem.html][gtkimagemenuitem] |
MARTIMM/GTK-V3…/README.md :121: |
| GTK::V3::Gtk::GtkMenuItem | [GtkMenuItem.html][gtkmenuitem] |
MARTIMM/GTK-V3…/README.md :244: |
[gtkimagemenuitem]: https://developer.gnome.org/gtk3/stable/GtkImageMenuItem.html |
MARTIMM/GTK-V3…/README.md :248: |
[gtkmenuitem]: https://developer.gnome.org/gtk3/stable/GtkMenuItem.html |
MARTIMM/GTK-V3…/GdkEvent.pm6 :65: |
=item GDK_NOTHING; a special code to indicate a null event. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :66: |
=item GDK_DELETE; the window manager has requested that the toplevel window be hidden or destroyed, usually when the user clicks on a special icon in the title bar. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :67: |
=item GDK_DESTROY; the window has been destroyed. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :68: |
=item GDK_EXPOSE; all or part of the window has become visible and needs to be redrawn. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :69: |
=item GDK_MOTION_NOTIFY; the pointer (usually a mouse) has moved. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :70: |
=item GDK_BUTTON_PRESS; a mouse button has been pressed. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :71: |
=item GDK_2BUTTON_PRESS; a mouse button has been double-clicked (clicked twice within a short period of time). Note that each click also generates a GDK_BUTTON_PRESS event. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :72: |
=item GDK_DOUBLE_BUTTON_PRESS; alias for GDK_2BUTTON_PRESS, added in 3.6. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :73: |
=item GDK_3BUTTON_PRESS; a mouse button has been clicked 3 times in a short period of time. Note that each click also generates a GDK_BUTTON_PRESS event. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :74: |
=item GDK_TRIPLE_BUTTON_PRESS; alias for GDK_3BUTTON_PRESS, added in 3.6. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :75: |
=item GDK_BUTTON_RELEASE; a mouse button has been released. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :76: |
=item GDK_KEY_PRESS; a key has been pressed. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :77: |
=item GDK_KEY_RELEASE; a key has been released. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :78: |
=item GDK_ENTER_NOTIFY; the pointer has entered the window. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :79: |
=item GDK_LEAVE_NOTIFY; the pointer has left the window. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :80: |
=item GDK_FOCUS_CHANGE; the keyboard focus has entered or left the window. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :81: |
=item GDK_CONFIGURE; the size, position or stacking order of the window has changed. Note that GTK+ discards these events for GDK_WINDOW_CHILD windows. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :82: |
=item GDK_MAP; the window has been mapped. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :83: |
=item GDK_UNMAP; the window has been unmapped. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :84: |
=item GDK_PROPERTY_NOTIFY; a property on the window has been changed or deleted. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :85: |
=item GDK_SELECTION_CLEAR; the application has lost ownership of a selection. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :86: |
=item GDK_SELECTION_REQUEST; another application has requested a selection. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :87: |
=item GDK_SELECTION_NOTIFY; a selection has been received. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :88: |
=item GDK_PROXIMITY_IN; an input device has moved into contact with a sensing surface (e.g. a touchscreen or graphics tablet). |
MARTIMM/GTK-V3…/GdkEvent.pm6 :89: |
=item GDK_PROXIMITY_OUT; an input device has moved out of contact with a sensing surface. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :90: |
=item GDK_DRAG_ENTER; the mouse has entered the window while a drag is in progress. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :91: |
=item GDK_DRAG_LEAVE; the mouse has left the window while a drag is in progress. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :92: |
=item GDK_DRAG_MOTION; the mouse has moved in the window while a drag is in progress. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :93: |
=item GDK_DRAG_STATUS; the status of the drag operation initiated by the window has changed. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :94: |
=item GDK_DROP_START; a drop operation onto the window has started. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :95: |
=item GDK_DROP_FINISHED; the drop operation initiated by the window has completed. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :96: |
=item GDK_CLIENT_EVENT; a message has been received from another application. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :97: |
=item GDK_VISIBILITY_NOTIFY; the window visibility status has changed. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :98: |
=item GDK_SCROLL; the scroll wheel was turned. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :99: |
=item GDK_WINDOW_STATE; the state of a window has changed. See GdkWindowState for the possible window states. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :100: |
=item GDK_SETTING. a setting has been modified. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :101: |
=item GDK_OWNER_CHANGE; the owner of a selection has changed. This event type was added in 2.6 |
MARTIMM/GTK-V3…/GdkEvent.pm6 :102: |
=item GDK_GRAB_BROKEN; a pointer or keyboard grab was broken. This event type was added in 2.8. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :103: |
=item GDK_DAMAGE; the content of the window has been changed. This event type was added in 2.14. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :104: |
=item GDK_TOUCH_BEGIN; A new touch event sequence has just started. This event type was added in 3.4. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :105: |
=item GDK_TOUCH_UPDATE; A touch event sequence has been updated. This event type was added in 3.4. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :106: |
=item GDK_TOUCH_END; A touch event sequence has finished. This event type was added in 3.4. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :107: |
=item GDK_TOUCH_CANCEL; A touch event sequence has been canceled. This event type was added in 3.4. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :108: |
=item GDK_TOUCHPAD_SWIPE; A touchpad swipe gesture event, the current state is determined by its phase field. This event type was added in 3.18. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :109: |
=item GDK_TOUCHPAD_PINCH; A touchpad pinch gesture event, the current state is determined by its phase field. This event type was added in 3.18. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :110: |
=item GDK_PAD_BUTTON_PRESS; A tablet pad button press event. This event type was added in 3.22. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :111: |
=item GDK_PAD_BUTTON_RELEASE; A tablet pad button release event. This event type was added in 3.22. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :112: |
=item GDK_PAD_RING; A tablet pad axis event from a "ring". This event type was added in 3.22. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :113: |
=item GDK_PAD_STRIP; A tablet pad axis event from a "strip". This event type was added in 3.22. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :114: |
=item GDK_PAD_GROUP_MODE; A tablet pad group mode change. This event type was added in 3.22. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :115: |
=item GDK_EVENT_LAST; Marks the end of the GdkEventType enumeration. Added in 2.18 |
MARTIMM/GTK-V3…/GdkEvent.pm6 :140: |
=item GdkEventType $.type; the type of the event. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :141: |
=item GTK::V3::Gdk::GdkWindow $.window; the window which received the event. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :142: |
=item Int $.send_event; TRUE if the event was sent explicitly. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :157: |
=item GdkEventType $.type |
MARTIMM/GTK-V3…/GdkEvent.pm6 :158: |
=item GTK::V3::Gdk::GdkWindow $.window |
MARTIMM/GTK-V3…/GdkEvent.pm6 :159: |
=item Int $.send_event |
MARTIMM/GTK-V3…/GdkEvent.pm6 :160: |
=item UInt $.time; the time of the event in milliseconds. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :161: |
=item UInt $.state; a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See GdkModifierType. [type GdkModifierType]. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :162: |
=item UInt $.keyval; the key that was pressed or released. See the gdk/gdkkeysyms.h header file for a complete list of GDK key codes. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :163: |
=item Int $.length; the length of string. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :164: |
=item Str $.string; deprecated. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :165: |
=item UInt $.hardware_keycode; the raw code of the key that was pressed or released. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :166: |
=item UInt $.group; the keyboard group. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :167: |
=item UInt $.is_modifier; a flag that indicates if hardware_keycode is mapped to a modifier. Since 2.10 |
MARTIMM/GTK-V3…/GdkEvent.pm6 :206: |
=item GdkEventType $.type; |
MARTIMM/GTK-V3…/GdkEvent.pm6 :207: |
=item GTK::V3::Gdk::GdkWindow $.window; |
MARTIMM/GTK-V3…/GdkEvent.pm6 :208: |
=item Int $.send_event; |
MARTIMM/GTK-V3…/GdkEvent.pm6 :209: |
=item UInt $.time; the time of the event in milliseconds. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :210: |
=item Num $.x; the x coordinate of the pointer relative to the window. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :211: |
=item Num $.y; the y coordinate of the pointer relative to the window. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :212: |
=item Pointer[Num] $.axes; x , y translated to the axes of device , or NULL if device is the mouse. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :213: |
=item UInt $.state; a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See GdkModifierType. [type GdkModifierType] |
MARTIMM/GTK-V3…/GdkEvent.pm6 :214: |
=item UInt $.button; the button which was pressed or released, numbered from 1 to 5. Normally button 1 is the left mouse button, 2 is the middle button, and 3 is the right button. On 2-button mice, the middle button can often be simulated by pressing both mouse buttons together. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :215: |
=item GTK::V3::Gdk::GdkDevice $.device; the master device that the event originated from. Use gdk_event_get_source_device() to get the slave device. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :216: |
=item Num $.x_root; the x coordinate of the pointer relative to the root of the screen. |
MARTIMM/GTK-V3…/GdkEvent.pm6 :217: |
=item Num $.y_root; the y coordinate of the pointer relative to the root of the screen. |
MARTIMM/GTK-V3…/GObject.pm6 :468: |
=item $handler-object is the object wherein the handler is defined. |
MARTIMM/GTK-V3…/GObject.pm6 :469: |
=item $handler-name is name of the method. |
MARTIMM/GTK-V3…/GObject.pm6 :470: |
=item $signal-name is the name of the event to be handled. Each gtk widget has its own series of signals, please look for it in the documentation of gtk. |
MARTIMM/GTK-V3…/GObject.pm6 :471: |
=item $connect-flags can be on of C<G_CONNECT_AFTER> or C<G_CONNECT_SWAPPED>. See L<documentation here|https://developer.gnome.org/gobject/stable/gobject-Signals.html#GConnectFlags\>. |
MARTIMM/GTK-V3…/GObject.pm6 :472: |
=item $handler-type is by default 'wd' to use C<g_signal_connect_wd> from L<GSignal>. Other types are not yet defined. |
MARTIMM/GTK-V3…/GObject.pm6 :473: |
=item %user-options. Any other user data in whatever type. These arguments are provided to the user handler when an event for the handler i… |
MARTIMM/GTK-V3…/GtkComboBox.pm6 :12: |
=head2 GtkComboBox — A widget used to choose from a list of items |
MARTIMM/GTK-V3…/GtkComboBox.pm6 :43: |
Returns the index of the currently active item, or -1 if there’s no active item. See also L<gnome developer docs|https://developer.gnome.org/gtk3/stable/GtkComboBox.html#gtk-combo-box-get-active\>. |
MARTIMM/GTK-V3…/GtkComboBox.pm6 :57: |
Sets the active item of combo_box to be the item at index. See also L<gnome developer docs|https://developer.gnome.org/gtk3/stable/GtkComboBox.html#gtk-combo-box-set-active\>. |
MARTIMM/GTK-V3…/GtkImageMenuItem.pm6 :10: |
# See /usr/include/gtk-3.0/gtk/gtkimagemenuitem.h |
MARTIMM/GTK-V3…/GtkImageMenuItem.pm6 :16: |
sub gtk_image_menu_item_new ( ) |
MARTIMM/GTK-V3…/GtkImageMenuItem.pm6 :28: |
self.native-gobject(gtk_image_menu_item_new()); |
MARTIMM/GTK-V3…/GtkImageMenuItem.pm6 :49: |
try { $s = &::("gtk_image_menu_item_$native-sub"); } unless ?$s; |
MARTIMM/GTK-V3…/GtkMenuItem.pm6 :10: |
# See /usr/include/gtk-3.0/gtk/gtkmenuitem.h |
MARTIMM/GTK-V3…/GtkMenuItem.pm6 :16: |
sub gtk_menu_item_new ( ) |
MARTIMM/GTK-V3…/GtkMenuItem.pm6 :28: |
self.native-gobject(gtk_menu_item_new()); |
MARTIMM/GTK-V3…/GtkMenuItem.pm6 :49: |
try { $s = &::("gtk_menu_item_$native-sub"); } unless ?$s; |
MARTIMM/GTK-V3…/GtkWidget.pm6 :44: |
=item if the widget is inside a container, it will be removed from its parent |
MARTIMM/GTK-V3…/GtkWidget.pm6 :46: |
=item if the widget is a container, all its children will be destroyed, recursively |
MARTIMM/GTK-V3…/GtkWidget.pm6 :48: |
=item if the widget is a top level, it will be removed from the list of top level widgets that GTK+ maintains internally |
MARTIMM/GTK-V3…/GtkWindow.pm6 :39: |
=item GTK_WIN_POS_NONE. No influence is made on placement. |
MARTIMM/GTK-V3…/GtkWindow.pm6 :40: |
=item GTK_WIN_POS_CENTER. Windows should be placed in the center of the screen. |
MARTIMM/GTK-V3…/GtkWindow.pm6 :41: |
=item GTK_WIN_POS_MOUSE. Windows should be placed at the current mouse position. |
MARTIMM/GTK-V3…/GtkWindow.pm6 :42: |
=item GTK_WIN_POS_CENTER_ALWAYS. Keep window centered as it changes size, etc. |
MARTIMM/GTK-V3…/GtkWindow.pm6 :43: |
=item GTK_WIN_POS_CENTER_PARENT. Center the window on its transient parent. |
MARTIMM/GTK-V3…/GtkWindow.pm6 :60: |
=item GTK_WINDOW_TOPLEVEL. A regular window, such as a dialog. |
MARTIMM/GTK-V3…/GtkWindow.pm6 :61: |
=item GTK_WINDOW_POPUP. A special window such as a tooltip. |
MARTIMM/GTK-V3…/330-grid.t :29: |
is $gl.g-list-length, 2, 'two list items'; |
MARTIMM/MongoDB…/Design-tests.md :75: |
7) **Security testing**. Sometime later there might come some tests to see if the driver is hackable. At this moment I'm quite a noob in this. The In… |
MARTIMM/MongoDB…/MongoDB.sxml :75: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :76: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :79: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :80: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :84: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :88: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :92: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :96: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :100: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :105: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :111: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :114: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :116: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :125: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :129: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :136: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :140: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :144: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :150: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :152: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :153: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :156: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :159: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :165: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :169: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :173: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :174: |
$emphasis[Things to add to this package]. The program is far from complete. The most important items to add are the following; |
MARTIMM/MongoDB…/MongoDB.sxml :176: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :177: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :180: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :183: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :426: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :427: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :430: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :433: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :436: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :441: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :446: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :450: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :782: |
$itemizedlist spacing=compact [ |
MARTIMM/MongoDB…/MongoDB.sxml :783: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :787: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.sxml :791: |
$listitem [ |
MARTIMM/MongoDB…/MongoDB.xml :40: |
<para>The following sections will be explained: <itemizedlist spacing="compact"><listitem><emphasis>Implementation</emphasis>… |
MARTIMM/MongoDB…/MongoDB.xml :192: |
<itemizedlist spacing="compact"> |
MARTIMM/MongoDB…/MongoDB.xml :193: |
<listitem>Record the server selection start time </listitem> |
MARTIMM/MongoDB…/MongoDB.xml :194: |
<listitem>If the topology wire version is invalid, raise an error </listitem> |
MARTIMM/MongoDB…/MongoDB.xml :195: |
<listitem>Find suitable servers by topology type and operation type </listitem> |
MARTIMM/MongoDB…/MongoDB.xml :196: |
<listitem>If there are any suitable servers, choose one at random from those within the latency window and return it; otherwise, continue to step</listitem> |
MARTIMM/MongoDB…/MongoDB.xml :197: |
<listitem>Request an immediate topology check, then block the server selection thread until the topology changes or until the server selection timeout has elapsed </listitem> |
MARTIMM/MongoDB…/MongoDB.xml :198: |
<listitem>If more than serverSelectionTimeoutMS milliseconds have elapsed since the selection start time, raise a server selection error </listitem> |
MARTIMM/MongoDB…/MongoDB.xml :199: |
<listitem>Goto Step</listitem> |
MARTIMM/MongoDB…/MongoDB.xml :200: |
</itemizedlist> |
MARTIMM/MongoDB…/MongoDB.xml :403: |
<para>This method, using a configuration file, is also used to test the modules to help starting and stopping a locally installed server. There… |
MARTIMM/MongoDB…/TODO.md :24: |
## Other items to check |
MARTIMM/MongoDB…/MongoDB.pod6 :348: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :352: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :356: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :361: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :366: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :372: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :416: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :420: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :430: |
=for item1 |
MARTIMM/MongoDB…/MongoDB.pod6 :434: |
=for item1 |
MARTIMM/MongoDB…/Collection.pod6 :125: |
=begin item1 |
MARTIMM/MongoDB…/Collection.pod6 :129: |
=end item1 |
MARTIMM/MongoDB…/Collection.pod6 :131: |
=begin item1 |
MARTIMM/MongoDB…/Collection.pod6 :140: |
=end item1 |
MARTIMM/MongoDB…/Collection.pod6 :142: |
=begin item1 |
MARTIMM/MongoDB…/Collection.pod6 :158: |
=end item1 |
MARTIMM/MongoDB…/Collection.pod6 :160: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :167: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :169: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :172: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :174: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :177: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :179: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :184: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :186: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :190: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :192: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :198: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :200: |
=begin item2 |
MARTIMM/MongoDB…/Collection.pod6 :203: |
=end item2 |
MARTIMM/MongoDB…/Collection.pod6 :263: |
=for item1 |
MARTIMM/MongoDB…/Collection.pod6 :267: |
=for item1 |
MARTIMM/MongoDB…/Collection.pod6 :292: |
=for item2 |
MARTIMM/MongoDB…/Database.pod6 :209: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :212: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :216: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :221: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :226: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :268: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :275: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :284: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :289: |
=for item1 |
MARTIMM/MongoDB…/Database.pod6 :295: |
=for item1 |
MARTIMM/MongoDB…/Collection.pm6 :483: |
for @$schema -> $item { |
MARTIMM/MongoDB…/Collection.pm6 :484: |
my ( $k, $v) = $item.kv; |
MARTIMM/MongoDB…/Users.pod6 :93: |
=item B<MongoDB::C-PW-LOWERCASE>: All is accepted but lowercase characters must |
MARTIMM/MongoDB…/Users.pod6 :96: |
=item B<MongoDB::C-PW-UPPERCASE>: All is accepted but lowercase and uppercase |
MARTIMM/MongoDB…/Users.pod6 :100: |
=item B<MongoDB::C-PW-NUMBERS>: All is accepted but lowercase, uppercase |
MARTIMM/MongoDB…/Users.pod6 :104: |
=item B<MongoDB::C-PW-OTHER-CHARS>: All is accepted but lowercase, uppercase |
MARTIMM/MongoDB…/test-summary.sxml :21: |
scope for testing; Any items which are not tested due to any constraints, |
MELEZHIK/Sparky…/bootstrap-theme.min.css :5: |
*/.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgb… |
MELEZHIK/Sparky…/bootstrap.min.css :11: |
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-siz… |
MELEZHIK/Sparky…/bootstrap.min.js :6: |
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].spl… |
MELEZHIK/Sparrowdo-VSTS-YAML-Update-Azure-SSL…/AssemblyInfoPatchVersion.ps1 :46: |
move-item $TmpFile $o.FullName -force |
MELEZHIK/Sparrowdo-VSTS-YAML-Update-Azure-SSL…/AssemblyInfoPatchVersion.ps1 :55: |
get-childitem -recurse |? {$_.Name -eq $file} | Update-SourceVersion $version ; |
MELEZHIK/Sparrowdo…/core-dsl.md :74: |
# packages are space separated items |
MELEZHIK/Sparrowdo…/Sparrowdo.pm6 :24: |
sub push_spl ($item){ |
MELEZHIK/Sparrowdo…/Sparrowdo.pm6 :26: |
@spl.push: $item; |
MELEZHIK/Sparrowdo…/Sparrowdo.pm6 :29: |
term-out('push ' ~ $item ~ ' into SPL - OK', input_params('NoColor'), %( colors => 'bold yellow on_cyan' )); |
MORITZ/Grammar-ErrorReporting…/COPYING :111: |
menu, a prominent item in the list meets this criterion. |
MORITZ/Grammar-ErrorReporting…/ErrorReporting.pm6 :101: |
=item C<description> (Str): a short description of what the grammar tries to parse. Default C<"input">. |
MORITZ/Grammar-ErrorReporting…/ErrorReporting.pm6 :102: |
=item C<context> (Int): the number of characters to show left and right of the error marker in the error message. |
MORITZ/JSON-Tiny…/Tiny.pm :11: |
my $json = to-json([1, 2, "a third item"]); |
MORITZ/JSON-Tiny…/Actions.pm :7: |
make $<pairlist>.made.hash.item; |
MORITZ/JSON-Tiny…/Actions.pm :19: |
make $<arraylist>.made.item; |
MORITZ/JSON-Tiny…/01-parse.t :117: |
"menuitem": [ |
MOZNION/Backtrace-AsHTML…/AsHTML.pm6 :167: |
=item C<as-html> |
MOZNION/Backtrace-AsHTML…/AsHTML.pm6 :175: |
=item show lexical variables for each frames (How?) |
MOZNION/Backtrace-AsHTML…/AsHTML.pm6 :177: |
=item show arguments for each frames? (How??) |
MOZNION/HTML-Escape…/Escape.pm6 :59: |
=item Support unescaping function? |
MOZNION/IO-Blob…/Blob.pm6 :371: |
=item SeekFromBeginning |
MOZNION/IO-Blob…/Blob.pm6 :375: |
=item SeekFromCurrent |
MOZNION/IO-Blob…/Blob.pm6 :379: |
=item SeekFromEnd |
MOZNION/IO-Blob…/Blob.pm6 :425: |
=item mattn |
MOZNION/IO-Blob…/Blob.pm6 :427: |
=item shoichikaji |
MOZNION/Object-Container…/Container.pm6 :42: |
method !put($name, Object::Container::Item $item) { |
MOZNION/Object-Container…/Container.pm6 :43: |
$!container{$name} = $item; |
MOZNION/Object-Container…/Container.pm6 :112: |
=item Register object to container |
MOZNION/Object-Container…/Container.pm6 :113: |
=item Find object from container |
MOZNION/Object-Container…/Container.pm6 :114: |
=item Remove registered object from container |
MOZNION/Object-Container…/Container.pm6 :115: |
=item Clear container |
MOZNION/Stream-Buffered…/Buffered.pm6 :85: |
=item L<perl5's Stream::Buffered|https://metacpan.org/pod/Stream::Buffered\> |
NINE/Inline-Perl5…/Perl5.pm6 :133: |
for %$value -> $item { |
NINE/Inline-Perl5…/Perl5.pm6 :134: |
my $value = self.p6_to_p5($item.value); |
NINE/Inline-Perl5…/Perl5.pm6 :135: |
$!p5.p5_hv_store($hv, $item.key, $value); |
NINE/Inline-Perl5…/Perl5.pm6 :147: |
for @$value -> $item { |
NINE/Inline-Perl5…/Perl5.pm6 :148: |
$!p5.p5_av_push($av, self.p6_to_p5($item)); |
NINE/Inline-Perl5…/p5helper.c :316: |
SV ** const item = av_fetch(av, key, 0); |
NINE/Inline-Perl5…/p5helper.c :317: |
if (item) |
NINE/Inline-Perl5…/p5helper.c :318: |
return *item; |
NINE/Inline-Perl5…/p5helper.c :387: |
SV ** const item = hv_fetch(hv, key, len, 0); |
NINE/Inline-Perl5…/p5helper.c :388: |
if (item) |
NINE/Inline-Perl5…/p5helper.c :389: |
return *item; |
NINE/Inline-Perl5…/p5helper.c :1162: |
AV *create_args_array(const I32 ax, I32 items, I32 num_fixed_args) { |
NINE/Inline-Perl5…/p5helper.c :1164: |
av_extend(args, items - num_fixed_args); |
NINE/Inline-Perl5…/p5helper.c :1166: |
for (i = 0; i < items - num_fixed_args; i++) { |
NINE/Inline-Perl5…/p5helper.c :1201: |
void post_callback(const I32 ax, SV **sp, I32 items, SV * const args_rv, SV *err, SV *retval) { |
NINE/Inline-Perl5…/p5helper.c :1207: |
sp -= items; |
NINE/Inline-Perl5…/p5helper.c :1216: |
AV *args = create_args_array(ax, items, 2); |
NINE/Inline-Perl5…/p5helper.c :1232: |
return post_callback(ax, sp, items, args_rv, err, retval); |
NINE/Inline-Perl5…/p5helper.c :1285: |
AV *args = create_args_array(ax, items, 4); |
NINE/Inline-Perl5…/p5helper.c :1290: |
return post_callback(ax, sp, items, args_rv, err, retval); |
NINE/Inline-Perl5…/p5helper.c :1309: |
sp -= items; |
NINE/Inline-Perl5…/p5helper.c :1331: |
sp -= items; |
NINE/Inline-Perl5…/p5helper.c :1340: |
AV *args = create_args_array(ax, items, 1); |
NINE/Inline-Perl5…/p5helper.c :1352: |
return post_callback(ax, sp, items, args_rv, err, retval); |
NINE/Inline-Perl5…/p5helper.c :1360: |
if (items == 2) { |
NINE/Inline-Perl5…/p5helper.c :1366: |
sp -= items; |
NINE/Inline-Perl5…/p5helper.c :1405: |
sp -= items; |
NINE/Inline-Perl5…/callables.t :52: |
is($p5.call('return_array_checker')([1, 2, 3].item), 3); |
NINE/Inline-Perl5…/p6_to_p5.t :87: |
ok($p5.call('is_hash_ref', Map.new((a => 1)).item), 'Map arrives as a HashRef'); |
NINE/Inline-Perl5…/use.t :21: |
my $dumper = Data::Dumper.new([1, 2].item); |
NINE/Inline-Perl5…/use.t :23: |
Test::More::is(Data::Dumper.Dump([1, 2].item).Str, "\$VAR1 = 1;\n \$VAR2 = 2;\n", 'package methods work'); |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :113: |
=item1 pins |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :117: |
=item1 edge |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :121: |
=item2 C<Edge.RISING> |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :125: |
=item2 C<Edge.FALLING> |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :129: |
=item2 C<Edge.BOTH> |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :133: |
=item1 debounce |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :144: |
=item pin |
PATRICKZ/RPi-ButtonWatcher…/ButtonWatcher.pm6 :148: |
=item edge |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :319: |
=item rs-pin |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :324: |
=item spi-channel |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :328: |
=item setup |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :336: |
=item cursor |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :340: |
=item cursor-blink |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :344: |
=item contrast |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :348: |
=item double-height |
PATRICKZ/RPi-Device-ST7036…/ST7036.pm6 :353: |
=item display-on |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :293: |
=item Zip-CM-Deflate |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :294: |
=item Zip-CM-Bzip2 |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :295: |
=item Zip-CM-Store |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :375: |
=item Zip-CM-Deflate |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :376: |
=item Zip-CM-Bzip2 |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :377: |
=item Zip-CM-Store |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :397: |
=item Zip64 |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :398: |
=item Support for extra fields |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :399: |
=item Standard extra fields for better time |
PMQS/Archive-SimpleZip…/SimpleZip.pm6 :400: |
=item Adding directories & symbolic links |
ROBERTLE/Cache-Async…/Async.pm6 :12: |
cached item, or a freshly produced or retrieved one without the caller being |
ROBERTLE/Cache-Async…/Async.pm6 :34: |
String as the first argument, the key used to look up items in the cache. It can |
ROBERTLE/Cache-Async…/Async.pm6 :37: |
The B<$max-size> argument can be used to limit the number of items the cache will |
ROBERTLE/Cache-Async…/Async.pm6 :40: |
B<$max-age> determines the maximum age an item can live in the cache before |
ROBERTLE/Cache-Async…/Async.pm6 :41: |
it is expired. By default items are not expired by age. |
ROBERTLE/Cache-Async…/Async.pm6 :43: |
B<$refresh-after> optionally sets a time after which an item will be refreshed |
ROBERTLE/Cache-Async…/Async.pm6 :48: |
of the item as if it had experienced a cache miss. This can be used to make |
ROBERTLE/Cache-Async…/Async.pm6 :49: |
frequently used items always come from the cache, rather than incurring a cache |
ROBERTLE/Cache-Async…/Async.pm6 :52: |
B<$jitter> optionally sets a maximum jitter duration. When an item is refreshed |
ROBERTLE/Cache-Async…/Async.pm6 :53: |
and placed in the cache, the timestamp of the item is incremented by a random |
ROBERTLE/Cache-Async…/Async.pm6 :55: |
loads many items after boot and wants to make sure that the refresh times |
ROBERTLE/Cache-Async…/Async.pm6 :60: |
The following example will create a simple cache with up to 100 items that |
ROBERTLE/Cache-Async…/Async.pm6 :163: |
In order to get items from, or better through, the cache, the B<get()> method is used: |
ROBERTLE/Cache-Async…/Async.pm6 :167: |
The first argument is the B<$key> used to look up items in the cache, and is passed |
ROBERTLE/Cache-Async…/03-expiry.t :22: |
is($trace, 'ABCD', "repeatedly getting the same 4 items does not cause cache eviction"); |
ROBERTLE/Cache-Async…/03-expiry.t :34: |
is($trace, 'ABCDXA', "getting a fith item evicts oldest entry"); |
ROBERTLE/Cache-Async…/03-expiry.t :46: |
is($trace, 'ABCDXABCD', "cycling through items exposes LRU behavior"); |
RONALDWS/US-ASCII…/US-ASCII.pm6 :173: |
=item alpha / ALPHA |
RONALDWS/US-ASCII…/US-ASCII.pm6 :174: |
=item alpha_x / ALPHAx # alpha without '_' underscore |
RONALDWS/US-ASCII…/US-ASCII.pm6 :175: |
=item upper / UPPER |
RONALDWS/US-ASCII…/US-ASCII.pm6 :176: |
=item lower / LOWER |
RONALDWS/US-ASCII…/US-ASCII.pm6 :177: |
=item digit / DIGIT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :178: |
=item xdigit / XDIGIT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :179: |
=item hexdig / HEXDIG # ABNF 0..9A..F (but not a..f) |
RONALDWS/US-ASCII…/US-ASCII.pm6 :180: |
=item alnum / ALNUM |
RONALDWS/US-ASCII…/US-ASCII.pm6 :181: |
=item alnum_x / ALNUMx # alnum without '_' underscore |
RONALDWS/US-ASCII…/US-ASCII.pm6 :182: |
=item punct / PUNCT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :183: |
=item graph / GRAPH |
RONALDWS/US-ASCII…/US-ASCII.pm6 :184: |
=item blank / BLANK |
RONALDWS/US-ASCII…/US-ASCII.pm6 :185: |
=item space / SPACE |
RONALDWS/US-ASCII…/US-ASCII.pm6 :186: |
=item print / PRINT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :187: |
=item cntrl / CNTRL |
RONALDWS/US-ASCII…/US-ASCII.pm6 :188: |
=item vchar / VCHAR # ABNF \x[21]..\x[7E] visible (printing) chars |
RONALDWS/US-ASCII…/US-ASCII.pm6 :189: |
=item wb / WB |
RONALDWS/US-ASCII…/US-ASCII.pm6 :190: |
=item ww / WW |
RONALDWS/US-ASCII…/US-ASCII.pm6 :191: |
=item ident / IDENT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :195: |
=item BIT ('0' or '1') |
RONALDWS/US-ASCII…/US-ASCII.pm6 :196: |
=item CHAR (Anything in US-ASCII other than NUL) |
RONALDWS/US-ASCII…/US-ASCII.pm6 :197: |
=item CRLF |
RONALDWS/US-ASCII…/US-ASCII.pm6 :201: |
=item CR |
RONALDWS/US-ASCII…/US-ASCII.pm6 :202: |
=item CTL |
RONALDWS/US-ASCII…/US-ASCII.pm6 :203: |
=item DQUOTE |
RONALDWS/US-ASCII…/US-ASCII.pm6 :204: |
=item HTAB |
RONALDWS/US-ASCII…/US-ASCII.pm6 :205: |
=item LF |
RONALDWS/US-ASCII…/US-ASCII.pm6 :206: |
=item SP (space) |
RONALDWS/US-ASCII…/US-ASCII.pm6 :207: |
=item LWSP (ABNF linear white space) |
RONALDWS/US-ASCII…/US-ASCII.pm6 :208: |
=item OCTET |
RONALDWS/US-ASCII…/US-ASCII.pm6 :209: |
=item WSP |
RONALDWS/US-ASCII…/US-ASCII.pm6 :229: |
=item ALPHA |
RONALDWS/US-ASCII…/US-ASCII.pm6 :230: |
=item UPPER |
RONALDWS/US-ASCII…/US-ASCII.pm6 :231: |
=item LOWER |
RONALDWS/US-ASCII…/US-ASCII.pm6 :232: |
=item DIGIT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :233: |
=item XDIGIT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :234: |
=item ALNUM |
RONALDWS/US-ASCII…/US-ASCII.pm6 :235: |
=item PUNCT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :236: |
=item GRAPH |
RONALDWS/US-ASCII…/US-ASCII.pm6 :237: |
=item BLANK |
RONALDWS/US-ASCII…/US-ASCII.pm6 :238: |
=item SPACE |
RONALDWS/US-ASCII…/US-ASCII.pm6 :239: |
=item PRINT |
RONALDWS/US-ASCII…/US-ASCII.pm6 :240: |
=item CNTRL |
RONALDWS/US-ASCII…/Core.pm6 :45: |
=item ALPHA |
RONALDWS/US-ASCII…/Core.pm6 :46: |
=item BIT |
RONALDWS/US-ASCII…/Core.pm6 :47: |
=item CHAR |
RONALDWS/US-ASCII…/Core.pm6 :48: |
=item CR |
RONALDWS/US-ASCII…/Core.pm6 :49: |
=item CRLF |
RONALDWS/US-ASCII…/Core.pm6 :50: |
=item CTL |
RONALDWS/US-ASCII…/Core.pm6 :51: |
=item DIGIT |
RONALDWS/US-ASCII…/Core.pm6 :52: |
=item DQUOTE |
RONALDWS/US-ASCII…/Core.pm6 :53: |
=item HEXDIG |
RONALDWS/US-ASCII…/Core.pm6 :54: |
=item HTAB |
RONALDWS/US-ASCII…/Core.pm6 :55: |
=item LF |
RONALDWS/US-ASCII…/Core.pm6 :56: |
=item LWSP |
RONALDWS/US-ASCII…/Core.pm6 :57: |
=item OCTET |
RONALDWS/US-ASCII…/Core.pm6 :58: |
=item SP |
RONALDWS/US-ASCII…/Core.pm6 :59: |
=item VCHAR |
RONALDWS/US-ASCII…/Core.pm6 :60: |
=item WSP |
SACOMO/Uzu…/README.md :187: |
* `language`: List of languages to render for site. First item is default language. When rendering, the `language` variable is set to the c… |
SACOMO/Uzu…/README.md :211: |
- sitemap.xml |
SACOMO/Uzu…/Render.pm6 :721: |
# categories, and sitemaps |
SACOMO/Uzu…/Utilities.pm6 :41: |
multi sub build-category-uri(Str $item) { |
SACOMO/Uzu…/Utilities.pm6 :42: |
return $item; |
SACOMO/Uzu…/Utilities.pm6 :44: |
multi sub build-category-uri(Str $parent, Str $item) { |
SACOMO/Uzu…/Utilities.pm6 :45: |
return "$parent/$item"; |
SACOMO/Uzu…/Utilities.pm6 :47: |
multi sub build-category-uri(Str $parent, Hash $items) { |
SACOMO/Uzu…/Utilities.pm6 :48: |
map -> $k, $item { |
SACOMO/Uzu…/Utilities.pm6 :49: |
build-category-uri "$parent/$k", $item; |
SACOMO/Uzu…/Utilities.pm6 :50: |
}, kv $items; |
SACOMO/Uzu…/Utilities.pm6 :52: |
multi sub build-category-uri(Hash $items) { |
SACOMO/Uzu…/Utilities.pm6 :53: |
map -> $parent, $item { |
SACOMO/Uzu…/Utilities.pm6 :54: |
build-category-uri $parent, $item; |
SACOMO/Uzu…/Utilities.pm6 :55: |
}, kv $items; |
SACOMO/Uzu…/Utilities.pm6 :57: |
multi sub build-category-uri(Str $parent, Array $items) { |
SACOMO/Uzu…/Utilities.pm6 :58: |
map -> $item { |
SACOMO/Uzu…/Utilities.pm6 :59: |
build-category-uri $parent, $item; |
SACOMO/Uzu…/Utilities.pm6 :60: |
}, $items.List; |
SACOMO/Uzu…/Utilities.pm6 :63: |
"/$cat_label/" <<~<< (map -> $item { |
SACOMO/Uzu…/Utilities.pm6 :64: |
build-category-uri $item; |
SACOMO/Uzu…/Utilities.pm6 :75: |
Str $item, |
SACOMO/Uzu…/Utilities.pm6 :79: |
"<li><a href=\"{$breadcrumb}/{$item}\">{$item}</a></li>"; |
SACOMO/Uzu…/Utilities.pm6 :82: |
Pair $item, |
SACOMO/Uzu…/Utilities.pm6 :86: |
my $bc = "{$breadcrumb}/{$item.key}"; |
SACOMO/Uzu…/Utilities.pm6 :87: |
['<li>', "<a href=\"{$bc}\">{$item.key}</a>", build-category-toc-html($item.value, breadcrumb => $bc), '</li>'].join(''); |
SACOMO/Uzu…/Utilities.pm6 :90: |
Iterable $items, |
SACOMO/Uzu…/Utilities.pm6 :94: |
['<ul>', (map -> $item { |
SACOMO/Uzu…/Utilities.pm6 :95: |
build-category-toc-html($item, breadcrumb => $breadcrumb) }, $items |
SACOMO/Uzu…/Utilities.pm6 :99: |
Hash $items, |
SACOMO/Uzu…/Utilities.pm6 :106: |
}, kv $items), '</ul>', '</li>'].join(''); |
SAMGWISE/Seq-PreFetch…/META6.json :7: |
"description" : "Asynchronously pre-fetch the next item of a Seq", |
SAMGWISE/Seq-PreFetch…/README.md :4: |
Seq::PreFetch - Asynchronously pre-fetch the next item of a Seq |
SAMGWISE/Seq-PreFetch…/README.md :30: |
Seq::PreFetch asynchronously pre-fetches the next item of a Seq before you pull from the Seq. It provides the sub pre-fetch which wraps a Seq with a pre-fetching Seq. |
SAMGWISE/Seq-PreFetch…/PreFetch.pm6 :8: |
Seq::PreFetch - Asynchronously pre-fetch the next item of a Seq |
SAMGWISE/Seq-PreFetch…/PreFetch.pm6 :32: |
Seq::PreFetch asynchronously pre-fetches the next item of a Seq before you pull from the Seq. |
SAMGWISE/Test-SourceFiles…/SourceFiles.pm6 :36: |
=item C<Str :$root-path = 'lib'> - Where to search for source files |
SAMGWISE/Test-SourceFiles…/SourceFiles.pm6 :37: |
=item C<List :$extensions = list 'pm6'> - Which file extensions to include |
SAMGWISE/Test-SourceFiles…/SourceFiles.pm6 :38: |
=item C<Bool :$verbose = False> - Provide more detailed feedback on the search process |
SCIMON/Proc-InvokeEditor…/InvokeEditor.pm6 :155: |
=item Windows support. |
SCIMON/Proc-InvokeEditor…/InvokeEditor.pm6 :157: |
=item Addtional Perl6-isms including Async editting allowing background processes. |
SKAJI/App-Mi6…/Mi6.pm6 :385: |
=item Create minimal distribution skeleton for Perl6 |
SKAJI/App-Mi6…/Mi6.pm6 :387: |
=item Generate README.md from lib/Main/Module.pm6's pod |
SKAJI/App-Mi6…/Mi6.pm6 :389: |
=item Run tests by C<mi6 test> |
SKAJI/App-Mi6…/Mi6.pm6 :391: |
=item Release your distribution tarball to CPAN |
TBROWDER/Geo-Ellipsoid…/LICENSE :299: |
- "Freely Available" means that no fee is charged for the item itself, though |
TBROWDER/Geo-Ellipsoid…/LICENSE :300: |
there may be fees involved in handling the item. It also means that |
TBROWDER/Geo-Ellipsoid…/LICENSE :301: |
recipients of the item may redistribute it under the same conditions they |
TBROWDER/META6-To-Man…/Man.pm6 :68: |
$s ~= "item \- $descrip\n"; |
TBROWDER/Proc-More…/More.pm6 :265: |
# :all returns a list of three items: exit code, stderr, and stdout |
TBROWDER/Text-More…/create-md.p6 :664: |
sub create-loc-md($fh, $title, @list is copy, UInt :$nitems = 0, |
TBROWDER/Text-More…/create-md.p6 :669: |
my $nrows = $ne div $nitems; |
TBROWDER/Text-More…/create-md.p6 :670: |
++$nrows if $ne % $nitems; # check for partial rows |
TBROWDER/Text-More…/create-md.p6 :675: |
for 0..^$nitems { |
TBROWDER/Text-More…/create-pod6.p6 :664: |
sub create-loc-md($fh, $title, @list is copy, UInt :$nitems = 0, |
TBROWDER/Text-More…/create-pod6.p6 :669: |
my $nrows = $ne div $nitems; |
TBROWDER/Text-More…/create-pod6.p6 :670: |
++$nrows if $ne % $nitems; # check for partial rows |
TBROWDER/Text-More…/create-pod6.p6 :675: |
for 0..^$nitems { |
TIMOTIMO/JSON-Fast…/01-parse.t :120: |
"menuitem": [ |
TIMOTIMO/JSON-Fast…/09-race.t :13: |
is @out.elems, 10_000, 'right number of items'; |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :110: |
=item C<:$num-iterations> is the number of iterations for gibbs sampler |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :112: |
=item C<:$num-super-topics!> is the number of super topics |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :114: |
=item C<:$num-sub-topics!> is the number of sub topics |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :116: |
=item C<alpha> is the prior for theta distribution (i.e., document-topic distribution) |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :118: |
=item C<beta> is the prior for phi distribution (i.e., topic-word distribution) |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :120: |
=item C<seed> is the seed for srand |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :134: |
=item Mimno, David, Wei Li, and Andrew McCallum. "Mixtures of hierarchical topics with pachinko allocation." Proceedings of the 24th international conference on Machine learning. ACM, 2007. |
TITSUKI/Algorithm-HierarchicalPAM…/HierarchicalPAM.pm6 :136: |
=item Minka, Thomas. "Estimating a Dirichlet distribution." (2000): 4. |
TITSUKI/Algorithm-HierarchicalPAM…/Formatter.pm6 :26: |
($destringed-documents, @vocabs.item); |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :168: |
=item C<$instance> is the user data. (NOTE: NYI in this binder. You must set it as a first argument, but you can't use it in the callback.) |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :170: |
=item C<$x> is the current values of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :172: |
=item C<$g> is the current gradient values of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :174: |
=item C<$n> is the number of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :176: |
=item C<$step> is the line-search step used for this iteration. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :192: |
=item C<$instance> is the user data. (NOTE: NYI in this binder. You must set it as a first argument, but you can't use it in the callback.) |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :194: |
=item C<$x> is the current values of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :196: |
=item C<$g> is the current gradient values of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :198: |
=item C<$fx> is the current value of the objective function. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :200: |
=item C<$xnorm> is the Euclidean norm of the variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :202: |
=item C<$gnorm> is the Euclidean norm of the gradients. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :204: |
=item C<$step> is the line-search step used for this iteration. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :206: |
=item C<$n> is the number of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :208: |
=item C<$k> is the iteration count. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :210: |
=item C<$ls> the number of evaluations called for this iteration. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :223: |
=item Int C<m> is the number of corrections to approximate the inverse hessian matrix. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :225: |
=item Num C<epsilon> is epsilon for convergence test. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :227: |
=item Int C<past> is the distance for delta-based convergence test. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :229: |
=item Num C<delta> is delta for convergence test. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :231: |
=item Int C<max_iterations> is the maximum number of iterations. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :233: |
=item Int C<linesearch> is the line search algorithm. This requires one of C<LBFGS_LINESEARCH_DEFAULT>, C<LBFGS_LINESEARCH_MORETHUENTE>, C<LBFGS_LINESEARCH_BACKTRACKING_ARMIJO>, |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :236: |
=item Int C<max_linesearch> is the maximum number of trials for the line search. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :238: |
=item Num C<min_step> is the minimum step of the line search routine. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :240: |
=item Num C<max_step> is the maximum step of the line search. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :242: |
=item Num C<ftol> is a parameter to control the accuracy of the line search routine. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :244: |
=item Num C<wolfe> is a coefficient for the Wolfe condition. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :246: |
=item Num C<gtol> is a parameter to control the accuracy of the line search routine. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :248: |
=item Num C<xtol> is the machine precision for floating-point values. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :250: |
=item Num C<orthantwise_c> is a coeefficient for the L1 norm of variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :252: |
=item Int C<orthantwise_start> is the start index for computing L1 norm of the variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :254: |
=item Int C<orthantwise_end> is the end index for computing L1 norm of the variables. |
TITSUKI/Algorithm-LBFGS…/LBFGS.pm6 :278: |
=item libLBFGS L<http://www.chokkan.org/software/liblbfgs/index.html\> |
TITSUKI/Algorithm-LDA…/LDA.pm6 :106: |
=item C<:$num-ierations> is the number of iterations for gibbs sampler |
TITSUKI/Algorithm-LDA…/LDA.pm6 :108: |
=item C<:$num-topics!> is the number of topics |
TITSUKI/Algorithm-LDA…/LDA.pm6 :110: |
=item C<alpha> is the prior for theta distribution (i.e., document-topic distribution) |
TITSUKI/Algorithm-LDA…/LDA.pm6 :112: |
=item C<beta> is the prior for phi distribution (i.e., topic-word distribution) |
TITSUKI/Algorithm-LDA…/LDA.pm6 :114: |
=item C<seed> is the seed for srand |
TITSUKI/Algorithm-LDA…/LDA.pm6 :128: |
=item Blei, David M., Andrew Y. Ng, and Michael I. Jordan. "Latent dirichlet allocation." Journal of machine Learning research 3.Jan (2003): 993-1022. |
TITSUKI/Algorithm-LDA…/LDA.pm6 :130: |
=item Li, Wei, and Andrew McCallum. "Pachinko allocation: DAG-structured mixture models of topic correlations." Proceedings of the 23rd international conference on Machine learning. ACM, 2006. |
TITSUKI/Algorithm-LDA…/LDA.pm6 :132: |
=item Wallach, Hanna M., et al. "Evaluation methods for topic models." Proceedings of the 26th annual international conference on machine learning. ACM, 2009. |
TITSUKI/Algorithm-LDA…/LDA.pm6 :134: |
=item Minka, Thomas. "Estimating a Dirichlet distribution." (2000): 4. |
TITSUKI/Algorithm-LDA…/Formatter.pm6 :26: |
($destringed-documents, @vocabs.item); |
TITSUKI/Algorithm-LibSVM…/LibSVM.pm6 :206: |
=item C<$problem> The instance of Algorithm::LibSVM::Problem. |
TITSUKI/Algorithm-LibSVM…/LibSVM.pm6 :208: |
=item C<$param> The instance of Algorithm::LibSVM::Parameter. |
TITSUKI/Algorithm-LibSVM…/LibSVM.pm6 :235: |
=item C<@true-values> The array that contains ground-truth values. |
TITSUKI/Algorithm-LibSVM…/LibSVM.pm6 :237: |
=item C<@predicted-values> The array that contains predicted values. |
TITSUKI/Algorithm-LibSVM…/LibSVM.pm6 :267: |
=item libsvm L<https://github.com/cjlin1/libsvm\> |
TITSUKI/Algorithm-LibSVM…/LibSVM.pm6 :269: |
=item RT130187 L<https://rt.perl.org/Public/Bug/Display.html?id=130187\> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :333: |
=item C<C_SVC> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :335: |
=item C<NU_SVC> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :337: |
=item C<ONE_CLASS> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :339: |
=item C<EPSILON_SVR> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :341: |
=item C<NU_SVR> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :345: |
=item C<LINEAR> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :347: |
=item C<POLY> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :349: |
=item C<RBF> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :351: |
=item C<SIGMOID> |
TITSUKI/Algorithm-LibSVM…/Parameter.pm6 :353: |
=item C<PRECOMPUTED> |
TITSUKI/Algorithm-LibSVM…/svm.cpp :64: |
// l is the number of total data items |
TITSUKI/Algorithm-LibSVM…/02-csvc.t :152: |
is $model.predict(features => @test-matrix.item)<label>, 1.0e0, { "Given a setting of " ~ $_ ~ ", When Algorithm::LibSVM::Model.predict… |
TITSUKI/Algorithm-Manacher…/Manacher.pm6 :138: |
=item [0] Manacher, Glenn. "A New Linear-Time``On-Line''Algorithm for Finding the Smallest Initial Palindrome of a String." Journal of the ACM (JACM) 22.3 (1975): 346-351. |
TITSUKI/Algorithm-Manacher…/Manacher.pm6 :140: |
=item [1] Tomohiro, I., et al. "Counting and verifying maximal palindromes." String Processing and Information Retrieval. Springer Berlin Heidelberg, 2010. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :59: |
# specify Algorithm::MinMaxHeap::Comparable role as an item type |
TITSUKI/Algorithm-MinMaxHeap…/README.md :109: |
### insert($item) |
TITSUKI/Algorithm-MinMaxHeap…/README.md :111: |
$heap.insert($item); |
TITSUKI/Algorithm-MinMaxHeap…/README.md :113: |
Inserts an item to the queue. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :117: |
my $max-value-item = $heap.pop-max(); |
TITSUKI/Algorithm-MinMaxHeap…/README.md :119: |
Returns a maximum value item in the queue and deletes this item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :123: |
my $min-value-item = $heap.pop-min(); |
TITSUKI/Algorithm-MinMaxHeap…/README.md :125: |
Returns a minimum value item in the queue and deletes this item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :129: |
my $max-value-item = $heap.find-max(); |
TITSUKI/Algorithm-MinMaxHeap…/README.md :131: |
Returns a maximum value item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :135: |
my $min-value-item = $heap.find-min(); |
TITSUKI/Algorithm-MinMaxHeap…/README.md :137: |
Returns a minimum value item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :151: |
Deletes all items in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/README.md :156: |
Don't insert both numerical items and stringified items into the same queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :395: |
# specify Algorithm::MinMaxHeap::Comparable role as an item type |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :442: |
=head3 insert($item) |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :444: |
$heap.insert($item); |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :446: |
Inserts an item to the queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :450: |
my $max-value-item = $heap.pop-max(); |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :452: |
Returns a maximum value item in the queue and deletes this item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :456: |
my $min-value-item = $heap.pop-min(); |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :458: |
Returns a minimum value item in the queue and deletes this item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :462: |
my $max-value-item = $heap.find-max(); |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :464: |
Returns a maximum value item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :468: |
my $min-value-item = $heap.find-min(); |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :470: |
Returns a minimum value item in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :484: |
Deletes all items in the queue. |
TITSUKI/Algorithm-MinMaxHeap…/MinMaxHeap.pm6 :488: |
Don't insert both numerical items and stringified items into the same queue. |
TITSUKI/Algorithm-MinMaxHeap…/02-insert.t :27: |
}, "Given a constructor with a Int parameter, it should insert Int items"; |
TITSUKI/Algorithm-MinMaxHeap…/02-insert.t :32: |
}, "Given a constructor with a Int parameter, it shouldn't insert Rat items"; |
TITSUKI/Algorithm-MinMaxHeap…/02-insert.t :56: |
}, "Given a constructor with a MyCool(i.e. Int|Num|Rat) parameter, It should insert Int/Num/Rat items"; |
TITSUKI/Algorithm-MinMaxHeap…/02-insert.t :62: |
}, "Given a constructor with a MyCool(i.e. Int|Num|Rat) parameter, It shouldn't insert Str items"; |
TITSUKI/Algorithm-MinMaxHeap…/02-insert.t :103: |
}, "Given a constructor with a Algorithm::MinMaxHeap::Comparable parameter, It should insert Algorithm::MinMaxHeap::Comparable items"; |
TITSUKI/Algorithm-MinMaxHeap…/02-insert.t :125: |
}, "Given a constructor with a Algorithm::MinMaxHeap::Comparable parameter, It shouldn't insert Int items"; |
TITSUKI/Algorithm-MinMaxHeap…/03-pop-max.t :40: |
is @actual, [8,7,6,5,4,3,1,1,0], "Given a input including duplicated items. It should return descending array"; |
TITSUKI/Algorithm-MinMaxHeap…/04-pop-min.t :40: |
is @actual, [0,1,1,3,4,5,6,7,8], "Given a input including duplicated items. It should return ascending array"; |
TITSUKI/Algorithm-NaiveBayes…/NaiveBayes.pm6 :96: |
=item C<<solver => Algorithm::NaiveBayes::Multinomial|Algorithm::NaiveBayes::Bernoulli>> |
TITSUKI/Algorithm-SetUnion…/SetUnion.pm6 :72: |
=item C<<size => $size>> |
TITSUKI/MeCab…/MeCab.pm6 :138: |
=item1 wget |
TITSUKI/MeCab…/MeCab.pm6 :139: |
=item1 mecab-0.996 |
TITSUKI/MeCab…/MeCab.pm6 :140: |
=item1 mecab-ipadic-2.7.0-20070801 |
TITSUKI/MeCab…/MeCab.pm6 :148: |
=item1 Step1: download and install neologd |
TITSUKI/MeCab…/MeCab.pm6 :158: |
=item1 Step2: Use .new(:dicdir(PATH_TO_THE_DIR)) |
TITSUKI/MeCab…/DictionaryInfo.pm6 :111: |
=item1 C<:MECAB_SYS_DIC(0)> |
TITSUKI/MeCab…/DictionaryInfo.pm6 :112: |
=item1 C<:MECAB_USR_DIC(1)> |
TITSUKI/MeCab…/DictionaryInfo.pm6 :113: |
=item1 C<:MECAB_UNK_DIC(2)> |
TITSUKI/MeCab…/Lattice.pm6 :369: |
=item1 C<:MECAB_ONE_BEST(1)> |
TITSUKI/MeCab…/Lattice.pm6 :370: |
=item1 C<:MECAB_NBEST(2)> |
TITSUKI/MeCab…/Lattice.pm6 :371: |
=item1 C<:MECAB_PARTIAL(4)> |
TITSUKI/MeCab…/Lattice.pm6 :372: |
=item1 C<:MECAB_MARGINAL_PROB(8)> |
TITSUKI/MeCab…/Lattice.pm6 :373: |
=item1 C<:MECAB_ALTERNATIVE(16)> |
TITSUKI/MeCab…/Lattice.pm6 :374: |
=item1 C<:MECAB_ALL_MORPHS(32)> |
TITSUKI/MeCab…/Lattice.pm6 :375: |
=item1 C<:MECAB_ALLOCATE_SENTENCE(64)> |
TITSUKI/MeCab…/Lattice.pm6 :379: |
=item1 C<:MECAB_ANY_BOUNDARY(0)> |
TITSUKI/MeCab…/Lattice.pm6 :380: |
=item1 C<:MECAB_TOKEN_BOUNDARY(1)> |
TITSUKI/MeCab…/Lattice.pm6 :381: |
=item1 C<:MECAB_INSIDE_TOKEN(2)> |
TITSUKI/Random-Choice…/Choice.pm6 :114: |
=item C<Random::Choice> employs O(N) + O(1) algorithm whereas C<Mix.roll> employs O(N) + O(N) algorithm (rakudo 2018.12). |
TITSUKI/Random-Choice…/Choice.pm6 :115: |
=item C<Mix.roll> is directly written in nqp. In general, nqp-powered code is faster than naive-Perl6-powered code when they take small input. |
TITSUKI/Random-Choice…/Choice.pm6 :116: |
=item Both algorithms take O(N) initialization cost; however, the actual cost of C<Mix.roll> is slightly less than C<Random::Choice>. |
TITSUKI/Random-Choice…/Choice.pm6 :188: |
=item Vose, Michael D. "A linear algorithm for generating random numbers with a given distribution." IEEE Transactions on software engineering 17.9 (1991): 972-975. |
TITSUKI/Text-Sift4…/Sift4.pm6 :83: |
=item Str C<$lhs> is one side of the strings to compare. |
TITSUKI/Text-Sift4…/Sift4.pm6 :85: |
=item Str C<$rhs> is one side of the strings to compare. |
TITSUKI/Text-Sift4…/Sift4.pm6 :87: |
=item Int C<:$max-offset> is the maximum offset value. The value is default to 5. |
TOKUHIROM/HTTP-Server-Tiny…/Tiny.pm6 :629: |
=item C<HTTP::Server::Tiny.new($host, $port)> |
TOKUHIROM/HTTP-Server-Tiny…/Tiny.pm6 :633: |
=item C<$server.run(Callable $app, Promise :$control-promise)> |
TOKUHIROM/HTTP-Server-Tiny…/Tiny.pm6 :649: |
=item Support timeout |
TYIL/App-Assixt…/LICENSE :110: |
menu, a prominent item in the list meets this criterion. |
TYIL/App-Assixt…/assixt :16: |
=item1 assixt [options] <command> [arguments] |
TYIL/App-Assixt…/assixt :18: |
=item2 assixt bootstrap config [<option> [value]] |
TYIL/App-Assixt…/assixt :19: |
=item2 assixt bump [ patch | minor | major ] |
TYIL/App-Assixt…/assixt :20: |
=item2 assixt clean [path] [--no-files] [--no-meta] |
TYIL/App-Assixt…/assixt :21: |
=item2 assixt depend <module>... [--no-install] |
TYIL/App-Assixt…/assixt :22: |
=item2 assixt dist [path]... |
TYIL/App-Assixt…/assixt :23: |
=item2 assixt new [name] [--no-git] [--no-travis] |
TYIL/App-Assixt…/assixt :24: |
=item2 assixt push [path]... [--no-bump] |
TYIL/App-Assixt…/assixt :25: |
=item2 assixt test |
TYIL/App-Assixt…/assixt :26: |
=item2 assixt touch bin <name> |
TYIL/App-Assixt…/assixt :27: |
=item2 assixt touch class <name> |
TYIL/App-Assixt…/assixt :28: |
=item2 assixt touch resource <name> |
TYIL/App-Assixt…/assixt :29: |
=item2 assixt touch test <name> |
TYIL/App-Assixt…/assixt :30: |
=item2 assixt touch unit <name> |
TYIL/App-Assixt…/assixt :31: |
=item2 assixt upload <dist>... [--pause-id=<id>] [--pause-password=<pass>] |
TYIL/App-Assixt…/assixt :89: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Bootstrap.pm6 :63: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Bootstrap.pm6 :64: |
=item1 C<App::Assixt::Commands::Bootstrap::Config> |
TYIL/App-Assixt…/Config.pm6 :97: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Config.pm6 :98: |
=item1 C<App::Assixt::Config> |
TYIL/App-Assixt…/Bump.pm6 :187: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Bump.pm6 :188: |
=item1 L<Semantic Versioning|https://semver.org\> |
TYIL/App-Assixt…/Clean.pm6 :75: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Depend.pm6 :69: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Depend.pm6 :70: |
=item1 C<App::Assixt::Commands::Undepend> |
TYIL/App-Assixt…/Depend.pm6 :71: |
=item1 C<zef> |
TYIL/App-Assixt…/Depend.pm6 :72: |
=item1 L<Perl 6 module directory|https://modules.perl6.org\> |
TYIL/App-Assixt…/Dist.pm6 :213: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Dist.pm6 :214: |
=item1 C<App::Assixt::Config> |
TYIL/App-Assixt…/Meta.pm6 :96: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/New.pm6 :170: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/New.pm6 :171: |
=item1 C<App::Assixt::Config> |
TYIL/App-Assixt…/Push.pm6 :70: |
=item1 C<App::Assixt> |
TYIL/App-Assixt…/Push.pm6 :71: |
=item1 C<App::Assixt::Commands::Bump> |
TYIL/App-Assixt…/Push.pm6 :72: |
=item1 C<App::Assixt::Commands::Dist> |
TYIL/App-Assixt…/Push.pm6 :73: |
Created
February 7, 2025 18:37
-
-
Save Whateverable/33b57d9e4c26cc07885cc3253f0bdd2d to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.item |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment