Home
last modified time | relevance | path

Searched refs:base (Results 126 – 150 of 1781) sorted by relevance

12345678910>>...72

/plugin/ckgedit/
H A DREADME.md2 FCKEditor with the more current CKEditor. Whereas the base directory for fckgLite is named fckg, th…
3 base directory for this version is ckgedit. However, only one of the two can
/plugin/snippets/lang/fr/
H A Dinfo.txt1 Cet outil devrait réconcilier les différences entre les métafichiers, les pages et la base de donné…
3 Il met également à jour la base de données qui conserve deux listes :
/plugin/indexmenu/syntax/
H A Dindexmenu.php669 _search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
853 _search(& $data, $base, $func, $opts, $dir = '', $lvl = 1) global() argument
/plugin/data-au/lang/fr/
H A Dintro_clean.txt1 ====== Nettoyage de la base de données ======
3 … par suppression du fichier dans l'arborescence), les méta données restent dans la base de données.
/plugin/data/lang/fr/
H A Dintro_clean.txt1 ====== Nettoyage de la base de données ======
3 Lorsque les pages qui contiennent des données sont détruites, leurs méta données sont également supprimées. Cependant, cela n'est vrai que pour les pages supprimées par une édition normale du wiki. Pour celles supprimées par d'autres moyens (par exemple, par suppression du fichier dans l'arborescence), les méta données restent dans la base de données.
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js47 var base = new Date(0);
48 var skew = base.getTime();
/plugin/miniblog/helper/
H A Dentry.php68 $base = preg_quote(DOKU_REL, '/');
69 $html = preg_replace('/(<a href|<img src)="('.$base.')/s', '$1="'.DOKU_URL, $html);
/plugin/codemirror/dist/modes/
H A Dhandlebars.min.js1 …var d=a.getMode(b,"handlebars-tags");if(!c||!c.base)return d;return a.multiplexingMode(a.getMode(b…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php319 $base = substr($hash, 0, strlen($hash) - 1);
321 $base = self::adjacent($base, $direction);
323 return $base . self::$characterTable[strpos(self::$neighbours[$direction][$type], $last)];
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst12 Let's define a base template, ``base.html``, which defines a simple HTML
48 {% extends "base.html" %}
150 Twig supports dynamic inheritance by using a variable as the base template:
187 {% extends standalone ? "minimum.html" : "base.html" %}
190 if the ``standalone`` variable evaluates to ``true``, and "base.html"
204 {# base.twig #}
221 {% extends "base.twig" %}
231 defined in the child template instead of the one defined in the base one; the
H A Ddeprecated.rst12 {# base.twig #}
13 {% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %}
/plugin/htmlokay/
H A Ddirectory_scan-3.php22 function traverseDirTree($base,$fileFunc,$dirFunc=null,$afterDirFunc=null){ argument
23 $subdirectories=opendir($base);
25 $path=$base.$subdirectory;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php132 * @param int $base
134 public function __construct($x = 0, $base = 10) argument
145 if (empty($x) && (abs($base) != 256 || $x !== '0')) {
149 switch ($base) {
152 if ($base == -256 && (ord($x[0]) & 0x80)) {
160 $this->initialize($base);
169 if ($base > 0 && $x[0] == '-') {
177 if ($base < 0 && hexdec($x[0]) >= 8) {
183 $this->initialize($base);
199 $this->initialize($base);
[all …]
H A DBCMath.php62 * @param int $base
65 public function __construct($x = 0, $base = 10) argument
76 parent::__construct($x, $base);
82 * @param int $base
85 protected function initialize($base) argument
87 switch (abs($base)) {
H A DGMP.php61 * @param int $base
64 public function __construct($x = 0, $base = 10) argument
80 parent::__construct($x, $base);
86 * @param int $base
89 protected function initialize($base) argument
91 switch (abs($base)) {
/plugin/mediarename/
H A Daction.php61 function _media_file_rename(&$data,$base,$file,$type,$lvl,$opts){ argument
96 rename($base."/".$file,$fn);
/plugin/nsexport/action/
H A Dexport.php56 $base = dirname(wikiFN($ID));
57 search($pages,$base,'search_allpages',array());
/plugin/webdav/core/
H A DUtils.php132 * @param string $base
140 public static function searchCallback(&$data, $base, $file, $type, $lvl, $opts = []) argument
160 $item['mtime'] = filemtime("$base/$file");
/plugin/odt/ODT/
H A DODTUnits.php257 public function getAbsoluteValue ($value, $base) { argument
263 $value = ($value * $base)/100;
266 $value = $value * $base;
/plugin/farmer/lang/en/
H A Dtab_new_help.txt8 If you use a wildcard subdomain setup you can also just provide the hostname part if you set a base domain in the configuration.
20 You can select an existing animal to base the new one on. All configuration, page, media and meta data will be copied
27 The Animal will be a fully functional wiki with it's own user base. You will need at least one administrative user
/plugin/fedauth/
H A Dcommon.php76 function &load_handler_class($plugin, $cmd, $type, $provid='', $base='base') { argument
85 $class = "fa_" . $base;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php363 $base = $end;
372 $base = $start;
377 $base = $limit;
382 $base = $i;
393 for (; $i < $base; $i++) {
404 if ($info[$i]['myanmar_category'] == self::OT_MR) { /* Pre-base reordering */
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js38 var base = location.href;
42 if(e[i].href) { base = e[i].href; }
49 var srcAbs = src.toAbsolute(base);
214 this.toAbsolute = function(base) { argument
215 var base = new mxJSColor.URI(base);
219 if(base.scheme === null) { return false; }
237 t.path = base.path;
241 t.query = base.query;
247 if(base.authority !== null && base.path === '') { // TODO: == or === ?
256 t.authority = base.authority;
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php133 function testResolve($base, $update, $expected) { argument
137 URLUtil::resolve($base, $update)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drecursive_block_with_inheritance.test11 {% extends "base.twig" %}
16 --TEMPLATE(base.twig)--

12345678910>>...72