Home
last modified time | relevance | path

Searched full:add (Results 351 – 375 of 5573) sorted by relevance

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

/plugin/indexmenu/
H A Dscript.js43 'material': { // add Material Icons font stylesheet to header with TPL_METAHEADER_OUTPUT in action component
223 //add url
345 // "hpage": {name: "Headpage", icon: "add", disabled: false},
346 // "spage": {name: "Start page", icon: "add", disabled: false},
347 // "cpage": {name: "Custom page...", icon: "add", disabled: false},
356 // "npage": {name: "New page...", icon: "add", disabled: false},
357 // "nshpage": {name: "Headpage here", icon: "add", disabled: false},
437 * Add button action for the indexmenu wizard button
439 * @param {jQuery} $btn Button element to add the action to
454 // try to add butto
[all...]
/template/templar/less/
H A Dforms.less158 *margin-top: 4px; /* For IE7, add top margin to align select with labels */
443 …placed here by default so that on :focus we can place the input above the .add-on for full border …
453 .add-on {
467 .add-on,
480 .add-on,
484 .add-on:first-child,
500 .add-on,
505 .add-on:last-child,
522 .add-on:first-child,
527 .add-on:last-child,
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
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/sebastian/global-state/
H A DREADME.md9 To add this package as a local, per-project dependency to your project, simply add a dependency on …
/plugin/dokumicrobugtracker/
H A DREADME.md67 | 2010-08-16 | Add report to user saying that bug is well saved (#4) |
68 | 2010-08-17 | Add several feature, email notification, delete (for admin only), dynamic captcha (#…
71 | 2011-01-05 | Implement Ajax edition, add count feature, remove delete button |
72 | 2011-02-18 | Fix #16, #20 : Add missing / and table class inline. |
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php30 * Proxies requests to an LDAP server and returns the response. You should extend this to add your own constructor and
86 public function add(RequestContext $context, AddRequest $add): void
88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray());
85 add(RequestContext $context, AddRequest $add) global() argument
/plugin/tgnotify/
H A Daction.php77 // Add row with page name and url
82 // Add row with page size diff (in bytes)
85 // Add row with username (if logged in) or IP address
92 // Add row with IP address
/plugin/groupadmin/lang/en/
H A Dlang.php17 $lang['btn_add'] = 'Add';
18 $lang['btn_addall'] = 'Add All';
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js1 CKEDITOR.plugins.add( 'note', {
15 CKEDITOR.dialog.add( 'noteDialog', this.path + 'dialogs/note.js' );
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64add-lists|xdmp:zip-manifest|xdmp:zip-get|xdmp:zip-create|xdmp:xquery-version|xdmp:word-convert|xdm…
/plugin/groupadmin/
H A Dscript.js1 function add() { function
29 grpusers.add(allusers.options[i], null);
/plugin/combo/db/combo/
H A Dupdate0003.sql1 -- Add the type (ie http or id)
2 alter table REDIRECTIONS_LOG add column METHOD TEXT;
/plugin/findologicxmlexport/vendor/sebastian/diff/
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…
73 … [content:SebastianBergmann\Diff\Line:private] => * @covers SebastianBergmann\Money\Money::add
/plugin/html5/
H A Drenderer.php25 'desc' => 'Plugin to add HTML5 Renderer.',
79 // Only add items within configured levels
148 * Add a smiley
/plugin/gtime/gtlib/asn1/gt/
H A DGTVerificationRequest.php106 $sequence->add(new ASN1Integer($this->version));
107 $sequence->add($this->content);
108 $sequence->add(new ASN1OctetString($this->data));
/plugin/imgpaste/
H A Dscript.js58 box.classList.add('success');
69 box.classList.add('error');
81 * @todo add suppprt for other editors like Prosemirror or CKEditor
/plugin/dw2pdf/lang/en/
H A Dsettings.php14 $lang['doublesided'] = 'Double-sided document starts add odd page, and has pairs of even and odd pages. Single-side document has only odd pages.';
15 $lang['toc'] = 'Add an autogenerated Table of Content in PDF (note: Can add blank pages due to start at an odd page and ToC always include on even number of pages, ToC pages itself has no pagenumbers)';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php126 'ACCEPT-CHANGES','ACCEPT-ROW-CHANGES','ADD-BUFFER','ADD-CALC-COLUMN',
127 'ADD-COLUMNS-FROM','ADD-EVENTS-PROCEDURE','ADD-FIELDS-FROM','ADD-FIRST',
128 'ADD-HEADER-ENTRY','ADD-INDEX-FIELD','ADD-LAST','ADD
[all...]
/plugin/dev/
H A Dcli.php33 $options->registerCommand('addTest', 'Add the testing framework files and a test. (_test/)');
36 $options->registerCommand('addConf', 'Add the configuration files. (conf/)');
37 $options->registerCommand('addLang', 'Add the language files. (lang/)');
47 $options->registerCommand('addComponent', 'Add a new plugin component.');
295 * Add test framework
297 * @param string $test Name of the Test to add
309 * Add configuration
322 * Add language
335 * Add another component to the plugin
/template/ad-hominem/
H A Dscript.js99 /* TODO: mechanism to dynamically add sites by site admin */
225 $p.search.gui._container.classList.add("focus");
244 /* add default state */
246 t.classList.add('auto');
249 /* add a callback to the toggler buttons */
253 b.classList.add('active');
277 t.classList.add(newState);
/plugin/authorlist/
H A Dhelper.php95 …reatortext, <div class='authorlist'> and maybe <ul class='authorlist'> will be add to $this->output
111 * Add an author to the $this->authors array
119 // add them to the authors-array
127 * Get's the authors of an article from the metadata and add them to $this->authors
154 * Renders all authors and add them to $this->output
196 $inner = ">"; // $this->openTag has no closing > (so it's possible to add an title="..."
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js155 // add to horizontal stack
159 // add to vertical stack
167 // add the remaining slide
300 * If yes, extract it and add that value as one or several attributes
326 * Add attributes to the parent element of a text node,
387 // If there were notes, we need to re-add them after
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php51 // LSZ = lyrics + 'LYRICSBEGIN'; add 6-byte size field; add 'LYRICS200'
68 …)) + 6 + strlen('LYRICS200'); // LSZ = lyrics + 'LYRICSBEGIN'; add 6-byte size field; add 'LYRICS2…
92 …sz + 6 + strlen('LYRICS200'); // LSZ = lyrics + 'LYRICSBEGIN'; add 6-byte size field; add 'LYRICS2…
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php160 $add=array();
161 $add["objectClass"] = "organizationalUnit";
162 $add["OU"] = $attributes['ou_name'];
169 $result = ldap_add($this->adldap->getLdapConnection(), "OU=" . $add["OU"] . ", " . $containers . $this->adldap->getBaseDn(), $add);
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md46 - Add PsrCacheAdapter [\#63](https://github.com/schmittjoh/metadata/pull/63) ([nicolas-grekas](http…
67 - Allow to add drivers to a driver chain [\#35](https://github.com/schmittjoh/metadata/pull/35) ([b…
103 - Add trait test [\#6](https://github.com/schmittjoh/metadata/pull/6) ([Seldaek](https://github.com…
105 - Add ApcCache [\#4](https://github.com/schmittjoh/metadata/pull/4) ([henrikbjorn](https://github.c…
114 - Add composer.json [\#2](https://github.com/schmittjoh/metadata/pull/2) ([Seldaek](https://github.…

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