Home
last modified time | relevance | path

Searched +defs:prototype +defs:flag (Results 1 – 25 of 96) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Options.cs46 …public Mono.Options.CommandSet Add(string prototype, Mono.Options.OptionAction<string, string> act… in Add() argument
47 … public Mono.Options.CommandSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
52 … public Mono.Options.CommandSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
53 …public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> actio… in Add()
66 protected Option(string prototype, string description) { } in Option()
67 protected Option(string prototype, string description, int maxValueCount) { } in Option()
68 protected Option(string prototype, string description, int maxValueCount, bool hidden) { } in Option()
112 … public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
117 … public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
118 …public Mono.Options.OptionSet Add<T>(string prototype, string description, System.Action<T> action… in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Options.cs47 …public Mono.Options.CommandSet Add(string prototype, Mono.Options.OptionAction<string, string> act… in Add() argument
48 … public Mono.Options.CommandSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
53 … public Mono.Options.CommandSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
54 …public Mono.Options.CommandSet Add<T>(string prototype, string description, System.Action<T> actio… in Add()
67 protected Option(string prototype, string description) { } in Option()
68 protected Option(string prototype, string description, int maxValueCount) { } in Option()
69 protected Option(string prototype, string description, int maxValueCount, bool hidden) { } in Option()
113 … public Mono.Options.OptionSet Add(string prototype, System.Action<string> action) { throw null; } in Add()
118 … public Mono.Options.OptionSet Add<T>(string prototype, System.Action<T> action) { throw null; } in Add()
119 …public Mono.Options.OptionSet Add<T>(string prototype, string description, System.Action<T> action… in Add()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DILaunchConfigurationWorkingCopy.java103 ILaunchConfiguration doSave(int flag) throws CoreException; in doSave()
332 void copyAttributes(ILaunchConfiguration prototype) throws CoreException; in copyAttributes()
353 void setPrototype(ILaunchConfiguration prototype, boolean copy) throws CoreException; in setPrototype()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/Options/
H A DOptions.cs229 protected Option (string prototype, string description) in Option()
234 protected Option (string prototype, string description, int maxValueCount) in Option()
532 public OptionSet Add (string prototype, Action<string> action) in Add()
537 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
547 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
565 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
582 public ActionOption (string prototype, string description, OptionAction<TKey, TValue> action) in ActionOption()
598 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
603 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
608 public OptionSet Add<TKey, TValue> (string prototype, OptionAction<TKey, TValue> action) in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Mono/
H A DOptions.cs286 string prototype, description; field in NDesk.Options.Option
292 protected Option (string prototype, string description) in Option()
297 protected Option (string prototype, string description, int maxValueCount) in Option()
610 public OptionSet Add (string prototype, Action<string> action) in Add()
615 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
625 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
643 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
676 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
681 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
686 public OptionSet Add<TKey, TValue> (string prototype, OptionAction<TKey, TValue> action) in Add()
[all …]
/dports/devel/ndesk-options/ndesk-options-0.2.1/src/NDesk.Options/NDesk.Options/
H A DOptions.cs282 string prototype, description; field in NDesk.Options.Option
288 protected Option (string prototype, string description) in Option()
293 protected Option (string prototype, string description, int maxValueCount) in Option()
601 public OptionSet Add (string prototype, Action<string> action) in Add()
606 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
616 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
634 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
667 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
672 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
677 public OptionSet Add<TKey, TValue> (string prototype, OptionAction<TKey, TValue> action) in Add()
[all …]
/dports/irc/smuxi/smuxi-1.1/src/Common/
H A DNDesk.Options.cs285 string prototype, description; field in NDesk.Options.Option
291 protected Option (string prototype, string description) in Option()
296 protected Option (string prototype, string description, int maxValueCount) in Option()
609 public OptionSet Add (string prototype, Action<string> action) in Add()
614 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
624 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
642 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
675 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
680 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
685 public OptionSet Add<TKey, TValue> (string prototype, OptionAction<TKey, TValue> action) in Add()
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta/
H A DOptions.cs286 string prototype, description; field in NDesk.Options.Option
292 protected Option (string prototype, string description) in Option()
297 protected Option (string prototype, string description, int maxValueCount) in Option()
610 public OptionSet Add (string prototype, Action<string> action) in Add()
615 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
625 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
643 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
676 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
681 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
686 public OptionSet Add<TKey, TValue> (string prototype, OptionAction<TKey, TValue> action) in Add()
[all …]
/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/IO/
H A DOptions.cs452 protected Option(string prototype, string description) in Option()
457 protected Option(string prototype, string description, int maxValueCount) in Option()
463 protected Option(string prototype, string description, int maxValueCount, bool hidden) in Option()
826 public OptionSet Add(string prototype, Action<string> action) in Add()
831 public OptionSet Add(string prototype, string description, Action<string> action) in Add()
846 public OptionSet Add(string prototype, OptionAction<string, string> action) in Add() argument
866 public OptionSet Add<T>(string prototype, Action<T> action) in Add()
871 public OptionSet Add<T>(string prototype, string description, Action<T> action) in Add()
876 public OptionSet Add<TKey, TValue>(string prototype, OptionAction<TKey, TValue> action) in Add()
1021 … protected bool GetOptionParts(string argument, out string flag, out string name, out string sep, in GetOptionParts()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/ikdasm/
H A DOptions.cs372 string prototype, description; field in NDesk.Options.Option
379 protected Option (string prototype, string description) in Option()
384 protected Option (string prototype, string description, int maxValueCount) in Option()
389 protected Option (string prototype, string description, int maxValueCount, bool hidden) in Option()
836 public OptionSet Add (string prototype, Action<string> action) in Add()
841 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
856 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
878 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
911 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
916 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/mdoc/
H A DOptions.cs401 string prototype, description; field in NDesk.Options.Option
408 protected Option(string prototype, string description) in Option()
413 protected Option(string prototype, string description, int maxValueCount) in Option()
418 protected Option(string prototype, string description, int maxValueCount, bool hidden) in Option()
930 public OptionSet Add(string prototype, Action<string> action) in Add()
935 public OptionSet Add(string prototype, string description, Action<string> action) in Add()
950 public OptionSet Add(string prototype, OptionAction<string, string> action) in Add() argument
974 public ActionOption(string prototype, string description, Action<T> action) in ActionOption()
1008 public OptionSet Add<T>(string prototype, Action<T> action) in Add()
1013 public OptionSet Add<T>(string prototype, string description, Action<T> action) in Add()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/generator/
H A DOptions.cs353 string prototype, description; field in GtkSharp.Generation.Option
360 protected Option (string prototype, string description) in Option()
365 protected Option (string prototype, string description, int maxValueCount) in Option()
370 protected Option (string prototype, string description, int maxValueCount, bool hidden) in Option()
817 public OptionSet Add (string prototype, Action<string> action) in Add()
822 public OptionSet Add (string prototype, string description, Action<string> action) in Add()
837 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
859 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
892 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
897 public OptionSet Add<T> (string prototype, string description, Action<T> action) in Add()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Options/Mono.Options/
H A DOptions.cs410 string prototype, description; field in NDesk.Options.Option
417 protected Option (string prototype, string description) in Option()
422 protected Option (string prototype, string description, int maxValueCount) in Option()
916 public OptionSet Add (string prototype, Action<string> action) in Add()
936 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
958 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
991 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
1113 …protected bool GetOptionParts (string argument, out string flag, out string name, out string sep, … in GetOptionParts()
1657 public CommandSet Add (string prototype, Action<string> action) in Add()
1675 public CommandSet Add (string prototype, OptionAction<string, string> action) in Add() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/common/Mono.Options/
H A DOptions.cs410 string prototype, description; field in NDesk.Options.Option
417 protected Option (string prototype, string description) in Option()
422 protected Option (string prototype, string description, int maxValueCount) in Option()
916 public OptionSet Add (string prototype, Action<string> action) in Add()
936 public OptionSet Add (string prototype, OptionAction<string, string> action) in Add() argument
958 public ActionOption (string prototype, string description, Action<T> action) in ActionOption()
991 public OptionSet Add<T> (string prototype, Action<T> action) in Add()
1113 …protected bool GetOptionParts (string argument, out string flag, out string name, out string sep, … in GetOptionParts()
1657 public CommandSet Add (string prototype, Action<string> action) in Add()
1675 public CommandSet Add (string prototype, OptionAction<string, string> action) in Add() argument
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap.cc403 TransitionFlag flag) { in CopyWithField()
815 Handle<HeapObject> prototype) { in GetObjectCreateMap()
1002 TransitionFlag flag; in AddMissingElementsTransitions() local
1116 Handle<HeapObject> prototype(map->prototype(), isolate); in RawCopy() local
1649 TransitionFlag flag = in CopyForPreventExtensions() local
1802 TransitionFlag flag = in TransitionToDataProperty() local
1837 Handle<HeapObject> prototype(result->prototype(), isolate); in TransitionToDataProperty() local
1961 TransitionFlag flag = in TransitionToAccessorProperty() local
2217 Handle<JSObject> prototype = Handle<JSObject>::cast(maybe_prototype); in GetOrCreatePrototypeChainValidityCell() local
2251 Handle<HeapObject> prototype, in SetPrototype()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap.cc451 TransitionFlag flag) { in CopyWithField()
1141 Handle<HeapObject> prototype) { in GetObjectCreateMap()
1341 TransitionFlag flag; in AddMissingElementsTransitions() local
1444 Handle<HeapObject> prototype(map->prototype(), isolate); in RawCopy() local
1702 SimpleTransitionFlag flag) { in ConnectTransition()
2020 TransitionFlag flag = in CopyForPreventExtensions() local
2174 TransitionFlag flag = in TransitionToDataProperty() local
2209 Handle<HeapObject> prototype(result->prototype(), isolate); in TransitionToDataProperty() local
2360 TransitionFlag flag = in TransitionToAccessorProperty() local
2662 Handle<HeapObject> prototype, in SetPrototype()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap.cc445 TransitionFlag flag) { in CopyWithField()
1152 Handle<HeapObject> prototype) { in GetObjectCreateMap()
1352 TransitionFlag flag; in AddMissingElementsTransitions() local
1455 Handle<HeapObject> prototype(map->prototype(), isolate); in RawCopy() local
1711 SimpleTransitionFlag flag) { in ConnectTransition()
2028 TransitionFlag flag = in CopyForPreventExtensions() local
2183 TransitionFlag flag = in TransitionToDataProperty() local
2218 Handle<HeapObject> prototype(result->prototype(), isolate); in TransitionToDataProperty() local
2370 TransitionFlag flag = in TransitionToAccessorProperty() local
2674 Handle<HeapObject> prototype, in SetPrototype()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/
H A DLaunchConfigurationWorkingCopy.java170 …nWorkingCopy(IContainer container, String name, ILaunchConfigurationType type, boolean prototype) { in LaunchConfigurationWorkingCopy()
704 public void copyAttributes(ILaunchConfiguration prototype) throws CoreException { in copyAttributes()
720 public void setPrototype(ILaunchConfiguration prototype, boolean copy) throws CoreException { in setPrototype()
744 public ILaunchConfiguration doSave(int flag) throws CoreException { in doSave()
H A DLaunchConfiguration.java192 protected LaunchConfiguration(String name, IContainer container, boolean prototype) { in LaunchConfiguration()
341 public void delete(int flag) throws CoreException { in delete()
908 LaunchConfiguration prototype = new LaunchConfiguration(memento); in getPrototype() local
969 ILaunchConfiguration prototype = getPrototype(); in isAttributeModified() local
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dtransitions.cc59 SimpleTransitionFlag flag) { in Insert()
362 void TransitionsAccessor::PutPrototypeTransition(Handle<Object> prototype, in PutPrototypeTransition()
396 Handle<Object> prototype) { in GetPrototypeTransition()
/dports/net/dgd/dgd-1.4.23/src/kfun/
H A Dtable.c107 static char *prototype(char *proto) in prototype() function
404 bool flag; in kf_dump() local
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetaobjectbuilder.cpp174 bool flag(int f) const in flag() function in QMetaPropertyBuilderPrivate
270 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in QMetaObjectBuilder()
470 QMetaMethodBuilder QMetaObjectBuilder::addMethod(const QMetaMethod& prototype) in addMethod()
549 QMetaMethodBuilder QMetaObjectBuilder::addConstructor(const QMetaMethod& prototype) in addConstructor()
581 static bool deprecatedIsEditable(const QMetaProperty &prototype) in deprecatedIsEditable()
596 QMetaPropertyBuilder QMetaObjectBuilder::addProperty(const QMetaProperty& prototype) in addProperty()
648 QMetaEnumBuilder QMetaObjectBuilder::addEnumerator(const QMetaEnum& prototype) in addEnumerator()
702 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in addMetaObject()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetaobjectbuilder.cpp174 bool flag(int f) const in flag() function in QMetaPropertyBuilderPrivate
270 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in QMetaObjectBuilder()
470 QMetaMethodBuilder QMetaObjectBuilder::addMethod(const QMetaMethod& prototype) in addMethod()
549 QMetaMethodBuilder QMetaObjectBuilder::addConstructor(const QMetaMethod& prototype) in addConstructor()
581 static bool deprecatedIsEditable(const QMetaProperty &prototype) in deprecatedIsEditable()
596 QMetaPropertyBuilder QMetaObjectBuilder::addProperty(const QMetaProperty& prototype) in addProperty()
648 QMetaEnumBuilder QMetaObjectBuilder::addEnumerator(const QMetaEnum& prototype) in addEnumerator()
702 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in addMetaObject()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetaobjectbuilder.cpp174 bool flag(int f) const in flag() function in QMetaPropertyBuilderPrivate
270 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in QMetaObjectBuilder()
470 QMetaMethodBuilder QMetaObjectBuilder::addMethod(const QMetaMethod& prototype) in addMethod()
549 QMetaMethodBuilder QMetaObjectBuilder::addConstructor(const QMetaMethod& prototype) in addConstructor()
581 static bool deprecatedIsEditable(const QMetaProperty &prototype) in deprecatedIsEditable()
596 QMetaPropertyBuilder QMetaObjectBuilder::addProperty(const QMetaProperty& prototype) in addProperty()
648 QMetaEnumBuilder QMetaObjectBuilder::addEnumerator(const QMetaEnum& prototype) in addEnumerator()
702 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in addMetaObject()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetaobjectbuilder.cpp174 bool flag(int f) const in flag() function in QMetaPropertyBuilderPrivate
270 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in QMetaObjectBuilder()
470 QMetaMethodBuilder QMetaObjectBuilder::addMethod(const QMetaMethod& prototype) in addMethod()
549 QMetaMethodBuilder QMetaObjectBuilder::addConstructor(const QMetaMethod& prototype) in addConstructor()
581 static bool deprecatedIsEditable(const QMetaProperty &prototype) in deprecatedIsEditable()
596 QMetaPropertyBuilder QMetaObjectBuilder::addProperty(const QMetaProperty& prototype) in addProperty()
648 QMetaEnumBuilder QMetaObjectBuilder::addEnumerator(const QMetaEnum& prototype) in addEnumerator()
702 (const QMetaObject *prototype, QMetaObjectBuilder::AddMembers members) in addMetaObject()

1234