Home
last modified time | relevance | path

Searched refs:representation (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
DToken.php168 $representation = 'qux',
171 ->when($result = $token->setRepresentation($representation))
185 $representation = 'qux',
187 $token->setRepresentation($representation)
192 ->isEqualTo($representation);
203 $representation = 'qux',
205 $token->setRepresentation($representation)
/plugin/ifauthex/lib/
Dtokenizer.php66 public function __construct($representation, $name=null, $matchRegex=null) { argument
67 $this->_representation = $representation;
69 $name = $representation;
75 $matchRegex = '/' . preg_quote($representation) . '/';
80 public function representation() { return $this->_representation; } function in AST\\TokenDefinition
Dparser.php556 return $this->tokenDefs()[$idx]->representation();
558 return $this->tokenDefs()[0]->representation();
/plugin/advrack/
Dplugin.info.txt6 desc Display block representation of standard racks, mounted servers and server cages
DREADME4 Display block representation of standard racks, mounted servers and server cages
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Djson_encode.rst4 The ``json_encode`` filter returns the JSON representation of a value:
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Dusage.rst27 You can also deserialize objects from their XML, or JSON representation. For
/plugin/txtconf/lang/en/
Dintro_interwiki.txt7 …* ''{URL}'' is replaced by the URL encoded representation of the wikiname this is the right thing …
/plugin/txtconf/lang/fr/
Dintro_interwiki.txt7 …* ''{URL}'' is replaced by the URL encoded representation of the wikiname this is the right thing …
/plugin/jplayer/vendor/symfony/process/
DCHANGELOG.md55 * added Process::getExitCodeText() that returns a string representation for
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dinternals.rst54 representation of it by echoing the object::
87 Echoing the node object gives you a nice representation of the tree::
/plugin/mdpage/vendor/cebe/markdown/
DCHANGELOG.md65 …own more accurately and uses an abstract syntax tree as the internal representation of the parsed …
82 - Introduced an abstract syntax tree as an intermediate representation between parsing steps.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
DREADME.md63 // Or use the render method to get a string representation of the Description.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dindex.rst38 An annotation class is a representation of the later
/plugin/findologicxmlexport/vendor/sebastian/diff/
DREADME.md17 The `Differ` class can be used to generate a textual representation of the difference between two s…
/plugin/imagemap/
DREADME5 but also an alternate representation that can be used by non-visual
/plugin/asciidocjs/node_modules/emoji-regex/
DREADME.md52 To match emoji in their textual representation as well (i.e. emoji that are not `Emoji_Presentation…
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md29 # Encoded $bytes will now contain the BER binary representation of a sequence containing:
/plugin/imagemapping/
DREADME5 but also an alternate representation that can be used by non-visual
/plugin/mobiletable/
DREADME.md5 This plugin creates a second representation of a table, where all columns are stacked on top of eac…
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md114 * added Process::getExitCodeText() that returns a string representation for
/plugin/amcharts/assets/amcharts/plugins/responsive/
Dreadme.md20 sparkline representation of the chart.
141 with JSON representation of the properties you need to override. I.e.:
/plugin/ipban/ip-lib/
DREADME.md131 …ddresses and ranges have a `toString` method that you can use to retrieve a textual representation:
146 When working with IPv6, you may want the full (expanded) representation of the addresses. In this c…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dphp_json_objects.asciidoc7 used in {es} JSON API and how to convert that to a PHP representation.
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt23 PGN is "Portable Game Notation", a standard designed for the representation of
33 Instead, PGN is proposed as a universal portable representation for data
39 2: Chess data representation
47 representation of chess game data. Sometimes these problems become more
176 character have a specific representation that is independent of its value for a
177 particular computing system's text file usage. The archival representation of
231 character in ISO 8859/1; it is not used for PGN data representation.)
234 characters. They are not used for PGN data representation. The 32 code values
236 PGN data is discouraged as their graphic representation varies considerably
260 The external representation of the newline character may differ among
[all …]

1234