Home
last modified time | relevance | path

Searched refs:_syntax (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml_config.h113 …ptr, _defaultvalue, _data, _syntax, _helptext) { _key, _type, _flags, _ptr, (void*)_defaultvalue, … argument
114 …, _defaultvalue, _syntax, _helptext) { (_key), SWITCH_CONFIG_STRING, (_flags), (_ptr), ((void*)_de… argument
115 …unction, _functiondata, _syntax, _helptext) { _key, _type, _flags, _ptr, (void*)_defaultvalue, _fu… argument
118 …e, _data, _syntax, _helptext) switch_config_perform_set_item(&(_item), _key, _type, _flags, _ptr,… argument
119 …ction, _syntax, _helptext) switch_config_perform_set_item(&(_item), _key, _type, _flags, _ptr, (v… argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriExt.cs54 _syntax = null; //make it be relative Uri in InitializeUri()
66 _syntax = null; //make it be relative Uri in InitializeUri()
84 …_iriParsing = (s_IriParsing && ((_syntax == null) || _syntax.InFact(UriSyntaxFlags.AllowIriParsing… in InitializeUri()
95 if (_syntax != null) in InitializeUri()
97 if (_syntax.IsSimple) in InitializeUri()
130 _syntax = _syntax.InternalOnNewUri(); in InitializeUri()
136 _syntax.InternalValidate(this, out e); in InitializeUri()
487 idx = (ushort)_syntax.SchemeName.Length; in InternalIsWellFormedOriginalString()
589 _syntax = uriParser; in Uri()
776 return _syntax.SchemeName; in GetComponentsHelper()
[all …]
H A DUri.cs191 return _syntax;
221 return ((_syntax != null) && ((_syntax.Flags & UriSyntaxFlags.AllowIdn) != 0) &&
484 _syntax = null; in CreateUri()
533 _syntax = null; in Uri()
688 if (_syntax == null)
756 if (_syntax.IsSimple)
787 if (_syntax.IsSimple)
1051 if (_syntax.IsSimple)
1608 if (_syntax == null) in ToString()
2463 if (!_syntax.IsSimple) in CreateHostString()
[all …]
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/src/
H A Dconfig_parse_options.cc14 _syntax(syntax), _origin_description(move(origin_desc)), in config_parse_options()
30 return _syntax; in get_syntax()
35 return config_parse_options{move(origin_description), _allow_missing, _includer, _syntax}; in set_origin_description()
55 return config_parse_options{_origin_description, allow_missing, _includer, _syntax}; in set_allow_missing()
65 return config_parse_options{ _origin_description, _allow_missing, move(includer), _syntax}; in set_includer()
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dmakefile.in86 _define-syntax.scm _syntax-boot.scm _syntax-case-xform-boot.scm \
87 _syntax-case-xform.scm _syntax-common.scm _syntax-pattern.scm \
88 _syntax-rules-xform.scm _syntax-template.scm \
89 _syntax-xform-boot.scm _syntax-xform.scm \
90 _syntax.scm _with-syntax-boot.scm
222 $(srcdirpfx)$(rootfromhere)/lib/_syntax-boot.scm \
225 $(srcdirpfx)$(rootfromhere)/lib/_syntax-common.scm \
226 $(srcdirpfx)$(rootfromhere)/lib/_syntax-pattern.scm \
228 $(srcdirpfx)$(rootfromhere)/lib/_syntax-template.scm \
230 $(srcdirpfx)$(rootfromhere)/lib/_syntax-xform.scm \
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DmaterialXShaderGen.cpp168 std::string type = mxType ? _syntax->getTypeName(mxType) : "vec2"; in _EmitGlslfxHeader()
230 emitVariableDeclarations(constants, _syntax->getConstantQualifier(), in _EmitMxFunctions()
389 finalOutput = _syntax->getSwizzledVariable(finalOutput, in _EmitMxSurfaceShader()
416 ? _syntax->getValue(outputSocket->getType(), in _EmitMxSurfaceShader()
418 : _syntax->getDefaultValue(outputSocket->getType()); in _EmitMxSurfaceShader()
421 emitLine(_syntax->getTypeName(outputSocket->getType()) + " " in _EmitMxSurfaceShader()
561 _syntax->getTypeName(variable->getType()).c_str()); in _EmitMxVertexDataLine()
577 _syntax->getTypeName(variable->getType()).c_str()); in _EmitMxVertexDataLine()
581 ? _syntax->getValue(variable->getType(), *variable->getValue(), true) in _EmitMxVertexDataLine()
582 : _syntax->getDefaultValue(variable->getType(), true); in _EmitMxVertexDataLine()
/dports/deskutils/peaclock/peaclock-0.4.3/src/ob/
H A Drect.hh402 if (pos_syntax < _syntax.size() && _syntax.at(pos_syntax).first == pos_line) in draw()
404 os << _highlight.at(_syntax.at(pos_syntax).second).second << e << aec::clear; in draw()
594 _syntax.clear(); in syntax()
607 _syntax.emplace_back(view.byte_to_char(match.pos), pos); in syntax()
614 std::sort(_syntax.begin(), _syntax.end(), in syntax()
640 std::vector<std::pair<std::size_t, std::size_t>> _syntax; member in OB::Rect
/dports/lang/gambit-c/gambit-4.9.3/gsi/
H A Dmakefile.in215 $(srcdirpfx)$(rootfromhere)/lib/_syntax-boot.scm \
216 $(srcdirpfx)$(rootfromhere)/lib/_syntax-case-xform-boot.scm \
217 $(srcdirpfx)$(rootfromhere)/lib/_syntax-case-xform.scm \
218 $(srcdirpfx)$(rootfromhere)/lib/_syntax-common.scm \
219 $(srcdirpfx)$(rootfromhere)/lib/_syntax-pattern.scm \
220 $(srcdirpfx)$(rootfromhere)/lib/_syntax-rules-xform.scm \
221 $(srcdirpfx)$(rootfromhere)/lib/_syntax-template.scm \
222 $(srcdirpfx)$(rootfromhere)/lib/_syntax-xform-boot.scm \
223 $(srcdirpfx)$(rootfromhere)/lib/_syntax-xform.scm \
224 $(srcdirpfx)$(rootfromhere)/lib/_syntax.scm \
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rpsl/
H A Drpsl_attr.hh142 int _syntax; member in AttrAttr
151 AttrAttr() : _name(NULL), _syntax(0), _subsyntax(NULL), in AttrAttr()
154 AttrAttr(Options opt) : _name(NULL), _syntax(0), _subsyntax(NULL), in AttrAttr()
159 _name(__name), _syntax(__syntax), _subsyntax(__subsyntax), in AttrAttr()
165 _syntax(__syntax), _subsyntax(__subsyntax), in AttrAttr()
170 _syntax(__syntax), _subsyntax(NULL), in AttrAttr()
180 _syntax = b._syntax; in AttrAttr()
213 if (b._syntax) { in operator |=()
218 _syntax = b._syntax; in operator |=()
263 return _syntax in shouldParse()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/keystone/
H A Dkeystone.py154 self._syntax = KS_OPT_SYNTAX_INTEL
156 self._syntax = None
174 return self._syntax
184 self._syntax = style
/dports/lang/gambit-c/gambit-4.9.3/gsc/
H A Dmakefile.in254 $(srcdirpfx)$(rootfromhere)/lib/_syntax-boot.scm \
255 $(srcdirpfx)$(rootfromhere)/lib/_syntax-case-xform-boot.scm \
256 $(srcdirpfx)$(rootfromhere)/lib/_syntax-case-xform.scm \
257 $(srcdirpfx)$(rootfromhere)/lib/_syntax-common.scm \
258 $(srcdirpfx)$(rootfromhere)/lib/_syntax-pattern.scm \
259 $(srcdirpfx)$(rootfromhere)/lib/_syntax-rules-xform.scm \
260 $(srcdirpfx)$(rootfromhere)/lib/_syntax-template.scm \
261 $(srcdirpfx)$(rootfromhere)/lib/_syntax-xform-boot.scm \
262 $(srcdirpfx)$(rootfromhere)/lib/_syntax-xform.scm \
263 $(srcdirpfx)$(rootfromhere)/lib/_syntax.scm \
/dports/databases/p5-Class-DBI-Plugin-Pager/Class-DBI-Plugin-Pager-0.566/lib/Class/DBI/Plugin/
H A DPager.pm252 my $syntax = $self->_syntax || $self->set_syntax;
404 $proto->_syntax( $syntax );
414 $proto->_syntax( $formatter );
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/doctools/
H A Ddocidx_lang_syntax.md2 [//000000001]: # (docidx\_lang\_syntax \- Documentation tools)
3 [//000000002]: # (Generated from file 'docidx\_lang\_syntax\.man' by tcllib/doctools with format 'm…
5 [//000000004]: # (docidx\_lang\_syntax\(n\) 1\.0 tcllib "Documentation tools")
16 docidx\_lang\_syntax \- docidx language syntax
142 syntax](\.\./\.\./\.\./\.\./index\.md\#docidx\_syntax),
H A Ddoctoc_lang_syntax.md2 [//000000001]: # (doctoc\_lang\_syntax \- Documentation tools)
3 [//000000002]: # (Generated from file 'doctoc\_lang\_syntax\.man' by tcllib/doctools with format 'm…
5 [//000000004]: # (doctoc\_lang\_syntax\(n\) 1\.0 tcllib "Documentation tools")
16 doctoc\_lang\_syntax \- doctoc language syntax
133 syntax](\.\./\.\./\.\./\.\./index\.md\#doctoc\_syntax),
H A Ddoctools_lang_syntax.md2 [//000000001]: # (doctools\_lang\_syntax \- Documentation tools)
3 [//000000002]: # (Generated from file 'doctools\_lang\_syntax\.man' by tcllib/doctools with format …
5 [//000000004]: # (doctools\_lang\_syntax\(n\) 1\.0 tcllib "Documentation tools")
16 doctools\_lang\_syntax \- doctools language syntax
170 syntax](\.\./\.\./\.\./\.\./index\.md\#doctools\_syntax),
H A Ddocidx_lang_faq.md94 [docidx\_lang\_syntax](docidx\_lang\_syntax\.md)
101 syntax](\.\./\.\./\.\./\.\./index\.md\#docidx\_syntax),
H A Ddoctoc_lang_faq.md94 [doctoc\_lang\_syntax](doctoc\_lang\_syntax\.md)
101 syntax](\.\./\.\./\.\./\.\./index\.md\#doctoc\_syntax),
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/doctools/
H A Ddoctoc_lang_syntax.md2 [//000000001]: # (doctoc\_lang\_syntax \- Documentation tools)
3 [//000000002]: # (Generated from file 'doctoc\_lang\_syntax\.man' by tcllib/doctools with format 'm…
5 [//000000004]: # (doctoc\_lang\_syntax\(n\) 1\.0 tcllib "Documentation tools")
16 doctoc\_lang\_syntax \- doctoc language syntax
133 syntax](\.\./\.\./\.\./\.\./index\.md\#doctoc\_syntax),
H A Ddocidx_lang_syntax.md2 [//000000001]: # (docidx\_lang\_syntax \- Documentation tools)
3 [//000000002]: # (Generated from file 'docidx\_lang\_syntax\.man' by tcllib/doctools with format 'm…
5 [//000000004]: # (docidx\_lang\_syntax\(n\) 1\.0 tcllib "Documentation tools")
16 docidx\_lang\_syntax \- docidx language syntax
142 syntax](\.\./\.\./\.\./\.\./index\.md\#docidx\_syntax),
H A Ddoctools_lang_syntax.md2 [//000000001]: # (doctools\_lang\_syntax \- Documentation tools)
3 [//000000002]: # (Generated from file 'doctools\_lang\_syntax\.man' by tcllib/doctools with format …
5 [//000000004]: # (doctools\_lang\_syntax\(n\) 1\.0 tcllib "Documentation tools")
16 doctools\_lang\_syntax \- doctools language syntax
170 syntax](\.\./\.\./\.\./\.\./index\.md\#doctools\_syntax),
H A Ddoctoc_lang_faq.md94 [doctoc\_lang\_syntax](doctoc\_lang\_syntax\.md)
101 syntax](\.\./\.\./\.\./\.\./index\.md\#doctoc\_syntax),
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dhotspots.h46 byte _syntax; // V2 variable
112 byte _syntax; // V2 variable
H A Dhotspots.cpp36 _syntax = 0; // V2 in DynamicHotspot()
74 _entries[idx]._syntax = syntax; in add()
237 _syntax = f.readByte(); in Hotspot()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dhotspots.h46 byte _syntax; // V2 variable
112 byte _syntax; // V2 variable
H A Dhotspots.cpp36 _syntax = 0; // V2 in DynamicHotspot()
74 _entries[idx]._syntax = syntax; in add()
237 _syntax = f.readByte(); in Hotspot()

12345678910