Home
last modified time | relevance | path

Searched full:add (Results 301 – 325 of 5573) sorted by relevance

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

/plugin/bpmnio/lang/en/
H A Dlang.php3 $lang['bpmn_add'] = 'Add a BPMN diagram';
4 $lang['dmn_add'] = 'Add a DMN diagram';
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php131 $log->add("Sendmail path auto-detection in progress. Trying `which sendmail`");
138 $log->add("No luck so far, trying some common paths...");
154 $log->add("Falling back to /usr/sbin/sendmail (but it doesn't look good)!");
280 $log->add("Trying to start a sendmail process.");
288 $log->add("Trying to stat the executable '" . $this->getPath() . "'.");
318 $log->add("Terminating sendmail process.");
/plugin/fastwiki/
H A Dtemplates.js14 // Add a "show" link for templates which have a <ul> list of action links.
36 showBtn = showBtn.add(newBtn);
42 m_editRow = m_editRow ? m_editRow.add(editBtn) : editBtn;
43 m_showRow = m_showRow ? m_showRow.add(showBtn) : showBtn;
50 // Only show is supported as a start mode, because otherwise, we'd have to add pagetools for each action and check for actions being allowed.
83 m_showRow = m_showRow.add(show);
/plugin/fedauth/Auth/OpenID/
H A DAX.php289 * Add an attribute to this attribute exchange request.
295 function add($attribute) function in Auth_OpenID_AX_FetchRequest
324 $alias = $aliases->add($type_uri);
330 sprintf("Could not add alias %s for URI %s",
450 sprintf("Could not add alias %s for URI %s",
479 $this->add($attrinfo);
549 * Add a single value for the given attribute type to the
599 $alias = $aliases->add($type_uri);
645 sprintf("Could not add alias %s for URI %s",
835 $aliases->add($attr_info->type_uri);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php121 // We also need to add a new apple property for the same
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
130 $output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
255 $output->add($newProperty);
392 $newProperty->add('PREF','1');
394 $newProperty->add($param->name, $paramPart);
405 $newProperty->add($param->name, $param->getParts());
435 $newProperty->add($param->name, $param->getParts());
446 $newProperty->add('TYPE','PREF');
451 $newProperty->add($param->name, $param->getParts());
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php121 // We also need to add a new apple property for the same
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
130 $output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
255 $output->add($newProperty);
392 $newProperty->add('PREF','1');
394 $newProperty->add($param->name, $paramPart);
405 $newProperty->add($param->name, $param->getParts());
435 $newProperty->add($param->name, $param->getParts());
446 $newProperty->add('TYPE','PREF');
451 $newProperty->add($param->name, $param->getParts());
/plugin/pagebuttons/
H A Dplugin.info.txt6 desc Adds a PageMenu button to Delete the current page, add a subpage, and add a subfolder
/plugin/fedauth/lang/en/
H A Dmylogins.txt5 These logins grant access to your account. Add as many as you need.
9 ===== Add Another Login =====
/plugin/addnewpage/lang/en/
H A Dlang.php6 $lang['okbutton'] = "Add page";
7 $lang['nooption'] = "You are not allowed to add pages";
/plugin/progrecss/
H A DChangeLog40 * syntax.php: Add limited support for the text renderer.
41 * syntax.php: Add limited support for parsing wikitext in caption.
55 * DokuWiki page: (add) created.
/plugin/noticeboard/classes/
H A DArrayList.php44 public function add($item){ function in helper_plugin_noticeboard_ArrayList
52 $this->add($item);
117 $this->add($item);
/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php44 public function add($item){ function in helper_plugin_noticeboard_ArrayList
52 $this->add($item);
117 $this->add($item);
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php52 $log->add("Trying POP3 Before SMTP authentication. Disconnecting from SMTP first.");
68 $log->add($e->getMessage(),Swift_Log::ERROR);
69 $log->add("POP3 authentication failed.");
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt3 Add mappings as letter server pair.
8 You can optionally also add a locally mounted fileserver to look up if the file exists:
/plugin/ckgdoku/ckeditor/plugins/tags/
H A Dplugin.js1 CKEDITOR.plugins.add("tags",
6 CKEDITOR.dialog.add( 'tagsDialog', this.path + 'dialogs/tags.js' );
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 To add this package as a local, per-project dependency to your project, simply add a dependency on …
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md5 You can add this library as a local, per-project dependency to your project using [Composer](https:…
9 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/gitlabproject/lang/en/
H A Dsettings.php5 $lang['server.default'] = 'Add your Gitlab serveur url, without the slash ending. E.g.: http://my-g…
7 $lang['unwanted.users'] = 'If you do not want to show some users of your projects, add them here, s…
/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/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java80 mxResources.add("com/mxgraph/examples/swing/resources/editor");
227 add(outer, BorderLayout.CENTER); in BasicGraphEditor()
228 add(statusBar, BorderLayout.SOUTH); in BasicGraphEditor()
260 add(new EditorToolBar(this, JToolBar.HORIZONTAL), BorderLayout.NORTH); in installToolBar()
315 libraryPane.add(title, scrollPane); in insertPalette()
411 menu.add(item); in showOutlinePopupMenu()
412 menu.add(item2); in showOutlinePopupMenu()
413 menu.add(item3); in showOutlinePopupMenu()
752 frame.getContentPane().add(this);
H A DBasicGraphEditor.java.bak78 mxResources.add("com/mxgraph/examples/swing/resources/editor");
223 add(outer, BorderLayout.CENTER);
224 add(statusBar, BorderLayout.SOUTH);
256 add(new EditorToolBar(this, JToolBar.HORIZONTAL), BorderLayout.NORTH);
311 libraryPane.add(title, scrollPane);
407 menu.add(item);
408 menu.add(item2);
409 menu.add(item3);
740 frame.getContentPane().add(this);
/plugin/linebreak/
H A Daction.php47 * add spaces before line breaks, required so syntax component pattern will match correctly
55 …// marker to add at the start of the raw wiki data, it contains an id we use to access the location
70 // add in the spaces
126 // we need to add in the modifications up to that point and compare against $pos
/plugin/externalembed/
H A Daction.php125 … $page_cache->depends['files'][] = $new_cache->cache; //add cache file to the 'depends' array
144 … //Get the latest video from the playlist and add it to the page's metadata
150 … p_save_metadata($page_cache->page, $new_metadata); //add the video ids to the page's metadata
152 …$page_cache->depends['files'][] = $new_cache->cache; //add new playlist cache file to the depends …
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 To add this component as a local, per-project dependency to your project, simply add a dependency o…

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