Home
last modified time | relevance | path

Searched refs:def (Results 151 – 175 of 178) sorted by last modified time

12345678

/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/scrape/HTMLPurifier/Printer/
H A DCSSDefinition.php
H A DConfigForm.php
H A DHTMLDefinition.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php201 $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/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2592 ), function(match, leading_line, marker_space, def) { argument
2593 if (leading_line || def.match(/\n{2,}/)) {
2595 def = self._php_str_repeat(' ', marker_space.length) + def;
2596 def = self.runBlockGamut(self.outdent(def + "\n\n"));
2597 def = "\n" + def + "\n";
2600 def = self._php_rtrim(def);
2601 def = self.runSpanGamut(self.outdent(def));
2604 return "\n<dd>" + def + "</dd>\n";
/plugin/markdownextra/
H A Dmarkdown.php2904 $def = $matches[3];
2906 if ($leading_line || preg_match('/\n{2,}/', $def)) {
2908 $def = str_repeat(' ', strlen($marker_space)) . $def;
2909 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
2910 $def = "\n". $def ."\n";
2913 $def = rtrim($def);
2914 $def = $this->runSpanGamut($this->outdent($def));
2917 return "\n<dd>" . $def . "</dd>\n";
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js94 prompt: function(text,def) argument
97 if (def==undefined) { def=''; }
124 this.prompt_field.value = def;
/plugin/glossary/
H A Dajax.php42 case $glossary->def.'remove':
43 case $glossary->def.'update':
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php225 $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/pagestat/
H A Dremote.php236 $def = $def_map[$word];
238 $out_txt.=$this->Format_def_more($def);
/plugin/settingstree/
H A Dscript.js93 …var $inp = $(this).find('input, textarea, select'), val =$inp.val(), def = $(this).data('currentva…
95 $inp.prop('checked',def ? true : false);
97 $inp.val(def);
/plugin/advrack/
H A Djquery.qtip.js1260 …-helper-reset '+createWidgetClass(), on).toggleClass(CLASS_DEFAULT, this.options.style.def && !on);
1960 def: TRUE property in QTIP.defaults.style
H A Draphael.js6783 out[name] = this.paper.customAttributes[name].def;
7757 out[name] = this.paper.customAttributes[name].def;
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2287 Timeline.DefaultEventSource.prototype.concatChildValues = function(node, def) { argument
2298 if(value == "" && def != undefined) {
2299 value = def;
/plugin/projects/
H A Dcodemirror.css142 .cm-s-default span.cm-def {color: #00f;}
/plugin/projects/lib/
H A Dplugins.php19 $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/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/processing/
H A Dscript.js12194 function transformVarDefinition(def, defaultTypeValue) { argument
12195 var eqIndex = def.indexOf("=");
12198 name = def;
12202 name = def.substring(0, eqIndex);
12203 value = transformExpression(def.substring(eqIndex + 1));
/plugin/jmol2/jmol/
H A DCHANGES.txt2059 # new feature: draw {point} PLANE [plane def, including xy, yz, x, etc.]
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt105 function function header "def some_name(...):"
128 function function header "def some_name(...):"

12345678