Home
last modified time | relevance | path

Searched full:add (Results 276 – 300 of 5573) sorted by relevance

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

/plugin/minimap/
H A Dsyntax.php65 // As there is only one call to connect to in order to a add a pattern,
114 // As there is only one call to connect to in order to a add a pattern,
176 // otherwise browser may add quote and the math plugin will not work
195 // Add the page number in the URL title
246 // Add a glyphicon if it's a directory
251 // Add the link
328 * @param $listdirs - Add the directory to the list of files
/plugin/navbox/
H A Dsyntax.php98 // Set the group type so we an add links appropriately
115 // Set the group type so we can add links appropriately
191 // Add as a main level group
235 // Add in the title, parse it first to generate any URLs present
248 …// Placeholder for group HTML while we build it, Add in the group title, and prepare for the items
312 // Add a handler
314 // Add all the parsing modes for various URLs
/plugin/bez/db/
H A Dupdate0004.sql1 ALTER TABLE thread_participant ADD COLUMN removed BOOLEAN NOT NULL DEFAULT 0;
2 ALTER TABLE task_participant ADD COLUMN removed BOOLEAN NOT NULL DEFAULT 0
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
3 CKEDITOR.plugins.add( 'footnote',
44 // Add a new dialog window definition containing all UI elements and listeners.
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
47 CKEDITOR.dialog.add( 'footnoteDialog', function( editor )
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java82 screenshots.add(config.submit(screenShot)); in runInternal()
188 fragments.add(new Fragment()); in start()
260 frameShapes.add(new ShapeImpl(region.getImageLocation(), content)); in getMovie()
262 …framesCollector.add(new FrameImpl(frameShapes, screenShot.getMousePosition(), screenShot.getSize()… in getMovie()
274 …fragmentCollector.add(new FragmentImpl(Collections.unmodifiableList(framesCollector), fragment.aud… in getMovie()
/plugin/autotooltip/
H A Dhelper.php63 * @param string $classes - CSS classes to add to this tooltip.
64 * @param string $textClasses - CSS classes to add to the linked text.
78 // Add the plugin prefix to all classes.
122 * @param string $classes - CSS classes to add to this tooltip.
123 * @param string $textClasses - CSS classes to add to the linked text.
/plugin/struct/types/
H A DUser.php158 * @param QueryBuilderWhere $add
165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
168 $QB = $add->getQB();
173 $sub = $add->where($op);
179 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
150 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss71 // add each $base-size to the list except the first
87 // and add the result to $scale-values
94 // and add the result to $scale-values
136 // add each $base-size to the list except the first
148 // and add the result to $scale-values
155 // and add the result to $scale-values
198 // do the scale using this ratio thru the multiple, and add the result to $scale-values
223 // do the scale using this ratio thru the multiple, and add the result to $scale-values
/plugin/404manager/
H A Dadmin.php135 if ($_POST['Add']) {
212 // Add a redirection
229 …ptln(' <input type="submit" name="Add" class="button" value="' . $this->lang['btn_addmodify'] .…
236 // Add the file add from the lang directory
237 echo $this->locale_xhtml('add');
306 * and add ... if above
382 * Add Redirection
574 * * For a SQlite database, it will add a row into the log
591 // This cause to add one after the first insert but yeah, this is going to dye anyway
825 * This utility function will add the plugin name to it
/dokuwiki/lib/scripts/
H A Ddelay.js12 * delay.add(func, timeout).
22 add: function (func, timeout) { method in timer
57 this.timer = timer.add(function () { _this.exec.call(_this); },
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php76 $this->objects[$uid]->add(clone $component);
96 // add vtimezone information to obj (if we have it)
98 $object->add($vtimezone);
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php76 $this->objects[$uid]->add(clone $component);
98 // add vtimezone information to obj (if we have it)
100 $object->add($vtimezone);
/plugin/quizlib/
H A Dscript.js41 answers[i].parentNode.classList.add(quiz.Classes.CORRECT);
46 correctAnswer.classList.add(quiz.Classes.CORRECT);
47 …correctAnswer.classList.add(quiz.Classes.TEMP); // quiz.checkAnswers will automatically remove ele…
/plugin/anewssystem/lang/en/
H A Dlang.php11 $lang['anss_input_btn_save_descr'] = 'add the news article';
60 $lang['Add indentation'] = 'Add indentation';
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php79 $this->objects[$uid]->add(clone $component);
101 // add vtimezone information to obj (if we have it)
103 $object->add($vtimezone);
/plugin/combo/resources/snippet/js/
H A Dmenubar-fixed-top.js8 * Add the target style before anchor navigation
20 style.classList.add("menubar-fixed-top")
61 fixedNavbar.classList.add("fixed-top")
/dokuwiki/
H A Dfeed.php
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js170 dataSource.Items.add(item.getId(), item);
192 diagram.LayoutSettings.LayoutStrategies.add("linear", linearLayoutStrategy);
199 diagram.LayoutSettings.LayoutStrategies.add("hanger2", multiLineHangerLayoutStrategy);
225 diagram.LayoutSettings.LayoutStrategies.add("fishbone1", fishboneLayoutStrategy);
232 diagram.LayoutSettings.LayoutStrategies.add("fishbone2", fishboneLayoutStrategy);
239 diagram.LayoutSettings.LayoutStrategies.add("hstack", hstackLayoutStrategy);
246 diagram.LayoutSettings.LayoutStrategies.add("vstack", vstackLayoutStrategy);
253 diagram.LayoutSettings.LayoutStrategies.add("vstackMiddle", vstackLayoutStrategy);
260 diagram.LayoutSettings.LayoutStrategies.add("vstackTop", vstackLayoutStrategy);
266 diagram.LayoutSettings.LayoutStrategies.add("assistants", assistantsLayoutStrategy);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md7 - Add Iterator Handler [\#1034](https://github.com/schmittjoh/serializer/pull/1034) ([scyzoryck](ht…
18 - Add use of annotation registry to docs [\#1044](https://github.com/schmittjoh/serializer/issues/1…
104 - Add logo [\#976](https://github.com/schmittjoh/serializer/pull/976) ([goetas](https://github.com/…
155 - Add control to deserialization of null values [\#821](https://github.com/schmittjoh/serializer/is…
342 - Add "bool" Annotation/Type [\#807](https://github.com/schmittjoh/serializer/issues/807)
344 - Add description to PropertyMetadata? [\#800](https://github.com/schmittjoh/serializer/issues/800)
599 - Add support for array format [\#374](https://github.com/schmittjoh/serializer/issues/374)
701 - Add metadata informations [\#637](https://github.com/schmittjoh/serializer/issues/637)
735 - Add new tag \(upgrade packagist\) [\#461](https://github.com/schmittjoh/serializer/issues/461)
886 - best way to add root to json? [\#250](https://github.com/schmittjoh/serializer/issues/250)
[all …]
/plugin/crosspost/lang/en/
H A Dlang.php3 $lang['cp_to'] = 'Also add this page to sections:';
4 $lang['cp_click_to_add'] = 'Click on section name to add or remove:';
/plugin/chessdiagram/toolbar/
H A Dreadme.txt1 To add a chessdiagram button to the toolbar:
6 - add one of the diffs to this file
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md13 * Add Glob pattern handling in the `Finder` (Stéphane HULARD, 2015-11-12T22:28:20+01:00)
33 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:30:34+02:00)
47 * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-19T09:00:34+01:00)
65 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:42+02:00)
/plugin/editions/
H A Daction.php34 * Add lang and class around all content if in edition
52 * Add div around each paragraph
62 * Add edition links below each paragraph and close div from openSection()
81 * Add icons to edition links
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesDnsRecordSets.php36 * Service producers can use this method to add DNS record sets to private DNS
37 * zones in the shared producer host project. (dnsRecordSets.add)
47 public function add($parent, AddDnsRecordSetRequest $postBody, $optParams = []) function in Google\\Service\\ServiceNetworking\\Resource\\ServicesDnsRecordSets
51 return $this->call('add', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/Resource/
H A DSites.php34 * Adds a site to the set of the user's sites in Search Console. (sites.add)
36 * @param string $siteUrl The URL of the site to add.
39 public function add($siteUrl, $optParams = []) function in Google\\Service\\Webmasters\\Resource\\Sites
43 return $this->call('add', [$params]);

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