Home
last modified time | relevance | path

Searched refs:add (Results 451 – 475 of 2070) sorted by relevance

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

/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js161 combo.options.add( oOption, index ) ;
163 combo.options.add( oOption ) ;
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js10 …quare:"square"};CKEDITOR.dialog.add("numberedListStyle",function(c){return e(c,"numberedListStyle"…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php179 $attrResult->add(...$attribute->getValues());
182 $attrResult->add(...$attribute->getValues());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php103 $this->add($value);
107 public function add(Hashable $value) : bool function in Antlr\\Antlr4\\Runtime\\Utils\\Set
/plugin/mellelexport/
H A Dplugin.info.txt6 desc Exports a page into a OSX RedleX Mellel File. Just add "~~MELLEL~~" to a wiki page and the d…
/plugin/authucenter/lib/uc_client/control/
H A Dmail.php36 return $_ENV['mail']->add($mail);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js142 add: "add", property in gantt.config.undo_actions
324 this._storeTaskCommand(task, this._undo.command.type.add);
356 this._storeLinkCommand(link, this._undo.command.type.add);
632 return this.type.add;
633 case this.type.add:
760 add: "addTask", property in Undo._applyAction.methods
768 add: "addLink", property in Undo._applyAction.methods
780 if (command.type === actions.add) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js13add;case this.type.add:return this.type.remove;case this.type.move:return this.type.move;default:r… property in t._applyAction.a
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt8 You can optionally also add a locally mounted fileserver to look up if the file exists:
/plugin/ckgedit/ckeditor/plugins/about/dialogs/
H A Dabout.js5 CKEDITOR.dialog.add("about", function(a) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php51 $busyEnd = $busyStart->add($busyEnd);
/plugin/webcomics/
H A DREADME.md2 This Dokuwiki plugin allows you to add comics to your page. The source for the comics is a RSS feed…
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php52 $busyEnd = $busyStart->add($busyEnd);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php51 $tmp->add($busyEnd);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php51 $tmp->add($busyEnd);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php51 $tmp->add($busyEnd);
/plugin/diagrams/script/
H A DDiagramsView.js38 this.dom.classList.add('ProseMirror-selectednode');
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md165 You can add this library as a local, per-project dependency to your project using [Composer](https:…
169 …evelopment, for instance to run your project's test suite, then you should add it as a development…
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md14 - All code must be covered by tests so if you fix a bug or add a feature, please include a test cas…
16 - If you add a feature it should be documented.
/plugin/textinsert/
H A Dadmin.php48 $a = $this->add();
62 function add() { function in admin_plugin_textinsert
/plugin/quizlib/scripts/
H A Dquizlib.js205 …question.getElementsByClassName(this.Classes.QUESTION_TITLE)[0].classList.add(this.Classes.CORRECT…
208 …question.getElementsByClassName(this.Classes.QUESTION_TITLE)[0].classList.add(this.Classes.INCORRE…
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js5 CKEDITOR.dialog.add("a11yHelp",function(h){var a=h.lang.a11yhelp,b=h.lang.common.keyboard,n=CKEDITO…
6 105:a.numpad9,106:a.multiply,107:a.add,109:a.subtract,110:a.decimalPoint,111:a.divide,112:a.f1,113:…
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js5 CKEDITOR.dialog.add("a11yHelp",function(e){var a=e.lang.a11yhelp,b=e.lang.common.keyboard,q=CKEDITO…
6 105:a.numpad9,106:a.multiply,107:a.add,109:a.subtract,110:a.decimalPoint,111:a.divide,112:a.f1,113:…
/plugin/fastwiki/
H A Dpagecache.js22 this.add = function(id, data, p1) { method in CPageCache
108 self.add(id, pages[p]);
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1add("link",{init:function(b){b.addCommand("link",new CKEDITOR.dialogCommand("link"));b.addCommand(…

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