Home
last modified time | relevance | path

Searched refs:dir (Results 501 – 525 of 598) sorted by path

1...<<21222324

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js13541 function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
13542 var sibDir = dir == "previousSibling" && !isXML;
13550 elem = elem[dir];
13569 elem = elem[dir];
13577 function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
13578 var sibDir = dir == "previousSibling" && !isXML;
13586 elem = elem[dir];
13612 elem = elem[dir];
23144 this.dir = function(o) method in AnonymousFunction7f0ac55722f00.FirebugConsoleHandler
24173 dir: function(o) method in AnonymousFunction7f0ac55723100.CommandLineAPI
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js194 var createReduce = function(dir) { argument
200 index = dir > 0 ? 0 : length - 1;
203 index += dir;
205 for (; index >= 0 && index < length; index += dir) {
628 var createPredicateIndexFinder = function(dir) { argument
632 var index = dir > 0 ? 0 : length - 1;
633 for (; index >= 0 && index < length; index += dir) {
658 var createIndexFinder = function(dir, predicateFind, sortedIndex) { argument
662 if (dir > 0) {
675 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js62 var dir = ((fy > .5) * 2 - 1);
64 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
66 (fy = fy.toFixed(5) - 1e-5 * dir);
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock975 find-cache-dir@^2.0.0:
981 make-dir "^2.0.0"
982 pkg-dir "^3.0.0"
999 resolve-dir "^1.0.1"
1144 resolve-dir "^1.0.0"
1283 pkg-dir "^3.0.0"
1563 make-dir@^2.0.0:
2010 pkg-dir@^3.0.0:
2012 …resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51e…
2198 resolve-dir@^1.0.0, resolve-dir@^1.0.1:
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 {"version":3,"file":"underscore-min.js","sources":["underscore.js"],"names":["createReduce","dir","…
H A Dunderscore.js178 function createReduce(dir) { argument
182 for (; index >= 0 && index < length; index += dir) {
193 index = dir > 0 ? 0 : length - 1;
197 index += dir;
614 function createPredicateIndexFinder(dir) { argument
618 var index = dir > 0 ? 0 : length - 1;
619 for (; index >= 0 && index < length; index += dir) {
644 function createIndexFinder(dir, predicateFind, sortedIndex) { argument
648 if (dir > 0) {
661 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
/plugin/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php13 $dir = dirname(__FILE__) . '/phantomjs/';
14 $compressed = $dir . 'compressed.source.js';
15 $uncompressed = $dir . 'uncompressed.source.js';
/plugin/stale/
H A Dhelper.php19 $dir = new DirectoryIterator(DOKU_PLUGIN);
20 foreach ($dir as $file) {
/plugin/strata/
H A Dscript.js491 var dir = jQuery(this).attr('data-strata-sort-direction') == 'asc' ? 'desc' : 'asc';
492 jQuery(this).attr('data-strata-sort-direction', dir);
/plugin/structgeohash/
H A Dgeohash.js35 function calculateAdjacent(srcHash, dir) { argument
40 if (BORDERS[dir][type].indexOf(lastChr)!=-1)
41 base = calculateAdjacent(base, dir);
42 return base + BASE32[NEIGHBORS[dir][type].indexOf(lastChr)];
/plugin/structsection/
H A Dyarn.lock667 make-dir "^3.1.0"
1356 pkg-dir "^2.0.0"
1535 find-cache-dir@^3.3.1:
1541 make-dir "^3.0.2"
1542 pkg-dir "^4.1.0"
1734 pkg-dir "^4.2.0"
2015 make-dir@^3.0.2, make-dir@^3.1.0:
2289 pkg-dir@^2.0.0:
2296 pkg-dir@^4.1.0, pkg-dir@^4.2.0:
2303 pkg-dir@^5.0.0:
[all …]
/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh51 for dir in $(
58 rmdir ${dir}
/plugin/stylingpages/
H A Daction.php85 $dir = DOKU_PLUGIN . 'stylingpages/';
105 $it = new RecursiveDirectoryIterator($dir, FilesystemIterator::SKIP_DOTS);
114 $path = $dir . $file;
129 $path = $dir . $file;
/plugin/subpages/
H A Dplugin.info.txt7 desc Show subpages as a list if you add ~~SUBPAGES~~. Based on the dir plugin.
/plugin/superacl/
H A Dadmin.php216 $dir = $conf['datadir'];
H A Dajax.php40 $dir = $conf['datadir']; variable
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php356 $dir = dirname(__FILE__) . "/../Authenticator";
357 $handle = opendir($dir);
363 require_once $dir . "/" . $file;
/plugin/sync/
H A Dadmin.php349 if($dir == 0) continue;
399 if($dir == 0){
403 if($dir == -2){
417 if($dir == -1){
442 if($dir == 1){
464 if($dir == 2){
556 $dir = 0;
560 $dir = -1;
564 $dir = 1;
568 $dir = -1;
[all …]
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee25 isDirectory = (dir) ->
26 fs.existsSync(dir) and fs.statSync(dir).isDirectory()
34 findFilesIn = (dir, pattern) ->
35 shelljs.find(dir)
41 loadFilesIntoVariables = (dir) ->
44 for file in findFilesIn dir, '*.*'
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js3666 process.chdir = function (dir) {
H A Dsyntaxhighlighter.js.map1dir","umask","regexGroup","eof","end","BrushBase","Brush","keywords","ordinals","specials","getKey…
/plugin/tablelayout/
H A Dyarn.lock816 resolve-dir "^0.1.0"
2109 resolve-dir@^0.1.0:
2111 …resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-0.1.1.tgz#b219259a5602fac5c5c496a…
/plugin/tagfilter/script/select2/
H A Dselect2.css476 html[dir="rtl"] .select2-container-multi .select2-choices li
538 html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
562 html[dir="rtl"] .select2-search-choice-close {
/plugin/tagfilter/
H A Dstyle.css579 html[dir="rtl"] .select2-container-multi .select2-choices li
641 html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
665 html[dir="rtl"] .select2-search-choice-close {
/plugin/tagfilter/syntax/
H A Dfilter.php179 $dir = utf8_encodeFN(str_replace(':', '/', $opt['ns']));
185 search($data, $conf['datadir'], [$HtagfilterSyntax, 'search_all_pages'], $opts, $dir); //all pages inside namespace

1...<<21222324