Home
last modified time | relevance | path

Searched refs:show_owners (Results 1 – 17 of 17) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/test/rubygems/
H A Dtest_gem_commands_owner_command.rb35 @cmd.show_owners("freewill")
66 @cmd.show_owners("freewill")
80 @cmd.show_owners("freewill")
95 @cmd.show_owners("freewill")
108 @cmd.show_owners("freewill")
124 @cmd.show_owners('freewill')
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/commands/
H A Downer_command.rb62 show_owners name
65 def show_owners(name) method in OwnerCommand
/dports/lang/gnu-apl/apl-1.8/src/
H A DWorkspace.cc469 Workspace::show_owners(ostream & out, const Value & value) in show_owners() function in Workspace
475 count += the_workspace.symbol_table.show_owners(out, value); in show_owners()
479 #define rw_sv_def(x, _str, _txt) count += get_v_ ## x().show_owners(out, value); in show_owners()
480 #define ro_sv_def(x, _str, _txt) count += get_v_ ## x().show_owners(out, value); in show_owners()
482 count += the_workspace.v_Quad_Quad .show_owners(out, value); in show_owners()
483 count += the_workspace.v_Quad_QUOTE.show_owners(out, value); in show_owners()
486 count += si->show_owners(out, value); in show_owners()
494 ->show_owners(cc, out, value); in show_owners()
H A DStateIndicator.cc355 StateIndicator::show_owners(ostream & out, const Value & value) const in show_owners() function in StateIndicator
362 count += executable->show_owners(cc, out, value); in show_owners()
365 count += current_stack.show_owners(cc, out, value); in show_owners()
H A DStateIndicator.hh121 int show_owners(ostream & out, const Value & value) const;
H A DExecutable.hh142 int show_owners(const char * prefix, ostream & out,
H A DValue.hh470 ostream & list_one(ostream & out, bool show_owners) const;
500 static ostream & list_all(ostream & out, bool show_owners);
H A DSymbolTable.cc260 SymbolTable::show_owners(ostream & out, const Value & value) const in show_owners() function in SymbolTable
267 count += sym->show_owners(out, value); in show_owners()
H A DSymbolTable.hh154 int show_owners(ostream & out, const Value & value) const;
H A DPrefix.hh89 int show_owners(const char * prfx, ostream & out, const Value & value) const;
H A DSymbol.hh264 int show_owners(ostream & out, const Value & value) const;
H A DValue.cc709 Value::list_one(ostream & out, bool show_owners) const in list_one()
727 if (!show_owners) return out; in list_one()
733 Workspace::show_owners(out, *this); in list_one()
740 Value::list_all(ostream & out, bool show_owners) in list_all() argument
747 dob->pValue()->list_one(out, show_owners); in list_all()
H A DWorkspace.hh267 static int show_owners(ostream & out, const Value & value);
H A DSymbol.cc1032 Symbol::show_owners(ostream & out, const Value & value) const in show_owners() function in Symbol
1061 count += ufun->show_owners(cc, out, value); in show_owners()
H A DExecutable.cc490 Executable::show_owners(const char * prefix, ostream & out, const Value & value) const in show_owners() function in Executable
H A DPrefix.cc281 Prefix::show_owners(const char * prefix, ostream & out, in show_owners() function in Prefix
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/
H A DRuby-1.9.1.api3462 rubygems.commands.owner_command.Gem.show_owners?4()