Home
last modified time | relevance | path

Searched full:add (Results 1 – 25 of 890) sorted by relevance

12345678910>>...36

/template/strap/db/combo/
H A Dupdate0006.sql2 alter table PAGES add column DATE_MODIFIED TEXT;
3 alter table PAGES add column DATE_CREATED TEXT;
4 alter table PAGES add column DATE_PUBLISHED TEXT;
5 alter table PAGES add column PATH TEXT;
6 alter table PAGES add column NAME TEXT;
7 alter table PAGES add column TITLE TEXT;
8 alter table PAGES add column H1 TEXT;
H A Dupdate0007.sql2 alter table PAGES add column TYPE TEXT;
3 alter table PAGES add column LANG TEXT;
4 alter table PAGES add column WORD_COUNT INTEGER;
5 alter table PAGES add column IS_LOW_QUALITY INTEGER;
6 alter table PAGES add column DATE_START TEXT;
7 alter table PAGES add column DATE_END TEXT;
8 alter table PAGES add column COUNTRY TEXT;
H A Dupdate0004.sql1 -- Add the analytics column
2 alter table PAGES add column ANALYTICS TEXT;
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php155 * Add a string to the buffer
159 private function add(string $string): void { function in PhpCss\\Ast\\Visitor\\Xpath
203 * prepare buffer to add a condition to the xpath expression
211 $this->add('*[');
214 $this->add($condition);
217 $this->add('[');
220 $this->add(' and ');
224 $this->add($condition);
233 $this->add(']');
285 * If here is already data in the buffer, add a separator before starting the next.
[all …]
H A DCss.php57 * If here is already data in the buffer, add a separator before starting the next.
206 if ($repeatsOddEven && $position->add === 1) {
208 } elseif ($repeatsOddEven && $position->add === 0) {
211 $this->_buffer .= $position->add;
214 if ($position->add !== 0) {
215 $this->_buffer .= $position->add >= 0
216 ? '+'.$position->add : $position->add;
220 if ($position->add !== 0) {
221 $this->_buffer .= $position->add >= 0
222 ? '+'.$position->add : $position->add;
H A DExplain.php135 * If here is already data in the buffer, add a separator before starting the next.
382 if ($repeatsOddEven && $position->add === 1) {
384 } elseif ($repeatsOddEven && $position->add === 0) {
387 $css = $position->add;
390 if ($position->add !== 0) {
391 $css .= $position->add >= 0
392 ? '+'.$position->add : $position->add;
396 if ($position->add !== 0) {
397 $css .= $position->add >= 0
398 ? '+'.$position->add : $position->add;
/template/strap/resources/snippet/js/
H A Doutline-anchor.js10 .add(".outline-heading")
11 .add("main section > h2")
12 .add("main section > h3")
13 .add("main section > h4")
14 .add("main section > h5")
15 .add("main section > h6")
H A Dcarrousel.js32 carrousel.classList.add(`carrousel-${carrouselType}-cs`);
37 …carrousel.classList.add("row", "row-cols-1", `row-cols-sm-${elementsMin}`, "justify-content-center…
40 gridColContainer.classList.add("col");
50 … carrousel.classList.add("glide", "glide--ltr", "glide--carousel", "glide--swipeable");
52 glideTrackContainer.classList.add("glide__track");
56 glideSlidesContainer.classList.add("glide__slides");
60 element.classList.add("glide__slide");
63 … element.classList.add("justify-content-center", "align-items-center", "d-flex");
77 controlArrowContainer.classList.add("d-none", "d-sm-block");
93 controlBulletContainer.classList.add("glide__bullets", "d-none", "d-sm-block");
[all …]
H A Dcombo-search-box.js13 …n with a search term as argument. It should return an array of elements to add to the suggested li…
64 this.searchResultContainer.classList.add("dropdown-menu");
137 this.searchResultContainer.classList.add("show");
148 li.classList.add("dropdown-item");
149 li.classList.add(this.itemClass);
151 … // Note: HTML element such as anchors are added in the tab order, no need to add tabindex - 1
/template/twentyfifteen/css/
Dnormalize.less22 * Add the correct display in IE 9-.
48 * Add the correct display in IE 9-.
49 * 1. Add the correct display in IE.
59 * Add the correct margin in IE 8.
67 * 1. Add the correct box sizing in Firefox.
102 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
121 * Add the correct font weight in Chrome, Edge, and Safari.
142 * Add the correct font style in Android 4.3-.
150 * Add the correct background and color in IE 9-.
159 * Add the correct font size in all browsers.
[all …]
/template/stm/stm/css/
D_normalize.css31 * Add the correct display in IE 9-.
57 * Add the correct display in IE 9-.
58 * 1. Add the correct display in IE.
68 * Add the correct margin in IE 8.
76 * 1. Add the correct box sizing in Firefox.
121 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
140 * Add the correct font weight in Chrome, Edge, and Safari.
161 * Add the correct font style in Android 4.3-.
169 * Add the correct background and color in IE 9-.
178 * Add the correct font size in all browsers.
[all …]
/template/twigstarter/vendor/twig/twig/src/Extension/
DExtensionInterface.php28 * Returns the token parser instances to add to the existing list.
35 * Returns the node visitor instances to add to the existing list.
42 * Returns a list of filters to add to the existing list.
49 * Returns a list of tests to add to the existing list.
56 * Returns a list of functions to add to the existing list.
63 * Returns a list of operators to add to the existing list.
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Value/
H A DPosition.php10 public $add = 0; variable in PhpCss\\Ast\\Value\\Position
12 public function __construct(int $repeat, int $add) { argument
14 $this->add = $add;
/template/breeze/bower_components/gumby/js/libs/ui/
Dgumby.toggleswitch.js133 this.$el.add(this.targets[0]).toggleClass(this.className);
141 // add this element to it unless gumby-self set
143 $target = $target.add(this.$el);
151 // add this element to it unless gumby-self set
153 $target = $target.add(this.$el);
174 // no targets just add active class to switch
178 // combine single target with switch and add active class
182 // add this element to it unless gumby-self set
184 $target = $target.add(this.$el);
194 // add this element to it unless gumby-self set
[all …]
Dgumby.tabs.js36 if(this.$nav.eq(index).add(this.$content.eq(index)).hasClass('active')) {
43 this.$nav.add(this.$content).removeClass('active');
46 this.$nav.eq(index).add(this.$content.eq(index)).addClass('active');
58 // add initialisation
/template/typowiki/typowiki/scss/
D_sanitize.scss5 * Add border box sizing in all browsers (opinionated).
15 * 1. Add text decoration inheritance in all browsers (opinionated).
16 * 2. Add vertical alignment inheritance in all browsers (opinionated).
94 * 1. Add the correct sizing in Firefox.
104 * Add the correct display in IE.
143 * Add the correct text decoration in Edge 18-, IE, and Safari.
152 * Add the correct font weight in Chrome, Edge, and Safari.
173 * Add the correct font size in all browsers.
197 * Add the correct display in IE 9-.
206 * Add the correct display in iOS 4-7.
[all …]
/template/strap/action/
H A Dmetacanonical.php9 * Add all canonical HTML metadata
68 * Add the canonical metadata value
72 * Add the app name value
113 // Add
118 * Add the Og canonical meta
139 // Add
145 * Add the following meta
170 // Add
H A Dsnippets.php17 * Add the snippet needed by the components
44 * To add the snippets in the header
49 * To add the snippets in the content
69 * Add the snippets in the head
118 * first, then the content, to not add the snippet in the head and in the content
154 * Add snippet in the content
162 * We don't add any component at this moment
209 * For now, we add therefore only the snippet for the slots.
/template/writr/lang/en/
Dstyle.txt7 To add a navigation to the sidebar, you can add a page called ''topnav'' and add a list of links to…
/template/writr2/lang/en/
Dstyle.txt3 To add a navigation to the sidebar, you can add a page called ''topnav'' and add a list of links to…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php28 $operands->add($o);
31 $operands->add($a);
36 $operands->add($o);
39 $operands->add($b);
50 $operands->add($reduced);
/template/kajukkd/
Dscript.js59 …classList.add("mm-menu-open"), this.dokuwiki__site.classList.add("mm-menu-open"), this.toggle.clas…
63 a.classList.add("in-view");
66 this.mask.classList.add("active"), this.menuPosition = "on";
87 a.classList.add("item-" + b);
103 …le.marginTop = -(g / 2) + "px", h.style.marginLeft = -(g / 2) + "px", h.classList.add("animating");
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php25 * Add a context to the cache and return it. If the context already exists,
26 * return that one instead and do not add a new context to the cache.
29 public function add(PredictionContext $ctx) : PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContextCache
/template/writers/images/cabecera/
Drotator.php32 When you want to add or remove images from the rotation-pool,
33 just add or remove them from the image rotation folder.
75 2. Add image types if needed (most users can ignore that part).
116 gif, jpg, and png, add a duplicate line to the section below
119 Add the new file-type, single-quoted, inside brackets.
121 Add the mime-type to be sent to the browser, also single-quoted,
/template/dokubootstrapsimplified/js/
Dmodifications.js1 // Add construction so we can use normal jQuery style code.
12 // add text-primariy to all header tags (h1,h2 etc) to the content
20 // Add sroll behavior to TOC

12345678910>>...36