Home
last modified time | relevance | path

Searched refs:simple (Results 251 – 275 of 394) sorted by last modified time

1...<<111213141516

/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp156 ( class() | simple() ) ( quantifier() #quantification )?
177 simple:
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md10 ## A simple example
122 should work with it. `$dummy` is a dummy - a simple php object that tries to fulfil your
149 As a matter of fact, the call that we made earlier (`willReturn('value')`) is a simple
217 like simple method arguments, in reality they are not. They are argument token
218 wildcards. As a matter of fact, `->setName('everzet')` looks like a simple call just
225 Those argument tokens are simple PHP classes, that implement
310 `setName()` method prophecy and its promise. The simple rule of thumb - more precise token
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst12 Let's define a base template, ``base.html``, which defines a simple HTML
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md372 Running the tests is simple:
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md35 Exporting simple types:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst178 Adding a filter is as simple as calling the ``addFilter()`` method on the
368 Let's create a simple ``set`` tag that allows the definition of simple
397 Adding a tag is as simple as calling the ``addTokenParser`` method on the
462 The ``Project_Set_Node`` class itself is rather simple::
762 is as simple as registering the ``MyCoreExtension`` extension by calling the
H A Drecipes.rst399 recipe gives you a simple PDO template loader you can use as a starting point
415 We have created a simple ``templates`` table that hosts two templates:
H A Dadvanced.rst129 Creating a filter is as simple as associating a name with a PHP callable::
136 // or a simple PHP function
322 boolean conditions. As a simple example, let's create a Twig test that checks if
427 Let's create a simple ``set`` tag that allows the definition of simple
456 Adding a tag is as simple as calling the ``addTokenParser`` method on the
522 The ``Project_Set_Node`` class itself is rather simple::
H A Dapi.rst330 extension is as simple as using the ``addExtension()`` method::
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst81 To use the annotations library is simple, you just need to create a new ``AnnotationReader`` instan…
87 This creates a simple annotation reader with no caching other than in memory (in php arrays).
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp78 simple() ( quantifier() #repetition )? <node>?
80 simple:
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md138 quote (simple or double), we could have:
191 Pretty simple.
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md568 * [Marvirc](https://github.com/Hywan/Marvirc), A dead simple,
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php298 $children = $this->simple($pNodeId);
397 protected function simple(&$pNodeId) function in Hoa\\Compiler\\Llk\\Rule\\Analyzer
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md100 Flexible entities are very simple. If we declare `Foo\Bar\Bar` as a flexible
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md605 - Can't use handlers on strings \(and other simple types\) [\#194](https://github.com/schmittjoh/se…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst12 on the other hand, can be simple callables and do not require a dedicated class.
H A Dhandlers.rst9 Handlers are simple callback which receive three arguments: the visitor,
14 You can register simple callables on the builder object::
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml820 simple matter of appending it at the end.
822 … a log file - a sequence of log entries. Adding an entry to the log is a simple matter of appendin…
H A DYtsTypeTransfers.yml178 simple: 12
182 'simple' => 12,
192 a simple float: 2.00
196 'a simple float' => 2.0,
H A DsfTests.yml128 test: Document as a simple hash
129 brief: Document as a simple hash
135 test: Document as a simple array
136 brief: Document as a simple array
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml21 ./vendor/bin/simple-phpunit
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst17 internationalized template. Here is a simple configuration example from the
106 simple strings or variables:
116 The filter is less powerful as it only works for simple variables or strings.
151 But there is a simple workaround: as Twig converts templates to
155 templates. Here is a simple example to get you started::
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml33 script: ./vendor/bin/simple-phpunit
H A DCHANGELOG223 * removed embed parent workaround for simple use cases
806 * removed the grammar and simple token parser (moved to the Twig Extensions repository)
943 … (__toString() method check was not enforced if called implicitly from a simple statement like {{ …

1...<<111213141516