Home
last modified time | relevance | path

Searched refs:p (Results 1951 – 1972 of 1972) sorted by last modified time

1...<<717273747576777879

/plugin/wysiwyg/css/
H A Dfck_editorarea.css58 p, ul, li
/plugin/virtualkeyboard/vk/
H A Dvk_popup.js26 …var p = (function (sname){var sc = document.getElementsByTagName('script'),sr = new RegExp('^(.*/|… function
52 …hWnd = (window.showModelessDialog||window.open)(p+"vk_popup.html",window.showModelessDialog?window…
82 …var p = (function (sname){var sc = document.getElementsByTagName('script'),sr = new RegExp('^(.*/|… method
85 … document.write('<scr'+'ipt defer="false" type="text/javascript" src="'+p+dpd[i]+'"></scr'+'ipt>');
H A Dvk_loader.js2 …var p = (function (sname){var sc = document.getElementsByTagName('script'),sr = new RegExp('^(.*/|… function
18 … document.write('<scr'+'ipt defer="false" type="text/javascript" src="'+p+dpd[i]+'"></scr'+'ipt>');
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js488 document.createElementExt = function (tag /* :String */, p /* :Object */ ) /* :HTMLElement */{ argument
491 for (i in p) {
492 if (!p.hasOwnProperty(i)) continue;
494 case "class" : el.setAttribute('className',p[i]); el.setAttribute('class',p[i]); break;
495 …case "style" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; el.style[k] = p[i][k]; } b…
496 …case "event" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; el.attachEvent(k,p[i][k]);…
497 case "child" : L = p[i].length; for (k = 0; k<L; k++) el.appendChild(p[i][k]); break;
498 …case "param" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; try { el[k] = p[i][k] } ca…
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js302 case 38: //up arrow
356 case 38: //up arrow
H A Dselectbox.js462 this.getOption = function(id /* :Number */, p /* :String */) /* :String,Array */ { argument
464 return isString(p)?node.options[id][p]:[text.value,node.options[id].value];
/plugin/chessdiagram/toolbar/
H A Denglish.diff6 …2P1q3/PQ4RK/3r4\n</chessdiagram>\n\n<chessdiagram>\nr---k--r\n-q---ppp\np---p---\n--b-P---\nP--N-Q…
/plugin/livepreview/
H A Dscript.js48 document.createElementExt = function (tag,p) { argument
51 for (i in p) {
52 if (!p.hasOwnProperty(i)) continue;
54 case "class" : el.setAttribute('className',p[i]); el.setAttribute('class',p[i]); break;
55 …case "style" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; el.style[k] = p[i][k]; } b…
56 …case "event" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; el.attachEvent(k,p[i][k]);…
57 case "child" : L = p[i].length; for (k = 0; k<L; k++) el.appendChild(p[i][k]); break;
58 …case "param" : for (k in p[i]) { if (!p[i].hasOwnProperty(k)) continue; try { el[k] = p[i][k] } ca…
/plugin/googlesearch/
H A Daction.php94 echo '<p>';
H A Dnusoap.php773 foreach ($this->namespaces as $p => $n) {
774 if ($ns == $n || $ns == $p) {
775 $this->usedNamespaces[$p] = $n;
776 return $p;
4759 p { font-family: arial; color: #000000; margin-top: 0px; margin-bottom: 12px; }
4834 <p>View the <a href="'.$PHP_SELF.'?wsdl">WSDL</a> for the service.
4835 Click on an operation name to view it&apos;s details.</p>
/plugin/aimg/
H A Dscript.js294 for (var p in props)
296 this[p] = (typeof config[p] == 'undefined') ? props[p] : config[p];
/plugin/zip/pear/File/Archive/Predicate/
H A DAnd.php78 foreach ($this->preds as $p) {
79 if (!$p->isTrue($source)) {
H A DOr.php76 foreach ($this->preds as $p) {
77 if ($p->isTrue($source)) {
/plugin/zip/pear/File/
H A DArchive.php814 foreach ($args as $p) {
815 $pred->addPredicate($p);
832 foreach ($args as $p) {
833 $pred->addPredicate($p);
/plugin/bibtex/OSBib/create/
H A DMISC.php40 function p($data = '', $class = FALSE, $align = "left") function in MISC
H A DADMINSTYLE.php63 $pString .= MISC::p($message);
81 $pString .= MISC::p($error, "error", "center");
118 $pString .= MISC::p($error, "error", "center");
329 $pString .= MISC::p($error, "error", "center");
401 MISC::p(FORM::selectedBoxValue(FALSE,
419 MISC::p(FORM::selectedBoxValue(FALSE,
595 $pString .= MISC::p(MISC::hr());
597 $pString .= MISC::p(MISC::hr() . MISC::hr());
884 MISC::p(MISC::a("link linkHidden", "preview",
903 $pString .= MISC::p(FORM::formSubmit('Add'));
[all …]
H A DERRORS.php43 return MISC::p($utf8->encodeUtf8($string), "error", "center");
H A DHELPSTYLE.php116 $this->pString .= MISC::p(TEXT4);
117 $this->pString .= MISC::p(TEXT5);
118 $this->pString .= MISC::p(TEXT10);
119 $this->pString .= MISC::p(TEXT6);
120 $this->pString .= MISC::p(TEXT7);
121 $this->pString .= MISC::p(MISC::hr());
123 $this->pString .= MISC::p(SYNTAX1);
137 $this->pString .= MISC::p(TEXT11);
158 $this->pString .= MISC::p(EXAMPLE25);
160 $this->pString .= MISC::p(TEXT8);
[all …]
H A DSUCCESS.php43 return MISC::p($utf8->encodeUtf8($string), "success", "center");
H A Dosbib.css81 * .error: <p>error messages</p>
88 * .success: <p>success messages</p>
/plugin/bibtex/OSBib/format/
H A DHELPSTYLE.php127 $this->pString .= MISC::p(TEXT2);
128 $this->pString .= MISC::p(TEXT3);
129 $this->pString .= MISC::p(TEXT4);
131 $this->pString .= MISC::p(TEXT5);
132 $this->pString .= MISC::p(TEXT10);
133 $this->pString .= MISC::p(TEXT6);
134 $this->pString .= MISC::p(TEXT7);
137 $this->pString .= MISC::p(SYNTAX1);
151 $this->pString .= MISC::p(TEXT11);
174 $this->pString .= MISC::p(TEXT8);
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1p={};var a={};function n(c){return c.replace(/&/gm,"&amp;").replace(/</gm,"&lt;").replace(/>/gm,"&… property in hljs.HTML_TAGS

1...<<717273747576777879