/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/ |
H A D | circle.player.css | 13 .cp-container { 27 .cp-buffer-1, 28 .cp-buffer-2, 54 .cp-container .cp-fallback { 85 .cp-buffer-holder.cp-gt50, 86 .cp-progress-holder.cp-gt50, 87 .cp-progress-1.cp-fallback{ 114 .cp-controls .cp-play { 118 .cp-controls .cp-play:hover { 122 .cp-controls .cp-pause { [all …]
|
/plugin/lms/ |
H A 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) 204 $cpns = getNS($cp); 182 parseControlPage($cp) global() argument [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/ |
H A 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/ |
H A 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/ |
H A 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/txt2tags/ |
H A D | deploy.sh | 1 cp linkwiz.js ../../scripts/linkwiz.js 2 cp toolbar.php ../../../inc/toolbar.php
|
/plugin/livepreview/ |
H A 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/crosspost/ |
H A 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/ |
H A D | Makefile | 2 cp orig/jquery.pwi.js . 4 cp orig/jquery.slimbox2.css .
|
/plugin/snmplive/ |
H A D | Makefile | 15 cp -a $(files) $(DESTDIR)$(plugindir)/$(package) 20 cp -a Makefile $(files) $(package)
|
/plugin/docsearchsitemap/ |
H A D | action.php | 41 $cp = $conf; 68 $conf = $cp;
|
/plugin/dokutexit/ |
H A D | Makefile | 31 @cp -R $(FILES) $(DIRS) $(NAME) 37 @cp -R $(FILES) $(DIRS) $(NAME)
|
/plugin/webcomponent/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | Makefile | 101 cp $< $@ 109 cp $< $@ 112 cp $< $@
|
/plugin/openlayersmap/ol7/ |
H A D | README.md |
|
/plugin/freechat/phpfreechat/misc/ |
H A D | checkmd5 | 53 cp $TMP $DST
|
/plugin/syntaxhighlighter3/sxh3/build/ |
H A D | tasks.coffee | 89 shelljs.cp "#{baseDir}/index.html", outputDir 90 shelljs.cp "#{sourceJsDir}/sh*.js", outputJsDir
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | .travis.yml | 92 …p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp .…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 2 …cp){current_codepage=cp};function char_codes(data){var o=[];for(var i=0,len=data.length;i<len;++i)… argument 4 …cp,opts){var o=[XML_HEADER,CORE_PROPS_XML_ROOT],p={};if(!cp)return o.join("");if(cp.CreatedDate!=n… argument 8 …cp,val){switch((cp[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":val=parsexmlbool(val);… argument
|
H A D | xlsx.js | 14 var set_cp = function(cp) { current_codepage = cp; }; argument 21 set_cp = function(cp) { current_codepage = cp; current_cptable = cptable[cp]; }; 2605 if(!cp) return o.join(""); 2608 …if(cp.CreatedDate != null) cp_doit("dcterms:created", typeof cp.CreatedDate === "string" ? cp.Crea… 2609 …if(cp.ModifiedDate != null) cp_doit("dcterms:modified", typeof cp.ModifiedDate === "string" ? cp.M… 2670 if(!cp) cp = {}; 2749 if(!cp) return o.join(""); 3076 var cp = current_codepage; 3083 current_codepage = cp; 3089 var cp = current_codepage; [all …]
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | cpexcel.full.mjs | 1026 var EE/*:Buffer*/ = make_EE(cpt[cp].enc); 1058 var D/*:DMap*/ = cpt[cp].dec; 1088 var E/*:EMap*/ = cpt[cp].enc; 1131 var D/*:DMap*/ = cpt[cp].dec; 1248 …var cp_decache = function cp_decache(cp/*:CPIndex*/)/*:void*/ { delete cpdcache[cp]; delete cpecac… argument 1272 if(cpecache[cp]) { last_enc = cpecache[last_cp=cp]; return last_enc(data, ofmt); } 1289 else if((M=magic[cp])) switch(M) { 1373 default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]); 1399 else if((M=magic[cp])) switch(M) { 1495 default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]); [all …]
|