Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/
Dcircle.player.css13 .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/
Dhelper.php22 $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/
Drelease.md5 …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/
Dcode.js83 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/
DDecToOther.php21 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/
Dinclude.php74 $cp = $this->hlp->getControlPage();
75 if (!$cp) return true;
77 $renderer->doc .= tpl_include_page($cp, false);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dutf8.php576 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/
Dscript.js27 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/
Ddeploy.sh1 cp linkwiz.js ../../scripts/linkwiz.js
2 cp toolbar.php ../../../inc/toolbar.php
/plugin/crosspost/
Dstyle.css13 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/
DMakefile2 cp orig/jquery.pwi.js .
4 cp orig/jquery.slimbox2.css .
/plugin/snmplive/
DMakefile15 cp -a $(files) $(DESTDIR)$(plugindir)/$(package)
20 cp -a Makefile $(files) $(package)
/plugin/dokutexit/
DMakefile31 @cp -R $(FILES) $(DIRS) $(NAME)
37 @cp -R $(FILES) $(DIRS) $(NAME)
/plugin/docsearchsitemap/
Daction.php41 $cp = $conf;
68 $conf = $cp;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DUnitConverter.php120 …$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/
Dcopy_visuals.cmd19 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/
DDES.php1258 $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/
Dhelpers.js212 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/
DlastRSS.php47 var $cp = ''; variable in lastRSS
123 if ($this->cp != '')
125 $out[1] = iconv($this->rsscp, $this->cp.'//TRANSLIT', $out[1]);
/plugin/virtualkeyboard/vk/
Dvirtualkeyboard.js617 var cp = document.getElementById(idPrefix+'caps');
618 cp.className += ' '+cssClasses['buttonDown'];
661 var cp = document.getElementById(idPrefix+'caps');
662cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
745 var cp = document.getElementById(idPrefix+'caps');
747 cp.className += ' '+cssClasses['buttonDown'];
749cp.className = cp.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+"\\b","g"),'');
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
DMakefile101 cp $< $@
109 cp $< $@
112 cp $< $@
/plugin/openlayersmap/ol/
DREADME.md31 cp ../generate-info.js.diff .
37 cp build/full/*.* ../
/plugin/freechat/phpfreechat/misc/
Dcheckmd553 cp $TMP $DST
/plugin/asciidocjs/node_modules/jake/
DMakefile33 cp -R ./* $(DESTDIR)$(PREFIX)/lib/node_modules/jake/ && \
/plugin/syntaxhighlighter3/sxh3/build/
Dtasks.coffee89 shelljs.cp "#{baseDir}/index.html", outputDir
90 shelljs.cp "#{sourceJsDir}/sh*.js", outputJsDir

1234