Home
last modified time | relevance | path

Searched refs:comp (Results 51 – 75 of 79) sorted by path

1234

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java123 public boolean canImport(JComponent comp, DataFlavor[] flavors) in EditorPalette()
/plugin/mantis/lib/
H A Dchangelog473 - soapval: add __toString (cf. http://article.gmane.org/gmane.comp.php.nusoap.general/2776)
/plugin/nsexport/packer/ziphtml/compress/
H A Dziplib.php14 $comp = $conf['plugin']['nsexport']['packer_ziphtml_compress'];
15 $cmd = "$zip -q -$comp -r -u $destinationFile .";
/plugin/nsexport/packer/ziphtml/
H A Dzip.php203 $comp = $this->getConf('packer_ziphtml_compress');
204 $cmd = "$zip -q -$comp -r - .";
/plugin/odt/ODT/css/
H A Dcssimportnew.php322 $comp = explode (' ', $element_attrs ['class']);
324 if (array_search($search, $comp) === false) {
/plugin/passpolicy/
H A D10k-common-passwords.txt7664 comp
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js686 var comp = match[1].startsWith('[') ? match[2].replace(/\\\\]/g, ']') : match[1];
687 ctx = ctx[comp];
/plugin/struct/meta/
H A DAggregationTable.php127 [$comp, $value] = $filter;
135 $fltrs[] = sprintf('"%s" %s "%s"', $column, $this->helper->getLang("comparator $comp"), $value);
H A DSearch.php165 * @param string $comp @see self::COMPARATORS
168 public function addFilter($colname, $value, $comp, $op = 'OR')
170 $filter = $this->createFilter($colname, $value, $comp, $op);
179 * @param string $comp @see self::COMPARATORS
182 public function addDynamicFilter($colname, $value, $comp, $op = 'OR')
184 $filter = $this->createFilter($colname, $value, $comp, $op);
193 * @param string $comp @see self::COMPARATORS
195 * @return array|null [Column col, string|string[] value, string comp, string op]
197 protected function createFilter($colname, $value, $comp, $op = 'OR')
201 if ($comp
159 addFilter($colname, $value, $comp, $op = 'OR') global() argument
[all...]
H A DSearchConfigParameters.php48 [$colname, $comp, $value, ] = $confHlp->parseFilterLine('AND', $colcomp . $filter);
49 $this->addFilter($colname, $comp, $value);
120 * @param string $comp the comparator
123 public function addFilter($column, $comp, $value) argument
131 $this->filters[$column] = [$comp, $value];
187 [$comp, $value] = $filter;
188 $key = self::$PARAM_FILTER . '[' . $column . $comp . ']';
211 [$comp, $value] = $filter;
212 $this->searchConfig->addDynamicFilter($colName, $value, $comp, 'AND');
/plugin/struct/types/
H A DAbstractBaseType.php376 * @param string $comp The SQL comparator (LIKE, NOT LIKE, =, !=, etc)
380 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
389 $add->where($op, "$tablealias.$colname $comp $pl");
374 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
H A DAutoSummary.php47 * @param string $comp
51 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
60 $sub->whereOr("$rightalias.lastsummary $comp $pl");
H A DDateTime.php123 * @param string $comp
127 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
146 $add->where($op, "$col $comp $pl");
H A DDecimal.php161 * @param string $comp
165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
180 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
H A DLookup.php263 * @param string $comp
267 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
272 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
287 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
269 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
H A DPage.php193 * @param string $comp
197 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
200 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
211 $sub->whereOr("$tablealias.$colname $comp $pl");
213 $sub->whereOr("$rightalias.title $comp $pl");
209 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
H A DTag.php121 * @param string $comp
125 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
134 $add->where($op, "LOWER(REPLACE($tablealias.$colname, ' ', '')) $comp LOWER(REPLACE($pl, ' ', ''))");
H A DTraitFilterPrefix.php23 * @param string $comp
27 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
48 $add->where($op, "$column $comp $pl");
H A DUser.php161 * @param string $comp
165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
175 $sub->whereOr("$rightalias.lasteditor $comp $pl");
179 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
150 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
/plugin/structat/meta/
H A DSearchConfigAt.php141 list($col, $value, $comp, $op) = $filter;
165 … $col->getType()->filter($userWHERE, $coltbl, $colnam, $comp, $value, $op); // type based filter
/plugin/structjoin/types/
H A DJoin.php147 * @param string $comp
151 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) { argument
155 AbstractBaseType::filter($add, $tablealias, $colname, $comp, $value, $op);
166 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
/plugin/structodt/
H A Dhelper.php236 $comp = $filter[1];
238 $search->addFilter($colname, $value, $comp, $op);
/plugin/structprogress/types/
H A DProgress.php141 * @param string $comp
145 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
159 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …string array as asm begin boolean byte cardinal ' +\n 'case char class comp const constructor c…
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php904 * @param boolean|null $comp if compression is used, if null it's determined from $len != $clen
907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) argument
909 if(is_null($comp)) $comp = $len != $clen;
910 $comp = $comp ? 8 : 0;
919 $header .= pack('v', $comp); // compression method - deflate|none
951 * @param boolean|null $comp if compression is used, if null it's determined from $len != $clen
954 protected function makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) argument
956 if(is_null($comp))
[all...]

1234