Home
last modified time | relevance | path

Searched defs:string (Results 251 – 275 of 389) sorted by path

1...<<111213141516

/plugin/highlight2wiki/
H A Daction.php280 crc64($string, $format = '%x') global() argument
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …</gm,"&lt;").replace(/>/gm,"&gt;")}function k(s,r){if(!s){return false}for(var c=0;c<s.length;c++)… class in hljs.LANGUAGES.cpp
/plugin/highlightjs/highlight/languages/
H A Dcpp.js8 …'built_in': {'std': 1, 'string': 1, 'cin': 1, 'cout': 1, 'cerr': 1, 'clog': 1, 'stringstream': 1, … property in hljs.LANGUAGES.cpp.CPP_KEYWORDS.built_in
H A Dcs.js12 … 1, 'sealed': 1, 'short': 1, 'sizeof': 1, 'stackalloc': 1, 'static': 1, 'string': 1, 'struct': 1, … property in hljs.LANGUAGES.cs.defaultMode.keywords
H A Ddelphi.js6 …var DELPHI_KEYWORDS = {'and': 1, 'safecall': 1, 'cdecl': 1, 'then': 1, 'string': 1, 'exports': 1, … property in hljs.LANGUAGES.delphi.DELPHI_KEYWORDS
7 …, 'program': 1, 'inherited': 1, 'override': 1, 'then': 1, 'exports': 1, 'string': 1, 'read': 1, 'n… property in hljs.LANGUAGES.delphi.DELPHI_CLASS_KEYWORDS
H A Dmel.js12 keywords: {'int': 1, 'float': 1, 'string': 1, 'float': 1, 'vector': 1, 'matrix': 1, property in hljs.LANGUAGES.mel.defaultMode.keywords
H A Dvbscript.js13 … 1, 'ubound': 1, 'setlocale': 1, 'getobject': 1, 'rgb': 1, 'getref': 1, 'string': 1, 'weekdayname'… property in hljs.LANGUAGES.vbscript.defaultMode.keywords.built_in
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php15 function to_utf8($string, $encoding) {
H A Dcss.inc.php144 function is_identifier($string) {
150 function parse_string($string) {
H A Dcss.padding.inc.php42 function parse($string) {
H A Dcss.parse.properties.php3 function &parse_css_property($string, &$pipeline) {
8 function &parse_css_properties($string, &$pipeline) {
33 function parse_css_properties_property($string, &$code) {
47 function parse_css_properties_value($string, &$value) {
H A Dfont.class.php43 function stringwidth($string) {
H A Doutput._interface.class.php70 function stringwidth($string, $name, $encoding, $size) { }
H A Doutput.fastps.class.php290 function stringwidth($string, $name, $encoding, $size) {
306 function write($string) {
314 function _write_document_prolog($string) {
H A Doutput.fpdf.class.php380 function stringwidth($string, $name, $encoding, $size) {
H A Doutput.pcl.class.php13 function write($string) {
288 function stringwidth($string, $name, $encoding, $size) { }
H A Doutput.pdflib.class.php410 function stringwidth($string, $name, $encoding, $size) {
H A Doutput.png.class.php528 function stringwidth($string, $name, $encoding, $size) {
H A Dutils_text.php4 function squeeze($string) {
H A Dvalue.content.item.php7 function parse($string) {
55 function parse($string) {
89 function parse($string) {
116 function parse($string) {
155 function parse($string) {
175 function parse($string) {
195 function parse($string) {
215 function parse($string) {
235 function parse($string) {
H A Dvalue.content.php30 function &parse($string) {
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php31 function mb_split_chars($string) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1989 $string,
2060 public static function isUnderscoreName($string)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1426 …public static function tokenizeString($string, $tokenizer, $eolChar='\n', $tabWidth=null, $encodin…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php51 public function tokenizeString($string, $eolChar='\n')

1...<<111213141516