Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Functions

  • smarty_modifiercompiler_cat
  • smarty_modifiercompiler_count_characters
  • smarty_modifiercompiler_count_paragraphs
  • smarty_modifiercompiler_count_sentences
  • smarty_modifiercompiler_count_words
  • smarty_modifiercompiler_default
  • smarty_modifiercompiler_escape
  • smarty_modifiercompiler_from_charset
  • smarty_modifiercompiler_indent
  • smarty_modifiercompiler_lower
  • smarty_modifiercompiler_noprint
  • smarty_modifiercompiler_string_format
  • smarty_modifiercompiler_strip
  • smarty_modifiercompiler_strip_tags
  • smarty_modifiercompiler_to_charset
  • smarty_modifiercompiler_unescape
  • smarty_modifiercompiler_upper
  • smarty_modifiercompiler_wordwrap
  • Overview
  • Package
  • Function
  • Todo
  • Download

Package Smarty\PluginsModifierCompiler

Functions summary
smarty_modifiercompiler_cat

Smarty cat modifier plugin Type: modifier
Name: cat
Date: Feb 24, 2003
Purpose: catenate a value to a variable
Input: string to catenate
Example: {$var|cat:"foo"}

smarty_modifiercompiler_count_characters

Smarty count_characters modifier plugin Type: modifier
Name: count_characteres
Purpose: count the number of characters in a text

smarty_modifiercompiler_count_paragraphs

Smarty count_paragraphs modifier plugin Type: modifier
Name: count_paragraphs
Purpose: count the number of paragraphs in a text

smarty_modifiercompiler_count_sentences

Smarty count_sentences modifier plugin Type: modifier
Name: count_sentences Purpose: count the number of sentences in a text

smarty_modifiercompiler_count_words

Smarty count_words modifier plugin Type: modifier
Name: count_words
Purpose: count the number of words in a text

smarty_modifiercompiler_default

Smarty default modifier plugin Type: modifier
Name: default
Purpose: designate default value for empty variables

smarty_modifiercompiler_escape

Smarty escape modifier plugin Type: modifier
Name: escape
Purpose: escape string for output

smarty_modifiercompiler_from_charset

Smarty from_charset modifier plugin Type: modifier
Name: from_charset
Purpose: convert character encoding from $charset to internal encoding

smarty_modifiercompiler_indent

Smarty indent modifier plugin Type: modifier
Name: indent
Purpose: indent lines of text

smarty_modifiercompiler_lower

Smarty lower modifier plugin Type: modifier
Name: lower
Purpose: convert string to lowercase

smarty_modifiercompiler_noprint

Smarty noprint modifier plugin Type: modifier
Name: noprint
Purpose: return an empty string

smarty_modifiercompiler_string_format

Smarty string_format modifier plugin Type: modifier
Name: string_format
Purpose: format strings via sprintf

smarty_modifiercompiler_strip

Smarty strip modifier plugin Type: modifier
Name: strip
Purpose: Replace all repeated spaces, newlines, tabs with a single space or supplied replacement string.
Example: {$var|strip} {$var|strip:" "}
Date: September 25th, 2002

smarty_modifiercompiler_strip_tags

Smarty strip_tags modifier plugin Type: modifier
Name: strip_tags
Purpose: strip html tags from text

smarty_modifiercompiler_to_charset

Smarty to_charset modifier plugin Type: modifier
Name: to_charset
Purpose: convert character encoding from internal encoding to $charset

smarty_modifiercompiler_unescape

Smarty unescape modifier plugin Type: modifier
Name: unescape
Purpose: unescape html entities

smarty_modifiercompiler_upper

Smarty upper modifier plugin Type: modifier
Name: lower
Purpose: convert string to uppercase

smarty_modifiercompiler_wordwrap

Smarty wordwrap modifier plugin Type: modifier
Name: wordwrap
Purpose: wrap a string of text at a given length

CMS CONTENIDO 4.9.7 API documentation generated by ApiGen