[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/system/legacy/ -> functions.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: functions.php 14401 2010-01-26 14:10:00Z louis $
File Size: 910 lines (21 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 57 functions

  mosCountModules()
  mosMainBody()
  mosLoadModules()
  mosLoadModule()
  mosShowHead()
  mosCountAdminModules()
  mosMainBody_Admin()
  mosLoadAdminModules()
  mosLoadAdminModule()
  mosShowHead_Admin()
  mosStripslashes()
  mosBindArrayToObject()
  mosHash()
  mosNotAuth()
  mosErrorAlert()
  mosPathName()
  mosReadDirectory()
  mosCreateMail()
  mosMail()
  mosSendAdminMail()
  mosMakePassword()
  mosRedirect()
  mosMakePath()
  mosArrayToInts()
  mosBackTrace()
  mosChmod()
  mosChmodRecursive()
  mosIsChmodable()
  mosShowSource()
  mosPathWay()
  mosGetBrowser()
  mosGetOS()
  mosGetParam()
  mosGetOrderingList()
  mosParseParams()
  mosLoadComponent()
  initEditor()
  getEditorContents()
  editorArea()
  mosMenuCheck()
  mosObjectToArray()
  mosFormatDate()
  mosCurrentDate()
  mosMakeHtmlSafe()
  initGzip()
  deldir()
  doGzip()
  SortArrayObjects()
  josGetArrayInts()
  josSpoofCheck()
  josSpoofValue()
  loadOverlib()
  mosToolTip()
  sefRelToAbs()
  ampReplace()
  mosTreeRecurse()
  mosWarning()

Functions
Functions that are not part of a class:

mosCountModules( $position='left' )   X-Ref
Legacy function, use <jdoc:exists type="modules" condition="{POSITION}" /> instead


mosMainBody()   X-Ref
Legacy function, use <jdoc:include type="component" /> instead


mosLoadModules( $position='left', $style=0 )   X-Ref
Legacy function, use <jdoc:include type="modules" /> instead


mosLoadModule( $name, $style=-1 )   X-Ref
Legacy function, use <jdoc:include type="module" /> instead


mosShowHead()   X-Ref
Legacy function, use <jdoc:include type="head" /> instead


mosCountAdminModules( $position='left' )   X-Ref
Legacy function, using <jdoc:exists> instead


mosMainBody_Admin()   X-Ref
Legacy function, using <jdoc:include type="component" /> instead


mosLoadAdminModules( $position='left', $style=0 )   X-Ref
Legacy function, using <jdoc:include type="modules" /> instead


mosLoadAdminModule( $name, $style=0 )   X-Ref
Legacy function, using <jdoc:include type="module" /> instead


mosShowHead_Admin()   X-Ref
Legacy function, using <jdoc:include type="head" /> instead


mosStripslashes( &$value )   X-Ref
Legacy function, always use {@link JRequest::getVar()} instead


mosBindArrayToObject( $array, &$obj, $ignore='', $prefix=NULL, $checkSlashes=true )   X-Ref
Legacy function, use {@link JArrayHelper JArrayHelper->toObject()} instead


mosHash( $seed )   X-Ref
Legacy function, use {@link JUtility::getHash()} instead


mosNotAuth()   X-Ref
Legacy function


mosErrorAlert( $text, $action='window.history.go(-1)   X-Ref
Legacy function, use (@link JError} or {@link JApplication::redirect()} instead.


mosPathName($p_path, $p_addtrailingslash = true)   X-Ref
Legacy function, use {@link JPath::clean()} instead


mosReadDirectory( $path, $filter='.', $recurse=false, $fullpath=false )   X-Ref
Legacy function, use {@link JFolder::files()} or {@link JFolder::folders()} instead


mosCreateMail( $from='', $fromname='', $subject, $body )   X-Ref
Legacy function, use {@link JFactory::getMailer()} instead


mosMail($from, $fromname, $recipient, $subject, $body, $mode=0, $cc=NULL, $bcc=NULL, $attachment=NULL, $replyto=NULL, $replytoname=NULL )   X-Ref
Legacy function, use {@link JUtility::sendMail()} instead


mosSendAdminMail( $adminName, $adminEmail, $email, $type, $title, $author )   X-Ref
Legacy function, use {@link JUtility::sendAdminMail()} instead


mosMakePassword()   X-Ref
Legacy function, use {@link JUserHelper::genRandomPassword()} instead


mosRedirect( $url, $msg='' )   X-Ref
Legacy function, use {@link JApplication::redirect() JApplication->redirect()} instead


mosMakePath($base, $path='', $mode = NULL)   X-Ref
Legacy function, use {@link JFolder::create()}


mosArrayToInts( &$array, $default=null )   X-Ref
Legacy function, use {@link JArrayHelper::toInteger()} instead


mosBackTrace( $message='' )   X-Ref
Legacy function, use {@link JException::getTrace() JException->getTrace()} instead


mosChmod( $path )   X-Ref
Legacy function, use {@link JPath::setPermissions()} instead


mosChmodRecursive( $path, $filemode=NULL, $dirmode=NULL )   X-Ref
Legacy function, use {@link JPath::setPermissions()} instead


mosIsChmodable( $file )   X-Ref
Legacy function, use {@link JPath::canChmod()} instead


mosShowSource( $filename, $withLineNums=false )   X-Ref
Legacy function, replaced by geshi bot


mosPathWay()   X-Ref
Legacy function, use mosLoadModule( 'breadcrumb', -1 ); instead


mosGetBrowser( $agent )   X-Ref
Legacy function, use {@link JBrowser::getInstance()} instead


mosGetOS( $agent )   X-Ref
Legacy function, use {@link JApplication::getBrowser()} instead


mosGetParam( &$arr, $name, $def=null, $mask=0 )   X-Ref
Legacy function, use {@link JArrayHelper::getValue()} instead


mosGetOrderingList( $sql, $chop='30' )   X-Ref
Legacy function, use {@link JHTML::_('list.genericordering', )} instead


mosParseParams( $txt )   X-Ref
Legacy function, use {@link JRegistry} instead


mosLoadComponent( $name )   X-Ref
Legacy function, removed


initEditor()   X-Ref
Legacy function, use {@link JEditor::init()} instead


getEditorContents($editorArea, $hiddenField)   X-Ref
Legacy function, use {@link JEditor::save()} or {@link JEditor::getContent()} instead


editorArea($name, $content, $hiddenField, $width, $height, $col, $row)   X-Ref
Legacy function, use {@link JEditor::display()} instead


mosMenuCheck( $Itemid, $menu_option, $task, $gid )   X-Ref
Legacy function, use {@link JMenu::authorize()} instead


mosObjectToArray( $p_obj, $recurse = true, $regex = null )   X-Ref
Legacy function, use {@link JArrayHelper::fromObject()} instead


mosFormatDate( $date = 'now', $format = null, $offset = null )   X-Ref
Legacy function, use {@link JHTML::_('date', )} instead


mosCurrentDate( $format="" )   X-Ref
Legacy function, use {@link JHTML::_('date', )} instead


mosMakeHtmlSafe( &$mixed, $quote_style=ENT_QUOTES, $exclude_keys='' )   X-Ref
Legacy function, use {@link JFilterOutput::objectHTMLSafe()} instead


initGzip()   X-Ref
Legacy function, handled by {@link JDocument} Zlib outputfilter


deldir( $dir )   X-Ref
Legacy function, use JFolder::delete($path)


doGzip()   X-Ref
Legacy function, handled by {@link JDocument} Zlib outputfilter


SortArrayObjects( &$a, $k, $sort_direction=1 )   X-Ref
Legacy function, use {@link JArrayHelper::sortObjects()} instead


josGetArrayInts( $name, $type=NULL )   X-Ref
Legacy function, {@link JRequest::getVar()}


josSpoofCheck( $header=false, $alternate=null )   X-Ref
Legacy function, {@link JSession} transparently checks for spoofing attacks


josSpoofValue($alt = NULL)   X-Ref
Legacy function, use {@link JUtility::getToken()} instead


loadOverlib()   X-Ref
Legacy function to load the tooltip library.


mosToolTip( $tooltip, $title='', $width='', $image='tooltip.png', $text='', $href='', $link=1 )   X-Ref
Legacy utility function to provide ToolTips


sefRelToAbs($value)   X-Ref
Legacy function to convert an internal Joomla URL to a humanly readible URL.


ampReplace( $text )   X-Ref
Legacy function to replaces &amp; with & for xhtml compliance


mosTreeRecurse( $id, $indent, $list, &$children, $maxlevel=9999, $level=0, $type=1 )   X-Ref
Legacy function to replaces &amp; with & for xhtml compliance


mosWarning($warning, $title='Joomla! Warning')   X-Ref
Legacy function, use {@link JHTML::tooltip()} instead




Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1