Home
last modified time | relevance | path

Searched refs:sprintf (Results 501 – 525 of 1115) sorted by relevance

1...<<21222324252627282930>>...45

/plugin/bureaucracy-au/helper/
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
H A Dactiontemplate.php47 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
241 sprintf($this->getLang('summary'), $ID)
/plugin/bureaucracyau/helper/
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
H A Dactiontemplate.php47 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
241 sprintf($this->getLang('summary'), $ID)
/plugin/bureaucracy/helper/
H A Dfieldaddpage.php19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php33 $targetPath = sprintf('%s/findologic.csv', $targetDirectory);
/plugin/table2csv/
H A Daction.php51 msg(sprintf('Forbidden access to page ' . $ID));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DIdenticalValueToken.php69 $this->string = sprintf('identical(%s)', $this->util->stringify($this->value));
H A DLogicalAndToken.php78 return sprintf('bool(%s)', implode(' AND ', $this->tokens));
/plugin/lms/
H A Dadmin.php44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/barcodes/lib/
H A DColor.php52 return sprintf("%02X%02X%02X", $this->red, $this->green, $this->blue);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php178 $msg = sprintf(
191 $msg = sprintf(
303 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Invalid delimiters: %s', $delimiter…
/plugin/advanced/admin/
H A Dconfig.php187 $file_backup = sprintf('%s.%s.gz', $file_path, date('YmdHis'));
202 msg(sprintf($this->getLang('conf_file_save_success'), $file_name), 1);
205 msg(sprintf($this->getLang('conf_file_save_fail'), $file_name), -1);
/plugin/struct/types/
H A DLookup.php64 msg(sprintf('Schema %s does not exist', $table), -1);
97 msg(sprintf('Field %s.%s does not exist', $table, $infield), -1);
103 msg(sprintf('Field %s.%s is a multi field - not allowed for lookup', $table, $field), -1);
/plugin/unameban/
H A Daction.php37 $text .= sprintf('<p>'.$this->getLang('banned').'</p>',
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php57 … throw new RuntimeException(sprintf('Failed to read source file "%s".', $this->fileName));
/plugin/grouphome/
H A Daction.php43 $page = cleanID(sprintf($pages,$grp));
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php390 return '%' . sprintf('%02x', ord($match[0]));
408 return '%' . sprintf('%02x', ord($match[0]));
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php93 …throw new \LogicException(sprintf('The cache must return instances of ClassMetadata, but got %s.',…
137sprintf('Driver "%s" must be an instance of "AdvancedDriverInterface".', get_class($this->driver))
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php390 return '%' . sprintf('%02x', ord($match[0]));
408 return '%' . sprintf('%02x', ord($match[0]));
/plugin/tagfilter/
H A Daction.php97 $this->sendResponse(sprintf($Htagfilter->getLang('missing_plugin'), 'tag'));
103 $this->sendResponse(sprintf($Htagfilter->getLang('missing_plugin'), 'pagelist'));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssCacheBustingFilter.php59 sprintf($format, $matches['url'], $version),
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php27 $targetPath = sprintf('%s/findologic_%d_%d.xml', $targetDirectory, $start, $count);
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReference.php

1...<<21222324252627282930>>...45