Home
last modified time | relevance | path

Searched refs:simple (Results 26 – 50 of 394) sorted by last modified time

12345678910>>...16

/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md59 ? Below you will find a simple example. Make sure to read our wiki for [more information on Chrome/Chromedriver](https://github.com/php-webdriver/php-webdriver/wiki/Chrome).
72 ? Below you will find a simple example. Make sure to read our wiki for [more information on Firefox/Geckodriver](https://github.com/php-webdriver/php-webdriver/wiki/Firefox).
212 - You can also check out this [blogpost](http://codeception.com/11-12-2013/working-with-phpunit-and-selenium-webdriver.html) + [demo project](https://github.com/DavertMik/php-webdriver-demo), describing simple [PHPUnit](https://phpunit.de/) integration
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md9 #### A simple, logic-less, yet powerful templating engine for PHP
174 Let's use this simple model for the following examples, assuming everything is already set like above.
206 The simplest Handlebars expression is a simple identifier:
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md57 * `FIX`: do not display simple button without reason ([#668](https://github.com/bpmn-io/dmn-js/issu…
72 * `FIX`: make simple duration edit work with empty cell ([#690](https://github.com/bpmn-io/dmn-js/i…
116 * `FIX`: update simple mode button position in decision table view ([#543](https://github.com/bpmn-…
375 * `FIX(decision-table)`: correctly display simple mode edit control when cell selection changes ([#…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css20 /* simple string edit */
21 .dmn-decision-table-container .simple-string-edit,
22 .dmn-decision-table-container .simple-date-edit {
H A Ddmn-js-decision-table.css20 --simple-mode-button-color: var(--color-grey-225-10-15);
22 --simple-mode-button-border-color: var(--color-grey-225-10-75);
24 --simple-mode-button-disabled-color: var(--color-grey-225-10-75);
482 /* simple mode */
484 .dmn-decision-table-container .simple-mode-button {
485 color: var(--simple-mode-button-color);
490 border: solid 1px var(--simple-mode-button-border-color);
498 .dmn-decision-table-container .simple-mode-button:hover {
502 .dmn-decision-table-container .simple-mode-button.disabled,
504 color: var(--simple-mode-button-disabled-olor);
[all …]
/plugin/bbcodeextensions/
H A DChangeLog18 …* All forms of simple tag now use a base class with type 'formatting' and default getSort() prio o…
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
59 The basic usage is simple:
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md7 To keep things simple, the modification (adding or removing files) of existing archives is not supported.
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliant, simple to use [[wp>Wiki]], mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful [[wiki:syntax]] which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required.
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
225 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
269 DokuWiki supports a simple syntax to create tables.
/plugin/btable2/
H A DREADME.md12 - Very simple (one you have your copy&Past template, its easy. especially for the others.)
/plugin/stellarium/
H A DREADME.md3 A simple plugin that adds support for links that can open objects in [Stellarium](https://stellariu…
/plugin/odt/ODT/css/
H A Dcssimportnew.php513 $simple = $selector [$size-1]['selector'];
514 if ($simple->matches_entry ($element) == false) {
538 $simple = $selector [$index]['selector'];
548 $is_match = $simple->matches_entry ($parent);
569 if ($simple->matches_entry ($parent) == false) {
582 if ($simple->matches_entry ($sibling) == false) {
597 if ($simple->matches_entry ($sibling) == true) {
669 $simple = $selector [$index]['selector'];
670 $returnstring .= $simple->toString();
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki31 There are two simple mechanics that can be used.
/plugin/pubmed2020/
H A Dplugin.info.txt6 desc Creates PubMed citations with a simple PMID
/plugin/simplenavi/
H A Dplugin.info.txt6 desc Create a simple navigation tree based on namespaces
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt3 … its more of an easy way to link from one wiki to another by having some simple link syntax to acc…
/plugin/advanced/lang/fr/config/
H A Dinterwiki.txt3 … plutôt une façon de lier facilement un wiki à un autre avec une syntaxe simple et facile à mettre…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DREADME.rst7 Provides a simple abstraction over streams of data.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc78 A simple example might look like this:
H A Dfutures.asciidoc59 This sounds tricky, but it is actually simple thanks to RingPHP's `FutureArray`
60 interface, which makes the future act like a simple associative array. For
275 return a simple true/false. Instead, you'll see the raw response from {es} and
H A Dserializers.asciidoc9 incoming response body. In 99% of cases, this is a simple conversion to/from
H A Dindex-operations.asciidoc144 Deleting an index is very simple:
H A Dsearch-operations.asciidoc50 JSON request body. This makes it very simple to convert JSON examples into PHP.
104 with the search results is as simple as iterating over the array values:
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md8 Provides a simple API and specification that abstracts away the details of HTTP

12345678910>>...16