Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/plugin/linkfix/
H A Dadmin.php171 $full = $link;
175 resolve_pageid($currentns, $full, $exists);
177 resolve_mediaid($currentns, $full, $exists);
182 $newlink = $this->changeLink($link, $full, $currentns);
185 if(($link != $newlink) && ($full != cleanID($newlink))) {
187 $this->prnt(hsc($full) . ' → ' . hsc($newlink) . '<br />');
227 * @param string $full the full, resolved version of the above link
231 protected function changeLink($link, $full, $currentNS) { argument
237 if(!preg_match('/^'.$this->qchangefrom.'/ui', $full)) return $link;
241 $new = substr($full, strlen($this->changefrom));
/plugin/edittable/
H A Ddeleted.files11 script/jquery.handsontable.full.js
14 less/jquery.handsontable.full.less
15 script/handsontable.full.js
16 less/handsontable.full.less
/plugin/bez/action/
H A Ddefault.php340 $full = sprintf($this->getLang('notification problems_without_tasks'), $link);
344 'full' => $full,
363 $full = sprintf($this->getLang('notification problems_coming'), $link);
367 'full' => $full,
386 $full = sprintf($this->getLang('notification problems_outdated'), $link);
390 'full' => $full,
408 $full
[all...]
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/jquotes/
H A Dsyntax.php79 $full = explode('|', helper_plugin_jquotes::getCookieHTML($data['cookie']));
80 $quote = $full[0];
81 $cite = $full[1];
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown29 $full = false; variable
51 $full = true; variable
84 if ($full) {
/plugin/pdftools/
H A Dadmin.php211 $full = $src . '/' . $file;
212 if ( is_dir($full) ) {
213 rrmdir($full);
216 unlink($full);
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css51 .jp-video-full {
52 /* Rules for IE6 (full-screen) */
60 .jp-video-full div div {
63 .jp-video-full .jp-jplayer {
71 .jp-video-full .jp-gui {
82 .jp-video-full .jp-interface {
431 .jp-video-full .jp-video-play {
494 .jp-full-screen {
498 .jp-full-screen:focus {
501 .jp-state-full-screen .jp-full-screen {
[all …]
H A Djplayer.blue.monday.min.css1full{width:480px;height:270px;position:static!important;position:relative}.jp-video-full div div{z…
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss56 .jp-video-full {
57 /* Rules for IE6 (full-screen) */
65 .jp-video-full div div {
69 .jp-video-full .jp-jplayer {
76 .jp-video-full .jp-gui {
85 .jp-video-full .jp-interface {
476 .jp-video-full .jp-video-play {
552 .jp-full-screen {
557 .jp-full-screen:focus {
561 .jp-state-full-screen .jp-full-screen {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css56 .jp-video-full {
57 /* Rules for IE6 (full-screen) */
65 .jp-video-full div div {
68 .jp-video-full .jp-jplayer {
76 .jp-video-full .jp-gui {
87 .jp-video-full .jp-interface {
236 .jp-full-screen {
240 .jp-full-screen:focus {
243 .jp-state-full-screen .jp-full-screen {
246 .jp-state-full-screen .jp-full-screen:focus {
[all …]
H A Djplayer.pink.flag.min.css1full{width:480px;height:270px;position:static!important;position:relative}.jp-video-full div div{z…
/plugin/struct/lang/en/
H A Dassignments_intro.txt7 * Pages as usual with their full page ID.
8 * Regular Expressions starting and ending with ''/'' - they are matched against a '':'' prefixed full page id.
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss63 .jp-video-full {
64 /* Rules for IE6 (full-screen) */
72 .jp-video-full div div {
76 .jp-video-full .jp-jplayer {
83 .jp-video-full .jp-gui {
91 .jp-video-full .jp-interface {
276 .jp-full-screen {
280 .jp-full-screen:focus {
283 .jp-state-full-screen .jp-full-screen {
286 .jp-state-full-screen .jp-full-screen:focus {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DUnit.php44 public function setPackage($full, $package, $sub, $category) argument
60 $node->setAttribute('full', $full);
/plugin/ireadit/action/
H A Dnotification.php61 $full = sprintf($this->getLang('notification full'), $link);
65 'full' => $full,
/plugin/acknowledge/lang/en/
H A Dassign.txt8 * Pages as usual with their full page ID.
9 * Regular Expressions starting and ending with ''/'' - they are matched against a '':'' prefixed full page id.
/plugin/tplinc/lang/en/
H A Dhelp.txt3 * For a single page just specify its full page id
6 …can be used starting and ending with ''/'' - they are matched against a '':'' prefixed full page id
/plugin/approve/action/
H A Dnotification.php80 $full = sprintf($this->getLang('notification full'), $link);
84 'full' => $full,
/plugin/extendpage/meta/
H A DAssignments.php127 * @param bool $full fully delete all previous assignments
130 public function clear($full = false) argument
135 if ($full) {
/plugin/structpublish/meta/
H A DAssignments.php158 * @param bool $full fully delete all previous assignments
161 public function clear($full = false) argument
166 if ($full) {
/plugin/struct/meta/
H A DAssignments.php148 * @param bool $full fully delete all previous assignments
151 public function clear($full = false)
156 if ($full) {
149 clear($full = false) global() argument
/plugin/fullscreenmode/
H A Dplugin.info.txt6 desc full screen edit mode
/plugin/backup/
H A Dadmin.php107 foreach ($backups as $full) {
108 $backup = basename($full);
112 echo filesize_h(filesize($full));
114 echo dformat(filemtime($full), '%f');
/plugin/flowplay2/flowplayer/
H A DREADME.txt34 - Hardware Scaled video in full-screen mode
130 - The native full screen ads were removed and replaced by a flowplayer.org logo
141 …- videoHeight does not have any effect in full screen mode any more, now resizes to fit the full a…
146 - Native Flash full screen mode added.
147 - The Long Play version (FlowPlayerLP.swf) now resizes to full screen
163 - The embed area is centered horizontally also in full screen mode.
166 - JS full screen works with external config file
253 - Stops playing in the launching player when the full screen player is opened. This
254 way the full screen player can begin buffering the video immediately. Previously
414 - Added a button to open the full screen page.
[all …]

12345678910>>...33