Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 25 of 182) sorted by relevance

12345678

/plugin/siteexport/inc/
H A Ddebug.php90 default: $TYPE = " NONE"; break;
106 case 4: $TYPE = "ERROR"; break;
107 case 3: $TYPE = " WARN"; break;
108 case 2: $TYPE = " INFO"; break;
109 case 1: $TYPE = "DEBUG"; break;
110 default: $TYPE = " NONE"; break;
113 $prepend = "[" . (date('Y-m-d H:i:s') ?: "") . " $TYPE] ";
/plugin/htmlokay/
H A Dsyntax.php486 function getError($TYPE, $match, $problem_str, $xtra = "") argument
491 if ($TYPE == HTML_OK_INVALIDID)
505 switch ($TYPE)
508 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
509 $js = $this->htmlOK_errors[$TYPE] . '.'
515 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
516 … $js = $this->htmlOK_errors[$TYPE] . " at current HTML access level: <b>{$problem_str}</b>";
521 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
529 $error_string .= $this->htmlOK_errors[$TYPE] . ':<BR />';
540 if ($TYPE == HTML_OK_BADCLASSNAME)
[all …]
/plugin/combo/db/combo/
H A Dupdate0007.sql2 alter table PAGES add column TYPE TEXT;
13 create index if not exists TYPE ON PAGES (TYPE);
H A Dupdate0016.sql1 alter table PAGE_ALIASES add column TYPE text; -- the type ie redirection or synonym
2 CREATE UNIQUE INDEX PAGE_ALIAS_TYPE ON PAGE_ALIASES (TYPE);
H A Dupdate0001.sql14 TYPE TEXT, -- which algorithm or manual entry field
28 -- TYPE TEXT -- The algo
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php64 const TYPE = 'type'; define in Handlebars\\Tokenizer
180 self::TYPE => $this->tagType,
251 self::TYPE => self::T_TEXT,
268 if (isset($this->tagTypes[$token[self::TYPE]])) {
269 if (isset($this->interpolatedTags[$token[self::TYPE]])) {
272 } elseif ($token[self::TYPE] == self::T_TEXT) {
295 if ($this->tokens[$j][self::TYPE] == self::T_TEXT) {
297 && $this->tokens[$j + 1][self::TYPE] == self::T_PARTIAL
307 $this->tokens[] = [self::TYPE => self::T_TEXT, self::VALUE => "\n"];
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php95 switch ($token[Mustache_Tokenizer::TYPE]) {
152 … if (isset($parent) && $parent[Mustache_Tokenizer::TYPE] === Mustache_Tokenizer::T_PARENT) {
153 $token[Mustache_Tokenizer::TYPE] = Mustache_Tokenizer::T_BLOCK_ARG;
159 $token[Mustache_Tokenizer::TYPE] = Mustache_Tokenizer::T_ESCAPED;
261 if ($token[Mustache_Tokenizer::TYPE] === Mustache_Tokenizer::T_TEXT) {
278 if (isset($parent) && $parent[Mustache_Tokenizer::TYPE] === Mustache_Tokenizer::T_PARENT) {
H A DTokenizer.php57 const TYPE = 'type'; define in Mustache_Tokenizer
164 self::TYPE => $this->tagType,
253 self::TYPE => self::T_TEXT,
278 self::TYPE => self::T_DELIM_CHANGE,
335 self::TYPE => self::T_PRAGMA,
/plugin/pgn4web/
H A Dpgn4web.patch4 …onControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="backButton" TYPE="BUTTON" VALUE="&lt…
7 - text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "+") + ' STY…
8 + text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "\u2192") + …
11 …ontrolSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="forwardButton" TYPE="BUTTON" VALUE="&gt…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php1214 'TEL;TYPE="voice,video":tel:+1-555-555-555' . "\n" .
1238 'TEL;TYPE="voice,video":tel:+1-555-555-555' . "\n" .
2114 'TEL;TYPE=home:tel:+33-01-23-45-67' . "\n" .
2137 'TEL;TYPE=home:tel:+33-01-23-45-67' . "\n" .
2167 'EMAIL;TYPE=work:jqpublic@xyz.example.com' . "\n" .
2230 'LANG;TYPE=work;PREF=2:en' . "\n" .
/plugin/cli/
H A Dsyntax.php20 const TYPE=3; define in syntax_plugin_cli
151 $this->current[self::TYPE]=$last[self::TYPE];
172 $this->current[self::TYPE]=$type;
181 … return array( $state, $this->_parse_conversation($match), $top[self::TYPE], $top[self::STYLE] );
186 return array($state, count($this->stack) -1, $top[self::TYPE], $top[self::STYLE] );
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerActionType.php47 public const TYPE = 7; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType
/plugin/404manager/db/
H A Dupdate0001.sql14 TYPE TEXT, -- which algorithm or manual entry field
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklist.txt
H A DCSS.Proprietary.txt
H A DHTML.Nofollow.txt
H A DCSS.DefinitionRev.txt
H A DURI.DefinitionRev.txt
H A DHTML.TidyAdd.txt
H A DHTML.TidyRemove.txt
H A DHTML.Strict.txt
H A DCache.SerializerPermissions.txt
H A DCore.EscapeInvalidTags.txt
H A DTest.ForceNoIconv.txt
/plugin/combo/db/combo-secondary/
H A Dupdate0001.sql14 TYPE TEXT, -- which algorithm or manual entry field

12345678