/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/ |
D | circle.player.css | 13 .cp-container { 22 .cp-container :focus { 27 .cp-buffer-1, 28 .cp-buffer-2, 29 .cp-progress-1, 30 .cp-progress-2 { 43 .cp-buffer-1, 44 .cp-buffer-2 { 54 .cp-container .cp-fallback { 59 .cp-progress-1, [all …]
|
/plugin/lms/ |
D | helper.php | 22 $cp = $this->getControlPage(); 23 if (!$cp) return []; 25 $lessons = array_fill_keys($this->parseControlPage($cp), 0); 43 $cp = $this->getConf('controlpage'); 46 $cp = page_findnearest($cp, false); 48 return $cp; 199 * @param string $cp The control page 202 protected function parseControlPage($cp) argument 204 $cpns = getNS($cp); 207 $instructions = p_cached_instructions(wikiFN($cp), false, $cp); [all …]
|
/plugin/asciidocjs/node_modules/lodash/ |
D | release.md | 5 …p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp .… 9 cp lodash.js npm-package/lodash.js 10 cp dist/lodash.min.js npm-package/lodash.min.js 11 cp LICENSE npm-package/LICENSE 41 cp lodash.js dist/lodash.min.js dist/lodash.core.js dist/lodash.core.min.js ../lodash-temp/ 43 cp ../lodash-temp/lodash.core.js core.js 44 cp ../lodash-temp/lodash.core.min.js core.min.js 45 cp ../lodash-temp/lodash.js lodash.js 46 cp ../lodash-temp/lodash.min.js lodash.min.js
|
/plugin/asciidocjs/node_modules/esutils/lib/ |
D | code.js | 83 function fromCodePoint(cp) { argument 84 if (cp <= 0xFFFF) { return String.fromCharCode(cp); } 85 var cu1 = String.fromCharCode(Math.floor((cp - 0x10000) / 0x400) + 0xD800); 86 var cu2 = String.fromCharCode(((cp - 0x10000) % 0x400) + 0xDC00);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/ |
D | DecToOther.php | 21 public function convert($num, $cp, $check = true) argument 30 …if (!$check || $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], $cp + ((int) $nstr[$i])))… 31 $rnum .= UtfString::code2utf($cp + (int) $nstr[$i]);
|
/plugin/lms/syntax/ |
D | include.php | 74 $cp = $this->hlp->getControlPage(); 75 if (!$cp) return true; 77 $renderer->doc .= tpl_include_page($cp, false);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
D | utf8.php | 576 foreach (utf8_to_unicode($str) as $cp) { 577 if ($cp < 0x80) 578 $ret .= chr($cp); 579 elseif ($cp < 0x100) 580 $ret .= "&#$cp;"; 582 $ret .= '&#x'.dechex($cp).';'; 632 $cp = hexdec($ent[3]); 635 $cp = intval($ent[3]); 638 return unicode_to_utf8(array($cp)); 970 foreach($uni as $cp){ [all …]
|
/plugin/livepreview/ |
D | script.js | 27 function getParent (el, cp, vl) { argument 30 ((!isUndefined(vl) && el[cp] == vl) || 31 ('string' == typeof cp && el.tagName.toLowerCase() == cp.toLowerCase()) || 32 el == cp)) return el; 33 else return getParent(el.parentNode, cp, vl);
|
/plugin/txt2tags/ |
D | deploy.sh | 1 cp linkwiz.js ../../scripts/linkwiz.js 2 cp toolbar.php ../../../inc/toolbar.php
|
/plugin/crosspost/ |
D | style.css | 13 background: transparent url(images/cp.gif) 0px 0px no-repeat; 21 background: transparent url(images/cp-link.gif) 0px 0px no-repeat; 29 background: transparent url(images/cp-added.gif) 0px 0px no-repeat;
|
/plugin/picasawebalbum/ |
D | Makefile | 2 cp orig/jquery.pwi.js . 4 cp orig/jquery.slimbox2.css .
|
/plugin/snmplive/ |
D | Makefile | 15 cp -a $(files) $(DESTDIR)$(plugindir)/$(package) 20 cp -a Makefile $(files) $(package)
|
/plugin/dokutexit/ |
D | Makefile | 31 @cp -R $(FILES) $(DIRS) $(NAME) 37 @cp -R $(FILES) $(DIRS) $(NAME)
|
/plugin/docsearchsitemap/ |
D | action.php | 41 $cp = $conf; 68 $conf = $cp;
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | UnitConverter.php | 120 …$cp = ($log < 0) ? $this->internalPrecision - $log : $this->internalPrecision; // internal precisi… 135 … $factor = $this->div(self::$units[$state][$unit], self::$units[$state][$dest_unit], $cp); 136 $n = $this->mul($n, $factor, $cp); 161 $n = $this->mul($n, self::$units[$state][$dest_state][1], $cp);
|
/plugin/webcomponent/ |
D | copy_visuals.cmd | 19 call cp %WEB_COMPO_VISUAL_PAGES% %WEB_COMPO_VISUAL_PAGES_DST% 29 call cp /V /Y %WEB_COMPO_VISUAL_MEDIAS% %WEB_COMPO_VISUAL_MEDIAS_DST%
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
D | DES.php | 1258 $cp = $pc2mapc1[ $c >> 24 ] | $pc2mapc2[($c >> 16) & 0xFF] | 1264 $val1 = ( $cp & 0xFF000000) | (($cp << 8) & 0x00FF0000) | 1266 $val2 = (($cp << 8) & 0xFF000000) | (($cp << 16) & 0x00FF0000) |
|
/plugin/virtualkeyboard/vk/extensions/ |
D | helpers.js | 212 DOM.getParent = function (el /* : HTMLElement */, cp /* :String, HTMLElement */, vl /* :String */) … argument 215 ((!isUndefined(vl) && el[cp] == vl) || 216 ('string' == typeof cp && DOM.hasTagName(el, cp)) || 217 el == cp)) return el; 218 else return arguments.callee(el.parentNode, cp, vl);
|
/plugin/rssticker/ |
D | lastRSS.php | 47 var $cp = ''; variable in lastRSS 123 if ($this->cp != '') 125 $out[1] = iconv($this->rsscp, $this->cp.'//TRANSLIT', $out[1]);
|
/plugin/virtualkeyboard/vk/ |
D | virtualkeyboard.js | 617 var cp = document.getElementById(idPrefix+'caps'); 618 cp.className += ' '+cssClasses['buttonDown']; 661 var cp = document.getElementById(idPrefix+'caps'); 662 … cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),''); 745 var cp = document.getElementById(idPrefix+'caps'); 747 cp.className += ' '+cssClasses['buttonDown']; 749 … cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
D | Makefile | 101 cp $< $@ 109 cp $< $@ 112 cp $< $@
|
/plugin/openlayersmap/ol/ |
D | README.md | 31 cp ../generate-info.js.diff . 37 cp build/full/*.* ../
|
/plugin/freechat/phpfreechat/misc/ |
D | checkmd5 | 53 cp $TMP $DST
|
/plugin/asciidocjs/node_modules/jake/ |
D | Makefile | 33 cp -R ./* $(DESTDIR)$(PREFIX)/lib/node_modules/jake/ && \
|
/plugin/syntaxhighlighter3/sxh3/build/ |
D | tasks.coffee | 89 shelljs.cp "#{baseDir}/index.html", outputDir 90 shelljs.cp "#{sourceJsDir}/sh*.js", outputJsDir
|