Home
last modified time | relevance | path

Searched full:add (Results 401 – 425 of 5573) sorted by relevance

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

/plugin/textinsert/lang/en/
H A Dintro.txt1 This panel enables you to add and delete macros and their replacement texts, and to edit them after…
3 You can add up to six macros at a time. The sixth is a text area which will allow for extended tex…
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md30 * Add option to override `<code>` DokuWiki syntax (Issue #4)
34 * Add StyleCI config
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js12 CKEDITOR.plugins.add( 'geshi', {
29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/scrollticker/lang/en/
H A Dsettings.php9 $lang['counterstyle'] = 'Add counter in front of ticker items (default none)';
15 $lang['border-radius'] = 'Add rounded corners ( 0 for none )';
/plugin/icons/exe/
H A Dlist-typicons.php109 'document-add',
136 'folder-add',
308 'user-add',
309 'user-add-outline',
/plugin/sketchcanvas/
H A Daction.php15 * Add scripts via an event handler
35 * Add <script> blocks to the headers
155 * Add a toolbar button to add a new figure
/plugin/quickstats/lang/en/
H A Dquery.txt17 … subversion but not in the major version string. A successful search will add whatever is found t…
18add it to the list so that you can then select it. If you enter a partial name, it will add all m…
/plugin/struct/script/
H A DAggregationEditor.js96 }).appendTo($form); // add the search config to the form
98 // if page id needs to be passed to backend, add pid
104 }).appendTo($form); // add the page id to the form
125 addDeleteRowButtons(); // add the delete button to the new row
/plugin/wysiwyg/fckeditor/
H A Dfckconfig.js50 FCKConfig.Plugins.Add( 'autogrow' ) ;
51 // FCKConfig.Plugins.Add( 'dragresizetable' );
55 // FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%>
56 // FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
57 // FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; //…
212 // Do not add, rename or remove styles here. Only apply definition changes.
/plugin/dokutexit/
H A DREADME.md106 To prevent robots from following the links to PDF export, add a `robots.txt` in the root namespace …
131 manual:pluginsmanual namespace and to add
141 Sidebar buttons are really painful to add! The normal way would be to add your images in `lib/tpl/<…
153 Add this at the end of `lib/tpl/<yourtemplate>/css/pagetools.css`:
169 replacing `<myaction>` by the name of your action. Add it for each button you want in the pagetools…
/plugin/struct/meta/
H A DQueryBuilder.php53 * Add a new column selection statement
88 * @param string $table the table to add
136 * Add an ORDER BY clause
146 * Add an GROUP BY clause
160 * Add an GROUP BY clause
175 * you need to use a user value in a statement, call this first, then add the statement through the
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md86 * Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elastica\Bulk` by @Vetaxon [2055](https://github.com/ruflin/Elastica/pull/2055)
379 * Add ```settings``` level on json to create an Index in all tests (it worked till 6.x but it shouldn't work)
436 * add parent_id (reference [#1518](https://github.com/ruflin/Elastica/issues/1518)) in QueryBuilder. [#1533]([#1518](https://github.com/ruflin/Elastica/issues/1533))
585 - Add support for Health parameters for Cluster\Health endpoint (new prop : delayed_unassigned_shards, number_of_pending_tasks, number_of_in_flight_fetch, task_max_waiting_in_queue_millis, active_shards_percent_as_number)
586 - Add support for querystring in Type. this allow to use `update_all_types` in type mapping in order to resolve conflicts between fields in different types. [Conflicts between fields in different types](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html#merging-conflicts)
698 - Add new "Percolate query" functionality and tests
705 - Remove Elastica\Document::add as deprecated. Use Elastica\Document::set instead
738 - Add a constant for the expression language.
842 - Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. [#1056](https://github.com/ruflin/Elastica/pull/1056)
864 - Add usernam
[all...]
/template/rtd_suterdev/js/
H A Dreadthedokus.js174 i.classList.add("fa-minus-square");
178 img.classList.add("minus");
227 elem.parentNode.querySelector(".toc").classList.add("invisible");
231 i.classList.add("fa-plus-square");
235 img.classList.add("plus");
423 // Add "current" class to the clicked item and its level2 parent
426 p.parentNode.classList.add("current");
427 p.classList.add("current");
428 elem.classList.add("current");
463 elem.classList.add("expandable");
[all …]
/template/readthedokus/js/
H A Dreadthedokus.js218 i.classList.add("fa-minus-square");
222 img.classList.add("minus");
271 elem.parentNode.querySelector(".toc").classList.add("invisible");
275 i.classList.add("fa-plus-square");
279 img.classList.add("plus");
315 document.querySelector("#dokuwiki__site").classList.add("showSidebar");
319 document.querySelector("#dokuwiki__site").classList.add("showSidebarSP");
433 // Add "current" class to the clicked item and its level2 parent
436 p.parentNode.classList.add("current");
437 p.classList.add("curren
[all...]
/plugin/addressbook/lang/en/
H A Dlang.php11 $lang['header add'] = 'Add new contact';
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md9 You can add this library as a local, per-project dependency to your project using [Composer](https:…
13 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md9 You can add this library as a local, per-project dependency to your project using [Composer](https:…
13 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/structnotification/lang/en/
H A Dlang.php18 $lang['add'] = 'Add';
/plugin/oauth/
H A DException.php8 * @todo maybe add debug logging here later
9 * @todo add translations here
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards62 * We would _love_ more additions to this to add more variation to this list.
222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards62 * We would _love_ more additions to this to add more variation to this list.
222 $vcard->add('BDAY', $dt->format('Ymd'));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/swiftmail/Swift/Connection/
H A DMulti.php44 * Add a connection to the list of options
53 …$log->add("Adding new connection of type '" . get_class($connection) . "' to the multi-redundant c…
105 $log->add("Connection (" . $id . ") failed. Will try next connection if available.");
/plugin/multilingual/flags/
H A Dlangnames.php43 …nk($lng,$idpart) in syntax.php should look have the following code (see BOF and EOF: add flags ...)
60 // BOF: add flags by ddarvish; ******************************
69 // EOF: add flags by ddarvish;*********************************
/plugin/translation3/flags/
H A Dlangnames.php43 …nk($lng,$idpart) in syntax.php should look have the following code (see BOF and EOF: add flags ...)
60 // BOF: add flags by ddarvish; ******************************
69 // EOF: add flags by ddarvish;*********************************
/plugin/dwcommits/lang/en/
H A Dlang.php28 $lang['explain_update'] = 'This function will add commits to the Sqlite database'.
51 $lang['header_git_add'] = 'Add local files';
52 $lang['btn_add'] = 'Add';

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