Home
last modified time | relevance | path

Searched refs:base (Results 101 – 125 of 1781) sorted by relevance

12345678910>>...72

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dnested_inheritance.test7 {% extends "base.twig" %}
11 --TEMPLATE(base.twig)--
H A Dblock_expr.test4 {% extends "base.twig" %}
10 --TEMPLATE(base.twig)--
H A Dblock_expr2.test11 {% extends "base.twig" %}
12 --TEMPLATE(base.twig)--
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.editor.css1 .syntax-container.syntax-theme-base div.editor.syntax {
7 .syntax-container.syntax-theme-base div.editor.syntax:focus {
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.text-indent.class.php34 function units2pt($base) { argument
35 $this->raw_value[0] = units2pt($this->raw_value[0], $base);
/plugin/snap/
H A Dserver.sh15 base=`dirname \`readlink -f $0\``
25 nc -l -r -p$port -e $base/snap.sh
/plugin/letsencrypt/
H A DLescript.php395 * @param string $base the ACME API base all relative requests are sent to
397 public function __construct($base); argument
447 protected $base; variable in Analogic\\ACME\\Client
449 public function __construct($base) argument
451 $this->base = $base;
458 curl_setopt($handle, CURLOPT_URL, preg_match('~^http~', $url) ? $url : $this->base.$url);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmultiline.js19base]){return false}var o=j.index.slice(0),m=j.index.shift(),l,p,k,n=(j.index.length>0),h=false;if…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_template_in_child_template.test4 {% extends 'base.twig' %}
9 --TEMPLATE(base.twig)--
H A Dchild_contents_outside_blocks.test4 {% extends 'base.twig' %}
11 --TEMPLATE(base.twig)--
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css5 --blue-base-65: #4d90ff;
6 --blue-base-65-opacity-30: rgba(77, 144, 255, 0.3);
11 --red-base-62: #ff3d3d;
12 --red-base-62-lighten-90: rgb(255, 235, 235);
30 --bendpoint-fill-color: var(--blue-base-65-opacity-30);
31 --bendpoint-stroke-color: var(--blue-base-65);
36 --element-dragger-color: var(--blue-base-65);
45 --palette-entry-selected-color: var(--blue-base-65);
59 --resizer-stroke-color: var(--blue-base-65);
81 --tooltip-error-border-color: var(--red-base-62);
[all …]
/plugin/strata/types/
H A Dpage.php26 $base = ($hint?:getNS($ID));
34 // resolve page id with respect to selected base
35 resolve_pageid($base,$value,$exists);
/plugin/fullindex/
H A Daction.php265 $base = ':'.$item['id'];
266 $base = substr($base,strrpos($base,':')+1);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst35 Imagine a base template shared by multiple HTML pages, defining a single block
91 * Create two "intermediate" base templates that extend the master layout
103 of content. Now we would need to create intermediate base templates for
113 code can live in a single base template, and the two different content structures,
158 {% embed "base" with {'foo': 'bar'} %}
162 {% embed "base" with {'foo': 'bar'} only %}
166 {% embed "base" ignore missing %}
/plugin/sitemapnavi/
H A Dhelper.php186 public function searchMediaIndex(&$data,$base,$file,$type,$lvl,$opts) { argument
192 return search_media($data,$base,$file,$type,$lvl,$opts);
202 $base = substr($fullId, strrpos($fullId, ':') + 1);
207 $ret .= $base;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php318 $base = array_pop($parts); // keep filename itself
320 $base = '';
323 if ($base) {
324 $filename .= "/$base";
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MakeAbsolute.txt
/plugin/codebuttonmod2/
H A Dplugin.info.txt1 base codebuttonmod2
9 base codebuttonmod1
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dwith_extends.test4 {% extends "base.twig" %}
22 --TEMPLATE(base.twig)--
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php71 public static function saveParameters(BigInteger $prime, BigInteger $base, array $options = []) argument
75 'base' => $base
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dparent.rst9 {% extends "base.html" %}
18 defined in the ``base.html`` template.
/plugin/new_page_dialog/
H A Dstyle.css109 div.npd div.base div.base a.idx_dir {
110 background-image: url(images/base.gif);
115 div.base {
/plugin/npd/
H A Dstyle.css109 div.npd div.base div.base a.idx_dir {
110 background-image: url(images/base.gif);
115 div.base {
/plugin/farmer/lang/fr/
H A Dtab_new_help.txt11 Pour les fermes à base de sous domaine générique((//wildcard subdomain//
13 d'indiquer également un domaine de base.
25 Vous pouvez sélectionner un animal existant comme base d'un
35 L'animal sera un wiki complètement fonctionnel, avec sa propre base
/plugin/rssbycreated/
H A Daction.php36 $base = preg_quote(DOKU_REL,'/');
37 … $content = preg_replace('/(<a href|<img src)="('.$base.')/s','$1="'.DOKU_URL,$content);

12345678910>>...72