/plugin/siteexport/inc/ |
H A D | debug.php | 90 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 D | syntax.php | 486 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 D | update0007.sql | 2 alter table PAGES add column TYPE TEXT; 13 create index if not exists TYPE ON PAGES (TYPE);
|
H A D | update0016.sql | 1 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 D | update0001.sql | 14 TYPE TEXT, -- which algorithm or manual entry field 28 -- TYPE TEXT -- The algo
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Tokenizer.php | 64 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 D | Parser.php | 95 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 D | Tokenizer.php | 57 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 D | pgn4web.patch | 4 …onControlSpace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="backButton" TYPE="BUTTON" VALUE="<… 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=">…
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/ |
H A D | XmlTest.php | 1214 '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 D | syntax.php | 20 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 D | LexerActionType.php | 47 public const TYPE = 7; define in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerActionType
|
/plugin/404manager/db/ |
H A D | update0001.sql | 14 TYPE TEXT, -- which algorithm or manual entry field
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.IDBlacklist.txt |
|
H A D | CSS.Proprietary.txt |
|
H A D | HTML.Nofollow.txt |
|
H A D | CSS.DefinitionRev.txt |
|
H A D | URI.DefinitionRev.txt |
|
H A D | HTML.TidyAdd.txt |
|
H A D | HTML.TidyRemove.txt |
|
H A D | HTML.Strict.txt |
|
H A D | Cache.SerializerPermissions.txt |
|
H A D | Core.EscapeInvalidTags.txt |
|
H A D | Test.ForceNoIconv.txt |
|
/plugin/combo/db/combo-secondary/ |
H A D | update0001.sql | 14 TYPE TEXT, -- which algorithm or manual entry field
|