Searched refs:implicit (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.10/swig-12/Lib/octave/
H A Dimplicit.i2 %include <typemaps/implicit.swg>
4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
/macosx-10.10/swig-12/Lib/python/
H A Dimplicit.i2 %include <typemaps/implicit.swg>
4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
H A DREADME20 implicit.i Allow the use of implicit C++ constructors
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Ddocument.rb19 attr_accessor :implicit
21 # Is the end of the document implicit?
29 # +implicit+ is a flag indicating whether the document will be implicitly
34 # with one tag directive, and has an implicit start:
44 def initialize version = [], tag_directives = [], implicit = false
48 @implicit = implicit
H A Dmapping.rb30 # Is this an implicit mapping?
31 attr_accessor :implicit
41 # +implicit+ is a boolean indicating whether or not the map was implicitly
47 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
51 @implicit = implicit
H A Dsequence.rb57 attr_accessor :implicit
67 # +implicit+ a boolean indicating whether or not the sequence was
72 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
76 @implicit = implicit
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Dhandler.rb51 # +tag_directives+, if the document is +implicit+.
55 # and suffix of each tag, and +implicit+ is a boolean indicating whether
70 # implicit # => false
71 def start_document version, tag_directives, implicit
75 # Called with the document ends. +implicit+ is a boolean value indicating
76 # whether or not the document has an implicit ending.
85 # +implicit+ will be true. Given this YAML:
91 # +implicit+ will be false.
92 def end_document implicit
157 # +implicit
[all...]
H A Dcoder.rb9 attr_accessor :tag, :style, :implicit, :object
15 @implicit = false
H A Dtree_builder.rb32 def start_#{node.downcase}(anchor, tag, implicit, style)
33 n = Nodes::#{node}.new(anchor, tag, implicit, style)
46 # and +implicit+ styling.
49 def start_document version, tag_directives, implicit
50 n = Nodes::Document.new version, tag_directives, implicit
57 # and +implicit+ styling.
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSInitialValue.h33 return adoptRef(*new CSSInitialValue(/* implicit */ false));
37 return adoptRef(*new CSSInitialValue(/* implicit */ true));
47 CSSInitialValue(bool implicit) argument
49 , m_isImplicit(implicit)
H A DCSSProperty.h36 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) argument
41 , m_implicit(implicit)
58 CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
59 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/handlers/
H A Ddocument_stream.rb11 def start_document version, tag_directives, implicit
12 n = Nodes::Document.new version, tag_directives, implicit
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/json/
H A Dyaml_events.rb4 def start_document version, tag_directives, implicit
12 def start_mapping anchor, tag, implicit, style
16 def start_sequence anchor, tag, implicit, style
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Demitter.rb25 @handler.start_document o.version, o.tag_directives, o.implicit
35 @handler.start_sequence o.anchor, o.tag, o.implicit, o.style
41 @handler.start_mapping o.anchor, o.tag, o.implicit, o.style
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCSSProperty.js26 WebInspector.CSSProperty = function(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange)
33 this.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange, true);
68 update: function(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange, dontFireEvents)
76 implicit = implicit || false;
84 this._enabled !== enabled || this._implicit !== implicit || this._anonymous !== anonymous || this._valid !== valid;
99 this._implicit = implicit;
309 get implicit()
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_tainted.rb12 def start_document version, tags, implicit
28 def start_sequence anchor, tag, implicit, style
33 def start_mapping anchor, tag, implicit, style
H A Dtest_coder.rb6 attr_accessor :implicit
20 @implicit = coder.implicit
35 coder.implicit = false
160 assert_equal false, bar.implicit
H A Dtest_tree_builder.rb32 assert_equal false, doc.implicit
43 assert_equal true, seq.implicit
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt8 Unicode BiDi algorithm. It currently provides only implicit reordering and
31 This function will create a reordered string by using the implicit
/macosx-10.10/xnu-2782.1.97/libkern/x86_64/
H A DOSAtomic.s43 cmpxchgl %esi, (%rdx) #; CAS (eax is an implicit operand)
65 cmpxchgq %rsi, (%rdx) #; CAS (rax is an implicit operand)
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dyaml.h411 /** Is the document indicator implicit? */
412 int implicit; member in struct:yaml_event_s::__anon12332::__anon12334
417 /** Is the document end indicator implicit? */
418 int implicit; member in struct:yaml_event_s::__anon12332::__anon12336
452 int implicit; member in struct:yaml_event_s::__anon12332::__anon12339
464 int implicit; member in struct:yaml_event_s::__anon12332::__anon12340
505 * The @a implicit argument is considered as a stylistic parameter and may be
515 * @param[in] implicit If the document start indicator is
516 * implicit.
526 int implicit);
[all...]
H A Dparser.c95 int implicit);
343 int implicit)
357 if (!implicit)
366 /* Parse an implicit document. */
368 if (implicit && token->type != YAML_VERSION_DIRECTIVE_TOKEN &&
474 int implicit = 1; local
484 implicit = 0;
494 DOCUMENT_END_EVENT_INIT(*event, implicit, start_mark, end_mark);
538 int implicit; local
631 implicit
342 yaml_parser_parse_document_start(yaml_parser_t *parser, yaml_event_t *event, int implicit) argument
[all...]
H A Ddumper.c345 int implicit = (strcmp((char *)node->tag, YAML_DEFAULT_SEQUENCE_TAG) == 0); local
349 SEQUENCE_START_EVENT_INIT(event, anchor, node->tag, implicit,
375 int implicit = (strcmp((char *)node->tag, YAML_DEFAULT_MAPPING_TAG) == 0); local
379 MAPPING_START_EVENT_INIT(event, anchor, node->tag, implicit,
/macosx-10.10/ruby-106/ruby/ext/psych/
H A Dpsych_parser.c342 args[3] = event.data.document_start.implicit == 1 ? Qtrue : Qfalse;
351 args[1] = event.data.document_end.implicit == 1 ? Qtrue : Qfalse;
427 VALUE implicit, style; local
445 implicit =
446 event.data.sequence_start.implicit == 0 ? Qfalse : Qtrue;
453 args[3] = implicit;
467 VALUE implicit, style; local
484 implicit =
485 event.data.mapping_start.implicit == 0 ? Qfalse : Qtrue;
492 args[3] = implicit;
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Darch.vim22 syn keyword archKeyword contained implicit tagline explicit names

Completed in 148 milliseconds

1234