Home
last modified time | relevance | path

Searched refs:add (Results 426 – 450 of 2070) sorted by relevance

1...<<11121314151617181920>>...83

/plugin/refnotes/
H A Dbibtex.php376 $this->entries->add($this->entry);
472 public function add($entry) { function in refnotes_bibtex_entry_stash
494 $this->strings->add($name, $data[$name]);
659 public function add($name, $value) { function in refnotes_bibtex_strings
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php128 $m = $m_i[2]->add($h->multiply($this->primes[2]));
140 $m = $m->add($r->multiply($h));
159 $m = $m_i[2]->add($h->multiply($this->primes[2]));
171 $m = $m->add($r->multiply($h));
/plugin/diagramsnet/lib/plugins/
H A Drandom.js107 graph.model.add(parentB, childrenA[k], l);
122 graph.model.add(parentA, childrenB[k], l);
332 graph.model.add(parentB, childrenA[k], l);
347 graph.model.add(parentA, childrenB[k], l);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php67 $this->add($helper, [$this, "helper{$helperName}"]);
77 $this->add($name, $helper);
91 public function add($name, $helper) function in Handlebars\\Helpers
150 $this->add($name, $helper);
/plugin/jiralinks/
H A Dplugin.info.txt6 desc Automatically create links to Jira issues and automatically add remote issue links back to the…
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php37 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.Custom.txt
H A DURI.OverrideAllowedSchemes.txt
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php33 public function add($text, $type = self::NORMAL) function in Swift_Log_DefaultLog
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DAvailable.php37 … $effectiveEnd = $effectiveStart->add(VObject\DateTimeParser::parseDuration($this->DURATION));
/plugin/odt/ODT/
H A DODTmanifest.php62 function add($name, $mime) { function in ODTManifest
/plugin/clearer/
H A DREADME.md5 …from the beginning, (leaving the long height of an image for example) just add three of \ the end …
/plugin/phpbblinks/
H A Dinfo.txt5 desc If a link to a specefic phpbb is found without a title it'll add the thread title as defaul…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64add-lists|xdmp:zip-manifest|xdmp:zip-get|xdmp:zip-create|xdmp:xquery-version|xdmp:word-convert|xdm…
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php176 $this->root->add($result);
211 $component->add($result);
439 $propObj->add(null, $namelessParameter);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php183 $this->root->add($result);
219 $component->add($result);
456 $propObj->add(null, $namelessParameter);
/plugin/strata/
H A Dmanual.txt3 The strata plugin allows you to add data to your pages and to query that data from your pages. This manual is split into two parts:
13 A good way to get more experienced is to add some simple data to your wiki, and start querying it. Most error messages are descriptive enough to get some idea of what went wrong.
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
27 **Simple Values**: You add simple values to the data block by adding a line like ''field: value''. The field and value are sometimes called the predicate and object respectively.
29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
85 **Captions**: You can put captions in the opening tag to change the caption of the column. Captions are not displayed by lists, but are still used to add names to the filtering and sorting interface.
132 **Comments**: As with a [[#data block]], you can use ''%%--%%'' at the start of a line to add comments.
134 **Caching**: By default, the results you see on the page will be cached. So if you edit other pages, you'll need to refresh the page with the list yourself, or add ''
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst7 Fork this repository, add your extension, and request a pull.
/plugin/openlayersmapoverlays/
H A Dplugin.info.txt5 name Overlay add-on for the openlayersmap plugin for DokuWiki
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DConfigSchema.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php26 * return that one instead and do not add a new context to the cache.
29 public function add(PredictionContext $ctx) : PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContextCache
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md23 The library provides three classes that you can extend to add your application
27 After you have added, your properties in sub-classes, you also need to add
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js161 combo.options.add( oOption, index ) ;
163 combo.options.add( oOption ) ;
/plugin/pycode/
H A Daction.php154 $add = array_diff($log_new[$wiki], $log_old[$wiki]);
157 foreach ($add as $file_add) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php47 $this->add($asset);
68 public function add(AssetInterface $asset) function in Assetic\\Asset\\AssetCollection

1...<<11121314151617181920>>...83