/plugin/scrape/HTMLPurifier/Printer/ |
H A D | HTMLDefinition.php |
|
H A D | ConfigForm.php |
|
H A D | CSSDefinition.php |
|
/plugin/captcha/ |
H A D | EasySVG.php | 181 * @param string $def 185 public function addPath($def, $attributes = []) 191 $path->addAttribute('d', $def); 197 * @param string $def 205 $def = $this->textDef($text); 208 $def = $this->defTranslate($def, $x, $y); 215 return $this->addPath($def, $attributes); 225 $def = []; 250 $def[] 186 addPath($def, $attributes = array()) global() argument 348 defTranslate($def, $x = 0, $y = 0) global() argument 361 defRotate($def, $angle, $x = 0, $y = 0) global() argument 382 defScale($def, $x = 1, $y = 1) global() argument 393 defApplyMatrix($def, $matrix) global() argument [all...] |
/plugin/watchcycle/ |
H A D | helper.php | 84 * @param string $def 87 public function validateMaintainerString($def) 93 $all = explode(',', $def); 117 * @param string $def maintainer definition as given in the syntax 120 public function getMaintainers($def) 128 $all = explode(',', $def); 142 * @param string $def maintainer definition as given in the syntax 145 public function getMaintainerMails($def) 152 $data = $this->getMaintainers($def); 170 * @param string $def 90 validateMaintainerString($def) global() argument 125 getMaintainers($def) global() argument 150 getMaintainerMails($def) global() argument 177 isMaintainer($user, $def) global() argument [all...] |
H A D | syntax.php | 181 * @param string $def 184 protected function getMaintainerHtml($def) argument 189 $all = $helper->getMaintainers($def);
|
/plugin/simplemysqlclient/syntax/ |
H A D | simplemysqlclient.php | 225 $def = $meta [$column]; 227 $headers [$column] = $def ['label'] ? $def ['label'] : $column; 228 $class = $def ['format'] ? $def ['format'] : 'na'; 268 unset ( $def ); 271 $def = $meta [$column]; 284 $def = $meta [$temp]; 290 $headers [$column] = $def ['label'] ? $def ['label'] : $column; 329 switch ($def ['format']) { 367 if ($def ['options'] ['unixts']) 379 if ($def ['options'] ['unixts']) [all …]
|
/plugin/crossdbsqlclient/syntax/ |
H A D | dbwrapper.php | 201 $def = $meta [$column]; 203 $headers [$column] = $def ['label'] ? $def ['label'] : $column; 204 $class = $def ['format'] ? $def ['format'] : 'na'; 244 unset ( $def ); 247 $def = $meta [$column]; 260 $def = $meta [$temp]; 266 $headers [$column] = $def ['label'] ? $def ['label'] : $column; 305 switch ($def ['format']) { 343 if ($def ['options'] ['unixts']) 355 if ($def ['options'] ['unixts']) [all …]
|
/plugin/database2/ |
H A D | database2.php | 846 if ( $def['isColumn'] && ( $def['format'] == 'acl' ) ) 1865 $headers[$column] = $def['label'] ? $def['label'] : $column; 1866 $class = $def['format'] ? $def['format'] : 'na'; 1946 unset( $def ); 1973 $headers[$column] = $def['label'] ? $def['label'] : $column; 2527 $href = $this->attachmentLink( $def[2], $authz, !$def[3] ); 3004 …if ( $def['isColumn'] && ( $allVisible || $def['options']['visible'] || $def['options']['filter'] … 3014 $label = $def['label'] ? $def['label'] : $column; 3920 $def['options']['visible'] = ( $def['format'] == 'acl' ) ? 1 : true; 5806 $label = $def['label'] ? $def['label'] : $column; [all …]
|
/plugin/projects/lib/ |
H A D | plugins.php | 19 $def = new TargetDefinition(array('name' => $file->name(), 21 if (is_array($deps)) foreach ($deps as $dep) $def->add_dependency($dep); 22 $def->add_recipe($recipe); 23 return ProjectFile::create($project, $def);
|
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | FileEmbedder.php | 241 if ($def = $this->getTagDefinition($tag_name)) 243 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]), 244 implode("|", $this->getProtocols()), implode("|", $def["extensions"])); 258 if ($def = $this->getTagDefinition($tag_name)) 260 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]), 261 implode("|", $def["extensions"])); 413 foreach ($this->definitions as $tag_name => $def)
|
/plugin/scrape/HTMLPurifier/ |
H A D | Printer.php |
|
/plugin/querychangelog/ |
H A D | admin.php | 79 if ($_REQUEST['qcsd'] == '<def>') { 87 if ($_REQUEST['qced'] == '<def>') { 208 …td><input type="radio" name="qcsd" value="<def>" '.($_REQUEST['qcsd'] == '<def>' ? 'CHECKED' : '')… 210 …td><input type="radio" name="qcsd" value="<beg>" '.($_REQUEST['qcsd'] != '<def>' ? 'CHECKED' : '')… 216 …td><input type="radio" name="qced" value="<def>" '.($_REQUEST['qced'] == '<def>' ? 'CHECKED' : '')… 218 …td><input type="radio" name="qced" value="<beg>" '.($_REQUEST['qced'] != '<def>' ? 'CHECKED' : '')…
|
/plugin/glossary/ |
H A D | glossary.class.php | 377 $all = $this->readAllGlossary ($this->def); 544 $all = $this->readAllGlossary ($this->def); 586 $all = $this->readAllGlossary ($this->def); 665 $this->manageRecord ($request, $this->def, false); 677 if ($status == $this->def) { 711 if ($status == $this->def) 836 $this->getGlosarySize ($this->def, $file), 848 list ($ns, $def, $prop, $poll) = $data; 854 ' <td>'.$def.'</td>'.NL. 885 if ($request['operation'] == $this->def."remove") [all …]
|
H A D | ajax.php | 42 case $glossary->def.'remove': 43 case $glossary->def.'update':
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcprompt.js | 94 prompt: function(text,def) argument 97 if (def==undefined) { def=''; } 124 this.prompt_field.value = def;
|
/plugin/pot/source/ |
H A D | format.php | 17 $def = $this->cargo['settings'][$formatedsettings['defaultsettings']]; variable 18 $defsettings = $pothelper->_formatsettings($def);
|
/plugin/codemirror/dist/modes/ |
H A D | properties.min.js.map | 1 …def\";\n }\n }\n\n if (eol && ! state.nextMultiline) {\n state.inMultiline…
|
H A D | sas.min.js.map | 1 …def\n\n(function(mod) {\n if (typeof exports == \"object\" && typeof module == \"object\") // Com…
|
/plugin/scrape/HTMLPurifier/Filter/ |
H A D | ExtractStyleBlocks.php |
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.DefinitionID.txt |
|
/plugin/ifauthex/_test/ |
H A D | test_page.txt | 9 2def
|
H A D | test_nested.txt | 9 2def
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shLegacy.js | 28 function defaultValue(value, def) argument 30 return value != null ? value : def;
|