/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: * Not Zed <notzed@lostzed.mmc.com.au> * Jeffrey Stedfast <fejj@ximian.com> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "e-filter-code.h" #include "e-filter-part.h" G_DEFINE_TYPE ( EFilterCode, e_filter_code, E_TYPE_FILTER_INPUT) /* here, the string IS the code */ static void filter_code_build_code (EFilterElement *element, GString *out, EFilterPart *part) { GList *l; EFilterInput *fi = (EFilterInput *) element; gboolean is_rawcode = fi->type && g_str_equal (fi->type, "rawcode"); if (!is_rawcode) g_string_append (out, "(match-all "); l = fi->values; while (l) { g_string_append (out, (gchar *) l->data); l = g_list_next (l); } if (!is_rawcode) g_string_append (out, ")"); } /* and we have no value */ static void filter_code_format_sexp (EFilterElement *element, GString *out) { } static void e_filter_code_class_init (EFilterCodeClass *class) { EFilterElementClass *filter_element_class; filter_element_class = E_FILTER_ELEMENT_CLASS (class); filter_element_class->build_code = filter_code_build_code; filter_element_class->format_sexp = filter_code_format_sexp; } static void e_filter_code_init (EFilterCode *code) { EFilterInput *input = E_FILTER_INPUT (code); input->type = (gchar *) xmlStrdup ((xmlChar *) "code"); } /** * filter_code_new: * * Create a new EFilterCode object. * * Return value: A new #EFilterCode object. **/ EFilterCode * e_filter_code_new (gboolean raw_code) { EFilterCode *fc = g_object_new (E_TYPE_FILTER_CODE, NULL, NULL); if (fc && raw_code) { xmlFree (((EFilterInput *) fc)->type); ((EFilterInput *) fc)->type = (gchar *) xmlStrdup ((xmlChar *)"rawcode"); } return fc; } 1'>2021Q1</option> <option value='2021Q2'>2021Q2</option> <option value='2021Q3'>2021Q3</option> <option value='2021Q4'>2021Q4</option> <option value='2022Q1'>2022Q1</option> <option value='2022Q2'>2022Q2</option> <option value='2022Q3'>2022Q3</option> <option value='2022Q4'>2022Q4</option> <option value='2023Q1'>2023Q1</option> <option value='2023Q2'>2023Q2</option> <option value='2023Q3'>2023Q3</option> <option value='2023Q4'>2023Q4</option> <option value='2024Q1'>2024Q1</option> <option value='2024Q2'>2024Q2</option> <option value='2024Q3'>2024Q3</option> <option value='2024Q4'>2024Q4</option> <option value='2025Q1'>2025Q1</option> <option value='2025Q2'>2025Q2</option> <option value='2025Q3'>2025Q3</option> <option value='branches/2014Q1'>branches/2014Q1</option> <option value='branches/2014Q2'>branches/2014Q2</option> <option value='branches/2014Q3'>branches/2014Q3</option> <option value='branches/2014Q4'>branches/2014Q4</option> <option value='branches/2015Q1'>branches/2015Q1</option> <option value='branches/2015Q2'>branches/2015Q2</option> <option value='branches/2015Q3'>branches/2015Q3</option> <option value='branches/2015Q4'>branches/2015Q4</option> <option value='branches/2016Q1'>branches/2016Q1</option> <option value='branches/2016Q2'>branches/2016Q2</option> <option value='branches/2016Q3'>branches/2016Q3</option> <option value='branches/2016Q4'>branches/2016Q4</option> <option value='branches/2017Q1'>branches/2017Q1</option> <option value='branches/2017Q2'>branches/2017Q2</option> <option value='branches/2017Q3'>branches/2017Q3</option> <option value='branches/2017Q4'>branches/2017Q4</option> <option value='branches/2018Q1'>branches/2018Q1</option> <option value='branches/2018Q2'>branches/2018Q2</option> <option value='branches/2018Q3'>branches/2018Q3</option> <option value='branches/2018Q4'>branches/2018Q4</option> <option value='branches/2019Q1'>branches/2019Q1</option> <option value='branches/2019Q2'>branches/2019Q2</option> <option value='branches/2019Q3'>branches/2019Q3</option> <option value='branches/2019Q4'>branches/2019Q4</option> <option value='branches/2020Q1'>branches/2020Q1</option> <option value='branches/2020Q2'>branches/2020Q2</option> <option value='branches/2020Q3'>branches/2020Q3</option> <option value='branches/2020Q4'>branches/2020Q4</option> <option value='branches/2021Q1'>branches/2021Q1</option> <option value='branches/RELEASE_8_4_0'>branches/RELEASE_8_4_0</option> <option value='branches/RELENG_2_1_0'>branches/RELENG_2_1_0</option> <option value='branches/RELENG_2_2'>branches/RELENG_2_2</option> <option value='branches/RELENG_9_1_0'>branches/RELENG_9_1_0</option> <option value='branches/RELENG_9_2_0'>branches/RELENG_9_2_0</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/eslint-utils-1.4.3'>dependabot/npm_and_yarn/devel/electron4/files/eslint-utils-1.4.3</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.15'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.15</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/lodash.template-4.5.0'>dependabot/npm_and_yarn/devel/electron4/files/lodash.template-4.5.0</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2</option> <option value='dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2' selected='selected'>dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2</option> <option value='main'>main</option> <option value='master'>master</option> <option value='svn_head'>svn_head</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>FreeBSD Ports (https://github.com/freebsd/freebsd-ports)</td><td class='sub right'></td></tr></table> <table class='tabs'><tr><td> <a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/about/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>about</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>summary</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/refs/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>refs</a><a class='active' href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>log</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/tree/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>tree</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>commit</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/diff/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>diff</a><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/stats/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>stats</a></td><td class='form'><form class='right' method='get' action='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/math/hpipm'> <input type='hidden' name='h' value='dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'/><input type='hidden' name='id' value='1d630fe6705f6bd2e3bdaee705ab152787e7fc37'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>root</a>/<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/math?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>math</a>/<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37'>hpipm</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/log/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=1d630fe6705f6bd2e3bdaee705ab152787e7fc37&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Age</th><th class='left'>Files</th><th class='left'>Lines</th></tr> <tr><td class='commitgraph'>* </td><td><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports/commit/math/hpipm?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2&id=b42401065c198459cf398f4914ab86d47fdc6373'>math/hpipm: fix build on non-x86</a></td><td>pkubaj</td><td><span title='2019-10-16 23:37:20 +0800'>2019-10-16</span></td><td>1</td><td><span class='deletions'>-1</span>/<span class='insertions'>+7</span></td></tr>