Home
last modified time | relevance | path

Searched full:add (Results 226 – 250 of 5445) sorted by relevance

12345678910>>...218

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
189 Let's say I now want to be able to add a prefix before the converted string:
521 to host all the specific tags and filters you want to add to Twig.
546 * Returns the token parser instances to add to the existing list.
560 * Returns a list of filters to add to the existing list.
567 * Returns a list of tests to add to the existing list.
574 * Returns a list of functions to add to the existing list.
581 * Returns a list of operators to add to the existing list.
681 method. This method must return an array of filters to add to the Twig
792 The ``getOperators()`` methods allows to add new operators. Here is how to add
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dsql.js145 //Add ForeignKey Origin
151 //Add ForeignKey Destination
200 //Add ForeignKey Origin
206 //Add ForeignKey Destination
377 //Add table to the list
393 //Add special constraints
531 //Add last table
533 //Add table to the list
564 //Add Table to cells
567 //Add properties
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php41 $effectiveTrigger->add($triggerDuration);
53 $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger->add($duration);
58 $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger->add($triggerDuration);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php27 * A request to add an entry to LDAP. RFC 4511, 4.7.
92 throw new ProtocolException('The add request is malformed: %s');
98 throw new ProtocolException('The add request is malformed.');
114 throw new ProtocolException('The add request is malformed.');
120 throw new ProtocolException('The add request is malformed.');
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php41 $effectiveTrigger->add($triggerDuration);
53 $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger->add($duration);
58 $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger->add($triggerDuration);
/plugin/pureldap/classes/
H A DADClient.php89 $entry->add('unicodePwd', $this->encodePassword($newpass));
119 $filter->add(Filters::$filtermethod('cn', $match));
158 $filter->add(Filters::$filtermethod('sAMAccountName', $this->simpleUser($match['user'])));
161 $filter->add(Filters::$filtermethod('displayName', $match['name']));
164 $filter->add(Filters::$filtermethod('mail', $match['mail']));
183 $or->add(Filters::equal('primaryGroupID', 513));
187 $or->add(Filters::equal('memberOf', $dn));
189 $filter->add($or);
231 // add account suffix
342 $groups[] = $this->config['defaultgroup']; // always add defaul
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DReactJsxFilter.php41 ->add($inputDir)
42 ->add($outputDir)
43 ->add('--no-cache-dir')
H A DJpegoptimFilter.php59 $pb->add('--strip-all');
63 $pb->add('--max='.$this->max);
66 $pb->add($input = FilesystemUtils::createTemporaryFile('jpegoptim'));
H A DTypeScriptFilter.php53 $pb->add($inputPath)->add('--out')->add($outputPath);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php12 $recur = $vcal->add('RRULE', 'FREQ=Daily');
29 $recur = $vcal->add('RRULE', 'FREQ=Daily');
37 … $recur = $vcal->add('RRULE', array('FREQ'=>'DAILY', 'BYDAY'=>'mo,tu', 'BYMONTH' => array(0,1)));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php12 $recur = $vcal->add('RRULE', 'FREQ=Daily');
29 $recur = $vcal->add('RRULE', 'FREQ=Daily');
37 … $recur = $vcal->add('RRULE', array('FREQ'=>'DAILY', 'BYDAY'=>'mo,tu', 'BYMONTH' => array(0,1)));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php25 * Add a context to the cache and return it. If the context already exists,
26 * 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
/template/dokubootstrapsimplified/js/
H A Dmodifications.js1 // Add construction so we can use normal jQuery style code.
12 // add text-primariy to all header tags (h1,h2 etc) to the content
20 // Add sroll behavior to TOC
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php646 $y = $y->add($temp);
651 $y = $y->add($temp);
656 $y = $y->add($temp);
661 $y = $y->add($temp);
1452 $e = $d->add($t1);
1461 $hash[0]->add($a),
1462 $hash[1]->add($b),
1463 $hash[2]->add($c),
1464 $hash[3]->add($d),
1465 $hash[4]->add($e),
[all …]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php213 $window->add($mainBox);
218 // Then add the suite field entry.
221 // Then add the report labels.
224 // Next add the progress bar.
258 // Add the menu item to the menu bar.
264 // Add the menu items
425 $reportScroll->add($this->reportArea);
427 $dumpScroll->add($this->dumpArea);
473 $about->add($vBox);
657 * Add a suite to the tests.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php73 $this->add($key, $value);
76 $this->add($node);
83 $this->add($child);
87 $this->add($k, $child);
99 * add(Component $comp) // Adds a new component
100 * add(Property $prop) // Adds a new property
102 * add($name, array $children = array()) // Adds a new component
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
402 * Using the setter method you can add properties or subcomponents
408 * a new item with the same name, always use the add() method.
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php73 $this->add($key, $value);
76 $this->add($node);
83 $this->add($child);
87 $this->add($k, $child);
99 * add(Component $comp) // Adds a new component
100 * add(Property $prop) // Adds a new property
102 * add($name, array $children = array()) // Adds a new component
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
402 * Using the setter method you can add properties or subcomponents
408 * a new item with the same name, always use the add() method.
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconf.py7 # Add any Sphinx extension module names here, as strings. They can be extensions
11 # Add any paths that contain templates here, relative to this directory.
37 # Add any paths that contain custom themes here, relative to this directory.
/plugin/mathjax/action/
H A Denable.php13 * Add scripts via an event handler
25 * Add <script> blocks to the headers:
27 * - Also add one block per configfile, if any are specified
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php64 // Build the asset and add it to the collection.
67 $assets->add($asset);
68 // Add asset to package collection.
72 $packageAssets->add($asset);
/plugin/odtplus2dw/
H A DREADME.md11 odtplus2dw is a plugin for dokuwiki (forked from odt2dw to add doc/docx support). This plugin lets you import a document into Dokuwiki. It supports (at least) .odt, .doc, .docx formats. It should also work with any other document format that pandoc supports, but it has not been tested yet.
36 PHP code (at least in my system) is executed by the user `daemon`. I had problems running a Java application with this user (it seems soffice is a Java application) so I decided to run the soffice conversion using `sudo`. To make it work, I had to add a line to the file `/etc/sudoers`. You can do the same executing:
69 - Add import button.
84 - Add : message translation in Dutch (By mprins).
/plugin/sfauth/
H A DREADME.wiki32 === Add custom profile Field ===
54 You now can add Groups to your users that will be picked up by DokuWiki. DokuWiki will add the defa…
73 …* You need to fill in what you configured for the callback URL above, but add ''&sessionId={!API_S…
/plugin/memcache/
H A Dhelper.php49 'name' => 'add',
50 …'desc' => "add one entry, if it does not exists already. returns boolean success (false if key a…
118 function add($key,$val,$ttl = 0){ function in helper_plugin_memcache
119 return memcache::add($key,$val,$ttl);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php88 $property->add('paramname', 'paramvalue');
197 $property->add('myparam','value');
212 $prop->add('MYPARAM','value');
224 $prop->add('MYPARAM', 'value1');
225 $prop->add('MYPARAM', 'value2');
340 $calendar->add($property);
355 $calendar->add($property);
363 $property = $document->add('X-FOO','value');
376 $property = $document->add('X-FOO','value');
389 $property = $document->add('X-FOO','value');
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php50 * Multiply and Add Points
71 $inv->add($s),
88 $inv->add($s),
117 $c1 = $c1->add($one);
123 $c2 = $c2->add($one);
132 $k2 = $q1->add($q2)->negate();
199 $d = $x1->add($b);
224 $s = $x1->add($yy);
245 $rhs = $temp->add($this->b);
305 $rhs = $a0->multiply($a0)->add($b0->multiply($b0));
[all …]

12345678910>>...218