Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 1914) sorted by relevance

12345678910>>...77

/plugin/translation/
Ddeleted.files161 flags/more/ad.gif
162 flags/more/ae.gif
163 flags/more/ag.gif
164 flags/more/ai.gif
165 flags/more/al.gif
166 flags/more/am.gif
167 flags/more/an.gif
168 flags/more/ao.gif
169 flags/more/ar.gif
170 flags/more/as.gif
[all …]
/plugin/jmol2/jmol/
DJmolApplet0_ReadersMore.jar ... readers/ org/jmol/adapter/readers/more/ org/jmol/adapter/readers/more ...
DJmolAppletSigned0_ReadersMore.jar ... readers/ org/jmol/adapter/readers/more/ org/jmol/adapter/readers/more ...
/plugin/owncloud/
Dhelper.php551 * @param mixed $more string or array with additional parameters
557 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) { argument
561 if(is_array($more)) {
563 if(!empty($more['w']) || !empty($more['h']) || $isexternalimage ){
564 $more['tok'] = media_get_token($id,$more['w'],$more['h']);
567 if(isset($more['cache']) && $more['cache'] == 'cache') unset($more['cache']);
568 if(empty($more['w'])) unset($more['w']);
569 if(empty($more['h'])) unset($more['h']);
571 if($more['fileid'] <1 || $more['fileid'] == '') unset($more['fileid']);
572 if(isset($more['id']) && $direct) unset($more['id']);
[all …]
/plugin/miniblog/syntax/
Dentry.php51 $more = ((count($entries) > $page+$num) ? ($page+$num)/$num : -1); // next page
61 $this->render_twentyfifteen($renderer, $entries, $less, $more);
63 $this->render_default($renderer, $entries, $less, $more);
68 function render_default($renderer, $entries, $less, $more) { argument
86 if ($more !== -1) {
87 …$renderer->doc .= '<p class="mediaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.…
91 function render_twentyfifteen($renderer, $entries, $less, $more) { argument
116 if ($more !== -1) {
117 …$renderer->doc .= '<p class="mediaright"><a href="'.wl($ID, 'page='.$more).'" class="wikilink1">'.…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DSprocketsFilter.php79 $more = '';
82 $more .= 'options[:load_path] << '.var_export($directory, true)."\n";
86 $more .= 'options[:asset_root] = '.var_export($this->assetRoot, true)."\n";
89 if ($more) {
90 $more .= "\n";
103 $more
/plugin/amazon/
Dsyntax.php72 list($asin,$more) = explode(' ',$asin,2);
73 if(preg_match('/(\d+)x(\d+)/i',$more,$match)){
77 if(preg_match('/=(\d+)/',$more,$match)){
80 if(preg_match('/noprice/i',$more,$match)){
82 }elseif(preg_match('/(show)?price/i',$more,$match)){
85 if(preg_match('/nopurchased/i',$more,$match)){
87 }elseif(preg_match('/(show)?purchased/i',$more,$match)){
90 if(preg_match('/sortprice/i',$more,$match)){
92 }elseif(preg_match('/sortpriority/i',$more,$match)){
94 }elseif(preg_match('/sortadded/i',$more,$match)){
/plugin/popupviewer/syntax/
Dviewer.php85 $more = 'id="' . $scID . '"';
115 $more = $this->_getOnClickHandler($close, array('isImage' => true, 'id' => $id));
144 $more = $this->_getOnClickHandler($close, $data);
148 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, …
153 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
155 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
159 return '<a href="'.$id.'" ' . trim($more) . ' >' . $name . '</a>' . $script;
161 $return = '<area href="'.$id.'" ' . trim($more) . '';
/plugin/siteexport/inc/
Dfunctions.php221 …public function wl($id='',$more='',$abs=false,$sep='&amp;', $IDexists=true, $overrideRewrite=false… argument
224 $this->debug->message("Starting to build WL-URL for '$id'", $more, 1);
226 if(is_array($more)){
229 foreach( $more as $key => $value) {
251 $more = $intermediateMore;
253 $more = str_replace(',', $sep, $more);
278 if ($more) $xlink .= '?' . $more;
282 if ($more) $xlink .= '?' . $more;
285 if ($more) $xlink .= '?' . $more;
288 if ($more) $xlink .= $sep . $more;
[all …]
/plugin/discussion/
Dadmin.php63 $more = ((count($threads) > ($first + $num)) ? true : false);
81 $this->_browseDiscussionLinks($more, $first, $num);
303 * @param bool $more
308 function _browseDiscussionLinks($more, $first, $num) { argument
311 if (($first == 0) && (!$more)) return true;
325 if ($more) {
331 } else if ($more) {
334 if ($more) {
/plugin/dokukiwix/
DINSTALL11 function wl($id='',$more='',$abs=false,$sep='&amp;'){
14 if (defined("dokukiwix_plugin")) return dokukiwix_wl($id, $more, $abs, $sep);
17 function ml($id='',$more='',$direct=true,$sep='&amp;'){
20 if (defined("dokukiwix_plugin")) return dokukiwix_ml($id,$more,$direct, $sep);
Dcommon.php13 function dokukiwix_ml($id='',$more='',$direct=true,$sep='&'){ argument
47 function dokukiwix_wl($id='',$more='',$abs=false,$sep='&amp;'){ argument
/plugin/magnifier/
Dsyntax.php86 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
88 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
92 return '<a href="'.$id.'" ' . $more . ' >' . $name . '</a>' . $script;
94 $return = '<area href="'.$id.'" ' . $more . '';
/plugin/linkback/
Dadmin.php61 $more = count($targets) > ($first + $num);
80 $this->_browseLinkbackLinks($more, $first, $num);
243 function _browseLinkbackLinks($more, $first, $num){ argument
246 if (($first == 0) && (!$more)) return true;
257 if ($more){
263 } else if ($more){
266 if ($more){
/plugin/loglog/
Daction.php120 * @param string $more
122 protected function logAdmin(array $data = [], $more = '') argument
128 if ($more && $more !== $page) $msg .= " - $more";
/plugin/actionlink/
Dsyntax.php195 function tpll_link($url,$name,$more=''){ argument
197 if ($more) $link.=' '.$more;
/plugin/authucenter/lib/uc_client/control/
Dpm.php34 $more = intval($this->input('more'));
35 if(!$_ENV['pm']->isnewpm($uid) && !$more) {
41 if($more == 0) {
43 } elseif($more == 1) {
45 } elseif($more == 2 || $more == 3) {
46 if($more == 2) {
55 } elseif($more == 4) {
/plugin/davcal/fullcalendar-3.10.5/
Dfullcalendar.print.less12 * Include this stylesheet on your page to get a more printer-friendly calendar.
63 /* use a more border-friendly method for this... */ }
72 making it look more like 3em. for other browers, it will already be this tall */
75 /* Undo month-view event limiting. Display all events and hide the "more" links
77 .fc-more-cell,
78 .fc-more {
89 /* never display the "more.." popover in print mode */ }
152 /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
DDirSyncResponseControl.php110 $more = $response->getChild(0);
113 if (!$more instanceof IntegerType) {
124 $more->getValue(),
/plugin/picasawebalbum/orig/
Djquery.pwi.js.patch7 … sure you specify at least your username.' + '\n' + 'See http://pwi.googlecode.com for more info');
8 …t('Make sure you specify at least your username.' + '\n' + 'See pwi.googlecode.com for more info');
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dindex.rst55 :ref:`Read more about custom annotations. <custom>`
82 :ref:`Read more about handling annotations. <annotations>`
92 .. _Read more about handling annotations.: annotations
93 .. _Read more about custom annotations.: custom
/plugin/scrape/vendor/ezyang/htmlpurifier/
DREADME.md10 be configured to accept a more restrictive set of tags, but it won't be
11 as efficient as more bare-bones parsers. It will, however, do the job
12 right, which may be more important.
/plugin/blog/syntax/
Dblog.php167 function _browseEntriesLinks($more, $first, $num) { argument
177 if ($more) $ret .= ' | ';
179 } else if ($more) {
182 if ($more) {
/plugin/openlayersmap/lang/en/
Dhelp.txt7 …* **zooming in and out** using the + and - buttons in the top left of the map you can obtain more
9 …* **retrieving information** the map may contain elements that contain more information, by clicki…
16 …ns in the top left of the map or by using the + and - keys you can obtain more or less detail in t…
18 …* **retrieving information** the map may contain elements that contain more information, using the…
/plugin/webcomponent/_test/data/pages/
Drelated.txt5 …age ordered by pages importance where the page that has the more links toward it is the more impor…

12345678910>>...77