Home
last modified time | relevance | path

Searched refs:add (Results 376 – 400 of 2070) sorted by relevance

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

/plugin/davcard/
H A Dhelper.php488 $vcard->add('TEL', $data['number'], array('type' => $data['type']));
496 $vcard->add('EMAIL', $data['mail'], array('type' => $data['type']));
504 …$vcard->add('ADR', array('', '', $data['street'], $data['city'], '', $data['zipcode'], $data['coun…
569 $vcard->add('TEL', $data['number'], array('type' => $data['type']));
576 $vcard->add('EMAIL', $data['mail'], array('type' => $data['type']));
583 …$vcard->add('ADR', array('', '', $data['street'], $data['city'], '', $data['zipcode'], $data['coun…
/plugin/xkcd/
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add the latest xkcd comic
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A Dplugin.js12 CKEDITOR.plugins.add( 'timestamp', {
/plugin/memcache/classes/
H A Dmemcache_interface.loader.php16 public static function add($key,$val,$ttl = 0); function
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A Dplugin.js12 CKEDITOR.plugins.add( 'timestamp', {
/plugin/combo/db/combo/
H A Dupdate0015.sql1 alter table PAGES add column REGION TEXT;
H A Dupdate0016.sql1 alter table PAGE_ALIASES add column TYPE text; -- the type ie redirection or synonym
/plugin/recaptcha/
H A Dplugin.info.txt7 desc add a recaptcha to the register form
/plugin/stars2/
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add stars for rating, difficulty etc.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst11 First, :ref:`install the Extensions library<extensions-install>`. Next, add
/plugin/gitlabproject/lang/en/
H A Dsettings.php7 $lang['unwanted.users'] = 'If you do not want to show some users of your projects, add them here, s…
/plugin/autolink2/
H A Dplugin.info.txt6 desc Generate automatic links for words defined by add plugin
/plugin/combo/resources/snippet/js/
H A Dedit-button.js14 parent.classList.add(classNameFunction);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollectionInterface.php33 public function add(AssetInterface $asset); function
/plugin/autostartpage/
H A Dplugin.info.txt6 desc add a start page based on a template
/plugin/wolframalpha/
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add Wolfram Alpha Widgets
/plugin/ckgedit/ckeditor/plugins/truetype/
H A Dplugin.js7 CKEDITOR.plugins.add( 'truetype',
/plugin/davcal/vendor/sabre/dav/tests/
H A Dbootstrap.php8 $autoLoader->add('Sabre\\', __DIR__);
/plugin/freechat/
H A Dplugin.info.txt6 desc Allows to include add chat window functionality to your wiki pages.
/plugin/skype/
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add a skype connect button with different functions
/plugin/metaheaders/
H A Dplugin.info.txt6 desc MetaHeaders allows you to add/remove meta headers dynamically to your Wiki pages.
/plugin/mapillary/
H A Dplugin.info.txt6 desc Allow a user to add a Mapillary widget to a page
/plugin/submgr/
H A Dhelper.php103 $sub->add($item, $user, $data[0]);
155 $sub->add($item, $user, $type);
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md10 You can add this library as a local, per-project dependency to your project using [Composer](https:…
14 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/codebash/
H A DREADME3 Adds Toolbar button to add code tag for bash. This is a copy of the CodeButton extension by Heiko …
12 …n your editor toolbar when editing wiki pages. Selecting this button will add the <code bash> and…

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