Home
last modified time | relevance | path

Searched full:as (Results 1 – 25 of 10824) sorted by relevance

12345678910>>...433

/plugin/diagramsnet/lib/styles/
Ddefault.xml2 <add as="defaultVertex">
3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="12"/>
6 <add as="fontFamily" value="Helvetica"/>
7 <add as="align" value="center"/>
8 <add as="verticalAlign" value="middle"/>
9 <add as="fillColor" value="default"/>
10 <add as="strokeColor" value="default"/>
11 <add as="fontColor" value="default"/>
[all …]
Ddefault-old.xml2 <add as="defaultVertex">
3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="12"/>
6 <add as="fontFamily" value="Verdana"/>
7 <add as="align" value="center"/>
8 <add as="verticalAlign" value="middle"/>
9 <add as="fillColor" value="#adc5ff"/>
10 <add as="gradientColor" value="#7d85df"/>
11 <add as="strokeColor" value="#5d65df"/>
[all …]
Ddark-default.xml2 <add as="defaultVertex">
3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="12"/>
6 <add as="fontFamily" value="Helvetica"/>
7 <add as="align" value="center"/>
8 <add as="verticalAlign" value="middle"/>
9 <add as="fillColor" value="default"/>
10 <add as="strokeColor" value="default"/>
11 <add as="fontColor" value="default"/>
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Ddefault-style.xml3 <add as="defaultVertex" extend="defaultVertex">
4 <add as="fillColor" value="#adc5ff"/>
5 <add as="gradientColor" value="#7d85df"/>
6 <add as="strokeColor" value="#5d65df"/>
7 <add as="fontSize" value="12"/>
8 <add as="fontColor" value="#1d258f"/>
9 <add as="fontFamily" value="Verdana"/>
11 <add as="defaultEdge" extend="defaultEdge">
12 <add as="labelBackgroundColor" value="white"/>
13 <add as="rounded" value="1"/>
[all …]
Dbasic-style.xml2 <add as="defaultVertex">
3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="11"/>
6 <add as="align" value="center"/>
7 <add as="verticalAlign" value="middle"/>
8 <add as="strokeColor" value="black"/>
9 <add as="fillColor" value="white"/>
11 <add as="defaultEdge">
12 <add as="shape" value="connector"/>
[all …]
Dbasic-style.xml.bak2 <add as="defaultVertex">
3 <add as="shape" value="label"/>
4 <add as="perimeter" value="rectanglePerimeter"/>
5 <add as="fontSize" value="11"/>
6 <add as="align" value="center"/>
7 <add as="verticalAlign" value="middle"/>
8 <add as="strokeColor" value="black"/>
9 <add as="fillColor" value="white"/>
11 <add as="defaultEdge">
12 <add as="shape" value="connector"/>
[all …]
Ddefault-style.xml.bak3 <add as="defaultVertex" extend="defaultVertex">
4 <add as="strokeColor" value="#000000"/>
5 <add as="fillColor" value="#E8EEF7"/>
7 <add as="defaultEdge" extend="defaultEdge">
8 <add as="labelBackgroundColor" value="white"/>
9 <add as="rounded" value="1"/>
10 <add as="edgeStyle" value="elbowEdgeStyle"/>
12 <add as="entity" extend="defaultEdge">
13 <add as="edgeStyle" value="entityRelationEdgeStyle"/>
15 <add as="vertical" extend="defaultEdge">
[all …]
/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb12 ByRef pPlainText As DATA_BLOB, _
13 ByVal szDescription As String, _
14 ByRef pEntropy As DATA_BLOB, _
15 ByVal pReserved As IntPtr, _
16 ByRef pPrompt As CRYPTPROTECT_PROMPTSTRUCT, _
17 ByVal dwFlags As Integer, _
18 ByRef pCipherText As DATA_BLOB _
19 ) As Boolean
24 ByRef pCipherText As DATA_BLOB, _
25 ByRef pszDescription As String, _
[all …]
/plugin/graphgear/
DGraphGear-1.4.zip ... classes/com/visualcondition/twease/Colors.as GraphGear-1.4/source/classes/com/
/plugin/statistics/
DQuery.php36 * @param string $from The start date as YYYY-MM-DD
37 * @param string $to The end date as YYYY-MM-DD
118 END as ref_type,
119 COUNT(*) as cnt
120 FROM pageviews as P
121 LEFT JOIN referers as R ON P.ref_id = R.id
122 LEFT JOIN sessions as S ON P.session = S.session
128 foreach ($result as $row) {
147 $sql = "SELECT COUNT(DISTINCT P.session) as sessions,
148 COUNT(P.session) as views,
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Ddefault.test5 {{ definedVar |default('default') is same as('default') ? 'ko' : 'ok' }}
6 {{ zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }}
7 {{ emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }}
8 {{ nullVar |default('default') is same as('default') ? 'ok' : 'ko' }}
9 {{ undefinedVar |default('default') is same as('default') ? 'ok' : 'ko' }}
11 {{ nested.definedVar |default('default') is same as('default') ? 'ko' : 'ok' }}
12 {{ nested['definedVar'] |default('default') is same as('default') ? 'ko' : 'ok' }}
13 {{ nested.zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }}
14 {{ nested.emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }}
15 {{ nested.nullVar |default('default') is same as('default') ? 'ok' : 'ko' }}
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Ddeprecated.rst11 As of Twig 1.21, Twig generates deprecation notices when a template uses
17 As of Twig 2.0, macros imported in a file are not available in child templates
24 * As of Twig 1.x, the token parser broker sub-system is deprecated. The
30 * As of Twig 1.27, ``\Twig\Parser::getFilename()`` is deprecated. From a token
33 * As of Twig 1.27, ``\Twig\Parser::getEnvironment()`` is deprecated.
38 * As of Twig 1.x, the ability to remove an extension is deprecated and the
41 * As of Twig 1.23, the ``\Twig\Extension\ExtensionInterface::initRuntime()`` method is
48 * As of Twig 1.23, the ``\Twig\Extension\ExtensionInterface::getGlobals()`` method is
52 * As of Twig 1.26, the ``\Twig\Extension\ExtensionInterface::getName()`` method is
64 * As of Twig 1.x, use ``\Twig\TwigFilter`` to add a filter. The following
[all …]
/plugin/bez/mdl/
H A DThreadFactory.php34 SUM(thread_participant.original_poster) AS original_poster_sum,
35 SUM(thread_participant.coordinator) AS coordinator_sum,
36 SUM(thread_participant.commentator) AS commentator_sum,
37 SUM(thread_participant.task_assignee) AS task_assignee_sum
45 SUM(original_poster) AS original_poster_sum,
46 SUM(coordinator) AS coordinator_sum,
47 SUM(commentator) AS commentator_sum,
48 SUM(task_assignee) AS task_assignee_sum
63 $sql = "SELECT COUNT(*)*1.0/COUNT(DISTINCT thread_id) AS kpi
68 $sql = "SELECT COUNT(*)*1.0/COUNT(DISTINCT thread_id) AS kpi
[all …]
H A DTaskFactory.php39 foreach ($tasks as $task) {
54 … task_closing_comment.content_html AS task_comment_content_html, task.assignee
57 AS task_closing_comment ON task.id = task_closing_comment.task_id
70 foreach ($stmt as $task) {
83 SUM(task_participant.original_poster) AS original_poster_sum,
84 SUM(task_participant.assignee) AS assignee_sum,
85 SUM(task_participant.commentator) AS commentator_sum
93 SUM(original_poster) AS original_poster_sum,
94 SUM(assignee) AS assignee_sum,
95 SUM(commentator) AS commentator_sum
[all …]
/plugin/tagging/_test/
H A DSearchTest.php27 'SELECT pid AS item, COUNT(*) AS cnt
37 'SELECT pid AS item, COUNT(*) AS cnt
47 'SELECT pid AS item, COUNT(*) AS cnt
61 'SELECT pid AS item, COUNT(*) AS cnt
75 'SELECT pid AS item, COUNT(*) AS cnt
90 'SELECT pid AS item, COUNT(*) AS cnt
101 'SELECT pid AS item, COUNT(*) AS cnt
111 'SELECT pid AS item, COUNT(*) AS cnt
121 'SELECT pid AS item, COUNT(*) AS cnt
131 'SELECT pid AS item, COUNT(*) AS cnt
[all …]
/plugin/bible/bible_douayRheims/
DCanticles.txt2 …1:2. Smelling sweet of the best ointments. Thy name is as oil poured out: therefore young maidens …
4 …1:4. I am black but beautiful, O ye daughters of Jerusalem, as the tents of Cedar, as the curtains…
9 1:9. Thy cheeks are beautiful as the turtledove's, thy neck as jewels.
14 1:14. Behold thou are fair, O my love, behold thou are fair, thy eyes are as those of doves.
18 2:2. As the lily among thorns, so is my love among the daughters.
19 …2:3. As the apple tree among the trees of the woods, so is my beloved among the sons. I sat down u…
39 …3:6. Who is she that goeth up by the desert, as a pillar of smoke of aromatical spices, of myrrh, …
45 …rt thou! thy eyes are doves' eyes, besides what is hid within. Thy hair is as flocks of goats, whi…
46 …4:2. Thy teeth as flocks of sheep, that are shorn, which come up from the washing, all with twins,…
47 …4:3. Thy lips are as a scarlet lace: and thy speech sweet. Thy cheeks are as a piece of a pomegran…
[all …]
/plugin/authfacebook/lib/GraphNodes/
DGraphEvent.php10 * As with any software that integrates with the Facebook platform, your use
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 * Returns the `id` (The event ID) as string if present.
54 * Returns the `cover` (Cover picture) as GraphCoverPhoto if present.
64 * Returns the `description` (Long-form description) as string if present.
74 * Returns the `end_time` (End time, if one has been set) as DateTime if present.
84 …* Returns the `is_date_only` (Whether the event only has a date specified, but no time) as bool if…
94 * Returns the `name` (Event name) as string if present.
104 * Returns the `owner` (The profile that created the event) as GraphNode if present.
114 * Returns the `parent_group` (The group the event belongs to) as GraphGroup if present.
[all …]
DGraphGroup.php10 * As with any software that integrates with the Facebook platform, your use
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 * Returns the `id` (The Group ID) as string if present.
52 * Returns the `cover` (The cover photo of the Group) as GraphCoverPhoto if present.
62 * Returns the `description` (A brief description of the Group) as string if present.
72 … upload content to the Group. Only current members of the Group can use this) as string if present.
82 * Returns the `icon` (The URL for the Group's icon) as string if present.
92 * Returns the `link` (The Group's website) as string if present.
102 * Returns the `name` (The name of the Group) as string if present.
112 …* Returns the `member_request_count` (Number of people asking to join the group.) as int if presen…
[all …]
/plugin/struct/_test/
H A DAccessTableDataSQLTest.php35 "SELECT DATA.pid AS PID,
36 DATA.col1 AS out1,
37 DATA.col2 AS out2
38 FROM data_testtable AS DATA
51 "SELECT DATA.pid AS PID,
52 DATA.col1 AS out1,
53 DATA.col2 AS out2,
54 GROUP_CONCAT_DISTINCT(M3.value,'" . Search::CONCAT_SEPARATOR . "') AS out3
55 FROM data_testtable AS DATA
56 LEFT OUTER JOIN multi_testtable AS M3
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DYtsFoldedScalars.yml5 block of text is treated as a literal
51 same as "clipped" above: "This has one newline.\n"
58 same as "stripped" above: "This has no newline."
65 same as "kept" above: "This has four newlines.\n\n\n\n"
69 'same as "clipped" above' => "This has one newline.\n",
71 'same as "stripped" above' => 'This has no newline.',
73 'same as "kept" above' => "This has four newlines.\n\n\n\n"
105 block of text is treated as a folded block, in
107 are concatenated as a single line.
125 test: Folded Block as a Mapping Value
[all …]
/plugin/authjoomla/
Dauth.php80 SELECT `id` AS `uid`,
81 `username` AS `user`,
82 `name` AS `name`,
83 `password` AS `hash`,
84 `email` AS `mail`
95 p.id AS `gid`,
98 FROM `' . $prefix . 'usergroups` AS xp
100 ) AS `group`
101 FROM `' . $prefix . 'user_usergroup_map` AS m,
102 `' . $prefix . 'usergroups` AS g,
[all …]
/plugin/geonav/db/
Dtest.sqlite125 7D1�AS�AF�AFG�4�Afghanistan, Islamic Republic of�Afghanistan ����������E����
133 &65�OC�AS�ASM�16�American Samoa�American Samoa ����������9����
145 ��������6����  -612�AS�AM�ARM�51�Armenia, Republic of�Armenia �����������&����
146AS�AZ�AZE�31�Azerbaijan, Republic of�Azerbaijan ����������>���� 5>17�NA�BS�BHS�44�Bahamas, …
147AS�IO�IOT�86�British Indian Ocean Territory (Chagos Archipelago)�British Indian Ocean Territory ��…
/plugin/bez/db/
H A Dupdate0002.sql7 AS
10 task_program.name AS task_program_name,
11 thread.coordinator AS coordinator,
15 ELSE '2' END AS priority
21 AS
27 label.id AS label_id,
28 label.name AS label_name,
29 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
34 WHEN thread.state = 'rejected' THEN 4 END AS sort,
36 ELSE thread.state END AS state
/plugin/dokullm/conf/
H A Dmetadata.php12 * Defines the API endpoint URL as a string input field in the configuration interface.
21 * Defines the API key as a password field in the configuration interface.
31 * Defines the model identifier as a string input field in the configuration interface.
40 * Defines the timeout value as a numeric input field with a minimum value of 5 seconds.
50 * Defines the profile as a string input field in the configuration interface.
60 * Defines the temperature as a numeric field with a range from 0.0 to 1.0,
70 * Defines the top-p (nucleus sampling) as a numeric field with a range from 0.0 to 1.0,
80 * Defines the top-k as a numeric field with a minimum value of 1,
90 * Defines the min-p as a numeric field with a range from 0.0 to 1.0,
100 * Defines whether the copy button should be shown as a boolean field.
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md14 * Added `github` format support & autodetection to render errors as annotations
20 * Added support for parsing numbers prefixed with `0o` as octal numbers.
21 …ated support for parsing numbers starting with `0` as octal numbers. They will be parsed as string…
22 so that they are parsed as octal numbers.
49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.
68 * support for the comma as a group separator for floats has been dropped, use
97 * the `Dumper`, `Parser`, and `Yaml` classes are marked as final
107 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0.
116 * Deprecated support for implicitly parsing non-string mapping keys as strings.
118 4.0. Use quotes to opt-in for keys to be parsed as strings.
[all …]

12345678910>>...433