Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/template/parallax/lib/js/
Dretina-1.1.0.js12 var root = (typeof exports == 'undefined' ? window : exports);
22 root.Retina = Retina;
32 if (context == null) context = root;
52 if (root.devicePixelRatio > 1)
55 if (root.matchMedia && root.matchMedia(mediaQuery).matches)
62 root.RetinaImagePath = RetinaImagePath;
126 root.RetinaImage = RetinaImage;
148 Retina.init(root);
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DBaseDumper.php21 private $root; variable in Twig\\Profiler\\Dumper\\BaseDumper
37 $this->root = $profile->getDuration();
48 $percent = $this->root ? $profile->getDuration() / $this->root * 100 : 0;
/template/my_little_forum/custom/
Dcustom_functions.php6 $root = $ns;
50 $ssns = stripslashes($root);
55 if (isset($root)) {
56 echo "<a class='nav' href='doku.php?id=$root:$titleref[$lc]'>$titlearr[$lc]</a>";
/template/dynamic_template/custom_code/
Dcustom_functions.php36 $root = $ns;
80 $ssns = stripslashes($root);
85 if (isset($root)) {
86 echo "<a class='nav' href='doku.php?id=$root:$titleref[$lc]'>$titlearr[$lc]</a>";
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
D_math.scss229 @function n-root($number, $n) {
248 @function root($number, $n) {
249 @return n-root($number, $n);
259 $root: $guess;
261 $root: $root - (pow($root, 2) - $number) / (2 * $root); variable
263 @return $root;
/template/kiwiki/lang/ko/
H A Dstyle.txt1 … 관리자를 사용하여 "favicon.ico" 파일을 "wiki" 또는 root 네임스페이스에 업로드하기만 하면 자동으로 적용됩니다. 비공개 위키를 사용하는 경우 ACL 설정에서…
/template/sprintdoc/lang/zh-tw/
H A Dstyle.txt1 …con,只要將一個 ''favicon.ico'' 檔案上傳到 ''wiki'' 或 root 分類名稱下,系統就會自動使用該檔案。如果您使用封閉的 wiki,建議您在 ACL 設定中將 ''wi…
/template/mantinedoku/lang/zh-tw/
Dstyle.txt1 …''logo.png'' 檔案上傳到 ''wiki'' 或 root 分類名稱下,系統就會自動使用該檔案。您也可以在其中上傳 ''favicon.ico''。如果您使用封閉的 wiki,建議您在 …
/template/mindthedark/css/
D_autocolor.less54 :root[theme="auto"]{
61 :root[theme="auto"]{
67 :root[theme="light"]{
72 :root[theme="dark"]{
D_plugin_wrap.less5 &:root[pluginWrap="1"] {
56 &:root[theme="dark"] {
62 &:root[theme="auto"] {
/template/strap/ComboStrap/
H A DPathTreeNode.php24 $root = PathTreeNode::createPathTreeNodeFromPath($rootSpace);
25 self::buildTreeFromFileSystemRecursively($root);
26 return $root;
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/
Dsassy-math.rb25 def nth_root(number, root) argument
27 root = root.value.to_f
28 result = number ** (1.0 / root)
/template/sprintdoc/lang/nl/
H A Dstyle.txt1 …o" naar de "wiki" of root namespace en deze wordt automatisch gebruikt. Bij een gesloten Wiki word…
/template/sprintdoc/lang/cs/
H A Dstyle.txt1 …wiki'' nebo ''root''. Potom bude ikona automaticky použita. Pokud máte neveřejnou wiki, je doporuč…
/template/mindthedark/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/byu_2017_theme/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/docnavwiki/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/darkblue/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/mantinedoku/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/ghw/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/bs4simple/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/notes/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/simplewiki/lang/hr/
Dstyle.txt1root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako kori…
/template/sprintdoc/lang/it/
H A Dstyle.txt1 …i root e verrà automaticamente usato. Se si utilizza un wiki chiuso, si consiglia di rendere leggi…
/template/jessica/lang/en/
Dstyle.txt1 …'wiki'' or the root namespace and it will automatically be used. If you use a closed wiki it is re…

12345678910>>...13