Home
last modified time | relevance | path

Searched refs:language (Results 276 – 300 of 1328) sorted by path

1...<<11121314151617181920>>...54

/plugin/combo/syntax/
H A Dcode.php226 $language = strtolower($attributes["type"]);
227 $renderer->code($text, $language, $filename);
H A Dcodemarkdown.php102 // * a word (info string - ie the language)
143 $language = preg_replace("(`{3}|~{3})", "", $trimmedMatch);
145 $attributes = [TagAttributes::TYPE_KEY => $language];
216 $language = strtolower($attributes["type"]);
217 $filename = $language;
218 $renderer->code($text, $language, $filename);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A D.travis.yml1 language: php
H A DREADME.md15 Each target language for ANTLR has a runtime package for running parser
126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
135 root directory name is the all-lowercase name of the language parsed by the grammar.
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Value/
H A DLanguage.php8 public $language = ''; variable in PhpCss\\Ast\\Value\\Language
10 public function __construct(string $language) { argument
11 $this->language = $language;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php228 Ast\Value\Language $language
230 $this->_buffer .= ':lang('.$language->language.')';
227 visitValueLanguage(Ast\\Value\\Language $language) global() argument
H A DExplain.php406 * @param Ast\Value\Language $language
410 Ast\Value\Language $language
416 $this->appendText($language->language);
409 visitValueLanguage(Ast\\Value\\Language $language) global() argument
H A DXpath.php676 Ast\Value\Language $language
682 $this->quoteLiteral($language->language),
675 visitValueLanguage(Ast\\Value\\Language $language) global() argument
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md9 Php-webdriver library is PHP language binding for Selenium WebDriver, which allows you to control web browsers from PHP.
/plugin/combo/vendor/salesforce/handlebars-php/
H A D.travis.yml1 language: php
H A DCODE_OF_CONDUCT.md38 * Using welcoming and inclusive language
46 * The use of sexualized language or imagery and unwelcome sexual attention or
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php78 private static $language = 'neutral'; variable in Symfony\\Polyfill\\Mbstring\\Mbstring
373 return self::$language;
379 self::$language = $normalizedLang;
388 throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang));
708 'language' => self::$language,
H A Dbootstrap.php40 function mb_language($language = null) { return p\Mbstring::mb_language($language); } argument
H A Dbootstrap80.php36 function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); } argument
/plugin/comment/
H A DCOPYING70 language. (Hereinafter, translation is included without limitation in
/plugin/commentsyntax/
H A DLICENSE69 language. (Hereinafter, translation is included without limitation in
/plugin/components/
H A Dlicence69 language. (Hereinafter, translation is included without limitation in
/plugin/condition/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/plugin/confightmlok/
H A DLICENSE53 A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
/plugin/conflictmerger/
H A DCOPYING69 language. (Hereinafter, translation is included without limitation in
/plugin/const/
H A D.travis.yml1 language: php
H A DLICENSE69 language. (Hereinafter, translation is included without limitation in
/plugin/contactmodern/
H A DCHANGELOG28 * Mistakes in language files fixed.
H A DLICENSE120 interfaces specified for a particular programming language, one that
121 is widely used among developers working in that language.
/plugin/cookiebanner/
H A DLICENSE69 language. (Hereinafter, translation is included without limitation in

1...<<11121314151617181920>>...54