Home
last modified time | relevance | path

Searched refs:VOCABULARY (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/ficl/ficl-4.1.0/test/
H A Dvocab.fr6 : DO-VOCABULARY ( -- ) \ Implementation factor
16 CREATE FORTH FORTH-WORDLIST , DO-VOCABULARY
18 : VOCABULARY ( name -- ) WORDLIST CREATE , DO-VOCABULARY ;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.java81 static final Map VOCABULARY = new HashMap(); field in FullSyntaxBuilder
101 VOCABULARY.put("element", elementAttrs);
111 VOCABULARY.put("ref", elementAttrs);
115 VOCABULARY.put("value", valueAttrs);
116 VOCABULARY.put("data", dataAttrs);
120 VOCABULARY.put("param", elementAttrs);
123 VOCABULARY.put("include", externalAttrs);
124 VOCABULARY.put("start", startAttrs);
125 VOCABULARY.put("define", defineAttrs);
126 VOCABULARY.put("name", nsAttrs);
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.java81 static final Map VOCABULARY = new HashMap(); field in FullSyntaxBuilder
101 VOCABULARY.put("element", elementAttrs);
111 VOCABULARY.put("ref", elementAttrs);
115 VOCABULARY.put("value", valueAttrs);
116 VOCABULARY.put("data", dataAttrs);
120 VOCABULARY.put("param", elementAttrs);
123 VOCABULARY.put("include", externalAttrs);
124 VOCABULARY.put("start", startAttrs);
125 VOCABULARY.put("define", defineAttrs);
126 VOCABULARY.put("name", nsAttrs);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.java81 static final Map VOCABULARY = new HashMap(); field in FullSyntaxBuilder
101 VOCABULARY.put("element", elementAttrs);
111 VOCABULARY.put("ref", elementAttrs);
115 VOCABULARY.put("value", valueAttrs);
116 VOCABULARY.put("data", dataAttrs);
120 VOCABULARY.put("param", elementAttrs);
123 VOCABULARY.put("include", externalAttrs);
124 VOCABULARY.put("start", startAttrs);
125 VOCABULARY.put("define", defineAttrs);
126 VOCABULARY.put("name", nsAttrs);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.java81 static final Map VOCABULARY = new HashMap(); field in FullSyntaxBuilder
101 VOCABULARY.put("element", elementAttrs);
111 VOCABULARY.put("ref", elementAttrs);
115 VOCABULARY.put("value", valueAttrs);
116 VOCABULARY.put("data", dataAttrs);
120 VOCABULARY.put("param", elementAttrs);
123 VOCABULARY.put("include", externalAttrs);
124 VOCABULARY.put("start", startAttrs);
125 VOCABULARY.put("define", defineAttrs);
126 VOCABULARY.put("name", nsAttrs);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.java81 static final Map VOCABULARY = new HashMap(); field in FullSyntaxBuilder
101 VOCABULARY.put("element", elementAttrs);
111 VOCABULARY.put("ref", elementAttrs);
115 VOCABULARY.put("value", valueAttrs);
116 VOCABULARY.put("data", dataAttrs);
120 VOCABULARY.put("param", elementAttrs);
123 VOCABULARY.put("include", externalAttrs);
124 VOCABULARY.put("start", startAttrs);
125 VOCABULARY.put("define", defineAttrs);
126 VOCABULARY.put("name", nsAttrs);
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/
H A DXPathLexer.java39 public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); field in XPathLexer
49 tokenNames[i] = VOCABULARY.getLiteralName(i);
51 tokenNames[i] = VOCABULARY.getSymbolicName(i);
77 return VOCABULARY; in getVocabulary()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dtext.c24 LOW_STRING, ABBREVIATION, HIGH_STRING, EMBEDDED_STRING, VOCABULARY enumerator
375 #define outchar(c) if (st==VOCABULARY) *ptr++=c; else print_char(c)
412 if (st == VOCABULARY) in decode_text()
419 if (st == LOW_STRING || st == VOCABULARY) { in decode_text()
485 if (st == VOCABULARY) in decode_text()
984 decode_text(VOCABULARY, minaddr); in completion()
992 decode_text(VOCABULARY, maxaddr); in completion()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_text.cpp290 #define outchar(c) if (st == VOCABULARY) *ptr++=c; else print_char(c)
329 if (st == VOCABULARY) in decode_text()
336 if (st == LOW_STRING || st == VOCABULARY) { in decode_text()
412 if (st == LOW_STRING || st == VOCABULARY) { in decode_text()
439 if (st == VOCABULARY) in decode_text()
717 decode_text(VOCABULARY, minaddr); in completion()
726 decode_text(VOCABULARY, maxaddr); in completion()
H A Dprocessor.h43 LOW_STRING, ABBREVIATION, HIGH_STRING, EMBEDDED_STRING, VOCABULARY enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_text.cpp290 #define outchar(c) if (st == VOCABULARY) *ptr++=c; else print_char(c)
329 if (st == VOCABULARY) in decode_text()
336 if (st == LOW_STRING || st == VOCABULARY) { in decode_text()
412 if (st == LOW_STRING || st == VOCABULARY) { in decode_text()
439 if (st == VOCABULARY) in decode_text()
717 decode_text(VOCABULARY, minaddr); in completion()
726 decode_text(VOCABULARY, maxaddr); in completion()
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/slof/fs/
H A Dsearch.fs70 : VOCABULARY ( C: "name" -- ) ( -- ) CREATE wordlist drop DOES> clean-hash context ! ;
71 \ : VOCABULARY ( C: "name" -- ) ( -- ) wordlist CREATE , DOES> @ context ! ;
/dports/security/py-stix/python-stix-1.2.0.11/docs/overview/
H A Dcontrolled_vocabularies.rst92 non_default_term = VocabString("NON-DEFAULT VOCABULARY TERM")
102 <stix:Package_Intent>NON-DEFAULT VOCABULARY TERM</stix:Package_Intent>
/dports/lang/fth/fth-1.4.1/examples/fth-lib/
H A Dsoftcore.fr90 \ DO_VOCABULARY handles the DOES> part of a VOCABULARY
/dports/lang/ficl/ficl-4.1.0/softcore/
H A Dsoftcore.fr89 \ DO_VOCABULARY handles the DOES> part of a VOCABULARY
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/resources/org/antlr/v4/tool/templates/codegen/Java/
H A DJava.stg293 public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
296 * @deprecated Use {@link #VOCABULARY} instead.
303 tokenNames[i] = VOCABULARY.getLiteralName(i);
305 tokenNames[i] = VOCABULARY.getSymbolicName(i);
323 return VOCABULARY;
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.h121 static ::java::util::Map * VOCABULARY;
/dports/x11-toolkits/scintilla/scite/src/
H A Dforth.properties65 WNDPROC: VOCABULARY -- TASK: CEZ: MODULE:
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/xml/validation/relaxng/
H A DFullSyntaxBuilder.h121 static ::java::util::Map * VOCABULARY;

123