Home
last modified time | relevance | path

Searched full:add (Results 376 – 400 of 5573) sorted by relevance

1...<<11121314151617181920>>...223

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DLog.php32 $this->authors->add(new Author('Johannes Schmitt'));
33 $this->authors->add(new Author('John Doe'));
H A DCircularReferenceParent.php26 $this->anotherCollection->add(new CircularReferenceChild('child1', $this));
27 $this->anotherCollection->add(new CircularReferenceChild('child2', $this));
/plugin/tableedit/
H A DREADME.md6 …andling Dokuwiki table columns. It's not easy to move some columns around, add them or remove them…
8 The plugin will add an toolbar-button. Edit a page. Mark a table an press the button. A dialog will…
/plugin/jorgchart/
H A Dscript.js9 // Add scrollbar, if necessary
11 // Add jOrgChart
/plugin/ipgroup/lang/en/
H A Dlang.php19 $lang['add'] = 'Add';
/plugin/searchpattern/
H A Dadmin.php9 * - ver 0.2 : 2010-07-05 : Add capability to search only inside certain pages/namespaces
10 …* - ver 2013-06-16 : Add <br> to display a option block (leo); add new option 'dispheadl' (l…
124 …$conf_file .= '$conf[\''.$auth_param.'\'] = \''.$_POST[$auth_param].'\';'."\n"; //add it to the co…
/plugin/flowcharts/
H A Dsyntax.php95 // add default modes
108 // add formatting modes
123 //add modes to parser
/plugin/groupmanager/lang/en/
H A Dlang.php34 $lang['add'] = 'Add User';
53 $lang['add_without_form'] = 'Trying to add user without form!';
/plugin/loadskin/
H A Dadmin.php43 if($INPUT->str('act') == 'add') {
73 $form->startFieldSet('Add rule');
77 $form->addHidden('act','add');
/plugin/gtime/gtlib/asn1/x509/
H A DX509Extension.php123 $sequence->add(new ASN1ObjectId($this->id));
126 $sequence->add(new ASN1Boolean(true));
129 $sequence->add(new ASN1OctetString($this->value));
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md48 * Add arbitrary precision support for tag numbers.
49 * Add arbitrary precision support for OID types.
64 * Add an options setter / getter. Merge options recursively.
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example21 // add option to page menu
32 //override or add here the menu entries for admin, see for examples above
42 //override or add here the menu entries for authenticated users, see for examples above
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php17 * Add should part to query.
29 * Add must part to query.
41 * Add must not part to query.
/plugin/gitlabapi/
H A DREADME.md39 The plugin displays following information if you add corresponded parameter:
54 There a JSON file `server.json` inside the root of plugin. You can add or change the servers and th…
67 Then you can add `server` parameter as follows:
/template/lcars/js/
H A Djquery.timers-1.1.2.js15 jQuery.timer.add(this, interval, label, fn, times, belay);
20 jQuery.timer.add(this, interval, label, fn, 1);
60 add: function(element, interval, label, fn, times, belay) {
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/_sample/
H A Dsample.config.js25 // Add the BBCode plugin.
26 FCKConfig.Plugins.Add( 'bbcode' ) ;
/plugin/fckg/fckeditor/editor/plugins/bbcode/_sample/
H A Dsample.config.js25 // Add the BBCode plugin.
26 FCKConfig.Plugins.Add( 'bbcode' ) ;
/plugin/fontface/
H A Dinstall_fonts.txt13 Optionally you can also add:
27 You can add variants into the "fontFile" option, e.g. 'Expletus+Sans:regular,bold'.
/plugin/userhomepage/lang/en/
H A Duserhomepage_public.default3 …* You can introduce yourself, add links to your contributions in this wiki, tell a story or presen…
7 * Only a superuser can add a picture
/plugin/ckgedit/ckeditor/plugins/wrap/
H A Dplugin.js1 CKEDITOR.plugins.add( 'wrap', {
13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/plugin/davcal/
H A Dhelper.php782 // Add VCalendar, UID and Event Name
783 $event = $vcalendar->add('VEVENT');
785 $event->add('UID', $uuid);
788 // Add a description if requested
793 // Add a location if requested
798 // Add attachments
806 $event->add('DTSTAMP', $dtStamp);
807 $event->add('CREATED', $dtStamp);
832 // Really add Start and End events
1322 $vevent->add('DTSTAMP', $dtStamp);
[all …]
/plugin/swiftmail/
H A DSwift.php100 …if ($log->hasLevel(Swift_Log::LOG_EVERYTHING)) $log->add("Trying to connect...", Swift_Log::NORMAL…
117 * Add a new plugin to Swift
249 if ($log->hasLevel(Swift_Log::LOG_ERRORS)) $log->add($error, Swift_Log::ERROR);
297 …if ($log->hasLevel(Swift_Log::LOG_NETWORK) && $code != -1) $log->add($command_event->getString(), …
308 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add($response_event->getString(), Swift_Log::RES…
425 if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("<MESSAGE DATA>", Swift_Log::COMMAND);
448 if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("<MESSAGE DATA>", Swift_Log::COMMAND);
472 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("Message sent to " . $sent . "/" . $total . …
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php277 $event->add($elem);
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
304 $event->add($elem);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
347 $vevent = $vcal->add('VEVENT');
349 $dtstart = $vevent->add(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php277 $event->add($elem);
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
304 $event->add($elem);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
347 $vevent = $vcal->add('VEVENT');
349 $dtstart = $vevent->add(
/plugin/fedauth/Auth/OpenID/
H A DExtension.php22 * ns_uri: The namespace to which to add the arguments for this
38 * Add the arguments from this extension to the provided message.

1...<<11121314151617181920>>...223